/*  
Theme Name: Sunrise
Theme URI: http://www.magicbeansvillage.org/
Description: Custom theme for magicbeansvillage.org
Version: 0.1
Author: Kyle McNally
Author URI: http://www.kmcnally.net

*/

@charset "utf-8";
/* CSS Document */

#ceiling{
	background: url(images/bgHeader.png) repeat-x;
	height: 60px;
	width: 100%;
	position: fixed; 
	top: 0; 
	left: 0;
}

#ceilingInner{
	width:1003px; 
	margin: 0 auto;
}

body { background-color: #2989cc;}

#body {
	width: 945px; 
	margin: 0 auto; 
	background: url(images/bgBody.png) no-repeat; 
	padding-top: 70px;
	padding-bottom: 115px;
}

#content{
	width: 634px; 
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
}

#sidebar {
	width: 270px;
	float: left;
	padding-bottom: 115px;
}

#floor{
	background: url(images/bgFooter.png) repeat-x;
	height: 115px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:2;
	width: 100%;
}

#floorInner{
	width:1045px;
	margin: 0 auto;
}

#container{
	width: 1046px;
	margin: 0 auto;
}

#logo {
	width: 600px;
	margin-top: 55px;
	margin-left: 50px;
}
#logo img {margin-right: 20px;}
#logo h1{padding-top: 40px;}

#search{
	width: 240px;
	height: 27px;
	position: relative;
	top: -50px;
	left: 709px;
	padding-top: 5px;
}






/*sidebar*/
#sidebar ul{
	list-style-type: none;
}
#sidebar ul li{margin-top: 10px;}
#sidebar ul li h2{ border-bottom: 1px solid #999;}

#sidebar ul li ul li a{
	display: block;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
}

#sidebar ul li ul li a:hover{
	background-color:#2989cc;	
}





.post-title a{
	text-decoration: none;
	color: black;
}


.twitter_title_link{text-decoration:none; color:black;}

.time{
	font-size: 60%;	
}







/*Imported styles*/
#searchform_top_text{
	width:200px;
	border:0px;
	background:none;
	color:#898174;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:0 5px 0 0;
}
.fancy {font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;font-style: italic;font-weight: normal;}  
