/*
Theme Name: Improvised Life
Theme URI: http://wordpress.org/
Description: The Improvised Life theme.
Version: 1.0
Author: Megan Woo
Author URI: http://meganwoo.com/
Tags: custom

	Improvised Life v1.0
	 
	 This theme was designed and built for Improvised Life

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 0.75em;
	font-family: Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #685C54;
	line-height: 160%;
	}

.thread-alt {

}
.thread-even {

}
.depth-1 {
}

.even, .alt {
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 0;
}

#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

p 	{padding: 0 0 1em 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #E28A34;
	font-weight: normal;
	text-transform: lowercase;
	}

h1, h1a, h1 a:hover {
	font-size: 1.5em;
	color: #C03232;
	padding-bottom: 15px;
	margin: 0;
	}


h2 {font-size: 1.5em;
	padding: 0 0 6px 0;
	border-bottom: #C03232 1px solid;
	margin: 0 0 12px 0;	
	}

#sidebar h2, #navArchiveOff h2, #navArchiveOn h2, #navIndexOff h2, #navIndexOn h2, #navBlogsOff h2, #navBlogsOn h2, #navSubscribe h2 {
	font-size: 1em;
	border: none;
	line-height: 120%;
	margin: 0;
	padding: 12px 0 0 0;
	text-transform: lowercase;
	}


#footer a, #footer a:hover, #sidebar h2 a, #sidebar h2 a:hover, .navigation a, .navigation a:hover {
	color: #E28A34;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	margin: 0;
	line-height: 100%;
	}

h5, h6 {
	font-size: 1em;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	
	}
.commentlist li ul li {
	}

.commentlist li {
	font-size: 0.9em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.comment-author a {
	color: #685C54;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #C03232;
	text-decoration: none;
	}

a:hover {
	color: #C03232;
	text-decoration: underline;
	}

.more-link a, .more-link a:hover {
	color: #E28A34;
	}
		
#sidebar a {
	color: #685C54;
	}

#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



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

#page {
	margin: 0 auto;
	width: 875px;
	}

#header {
	/* background: url(images/nav_temp.gif); */
	height: 356px;
	width: 875px;
	padding-bottom: 30px;
	position: relative;
	}

.narrowcolumn {
	float: left;
	padding-left: 42px;
	margin: 0;
	width: 525px;
	overflow: hidden;

	}

.widecolumn {
	float: left;
	padding-left: 42px;
	margin: 0;
	width: 525px;
	overflow: hidden;

	}
	
#sidebar {
	float: right;
	width: 165px;
	padding: 30px 0 0 0;
	line-height: 130%;
	}

.post {
	margin-bottom: 44px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 20px 0 15px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 30px 0 0 42px;
	margin: 0 auto;
	width: 875px;
	clear: both;
	}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar ul li ul li, #navArchiveOff li, #navArchiveOn li, #navIndexOff li, #navIndexOn li, #navBlogsOff li, #navBlogsOn li, #navSubscribe li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

.commentBoxes {
	padding: 5px 3px;
	color: #AFA7A0;
	font-family: verdana;
	border: 1px solid #685C54;
	width: 280px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
.commentText {
	width: 100%;
	padding: 3px;
	color: #AFA7A0;
	font-family: verdana;
	font-size: 12px;
	border: 1px solid #685C54;
	}

#respond { clear: both; }
#respond h3 {padding: 0 0 10px 0;}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/


.floatleft {
	float: left;	
}

.floatright {
	float: right;
}

/* Captions */
/* .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
} */

.wp-caption {
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	padding: 1px 0 14px 0;
	margin: 0;
}
/* End captions */


#navFamilyOff, #navInsideOff, #navInspirationOff, #navOutsideOff, #navResourcesOff, #navIndexOff, #navArchiveOff, #navBlogsOff, #navSubsOff {
	display: block;
	text-transform: lowercase;
}

#navFamilyOn, #navInsideOn, #navInspirationOn, #navOutsideOn, #navResourcesOn, #navIndexOn, #navArchiveOn, #navBlogsOn, #navSubsOn {
	display: none;
	text-transform: lowercase;
}

#searchImg {
	background: url(images/search-box.gif) no-repeat;
	float: left;
	width: 116px;
	height: 18px;
	padding: 2px;	
}

.searchBox {
	border: 0;
	width: 100px;
	padding: 2px 0 0 3px;
	color: #685C54;
}

#wp_page_numbers ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;	
	padding-right: 3px;
}

.active_page a, .active_page a:hover {
	color: #685C54;
}


.botnavleft {
	float: left;
	text-align: left;
	width: 150px;
	}
	
.botnavcenter {
	float: left;
	text-align: center;
	width: 225px;
	}

.botnavright {
	float: right;
	text-align: right;
	width: 150px;
	}
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 12px;
	color: #333333;
}

#TB_secondLine {
	font-size: 10px;
	color:#666666;
}

#TB_window a {color: #FFFFFF;}
#TB_window a:hover {color: #FFFFFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #f08d24;
	z-index: 102;
	color:#FFFFFF;
	display:none;
	border: 0;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 22px auto 14px auto;
	border: 0;
}

#TB_caption{
	float:left;
	padding:0 0 19px 22px;
}

#TB_closeWindow{
	float:right;
	padding: 0 22px 19px 0;
}

#TB_closeAjaxWindow{
	margin-bottom:1px;
	text-align:right;
	float:right;
	padding: 0 22px 19px 0;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
	padding:0 0 19px 22px;
}

#TB_title{
}

#TB_ajaxContent{
	clear:both;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
}

#TB_ajaxContent p{
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	background: #f08d24;
	overflow:hidden;
	margin: 22px auto 14px auto;
}

.redline {border-bottom: #C03232 1px solid; line-height: 1px; margin-bottom: 15px;}

.sidebarLine {
	border-bottom: 1px solid #ccc;
	line-height: 12px;
	width: 150px;
}

#sidebar2 {
	float: right;
	width: 165px;
	padding: 10px 0 0 0;
	line-height: 130%;
}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 15px 0;
}

.sidebarBenefits {font-size:0.8em !important; width: 150px; text-align:justify;}

.sidebarBenefits a {color: #685C54 !important;}
.sidebarBenefits a:hover {color: #C03232 !important;}

#crp_related h3 { font-size: 1em; color: #685C54; text-transform: none;}
.narrowcolumn #crp_related ul { list-style-type: none; padding: 0; margin: 0;}
.widecolumn #crp_related ul { list-style-type: none; padding: 0 0 0 10px; margin: 0;}
.narrowcolumn #crp_related ul li,
.widecolumn #crp_related ul li {padding: 0; margin: 0;}
