/* @override http://mac-host.com/slidingdoor/wp-content/themes/slidingdoor/style.css */

/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A template featuring sliding images in the menu, based on Samuel Birch's phatfusion image menu.
Version: 1.4
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
Tags: black, custom header, fixed width, left sidebar,two columns, widget ready, widgets, valid CSS
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	text-align: center;
	color: #fff;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
/*	background-image:url(img/backgroundcolor.gif);*/
	background: #FFF7E7 url('img/screenfiller-real.gif') repeat-y fixed center;
}

body a {
		color: #42adfb;
}


#upperBar {
	height: 164px;
	background: #01bcff;
}




/********************************************************
Layouts for for the theme
********************************************************/

#header {
	background: url("img/final_everyday_header.png") 	no-repeat; 
}
  
#headerimg  {
  	margin: 0px; 
  	height: 174px; 
  	width: 900px; 
}

#wrapper {/*main wrapper*/
	width: 900px;
	margin:auto;
	text-align: left;
	background: inherit;
	
}    


#content { /*wrapper for the right main coloum*/
	float:left;
	width: 600px;
/*	background:inherit;*/
}


#sidebar {/*side bar layout*/
	width: 224px;
	float:left;
	padding-top: 8px;
	padding-left: 66px;
	text-align: left;
/*	background:inherit;*/
	color:#000;
} 


#footer {
	width:900px;
	float:left;
	
    padding: 7px 0;
    font-size: 11px;
}


#header h1 {/* Code used to not display text on the header*/
	display:none; 
	font-size: 230%;
}

#header .description {
	display:none;
	text-align: center;
	font: normal 14px Verdana, Helvetica, Sans-serif;
	color: #fff;
	padding-bottom: 20px;
}  



#content .notice p { /*Title of a section or catagort*/
	
	padding: 5px 0px;
	font-size: 12px;
	margin: 1px;
	text-align:center;
}
#content .notice { /*Title of a section or catagort*/

	margin-bottom: 20px;
}



#content .post { /* Individual Post formating*/
	float: left;
	padding-left: 60px;
	padding-top:25px;
	width: 525px;
	background-color:#FFF;
	border:solid;
	padding-bottom:25px;

}
	
#content .post h2 a { /*color of the Blog Entry TITle */
	color: #bc1607;
	text-decoration: none;
	padding: 3px 0;
}

#content .post h2 a:hover {
	color: #bc1607;
	text-decoration:underline;
}
	
#content .post h4 {
	padding-left:5px;
	font-size:12px;
	color:#999;
}

#content .post h4 a {/*color of the Category Link at the top of the article */
	color:#86c440;
	text-decoration:none;
}

#content .post h4 a:hover {
	color:#86c440;
	text-decoration:underline;
}

	
#content .post h3 { /*color of the POSETED Date*/
	font-size: 12px;
	font-weight: normal;
	color: grey;
}

 #content .post-details { /*post details formating*/
 	background-image:url(img/speaking-cactus.gif) ;
	background-repeat:no-repeat;
	background-position:30% 0%;
	height:73px;
 	text-align:left;
	padding-top:4px;
	padding-left:182px;
	font-size:14px;
}

#content .post-details img { /*formating for the little comment cactus*/
	background:inherit;
}

 #content .post-details a { /*post details formating*/
 text-decoration:none;
 color:#999;
}

 #content .post-details a:hover { /*post details formating*/
	 text-decoration:underline;
	 color:#999;
}


#content .posttags-bottom { /*formates the tags box at the bottom of the post*/
	text-align:center;
	font-size: 10px;
	padding: 3px;
	color:#999;	
}

#content .posttags-bottom a {
	color:#99cc33;
	text-decoration:none;
}

#content .posttags-bottom a:hover {
	color:#99cc33;
	text-decoration:underline;
}


	
	#content .post h3 a {
		color: #999;
	}              
	
	#content .post h3 a:hover {
		text-decoration: none;
	}
	
	#content .post img {/*IMG formating inside posts*/
	border:solid #DAE2D7 10px;
	max-width: 500px;
	max-height: 600px;
	margin-bottom: 10px;
	margin-top: 10px;

}     


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
	#content .post a img {
	}
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
	}
	
	#content p, /*formate of blog text*/
	#content .post ul li {
	font: normal 13px/20px Verdana, Helvetica, Sans-serif;
	margin-bottom: 1.5em;
	color: black;
	text-align: justify;
}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
		}
	
	#content p a {
		color: #42adfb;
	}
	
	#content p a:hover {
		text-decoration: none;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	} 
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 5px;
		} 
		
		    #content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
				font-size: 11px;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
				color: #42adfb;
			}
		
		#content ol.commentlist li .commentText {
			width: 450px;
			float: right;
			padding: 5px;
			font-size: 12px;
		}
	
	
#content ol.commentlist .avatar {
	float: left;
}


#content h3 {
	color: #42adfb;
}
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}


#sitemeter {
	text-align: center;
	width: 160px;
	font-size: 11px;
	color: #999;
}

#sitemeter img{
	padding-bottom: 8px;
	padding-top: 8px;
}

/********************************************************
Side bar Text formating
********************************************************/

#sidebar h2 {
	font-weight: normal;
	font-size: 14px;
	
	text-transform: capitalize;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color:#f9d619;
	border-right: solid 2px #f7931e;
	border-left: solid 2px #f7931e;
	border-top: solid 2px #f7931e;
	
}
	
#sidebar a img {
	border: none;
	background:inherit;
	
}

#sidebar img {
	border: none;
	background:inherit;
	padding-left: 5px;
	
}

#sidebar p{
	font-size: 11px;
	color: #666;
	margin-left:10px;
}

#sidebar a {
	color: #666;
	text-decoration: none;
}

#sidebar a:hoover {
	color: #666;
	text-decoration: underline;
}

#sidebar ul {
	margin-bottom: 10px;
	padding-bottom:5px;
	background-color:#f9d619;
	background-position:center;
	border-right: solid 2px #f7931e;
	border-left: solid 2px #f7931e;
	border-bottom: solid 2px #f7931e;
}

.textwidget  {/*formates the textwidget boxes...make sure it is identival to #sidebar ul*/
	margin-bottom: 10px;
	padding-bottom:5px;
	background-color:#f9d619;
	background-position:center;
	border-right: solid 2px #f7931e;
	border-left: solid 2px #f7931e;
	border-bottom: solid 2px #f7931e;
}
	
#sidebar ul li {
	font-size: 11px;
	background: url(img/bullet.png) 0 5px no-repeat;
	padding: 0 10px;
	margin: 0 0 5px 5px;
}

/********** Change the Search bar
#sidebar input#s { 
	width: 70%;
	background: #eee;
	border: 1px solid #999;
	height:20px;
	color: #000;
}
*******************/

#sidebar ul li a {
	color: #666;
	text-decoration: none;
}
	
#sidebar ul li span {
	color: #666;
	margin-left: 105px;
}
	
#sidebar ul li a:hover {
	color: #666;
	text-decoration:underline;

}
	
#sidebar ul#nav {
	margin: 10px 0 20px 0;
}
	
#sidebar ul#nav li {
	margin: 0;
	padding: 0;
}
		
#sidebar ul#nav li a {
	display: block;
	height: 17px;
	padding: 7px 10px;
	background: url(img/nav_off.png) 0 0 no-repeat;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
	
#sidebar ul#nav li a:hover {
	background: url(img/nav_off.png) 0 -31px no-repeat;
}        
	
#sidebar ul#nav li a.active {
	background: url(img/nav_on.png) 0 0 no-repeat;
	color: #FFF;
}


.clearfix {
	clear: both;
}	

.ctc {
	text-align: center;
	text-decoration: none;
	line-height: 80%;
	background-color: #000;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}	


.ctc a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	margin: 4px;
	border: thin none #060606;
}
.ctc a:hover{
	color: #fff;
	margin: 3px;
	border: thin solid #8acef3;
	background-color: #0c0c0c;
}

[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

 #upperBox {
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	padding-top: 5px;
}
	
 #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	

	 #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	
	 #upperBox input {
		height: 18px;
		padding: 5px 5px 5px 25px;
		background: url(img/upperBox_search.png) top left no-repeat;
		border: 0;
		width: 100px;
		color: #9ec7eb;
		margin-top: 5px;
	}
	
	 #upperBox input:focus {
		color: #FFF;
	}


