/*  
Theme Name: Strategic Intuition
Theme URI: http://toderash.net
Description: Theme for Fresh & Re:Fresh Book Site/Blog
Version: 0.1
Author: Brent Toderash
Author URI: http://toderash.net/

	Strategic 0.1
	http://toderash.net/

	This theme was designed and built by Brent Toderash,
	whose blog you will find at http://toderash.net/

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

*/

@import url('reset.css'); /* reset everything to reduce browser inconsistencies */
@import url('lists.css'); /* list styles (sidebars) */
@import url('comments_forms.css');
@import url('calendar.css');

body 	{
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #444;
	background: #f6f3e1;
	}

h1, h2, h3, h4 {
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	cursor: default;
	}

#wrap {
	background: #fff;
	width: 960px;
	min-height: 470px;
	margin: 20px auto;
	border: 2px solid #bfb67a; /* b5d252; */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

h1	{
	font-size: 3em;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 15px 0;
	}

#title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	}
	
h2	{
	font-size: 1.5em;
	padding: 5px 9px;
	margin: 10px 0 10px 30px;
	}
h3	{
	font-size: 1.2em;
	margin-bottom: 6px;
	color: #400;
	}
p	{
	margin: 3px 0 6px 0;
	}
p.summary {
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	padding: 3px;
	margin-top: 14px;
	color: #400;
	text-align: center;
	}

ul	{
	list-style: outside square;
	margin-left: 22px;
	}
li, blockquote, blockquote p {
	line-height: 1.2em;
	}

/* ******************************************************************** */

/*
#wrap {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	text-align: left;
	font-size: 1em
	}
*/

#header {
	/* background: #104 url('') no-repeat bottom center; */
	margin: 0;
	min-height: 150px;
	/* width: 635px;
	float: left; */
	background: #ffef84 url('images/header_bg.jpg') top right no-repeat;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	radius: 6px;
	}
#headerimg { 
	margin: 0;
	height: 150px; 
	width: 635px; 
	/* background: #fff url('images/logo.jpg') no-repeat; */
	} 
#header .description {
	padding: 20px 13px 0 8px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 1.3em;
	text-align: right;
	}
#header a {
	padding: 0;
	}
#header a h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	color: #7b8e42;
	font-size: 3em;
	text-align: left;
	padding: 20px 0 10px 15px;
	}
#content {
	float: left;
	width: 635px;
	min-height: 1100px;
	background: #fff;
	margin: 10px 0 5px 0;
	}
#sidebar {
	width: 325px;
	font-size: 85%;
	margin: 19px 0 0 635px;
	padding: 0;
	position: absolute;
	top: 153px;
	/* border: 1px solid #b5d252;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px; */
	}
#sidebar #doubleside {
	min-height: 100px;
	margin: 0;
	}
#sidebar #sideleft {
	float: left;
	width: 125px;
	min-height: 400px;
	margin: 0;
	}
#sidebar #sideright {
	width: 200px;
	margin: 0 0 0 125px;
	}
#footer {
	font-size: .85em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 auto;
	clear: both;
	/* border-top: 1px solid #b5d252; */
	}

div.divider {
	width: 610px;
	margin: 5px auto 10px 10px;
	height: 3px;
	background: #bdd25a;
	border: 1px solid #b5d252;
	}

/* 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, img.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

img.alignright, img.imgright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

img.alignleft, img.imgleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}
/*
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
*/

/* End Images */

/* Begin Structure */

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	background: #f0f0f0;
	}

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


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

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

h1 	{
	font-size: 2em;
	text-align: center;
	}

h2 	{
	font-size: 1.6em;
	}

#sidebar h2.widgettitle {
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0 0 0 5px;
	margin: 15px 0 3px 0;
	background: #f6f3e1;
	}

h3 	{
	font-size: 1.3em;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}
.postmetadata, .byline {
	font-size: 80%;
	}
.postmetadata {
	clear: both;
	padding: 5px 0;
	}
.byline {
	width: 80%;
	border-top: 1px solid #ddd;
	margin: 2px 0 0 60px;
	}
.page .byline {
	margin-left: 0;
	}
code 	{
	font: 1.1em 'Courier New', Courier, Fixed;
	}
em	{
	font-style: italic;
	}
em em	{
	font-style: normal;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #738631;
	text-decoration: none;
	padding: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

a:hover {
	color: #d16e53;
	background: #f6f3e1;
	}

#content .post {
	padding: 5px 15px 25px 15px;
	margin: 0 0 2px 0;
	}
#content .post p {
	margin: 8px 0;
	line-height: 1.4em;
	}
#content .post .entry {
	clear: left;
	padding: 4px 0 0 0;
	}
#content .post .entry > p:first-child:first-line {
	font-weight: bold;
	text-transform: uppercase;
	}
#content .post .entry > p:first-child:first-letter {
	font-size: 3.5em;
	font-weight: bold;
	float: left;
	width: 1em;
	padding: 0 2px;
	margin: 0 2px 0 0;
	}
#content .post h2.post-title {
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 2em;
	padding: 0;
	margin-top: 10px;
	}
#content .post h2.post-title a {
	display: block;
	color: #000;
	padding: 3px 1px;
	margin: 0 60px 0 60px;
	}
#content .post h2.post-title a:hover {
	background: #f6f3e1;
	color: #d16e53;
	}
#content .page h2.post-title a {
	margin: 0;
	}
#content .post .post-date {
	float: left;
	margin: -4px 7px 0 0;
	font-size: 11px;
	border: 1px solid #738631;
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	cursor: default;
	}
#content .post .post-date .month {
	display: block;
	background: #738631;
	color: #f5f5f5;
	padding: 2px 0 2px 0;
	}
#content .post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	padding: 0;
	margin: 0;
	color: #738631;
	}
#content .post .post-date .year {
	color: #c0c0c0;
	padding: 0 0 1px 0;
	}

.more-link {
	display: inline block;
	float: right;
	margin: 0 5px 0 auto;
	padding: 3px 8px;
	background: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}



/* End Typography & Colors */

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/*	Begin Headers */
h1 	{
	padding-top: 70px;
	margin: 0;
	}

h2 	{
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}

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

h3 	{
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */

/* Begin Various Tags & Classes */

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}					
blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
cite	{
	margin: 0 40px 0 0;
	display: block;
	text-align: right;
	}
blockquote cite {
	margin: 0 10px 0 0;
	}

.center {
	text-align: center;
	}

hr 	{
	display: none;
	}

a img 	{
	border: none;
	}
a.noeffect:hover {
	background: none;
	border: 0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Widgets & Such */

#doubleside ul .widget_text {
	list-style: none;
	}

strong.author {
	float: left;
	font-size: 2em;
	line-height: 1em;
	color: #738631;
	margin: 0 5px 0 0;
	padding: 0 0 4px 4px;
	border-bottom: 1px solid #bdd25a;
	border-left: 1px solid #bdd25a;
	}
