/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A unique template featuring dynamic sliding images in the header based on phatfusion imagemenu. When clicked the images take you to a category or page. Great for blogs with graphical content based around categories such as a photography or travel blog. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support 
Version: 1.7.1
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
Tags: black, fixed-width, custom-header, photoblogging, dark, left-sidebar

*/



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

/* 
Document
	Background: White #fff
	Text: Black #000
*/

body {
	text-align: center;
	color: black;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	background-color: white;
}
/* 
Body - Where no other specific tag is defined
	Text: Corn Flower Blue
*/

body a {
		color: cornflowerblue;
}


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

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}    
/*
Page Title
	Link Text: Black #000

*/
#welcomeheading a {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	padding-top: 10px;
	color: black;
	text-decoration: none;
}

#welcomeheading {
		text-align: center;
}
/*
Page Title
	Link Text Hover: Silver
*/

#welcomeheading a:hover {
	color: silver;
}
/*
Page Sub-Title
	Text: Black
*/ 
.description {
	text-align: center;
			font: normal 14px Verdana, Helvetica, Sans-serif;
	color: black;
	padding-bottom: 5px;
	padding-top: 10px;
}  


#botPage {
	float: none;
	width: auto;
	margin-top: 0px;
	clear: both;
}

#botPage #bfooter {
	border-top: 1px double #ccc;
    padding: 7px 0 2px;
    font-size: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*
Page Footer
	Static Text: Black

*/
    #botPage #bfooter p {
        margin-bottom: 5px;
        color: black;
	text-align: center;
}
/*
Page Footer
	Link Text: Light Slate Grey

*/
    #botPage #bfooter a {
        color: lightslategrey;
	text-decoration: none;
}
/*
Page Footer
	Link Text Hover: Red

*/    
    #botPage #bfooter a:hover {
        text-decoration: none;
        color: Red;
    }
                
#content {
	float: right;
	width: 640px;
	margin-top: 0px;
}


	#content .notice p {
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		padding: 5px 0px;
		font-size: 12px;
		margin: 1px;
}
	#content .notice {

		margin-bottom: 20px;
}

    #content .post {
		float: left;
		position: relative;
		width: 640px;
		margin-bottom: 30px;
		padding-top: 10px;
}
/*
Post Content
	Heading 4: Tan

*/    
	#content .post h4 {
		color: Tan;
}
/*
Post Content
	Heading 2: Goldenrod

*/    
	#content .post h2{
		color: goldenrod;
		text-decoration: none;
		padding: 3px 0;
		font-size: 24px;
		font-weight: bold;
}
/*
Post Content
	Heading 2 Link: Goldenrod

*/    
	#content .post h2 a {
		color: goldenrod;
		text-decoration: none;
		padding: 3px 0;
		font-size: 24px;
		font-weight: bold;
}
/*
Post Content
	Heading 2 Link Hover: Gold

*/    
	#content .post h2 a:hover {
		color: gold;
	}
	
	#content .post h3 {
		font-size: 12px;
		font-weight: normal;
		color: #999;
		margin-bottom: 0px;
		margin-top: 5px
	}
	
	#content .post h3 a {
		color: #999;
	}              
	
	#content .post h3 a:hover {
		text-decoration: none;
	}
/*
Post Detail Line <bottom of post>
	Heading 3: Dark Grey

*/    
 #content .post-details h3{
 		color:darkgrey;
		font-size: 10px;
	}
/*
Post Detail Line <bottom of post>
	Heading 3 Link: Dark Grey

*/    
 #content .post-details h3 a{
 		color:darkgrey;
		font-size: 10px;
	}
/*
Post Previous/Next Line Text <bottom of post>
	Color Dark Grey

*/    
 #content .prevnext {
 	color: darkgrey;
	margin-top: 20px;
	font: normal 13px/20px Verdana, Helvetica, Sans-serif;
}
/*
Post Comment Heading Line <bottom of post>
	Heading 2: Dark Grey

*/    
 h2#comments {
 	color: darkgrey;
	margin-top: 20px;

	
}	
	
	#content .post img {
	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;
}

	#content .post a img {
	}
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
	}
/*
Post Paragraph
	p: Dark Grey

*/    
	#content p,
	#content .post ul li {
		font: normal 13px/20px Verdana, Helvetica, Sans-serif;
		margin-bottom: 10px;
		margin-top: 10px;
		color: darkgrey;
		margin-right: 0px;
		text-align: justify;
}
	
	#content blockquote {
	margin-left: 10px;
	border-left: 3px solid #555;
	padding-left: 10px;
	font-style: italic;
}
/*
Post Paragraph
	Link Corn Flower Blue
*/    	
	#content p a {
		color: cornflowerblue;
	}
/*
Post Paragraph
	Link Hover Red
*/    	
	#content p a:hover {
		color: red;
	} 
	
	#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 {
	line-height: 1.6;
}
	#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;
			}
/*
Comment Author
	Color Dark Grey
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
*/    	
			#content  span.author,
			#content span.author a {
				color: cornflowerblue;    
				text-decoration: underline;
				font-size: 11px;
				margin-bottom: 5px;
			}
/*
Comment Author
	Link Hover Color Red
			#content ol.commentlist li .commentMeta span.author a:hover {
*/    	
			#content  span.author a:hover {
				color: red;    
			}                     
/*
Comment Date
	Color Dark Grey
			#content ol.commentlist li .commentMeta span.date a {
*/    	
			#content span.date a {
				color: cornflowerblue;
				text-decoration: underline;
				font-size: 11px;
			}
			
			#content span.date a:hover {
				color: red;
			}
/*
Comment Moderate Link When in Admin
	Color Corn Flower Blue
*/    	
			#content ol.commentlist li .commentMeta span.moderate a {
				color: cornflowerblue;
				font-size: 12px;
			}
/*
Comment Moderate Link When in Admin
	Link Hover Color Red
*/    	
			#content ol.commentlist li .commentMeta span.moderate a.comment-edit-link:hover {
				color: red;
			}
		
		#content ol.commentlist li .commentText {
			width: 450px;
			float: right;
			padding: 5px;
			font-size: 12px;
		}
	
	
	#content ol.commentlist .avatar {
		float: left;
	}
/*
Comment Leave Comment Heading
	Color Corn Flower Blue
*/    	
	#content h3 {
		color: cornflowerblue;

	}
	
	#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;
	}

#sidebar {
	width: 232px;
	float: none;
	padding-top: 8px;
	text-align: left;
}
/*
Sidebar Headings
	Color: Golden Rod
*/    
	#sidebar h2 {
		color:goldenrod; 
		font-size:11px;
		font-weight:bold; 
		text-transform: uppercase;
		margin-bottom: 10px;
		padding-top: 8px;
}
	
	#sidebar a img {
		border: none;
	}
	

	#sidebar ul {
		color: darkgrey;
		margin-top: 10px;
		margin-bottom: 10px;
}
	
	#sidebar ul li {
		font-size: 11px;
		background: url(img/bullet.png) 0 5px no-repeat;
		padding: 0 10px;
		margin: 0 0 5px 5px;
	}
/*
Sidebar Normal Text
	Color: Corn Flower Blue
*/    
	#sidebar ul li a {
		color: cornflowerblue;
		text-decoration: none;
	}
/*
Sidebar Links to Posts etc.
	Hover Color: Black
*/    
	#sidebar ul li a:hover {
		color: red;
	}
	
/*
Sidebar Links
	Color: Corn Flower Blue
	Hover Color: Red
*/    
	#sidebar ul.sf li span {
		color: cornflowerblue;
		margin-left: 5px;
		text-decoration: underline;
	}
	#sidebar ul.sf span:hover {
		color: red;
	}
	#sidebar ul li span {
		color: darkgrey;
		margin-left: 5px;
	}
	
/*
Sidebar Image Caption
	Color: Dark Grey
*/    

	#sbimage p { 
		color:darkgrey; 
		text-align:center; 
		font-weight:bold; 
		font-size:8px; 
		margin:5px 5px 5px 5px; 
	}
/*
Sidebar Footer - Underneath Photo
*/    

#sidebar #footer {
	border-top: 1px double #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0 2px;
    font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*
Text
	Color: Golden Rod
*/    
    #sidebar #footer p {
        margin-bottom: 5px;
        color: goldenrod;
		font-weight:bold; 
		text-align: center;
}
/*
WPEventList Heading
	Color: Dark Grey
*/    
#sidebar #wplHeader {color:darkgrey; line-height: 1em;}
#sidebar #wplHeader a {
	color:cornflowerblue;
	text-decoration: underline;
}
#sidebar #wplHeader a:hover {
	color:red;
}


