/*
Theme Name: The Daily Balance
Theme URI: http://www.thedailybalance.com/
Description: 
Version: 1.0
Author: Chris Yanc
Author URI: http://www.cyancdesign.com/
Tags: custom design, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}
html {
	background:url(images/bg-mainExt.jpg) repeat-x 0 0 #1D1309;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/bg-main.jpg') no-repeat 50% 0;
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	margin-top: 41px;
	padding-top: 5px;
	background: #f2ecde;
	min-height: 1200px
	}
	#content p {
		margin-bottom: 1em;
		line-height: 1.6em;
		}
		#content p a {
			color: #CB5E36;
			text-decoration: underline;
		}
	#content ul,
	#content ol {
		margin-bottom: 1em;
		margin-left: 35px;
		}
	#content li {
		margin-bottom: .2em;
		}

.widecolumn .entry p {
	font-size: 1.05em;
	}
.entry {
	margin: 15px 70px 0 73px;
	font-size: .92em;
	color: #222;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #2A240E;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

#header h1 {
	font-size: 2em;
	text-align: center;
	}
	#header h1 a {
		display: block;
		width: 280px;
		height: 94px;
		position: absolute;
		left: 0;
		top: 0;
		}
		#header h1 a {
			display: block;
			width: 280px;
			height: 94px;
			}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	display: block;
	width: 360px;
	height: 68px;
	position: absolute;
	top: 14px;
	left: 316px;
	background:url(images/bg-tagline.gif) no-repeat 0 0;
	}

.invisible {
	display: none;
}

h2 {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.entry p a:visited {
	color: #b85b5a;
	}

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

.commentlist li {
	font-weight: bold;
}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}



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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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



/* Begin Structure */

#page {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	position: relative;
	}

#header {
	height: 95px;
	width: 960px;
	}

#headerimg {
	height: 95px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;
	margin: 0px 0 0;*/
	width: 730px;
	background: #FFF;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	background: #FFF;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	background: #f2ecde url(images/bg-post.gif) no-repeat 0 0;
	}


.postmetadata {
	padding-top: 5px;
	margin: 0 0 0 73px;
	font-size:.92em;
	clear: both;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata a {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	color: #FFF;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}
/* End Structure */

#navMain {
	list-style: none;
	display: block;
}
	#navMain li {
		list-style: none;
		float: left;
		display: inline;
		background:url(images/bg-navRule.gif) no-repeat 100% 50%;
		padding-right: 2px;
		margin-left: 2px;
	}
	#navMain li.last {
		background:none;
		padding-right: 0px;
		margin-left: 0px;
	}
		#navMain li a {
			display: block;
			color: #FFFFFF;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			text-decoration: none;
			padding: 12px 8px;
			font-size: 1.22em;
		}
		#navMain li a:hover {
			display: block;
			background-color: #566560;
		}

#text-379200601 {
	position: absolute;
	top: 95px;
	left: 0;
}

/*	Begin Headers */

h2 a, 
h2 a:visited, 
h3 a, 
h3 a:visited {
	color: #cb5e36;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/bg-headlineRule.jpg) no-repeat 0 100%;
	padding-bottom: 3px;
	margin-bottom: 2px;
	}
h2,
h3 {
	display: block;
	margin: 0 0 0 70px;
	padding: 20px 0 0 0;
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb5e36;
	}
.singlePage h2,
.singlePage h3 {
	display: block;
	margin: 0 0 0 70px;
	padding: 20px 0 0 0;
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb5e36;
	background: url(images/bg-headlineRule.jpg) no-repeat 0 100%;
	padding-bottom: 3px;
	margin-bottom: 2px;
	}
.singlePage h3 {
	color: #2A240E;
	}
.backPage h2 {
	display: block;
	margin: 0 0 0 70px;
	padding: 20px 0 0 0;
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb5e36;
	background: url(images/bg-headlineRule.jpg) no-repeat 0 100%;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-bottom: 30px;
}
#respond h3 {
	padding-top: 0;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


a, h2 a:hover, h3 a:hover {
	color: #452d45;
	text-decoration: none;
	}

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

.post-date {
	display: block;
	margin-left: 70px;
	font-size: .82em;
	font-weight: bold;
	color: #452d45;
}

h1 {
	margin: 0;
	}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 0px;
	color: #363516;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

.RSSicon {
	background: url(/wp-content/themes/thedailybalance/images/icon-rss.png) no-repeat 0 50%;
	display: block;
	padding: 0 0 0 17px;
	margin: 0 0 0 20px;
	font-weight: bold;
}

/* 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 {
	content: "\00BB \0020";
	}
*/
.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 {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	#sidebar ul li#search-2 {
		margin-bottom: 5px;
		}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, 
#sidebar ul ol li {
	margin:0 0 4px ;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#search-2form {
	margin: 10px auto 10px 50px;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #search-2form #s {
	width: 128px;
	padding:  0px;
	}

#sidebar #search-2submit {
	padding: 0px;
	}

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

.submit input {
	padding: 5px 15px;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 100px 0 70px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size: 1.22em;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 70px 10px 70px;
	padding: 5px 5px 10px 10px;
	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 {
	text-align: center;
	margin: 0;
	padding: 0;
	}

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



/* Begin Sidebar */
#sidebar
{
	width: 230px;
	float: right;
	margin-top: 143px;
	}

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



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

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


	#wp-calendar caption {
		text-align: center;
		width: 100%;
		}
	
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

		#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;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	padding:10px 70px;
	}
.navigation span {
	/*background:#1D1309 none repeat scroll 0 0;
	border-color:#322E11;
	border-style:dashed;
	border-width:1px;
	color:#FFFFFF;
	margin:10px;
	padding:5px 15px;*/
}	
.navigation span a {
	color:#FFFFFF;
	text-decoration: none;
}	
.navigation span a:hover {
	color:#332F12;
	text-decoration: none;
}	

.singlePage .navigation {
	border-bottom:#322E11 dashed 1px;
	margin-bottom: 10px;
}
.navigation span .inv {
	display: none;
}
.navigation span.alignright {
	float: right;
	background: url(/wp-content/themes/thedailybalance/images/newerlink.png) no-repeat 0 0;
	display: block;
	width: 261px;
	height: 45px;
	}

.navigation span.alignleft {
	float: left;
	background: url(/wp-content/themes/thedailybalance/images/olderlink.png) no-repeat 0 0;
	display: block;
	width: 261px;
	height: 45px;
	}


/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#search-2,
#recent-posts-2 h2, 
#tag_cloud-2 h2, 
#twitter h2, 
#recent-comments-2 h2, 
#linkcat-2 h2,
#archives-2 h2
{
	display: block;
	background:url(images/sprite-titles.png) no-repeat 0 0;
	width: 272px;
	height: 47px;
}

#search-2 {
	padding-top: 37px;
	height: auto;
	background-position:0 -888px;
}

#recent-posts-2 h2
{
}
#tag_cloud-2 h2
{
	background-position:0 -169px;
}
#twitter h2
{
	background-position:0 -334px;
}
#recent-comments-2 h2
{
	background-position:0 -533px;
}
#linkcat-2 h2
{
	background-position:0 -717px;
}

#archives-2 h2 {
	background-position:0 -1032px;
}

#recent-posts-2 h2 span, 
#tag_cloud-2 h2 span, 
#twitter h2 span, 
#recent-comments-2 h2 span, 
#linkcat-2 h2 span,
#archives-2 h2 span
{
	display: none;
}

#sidebar,
#sidebar a {
	color: #bbb09b;
}
#sidebar a {
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}

#tag_cloud-2
{
	text-align: center;
	padding: 0 10px;
	font-size: .92em;
}
#tag_cloud-2 h2
{
	margin-left: -10px;
}



#twitter_div a {
	display: block;
	float: right;
	margin: 3px 0 8px;
}
#twitter_div span a {
	display: inline;
	float: none;
	margin: 0;
}
#twitter_div li {
	clear: right;
}

#text-379087181 a {
	border-top: 1px solid #363514;
	margin: 20px 0px 0px 20px;
	display: block;
	background:url(images/icon-twitter.png) no-repeat 0 5px;
	padding: 6px 0 4px 20px;
}

#text-378956441 {
	padding: 37px 0 0 20px;
	background:url(images/bg-disclaimerRule.gif) no-repeat 20px 0;
}
#text-378956441 h2 {
	color: #7e7e76;
	font-size: 1em;
}
	
	
	
