/*  
Theme Name: iThemes Web 2.0 2 Column
Author URI: http://ithemes.com
Version: 1
Author: Spencer Barfuss
Description: iThemes Web 2.0 Blog Theme is a 2 Column is a white and blue, widget ready, clean and simple theme designed for reading and ultimate customization.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font: 11px Verdana, Helvetica, Arial, Sans-Serif; 
	background:#78A1FA url(images/body-gr.png) repeat-x;
	color:#000;
	margin: 0;
	}
	
a, a:visited {
	color: #3366ff;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#container { 
	width:800px; 
	background:#fff;
	text-align: left; 
	margin: 20px auto;
	padding:0; 
	}

#footer { 
	background:#ff7e00 url(images/container-bot.gif) no-repeat left bottom;
	color:#ffdab6;	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 10px 20px;
	font-size:10px;
	text-align: left;
	border-top: 1px solid #cccccc;
	clear: both;
	}

#footer a { 
	color:#ffdab6;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-decoration: underline;
	}
	
	ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

/* ----------- HEADER ---------------- */
#header { 
	background:#fff url(images/header-top-2col.gif) no-repeat;
	padding-top:5px;
	}

#header h1 {
	font: 35px Helvetica, Georgia, Arial, Verdana, Sans-Serif; 
	color: #fff;
	margin:20px 0px 0px 30px;
	}

#header h1 a {
	color:#8bc33e;
	text-decoration: none;
	font-weight: bold;
	}

.logo{
	padding: 5px 0 0 10px;
	}

/* --------------------------------------------------------
TO USE AN IMAGE AS AN H1 INSTEAD OF TEXT, MODIFY CODE BELOW 
----------------------------------------------------------*/



/* -------------------------------------------------------- 
	
	#header {
	position:relative;
 	width:820px;
 	padding:0;
 	height:260px;
 	margin:0;
	}

	h1 {
	width:220px;
	}

	#header h1 a {
	background:#fbf7ee url(../img/logo.gif) no-repeat;
	display:block;
	height:176px;
	overflow:hidden;
	text-indent:-9999px;
	width:220px;
	}
	
------------------------------------------------------------ */

#header h3 {
	font: 14px Georgia, Times New Roman, Sans-Serif; 
	color: #666;
	margin:0px 20px 20px 30px;
	font-weight: bold;
	}
/* ---------- END HEADER -------------- */




/* ---------- MAIN NAVIGATION MENU CODE ---------------- */

#navmenu h2 {
	margin: 0;
	padding: 10px 25px 12px 25px;
	}
	
#navmenu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
	}

#navmenu {
	position:relative;
	height:43px;
	font-size:14px;
	text-transform:uppercase;
	background:#fff url(images/time4bed_bg.gif) repeat-x bottom left;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:16px;
	font-weight:bold;
	margin-bottom:20px;
	
	}
	
#navmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	padding-top:15px;
	}
	
#navmenu ul li{
	display:block;
	float:left;
	margin:0 4px;
	}
	
#navmenu ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding-right:6px;
	}
	
#navmenu ul li a:hover {
	color:#fff;
	}

/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */



/* -------------- MAIN CONTENT CODE ------------------------ */
#content { 
	float:left;
	width: 770px; 
	margin-top:20px;
	padding: 0 15px;
	height:auto;
	padding-bottom:20px;
	}
	
#content p{
	margin-top: 5px;
	line-height: 18px;
	padding: 0 8px 10px 8px;
	width:100%
	}
	
#content p img {
	float:right;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}

#content h1, #content h2 {
	font: bold 22px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #3366ff;
	margin: 0;
	line-height: 120%;
	}

#content h3 {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #3366ff;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px solid #cccccc;padding-bottom:5px;
	}


/* --------------- END OF MAIN CONTENT CODE ------------------------ */


