/* 
Theme Name: Dawn Montgomery - The Changeling Years 
Theme URI: http://www.spunpuppy.com/
Description: 2007 Remake fro Dawn montgomery, Erotic Romance Author 
Version: 0.0.1 
Author: Hubbs
*/

/*General site styling*/

body{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px, do NOT modify this! */
	background: #000000;
	color: #fff;
	text-align: center;
	font-family: Verdana, Georgia, sans-serif;

}

img{
	border: none;
	margin-left: 8px;
	margin-right: 8px;
}

#wrapper {
	width: 928px;
	margin: 0 auto;
	padding: 0;
	background: url('images/MainBG.jpg') repeat-y top center;
	text-align: left;
/*	font-size: 1.2em !important; */ /* Enable this line if you're blogging in Asian languages and is using firefox. */
	font-size: 1.1em;
	/*overflow: hidden;*/
}


/*Handles Header layout and the main body layout*/

/*header section -- we might want to do somethingwith this*/
#header{
	margin:0;
	height: 200px;
}

#header h1{
	display: inline;
	float: right;
	margin-top: 130px;
	margin-right: 30px;
	width: 350px;
}

#header h1 a{
	display: block;
	width: 350px;
	height: 50px;
}

#innerWrapper {
	width: 928px;
	margin: 0 0 0 0;
	background: url('images/MainHeader.jpg') no-repeat top center;
}

/*Main Content Section */

#mainContent{
	/*border: 1px solid #ccc;*/
	width: 660px;
	font-size: 10pt;
}

#mainContent a, #mainContent a:visited, #mainContent a:hover{
	color: #f87431;
}
/*For the splash page only!!!!!!*/
#mainPageContent{
	width: 765px;
	/*border: 1px solid #fff;*/
	position: relative;
	margin-left: 114px;
	min-height: 400px;
}

#mainPageImage{
	position: relative;	
	width: 370px;
	/*left: 125px;*/
	float: left;
}

/* End Splash Page specific */

#theContent{
	width: 540px;
	position: relative;
	/*border: 1px solid #f00;*/
	margin-left: 114px;
	min-height: 400px;

}

.alignleft{
	text-align:left;
	display: inline;
}

.alignright{
	text-align: right;
	display: inline;
}

.navigation{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	width: 540px;
}

/*  Sidebar and related chunks  */

#sidebar{
	float:right;
	width: 260px;
	/*border: 1px solid #fff;*/
	background: url('images/sidebar-body.jpg') repeat-y top center;
	position:relative;
	font-size:10pt;
	color: #888;
}

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

#sidebar h2{
	margin: 0;
	margin-top:12px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/*Let's get that search bar under control!!!!!!!*/

#searchform

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	background: black url('images/srch_l.gif') no-repeat top left;
	border-style: none;
	float: left;
	width: 19px; height: 19px;
}

#comment{
	width: 500px;
}

.sidebar-top{
	width: 260px;
	height: 16px;
	background: url('images/sidebar-top.jpg') no-repeat top center;
}

.sidebar-body{
	width: 240px;
	min-height: 60px;
	margin: auto;
	overflow: hidden;
}

.sidebar-bottom{
	width: 260px;
	height: 16px;
	background: url('images/sidebar-bottom.jpg') no-repeat top center;
}

	
/*  Footer stuff goes here  */
#footer{
	clear: both;
	padding-top: 20px;
	width: 770px;
	margin-left: 114px;
	text-align: center;
	color: #888;
}

#footer hr{
	width: 90%;
	height: 1px;
	color: #777;
	background-color: #333;
	border: none;
}

/*  Closes off the page  */
#endCap{
	clear: both;
	width: 928px;
	height:32px;
	background: url('images/MainClose.jpg') no-repeat top center;
}

/*Apple Safari style search bar*/
#applesearch .sbox_l  {
	background: black url('images/srch_l.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox_r  {
	background: black url('images/srch_r.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox input {
	background: black url('images/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 190px;
	padding: 3px;
	font: 11px/13px arial;
	color: #888;
}

#content {
	clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}