/*  
Theme Name: iThemes Web 2.0 3 Column
Author URI: http://ithemes.com
Version: 1
Author: Spencer Barfuss
Description: iThemes Web 2.0 Blog Theme is a 3 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: 960px; 
	background:#fff;
	text-align: left; 
	margin: 20px auto;
	padding:0; 
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#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 20px 0;
	font-size:12px;
	text-transform:uppercase;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

#footer a { 
	color:#ffdab6;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: underline;
	}

.clear {
	clear:both;
}



/* ----------- HEADER ---------------- */
#header { 
	background:#fff url(images/header-top.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;
}

#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 ---------------- */

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

#menu {
	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;
	}
	
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#menu ul li{
	display:block;
	float:left;
	margin:0 2px;
	}
	
#menu ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding:0  25px 0 25px;
	height:43px;
	line-height:50px;
	}
	
#menu ul li a:hover {
	color:#fff;
	}

#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover {
	color:#894d12;
	background:transparent url(images/menuslice.gif) repeat top center;
	}
	
*html #menu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	line-height:43px;
	}
/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */


/* -------------- MAIN CONTENT OR MIDDLE COLUMN ------------------------ */
#content { 
	float:left;
	width: 450px; 
	margin:0 0 20px 0;
	padding: 5px 25px 15px;
	min-height:600px;
	}
*html #content {
	height:600px;
	width:500px;
	w\idth:450px;
	}

#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	}
#content p img {
	float:left;
	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 h1 a, #content h2 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#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;
	}
#content h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content p.bloglinks {
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:10px;
	line-height: 18px;
	padding:5px 8px;
}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
/* ------------- END OF MAIN CONTENT OR MIDDLE COLUMN CODE -------------- */


/* ------------- LEFT SIDEBAR CODE -------------------------------------- */
#l_sidebar { 
	background: #f5f5f5 url(images/lsidebar-bot.gif) no-repeat left bottom;
	color: #000000;
	width:185px;
	float:left; 
	margin:0 0 20px 15px;
	padding:10px 15px 15px; 
	min-height: 660px;
	display:inline;
	}

*html #l_sidebar {
	height: 660px;
	width:215px;
	w\idth:185px;
	}

#l_sidebar p {
	margin: 0;
	line-height: 16px;
	padding: 5px 0 10px 0;
	border:1px solid #ddd;
	}
	
#l_sidebar h2 {
	font: 14px Georgia, Arial, Verdana, Sans-Serif; 
	margin:0;
	font-weight: bold;
	}
	
#l_sidebar ul {
	background:#fff;
	margin:0 0 10px;
	border:1px solid #ddd;
	}
	
#l_sidebar ul li, #l_sidebar li ul li {
	width:100%;
	}
	
#l_sidebar h2 {
	color:#E00034;
	padding:0 15px 10px 15px;
	}

#l_sidebar ul {
	list-style: none;
	padding:0;
	border:1px solid #ddd;
	}
	
#l_sidebar li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
	
#l_sidebar ul li a {
	display: block;
	color:#0084cc;
	text-decoration: none;
	padding:10px 15px;
	line-height:1.5;
	}

#l_sidebar ul li a:hover {
	color: #ffffff;
	background: #3366ff;
	}
	
#l_sidebar ul.children {
	margin-left: 20px;
	}
	
/* ------------ END OF LEFT SIDEBAR CODE ---------------------------- */




/* ------------ RIGHT SIDEBAR CODE ---------------------------------- */
#r_sidebar { 
	background: #f5f5f5 url(images/lsidebar-bot.gif) no-repeat left bottom;
	color:#000;
	width: 185px;
	float:left; 
	margin:0 0 20px 0;
	padding:10px 15px 15px; 
	}
	
*html #r_sidebar {
	width:215px;
	w\idth:185px;
	}
	
#r_sidebar p {
	background:#fff;
	margin:0 0 10px;
	line-height: 16px;
	padding: 5px 15px 10px;
	color:#333;
	border:1px solid #ddd;
	}
	
#r_sidebar h2 {
	font: 14px Georgia, Arial, Verdana, Sans-Serif; 
	margin: 0;
	font-weight: bold;
	color:#E00034;
	padding:0 15px 10px 15px;
	}
	
#r_sidebar li h2 {
	padding-top:0;
	}

#r_sidebar ul {
	background:#fff;
	padding:0;
	margin:0 0 10px 0;
	border:1px solid #ddd;
	}

#r_sidebar li {
	list-style-type:none;
	}

#r_sidebar li ul li, #r_sidebar ul li {
	width:100%;
	}

#r_sidebar ul li ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding:10px 0pt 10px 15px;
	margin:0;
	}

#r_sidebar ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding:10px 0pt 10px 15px;
	margin:0;
	}

#r_sidebar ul li ul li a:hover {
	color: #ffffff;
	background: #3366ff;
	}
	
#r_sidebar ul li a:hover {
	color: #ffffff;
	background: #3366ff;
}

#r_sidebar form {
	padding:0 15px 10px;
	margin:0;
	}

#r_sidebar form input {
	margin-bottom:10px;
	}
#r_sidebar ul#recentcomments {
	padding:10px;
	}

#r_sidebar ul#recentcomments li.recentcomments {
	background:url(images/blue-arrow.png) no-repeat 0 2px;
	padding-left:16px;
	line-height:1.4;
	margin:0 0 10px;
	width:auto;
	}
/* ------------ END OF RIGHT SIDEBAR CODE ----------------------- */





/* ------------ STYLING FOR CALENDAR WIDGET -------------------- */
#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}
/* ------------ END OF STYLING FOR CALENDAR WIDGET -------------- */





/* ---------------- CONTENT COMMENTS SECTION -------------------- */
#content ol.commentlist {
	list-style: decimal; 
	line-height:1.6;
	margin:0;
	padding:0 0 10px 0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 15px;
	display:block;
	font-style:normal;
	background:#fcfcfc;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
	}
.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}
	
.commenttext {
	background: #516B2D url(images/comment-gr.png) repeat-x;
	border-top:1px solid #c5f386;
	padding:15px 20px;
	color:#fafcf6;margin-bottom:15px;
	}
/* -------------- END OF CONTENT COMMENTS SECTION -------------------------- */