/**
 * Theme Name: Frosty Web designs
 * Theme URI: http://frostywebdesigns.com/
 * Description: Potfolio theme to showcase Austin Passy's web and graphic design work!
 * Author: Austin Passy
 * Author URI: http://austinpassy.com/
 * Template: hybrid
 * Version: 1.0.1
 */

/* Get base CSS */
@import url( '../hybrid/library/css/22px.css');

/* Get layout CSS */
@import url( '../hybrid/library/css/2c-l-fixed.css');

/* Get nav CSS
@import url( '../hybrid/library/css/drop-downs.css'); */

/* Get page CSS */
@import url( './library/css/pages.css');

/* Get widget CSS */
@import url( './library/css/widgets.css');

/* Get pagenavi CSS */
@import url( './library/css/pagenavi.css');

/* Get IE CSS */
@import url( './library/css/ie.css');

::selection { background: #999; color: #fff; /* Safari */ }
::-moz-selection { background: #999; color: #fff; /* Firefox */ }

html {
	background: #252831 /*url('./library/css/images/body.jpg') fixed repeat-x top center*/;
	border: 15px solid #0b1630;
	border: 15px solid rgba( 11, 22, 48, 0.6);
	}
	
body {
	background: transparent url('./library/css/images/header.jpg') repeat-x 0 -75px;
	color: #ddd;
	font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 11px;
	margin: -15px 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-khtml-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	}
	
#body-container {
	z-index: 2;
	}

#header-container {
	margin: 10px 0 35px 0;
	}
#header {
	margin-bottom: 10px;
	}
.single #site-title, .page #site-title {
	font-size: 1.8em;
	margin-bottom: 18px;
	}
#site-title {
	margin-bottom: 0px;
	position: relative;
	}
#site-title a {
	background: transparent url('./images/frostywebdesigns.png') no-repeat scroll 0 0;
	display: block;
	height: 136px;
	text-indent: -999px;
	width: 262px;
	}
#site-title a:hover, #site-title a:focus {
	border-bottom: none;
	}
#site-title a span {
	font-size: 15px;
	}
#site-title a:hover span {
	color: rgba(255, 255, 255, 0.28);
	display: block;
	position: absolute;
	left: 125px;
	text-indent: 0;
	top: 25px;
	}
#site-title a:focus span {
	color: rgba(255, 255, 255, 0.7);
	}
	
#site-description {
	display: none;
	height: 21px;
	margin-bottom: 10px;
	min-height: 21px;
	visibility: hidden;
	}

/* Miss */
pre {
	border: 1px solid #777;
	border-bottom: none;
	}

/* Notes */
.note, .notes {
	border: 5px solid rgba(17, 17, 17, 0.7);
	display: block;
	padding: 5px;
	margin-bottom: 18px;
	}
	
/* Warnings/Alerts */
.warning, .alert {
	border: 5px solid rgba(230, 219, 85, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Errors */
.error {
	border: 5px solid rgba(204, 0, 0, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Downloads */
.download {
	border: 5px solid rgba(102, 204, 51, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Links */
a {
	color: #eee;
	text-decoration: none;
	}
a:visited {
	color: #eee;
	}
a:hover, a:active {
	border-bottom: 3px solid #990033;
	color: #fff;
	text-decoration: none;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: .9em;
	font-style: italic;
	color: #999;
	}

/* Container */
#container {
	margin-bottom: 5px;
	min-height: 600px;
	}
.single #container {
	margin-bottom: 18px;
	}

/* Navigation */
#navigation {
	clear: both;
	font-size: 17px;
	height: 22px;
	margin: 92px 0 20px 400px;
	overflow: visible;
	position: absolute;
	z-index: 100;
	}
#page-nav ul {
	border-left: 1px solid #111;
	border-right: 1px solid #555;
	margin-left: 0;
	}
#page-nav li {
	border-left: 1px solid #555;
	border-right: 1px solid #111;
	display: inline;
	margin: 0;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav a {
	color: #CC0000;
	margin: 0 10px;
	}
#page-nav a:hover {
	color: #DDD;
	}

/* Drop-downs style */
#page-nav li:hover ul {
	top: 20px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li li a:hover {
	border-bottom: 0;
}
#page-nav li ul {
	background: #434b60;
	border: 0;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container */
#container .loading {
	background: transparent url('./library/css/images/loader.gif') no-repeat center center;
	display: block;
	height: 400px;
	position: absolute;
	width: 960px;
	}

/* Custom Post Box */
.hentry.post {
	background: #ddd; /* IE */
	background: rgba(255,255,255,0.2);
	display: block;
	margin-bottom: 18px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha( 'opacity = 70' );
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	}
.hentry.post:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( 'opacity = 100' );
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	}
.home .hentry.post {
	height: 214px;
	}
.singular .hentry.post {
	background: none;
	}
	
.image {
	float: left;
	margin: 12px 0 0 10px;
	}
.image a:hover {
	border-bottom: none;
	}
.img-thumb {
	border: 2px solid #eee;
	max-height: 190px;
	max-width: 333px;
	}
.details {
	width: 450px;
	float: right;
	padding-top: 13px;
	}
.strike {
	text-decoration: line-through !important;
	}
.strike span {
	display: block;
	color: #66CC99;
	position: absolute;
	width: 100px;
	left: 250px;
	background: #CCCCCC;
	display: none;
	}
.strike span:hover {
	display: block !important;
	}
.details h2 {
	font-size: 25px;
	font-weight: bold;
	}
.details h4 {
	font-size: 10px;
	font-weight: bold;
	color: #f5f4ef;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	height: 15px;
	line-height: 10px;
	}
.details .more-detials {
	width: 315px;
	height: 32px;
	display: block;
	/*margin:-10px 0 0 -26px;*/
	}
.details h4:hover, .details h4:hover .taxonomy-tools a {
	color: #FFFF00;
	}
.taxonomy-tools a:hover {
	border-bottom: 3px solid #fff;
	}
.details p {
	color: #6b6e7a;
	_color: #292d3b;
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
	width: 97%;
	}
.details p:hover {
	color: #ddd;
	}
.created h5 {
	color: #9966CC;
	display: block;
	font-size: 13px;
	padding: 2px 0 0;
	}
.created h5 span {
	font-weight: bold;
	}
.img-link {
	text-decoration: none;
	}
.img-link span, .img-linkDefault {
	background: #0099CC;
	color: #fff;
	width: 477px;
	text-align: center;
	padding: 5px;
	display: block;
	position: absolute;
	margin-top: 167px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	display: none;
	}
.img-link:hover span, .img-linkHover {
	display: block;
	}
.details a.link {
	background: #cfe7d4;
	_background: #a8c8af;
	color: #fff;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	margin-top: 10px;
	padding: 4px;
	}
.details a.link:hover {
	background: #a8c8af;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
	}
.hidden {
	display: none !important;
    height: 0;
    overflow: hidden;
    width: 0;
	visibility: hidden;
	}

/* Single */
.single .hentry.post {
	background: none;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( 'opacity = 100' );
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	}
.single h2 {
	float: right;
	font-size: 28px;
	}
.single h2 a {
	color: #000;
	text-shadow: 1px 1px 0px #565656;
	}
.single .single-entry {
	float: left;
	width: 400px;
	}
.single .single-gallery {
	float: right;
	width: 540px;
	}
	
/* Single Gallery */
.single-gallery img.large {
	background: #CCC;
	background: rgba(204, 204, 204, 0.5);
	border: 1px solid #eee;
	display: block;
	height: auto;
	margin: 0 0 10px 0;
	max-width: 540px;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
/* Single Thumbs */
.single-entry .thumbs img.thumb {
	background: #CCC;
	background: rgba(204, 204, 204, 0.5);
	border: 1px solid #000;
	display: inline-block;
	height: auto;
	margin: 0 5px 10px;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.single-entry .thumbs a:hover, 
.single-entry .thumbs a:active {
	border-bottom: 0px;
	}
.single .single-entry img:hover, 
.single .single-gallery img:hover {
	cursor: -moz-zoom-in;
	}
	
/* Single image loader */
img.thumb.load, img.large.load {
	background: transparent url('./library/css/images/img-loader.gif') no-repeat center center;
	}

/* Page */
.page .hentry.post {
	height: auto;
	padding: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( 'opacity = 100' );
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	}
.page .post {
	font-size: 14px;
	}
.page .hentry.post:hover .entry a {
	border-bottom: 2px dotted #990033;
	}
.page .hentry.post:hover .entry a:hover {
	border-bottom: 3px solid #990033;
	}

/* Images */
.post img {
	height: auto;
	max-width: 500px;
	}
.attachment .post img {
	height: auto;
	max-width: 100%;
	}
.attachment-image .attachment-image img {
	border: 5px solid #fff;
	border-radius: 10px;
	height: auto;
	max-width: 790px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	}
.attachment-image img.attachment-thumbnail {
	border: 2px solid #ddd;
	border-radius: 2px;
	height: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	}
img.thumbnail {
	background: #EEE;
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0 18px 9px 0;
	padding: 5px;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 500px;
	margin-top: 6px;
	padding: 6px 0 0;
	border: none;
	text-align: center;
	width: auto !important;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .85em;
	font-style: italic;
	color: #777;
	}
.wp-caption img {
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: auto;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px;
	border: 1px solid #222;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 18px;
	font-size-adjust: 95%;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 46%;
	}
.navigation-links .next {
	float: right;
	max-width: 46%;
	text-align: right;
	}

/* Navigation attachements */
.navigation-attachment {
	display: block;
	height: 175px;
	min-height: 175px;
	}

/* Navigation attachment previous/next */
.navigation-attachment span.previous, .navigation-attachment span.next {
	min-width: 150px;
	position: relative;
	}
.navigation-attachment span.img-link span {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	/* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha( 'opacity=70' );
	/* CSS3 standard */
	opacity: 0.7;
	/* Mozzila */
	-moz-opacity: 0.7;
	}
.navigation-attachment span.previous span {
	left: 10px;
	}
.navigation-attachment span.next span {
	left: 108px;
	}
.navigation-attachment span:hover span {
	}
.navigation-attachment span.img-link span:hover {
	cursor: pointer;
	}
	
/* Widgets */
.widget {
	background: transparent;
	margin: 0 0 20px;
	}

h3.widget-title {
	font-size: 1.25em;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Post Meta */
.entry-meta {
	clear: both;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
	background: ;
	}
#comments li li, #comments li li li, #comments li li li li, #comments li li li li li {
	padding: 0 0 0 15px;
	}

span.hover-url {
	padding-left: 15px;
	}

.comment-meta-data {
	margin: 0 0 20px 0;
	}

.ping-list .comment-text {
	display: none;
	}

/* Cpmment form */
#commentform input {
	background: #333;
	border: none;
	width: 99%;
	}
#commentform textarea {
	background: #222;
	border: none;
	width: 99%;
	}
#commentform input:hover, #commentform textarea:hover {
	background: #333;
	}
#commentform input:focus, #commentform textarea:focus {
	background: #000;
	border-bottom: 1px dotted #FF0000;
	color: #999;
	width:98%;
	}

/* Avatar */
#comments-template .avatar {
	background: rgba(255, 0, 0, 0.5);
	border: 1px solid rgba(255, 0, 0, 0.5);
	border-radius: 4px;
	float: left;
	height: 40px;
	margin-right: 15px;
	padding: 5px;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}
#comments-template .ping-list .avatar {
	background: rgba(255, 0, 0, 0.2);
	border: 1px solid rgba(255, 0, 0, 0.2);
	border-radius: 4px;
	float: left;
	height: 40px;
	margin-right: 15px;
	padding: 5px;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}	

/* Buttons */
.button {
	background: #111;
	border: none;
	border-radius: 18px;
	color: #aaa;
	padding: 8px 10px;
	width: 80px !important;
	-moz-border-redius: 18px;
	-webkit-border-radius: 18px;
	}
.button:hover {
	background: #222;
	border: none;
	color: #bbb;
	cursor: pointer;
	width: 80px;
	}

/* Footer */
#footer-container {
	background: #111;
	margin: 0 -15px -40px;
	z-index: 3;
	}
#footer-holder {
	margin: 40px auto 10px;
	width: 960px;
	}
	
p.credit, p.hosted {
	color: #666;
	display: inline;
	font-size: 11px;
	}
p.credit a, p.hosted a {
	color: #999;
	}
p.hosted {
	float: right;
	}

/* Misc */
.fix {
	clear: both;
	height: 1px;
	margin: 0;
	overflow: hidden;
	}
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility :hidden; 
	}