/*  
Theme Name: LetoPrime
Theme URI: http://misguidedthoughts.com/
Description: Two column, sidebar on right fixed width theme with selectable headers.
Version: 0.9.6
Author: david hodgkins
Author URI: http://misguidedthoughts.com/
*/
/*Thanks to Ozh http://planetOzh.com/ for the Theme Toolkit and Joen Asmussen
http://www.noscope.com/ for the Fauna theme, since without both of them, I'd never 
have been able to get the selectable headers to work! And also Mark from http://famfamfam.com 
for the silk icons. */


/**** If you are using custom headers, adjust the site name and description below: ***/
h1 {
	padding-top: 20px; 
	text-align:center;
	margin: 0;
	font-size: 2em;
	text-align:right;
	/*adjust color below*/
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
/**************************** FOOTER *******************************
if you're using footergrey.jpg or your own footer, change the image name below***/	

#footer {
	background: #fff url(images/wpg2footer.jpg) no-repeat;
	padding: 20px 0 0 20px;
	margin: 0 auto;
	width: 777px;
	height: 100px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 20px;
	text-align: left;
	}	
/******* end footer *******/	
	
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #fff;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background: white;
	margin: 0px auto;
	padding: 0;
	width: 777px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 160px;
	width: 100%;
	background: #fff url(header/wpg2headerblank.png) no-repeat top;
	}

#headerimg {
	margin: 0;
	height: 160px;
	width: 100%;
	}

#wpg2content {
	width: 777px;
	}
	
hr {
	width: 765px;
	}

/* End Structure */

/***************************** top navigation  *********/
#topnav 
{
	list-style:none;
	font-size:1.1em;
	margin:0 auto;
	margin-top: -20px;	
	padding:0px 0px 0 15px;
	text-align:left;	
	font-family:Verdana, Arial, Sans-Serif;
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-weight:bold;
}

#topnav li a:link, #topnav li a:visited {
	text-decoration:none;	
	color:#0033cc;
	}
#topnav li a:hover, #topnav li a:active
{
	color:#3366ff;	
	}
