/*
Theme Name: Chet's Theme
Description: Custom theme for Chet the Dog based on Strange Little Town by Minmin ( http://magical.nu/ )
Author: TikiKitchen Design and Baker Media
Author URI: http://www.bakermedia.com
Version: 1
Tags: two-columns, pink, purple, blue, dark, fixed-width, right-sidebar, holiday, seasonal
*/

/* ----------- Basic ----------- */
.linklove{display:none;}
img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;

}

.alignright {
	float: right;
}

  
.alignleft {
margin: 10px 10px 10px 10px;
float: left;
}

body {
	background: #000000 url('http://www.chetthedog.com/wp-content/uploads/2013/06/newbg2.jpg') no-repeat top center;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 73.5%;
	font-family:Arial,GillSans, Calibri, Trebuchet, sans-serif;
	color:#afb2bb;
}

ul { margin: 0 0 0 0; padding: 0 0 0 0;}
ul li { margin: 0 0 0 0; padding: 0 0 0 0;}
	
p a{
	color:#d5d6ca;
	text-decoration:none;
}
	
p a:hover{
	color:#bfb04f;
	text-decoration:none;
}
	
li a{
	color:#d5d6ca;
	text-decoration:none;
	}
	
li a:hover{
	color:#afb2bb;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
}

.clear {clear: both; }
	
h1{
	padding:0;
	margin:0;
}
	
h1 a {
	color: #ffffff;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 3.0em;
	text-decoration:none;
	font-weight:100;
}
	
h3 {
	font-size: 1.4em;
	}
	
h4 {
	font-size:1.2em;
	font-weight:bold;
}
	
strong{
	border-bottom:#FFCCFF dotted 1px;
	}	
	
em {
	color:#FFCCFF;
}


/* ----------- Heading ----------- */

#header {
	background: url('img/bg_header_953x154.png') no-repeat 0 0;
	height: 154px;
	margin: 0 auto;
	position: relative;
	width: 953px;
}

#header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	background: url('img/mast_chet_296x97.png') no-repeat 0 0;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	 	top: 23px;
	 	left: 26px;
	width: 296px;
} 


#header h1 a {
	display: block;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;	
	-moz-opacity: 0;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 296px;
}

#description{
	font-size:1.4em;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	text-transform: uppercase;
	color:#bfb04f;
	text-indent: -999em;
}
	
/* ------ NAVIGATION ------- */
ul#nav {
	list-style-type: none;
	position: absolute;
		top: 0px;
		left: 340px;
	text-transform: uppercase;
}

ul#nav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

ul#nav li a {
	font-size: 12px;
	padding: 25px 10px 18px 18px;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: auto;
}

ul#nav li.last a {
	padding: 25px 15px 25px 19px;
} 

ul#nav li a:hover{
	color: #a6d2fa;
}
	
ul#nav li:hover{
	  background: url('img/menuhover.png') repeat-x;
}

ul#nav li.current_page_item {
	  background: url('img/menuhover.png') repeat-x;
}

ul#nav li.current_page_item a {
	color: #a6d2fa;
	cursor: default;
}


/* ------- SUBSCRIBE/FOLLOW --------- */
ul#follow {
	list-style-type: none;
	position: absolute;
		bottom: 10px;
		right: 10px;	
}

ul#follow li {
	float: left;
	margin-right: 10px; 
	padding-top: 7px;
}

ul#follow li#fb, ul#follow li#yt, ul#follow li#tw, ul#follow li#rss {
	background: url('img/icon_sprite.png') no-repeat 0 0;
	height: 25px;
	margin-right: 0px;
	margin-left: 3px; 
	padding-top: 0px;
	width: 25px;
}

ul#follow li a {
	display: block;
	height: 25px;	
	width: 25px;
	text-indent: -999em;
}

ul#follow li#fb { background-position: 0 0; }
ul#follow li#yt { background-position: -28px 0; }
ul#follow li#tw { background-position: -57px 0; }
ul#follow li#rss { background-position: -85px 0; }
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	background: url('img/bg_main_950x739.png') no-repeat 0 0;
	margin:0 auto 0 auto;
	text-align:left;
	width: 950px;
}
	
#content{
	width:550px;
	margin-left: 24px;
	float:left;
	font-size: 1.2em;
	line-height: 1.4em;
}
	
#content h2{
	font-size:1.6em;
	font-weight:100;
	text-transform:uppercase;
	color:#ffffff;
}
	
#content h2 a{
	color:#ffffff;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#eee;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#435575 dotted 1px;
	color:#E8CDEB;
	}
	
#content .gray{
	color:#718fb8;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#d5d6ca;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#afb2bb;
	text-decoration:none;
	border-bottom:#d5d6ca solid 1px;
	}
	
.post{
	padding:0 0 30px 0
	}
	
.details{
	padding:2px 0px 2px 0px;
}
	
.details a:hover{
	color:#afb2bb;
	border-bottom:#d5d6ca solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
#navigation{
	text-align:center;
}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.2em;
	width: 334px;
	float: right;
	color:#FFFFFF;
}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#FFFFFF;
	font-weight:200;
}
	
.sidebar ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:2px 0 2px 0;
	margin:5px;
	}
	
.sidebar ul li li{
	border-bottom:#435575 solid 1px;
	}

.sidebar a{
	text-decoration:none;
	color:#9fafcc;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#435575 solid 1px;
}
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:2;
	color:#FFFFFF;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
/* THE BOOKS */
.thebooks {
	border: 1px solid #1d1c1c;
	margin: 25px;
	padding: 30px 25px;
}
	

.thebooks h4 {
	background: url('img/spot_books_258x78.png') no-repeat 0 0;
	height: 78px;
	float: left;
	margin-right: 50px;
	text-indent: -999em;
	width: 258px;
}


.thebooks .bk {
	float: left;
	margin-right: 25px;
	width: 235px;
}

.thebooks .nomarg { margin-right: 0px; }

.thebooks .bk img {
	border: 1px solid #d7811b;
	float: left;
	margin-right: 15px;
}
	
.thebooks .bk h5 {
	font-weight: normal;
	padding-top: 20px;
}
.thebooks .bk h5 a {
	color: #97a6ad;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
}
	
/* ----------- Footer ----------- */

#footer{
	padding: 25px;
	width:100%;
	background-color:transparent;
		clear:both;
	margin-bottom:0;
	color:#FFFFFF;
}
	

	
	
	
/* ----------- Comments ----------- */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#ffffff;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#435575;
	}

.commentlist a:hover, .commentlist a:active {
	color:#ffffff;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commenttext {
	background: url('img/sidebarbg.png');
	border-top:1px dotted #ffffff;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

a#cimy,
span#cimy_span_id { 
	display: block;
	width: 311px;
	height: 251px;
	overflow: hidden;
	text-align: center;
}

a#cimy { position: relative;}
a#cimy span.foc { color: #000; font-family: Georgia; font-size: 28px; position: absolute; top: 50px; right: 33px; text-align: right;}
a#cimy span.foc small { font-size: 13px; display: block; text-align: right;}
span#cimy_span_id  img{
	display: block;
	margin: 0 auto;
	height: 251px;
}
