/*  
Theme Name: Sliding Door v3
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.5.3
Tags: black, custom header, fixed width, left sidebar,two columns, widget ready, widgets, valid CSS
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	background:#000000;
}

body a {
	color:#193459;
	text-decoration:none;
	font-weight:bold;
}

body a:hover {
	color:310b0b;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	border-bottom:#333333 solid 2px;
	color:#333333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	border-bottom:#333333 solid 1px;
	color:#333333;
}

h2 a {
	color:#333333;
}

#outerwrapper {
	background:#ffffff;
	margin: 0 auto;
	width:973px;
	border:#698fdf solid 2px;
}

#content {
	width:600px;
}

#sidebar {
	width:300px;
	margin-top:5px;
	float:right;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	overflow:hidden;
	background:#ffffff;
}

#break {
	border-top:#333333 solid 1px;
	margin-top:5px;
	padding-top:5px;
	}
	
#welcomeheading a {
	color:#698fdf;
}

#content {
	margin:5px;
	padding:10px;
	border:#698fdf solid 1px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:800;
	line-height:22px;
}

#footer {
	margin:5px;
	padding:10px;
	border-top:#333333 solid 1px;
	text-align:center;
	color:#330000;
	clear:both;
}

.post-details {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	border-top:#666666 dotted 1px;
	color:#666666;
	padding:10px;
	margin-top:12px;
}

.post p {
	margin-top: 15px;
	font-weight:400;
	}

.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;
}

#content p.wp-caption-text  
   {
   	font-size: 10px;
   	line-height: 12px;
	font-weight:400;
	margin: 5px;
	color: #000;
	text-align: center;
}

