/*
Theme Name: LBC Single Life 2009
Theme URI: http://www.lbcsinglelife.com
Description: The 2009 theme for LBC Single Life
Author: Kyle Grindley

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Century Gothic",Helvetica,Arial,sans-serif;
	background: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	margin:5px auto;
        padding:10px;
        text-align:left;
        width:900px;
	}

#header {
	background: transparent;
	}

#content {
	font-size: 1.2em;
	}

h1{
	font-size:5em;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-transform:lowercase;
	background-color:#ffffff;
	color:#ee9922;
	cursor:default;

}
 #header a{
	text-decoration:none;
 
 
 }
 
#sidebar{
	float:left;
	font-size:15px;
	width:225px;
	background-color:#EAF4F1;
	margin:10px;
	padding:10px 0px 5px 0px;
}
 
#sidebar h2{
 background-color:#BFBFBF;
color:#000000;
margin:0;
/*padding:0.4ex 0;*/
text-transform:lowercase;
font-size=105%;
 
 }
 
 #sidebar ul{
	list-style-type: none;
	text-indent: 3px;
	margin:0px;
	padding:0px; 
 }
 
 #content{
	float:left;
 
 
 
 }

 #footer{
 clear: left;
 }

a{
	color:#000;
}
a:visited{
	color:#950;
}
a:hover{
	color:#e92;
}

.title{
	font-weight:bold;
}


/* "menu" is the navigational links section */
#menu{
	float:right;
	white-space:nowrap;
	font:normal 100% "Century Gothic",Impact;
	font-size: 130%;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-transform:lowercase;
}

#menu li{
	float:left;
	text-align:center;
}

#menu a{
	display:block;
	padding:0.5ex 0.25em;
	margin:0ex 0.25em;
}


#menu #curtitle{
	background-color:#fff;
	color:#e92;
	display:block;
	padding:0.5ex 0.25em;
	margin:0ex 0.25em;
	cursor:default;
}

#footer{

	text-align:center;

}




