/*
Theme Name: Trouble in Xanadu
Theme URL: 
Description: Theme for the blog Trouble in Xanadu.
Version: 0.1
Author: Chenoe Hart

*/






/*--------------BACKGROUND SYSTEM-------------*/

html, body {margin:0; padding:0; 
/*width:100%; height:100%; */ overflow:hidden;
_overflow: auto;}



body {
		background-color: #000;
	}


#background{
position:absolute; z-index:1; width:100%; height:100%;
}





#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;

} 





/*--------------CONTENT CONTAINER STRUCTURE-------------*/

#content {
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
		max-width: 70em;
/*padding-left: 4%;*/
}

#container {
	float: left;
	/*width: 96%;*/
	background-color: white;
	overflow: hidden;
	padding-bottom: 30px;

}

/*--------------HEADER-------------*/
	
#header {
	height: 200px;
	width: 98%;
	}

#headerimg {
	margin: 0;
	height: 200px;
	}
	
hr {
	display: none;
	}
	
/*--------------POST AREA-------------*/


#centerContent {
	float: left; /*separates length of post from length of sidebar.*/
	max-width: 55em; /*keeps it from becoming unreadably wide on large screens */
	background-color: white;
	margin-right: 250px;

	}

	#searchContent {
	max-width: 55em; /*keeps it from becoming unreadably wide on large screens */
	background-color: white;
	margin-right: 250px;
	padding-left: 20px;

	}
	
	.postcontainer {
	margin-top: 20px;
	}
	
	.postbox {
		  margin-left: 30px;
		  margin-right: 30px;
			border-top: 5px solid #ccc;
			border-left: 5px solid #ccc;
			border-right: 5px solid #ccc;
	}
	
	.post {
	  padding-left: 20px;
		padding-right: 20px;
	  text-align: justify;
	}
	
		.singlepost {
	  padding-left: 30px;
		padding-right: 30px;
	  text-align: justify;
	}
	
		.archive h2 {
	  margin-left: 20px;
	}

			

.postmetadata {
	clear: both;
	
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.clear {
	clear: both;
}




/*--------------FOOTER-------------*/

#footer {
	border: none;
	clear: both;
		margin-bottom: 20px;
		background-color: #ccc;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
	}

/*--------------SIDEBAR-------------*/

	#sidebar {
	float: right;
	width: 250px;
	background-color: #ccc;
	padding-bottom: 19999px;
	margin-bottom: -19999px;
		margin-left: -250px;

		
	/*IE 6*/
	_padding-bottom: 0px;
	_position: absolute;
	_right: 4%;



	}
	
		#sidebar p{
 		margin-bottom: 0px;
	}

	
#sidebar ul, #sidebar ul ol {

	padding: 0;
	}

#sidebar ul li {
		  margin-top: -5px;
	list-style-type: none;
	list-style-image: none;
  margin-left: 15px; margin-right: 15px;
	background-color: #fff;
  padding-left: 10px;
		padding-bottom: 13px;
		
	}
	

	/*--------------COMMENT AREA-------------*/


#respond {
	font-family: Georgia, Times New Roman, serif;
	padding-top: 5px;
}
	
	.commentbox {
		  margin-left: 30px;
		  margin-right: 30px;



	}
	
	.zzz {
	  padding-left: 20px;
		padding-right: 20px;
	  text-align: justify;

	}
			
