/*  
Theme Name: Intuitive Logic
Theme URI: http://webriggers.net
Description: 
Version: 0.1
Author: Brent Toderash
Author URI: http://toderash.net/

	Intuitive Logic
	http://webriggers.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');
*/

/*********************************************/
/*      Global Styles & Basic Typography     */
/*********************************************/
body 	{
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
	font-family: "Trebuchet MS", Tahoma, "Nimbus Sans L", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
*/
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #222;
	background: #fff url('images/graph_tile.png');
	}
h1, h2, h3, h4 {
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
*/
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	cursor: default;
	}
h1	{
	font-size: 2em;
	margin: 0; padding: 90px 0 0 280px;
	}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.2em; }
p	{ margin: 3px 0 6px 0; padding: 0; }
.printonly { display: none; }

a	{
	outline: none;
	}
a:link	{
	color: rgb(64,0,0);
	text-decoration: none;
	padding: 0 1px;
	border-bottom: 1px dotted rgb(64,0,0);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:visited {
	color: rgb(64,0,0);
	text-decoration: none;
	padding: 0 1px;
	border-bottom: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:hover {
	color: rgb(0,92,153);
	background: #f9f9f9;
	}
#header a:hover {
	background: inherit;
	}
a.noeffect, .sociable a {
	display: inline;
	border: none;
	padding: 0;
	background: none;
	}
a.noeffect:hover .postmetadata a:hover {
	background: none;
	}

/*********************************************/
/*      Layout                               */
/*********************************************/

#wrap {
	width: 960px;
	min-height: 650px;
	margin: 0 auto 20px auto; padding: 0;
	}
   #header {
/* 
	background: url('../strategic/images/header-bg.png') repeat-x;
*/
	margin: 0; padding: 0; 
	height: 200px;
	}
      #headerimg { 
	margin: 25px 0 0 30px;
	height: 140px; 
	width: 600px;
	background: url('images/logo_trans.png') no-repeat;
	}
      #header .description {
	margin: 15px 10px 0 330px; padding: 0;
	font-size: 1.5em;
	font-style: italic;
	}
      #title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	}
   #topnav {
   	margin-top: 10px;
	height: 27px;
	border-bottom: 1px solid #ddd;
	}
   #content {
	clear: both;
	width: 620px;
	float: left;
	min-height: 600px;
	margin: 0 0 0 0; padding: 0;
	}
      #content .post {
	margin: 5px 10px 5px 40px; padding: 15px 5px;
	}
      #content .post p {
	margin: 8px 0;
	line-height: 1.4em;
	}
      #content .post .entry {
	padding: 4px 0 0 0;
	}
      #content .post h2.post-title {
	clear: right;
	display: block;
	padding: 0;
	}
      #content .post h2.post-title a {
	padding: 3px 1px;
	display: block;
	background: none;
	border: 0;
	}
      #content .post h2.post-title a:hover {
        background: #f9f9f9;
	text-decoration: none;
	}
      #content .post .post-date {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 0 7px 0 0;
	border: 1px solid #999;
	background: #f5f5f5;
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	}
      #content .post .post-date .month {
	display: block;
	color: #999;
	padding: 2px 0 2px 0;
	}
      #content .post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	margin: 0; padding: 0;
	color: #999;
	}
      #content .post .post-date .year {
	color: #999;
	padding: 0 0 1px 0;
	}
   .sidebar {
	float: right;
	width: 280px;
	font-size: 85%;
	margin: -148px 0 0 0; padding: 0 30px 0 0;
	}
      .sidebar #doubleside {
	width: 250px;
	margin: 0 0 0 0; padding: 0;
	}
      .sidebar #sideleft {
        width: 100px;
	float: left;
	}
      .sidebar #sideright {
        width: 130px;
	float: right;
	margin: 0 30px 0 0; padding: 0;
	}
   #page {
	margin: 20px auto;
	padding: 0;
	}
   #footer {
	font-size: .85em;
	padding: 8px 0 0 0; margin: 0 auto;
	clear: both;
	border-top: 1px solid #ddd;
	}
      #footer p {
	margin: 0; padding: 15px 0;
	text-align: center;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
.centered, img.imgcenter, .aligncenter {
	margin-left: auto; margin-right: auto; padding: 4px;
	background: #fff;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.alignright, img.imgright, .posthumb img {
	margin: 0 0 2px 7px; padding: 4px;
	background: #fff;
	display: inline;
	float: right;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.postthumb img {
	margin-top: 5px;
	}
.alignleft, img.imgleft {
	margin: 0 7px 2px 0; padding: 4px;
	background: #fff;
	display: inline;
	float: left;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
/* End Images */

   .postmetadata, .byline {
	font-size: .8em;
	}
   .postmetadata {
	clear: both;
	padding: 5px 0;
	line-height: 1.2em;
	}
   .byline {
	width: 80%;
	border-top: 1px solid #d0d0d0;
	margin: 2px 0 0 0; padding-top: 2px;
	}
   .indent {
        margin-left: 57px;
        }
	
a, .sidebar ul li#tag_cloud a:hover {
	}
a, .sidebar ul li#tag_cloud a:hover, .sidebar li#recent-comments a {
	}

a:hover, .sidebar ul li#tag_cloud a:hover, .sidebar ul li#recent-comments a:hover {
	}

/*     BEGIN SIDEBAR SPECIFICS     */
#doubleside ul li#search input#s {
	width: 244px;
	}
#doubleside ul li#search input#searchsubmit {
	width: 65px;
	}
/*     END SIDEBAR SPECIFICS     */

/* Begin Various Tags & Classes */

.navigation .alignleft {
	margin: 10px 0 5px 5px;
	}
.navigation .alignright {
	margin: 10px 5px 5px 0;
	}
.more-link, .post-teaser-more {
	display: block;
	text-align: right;
	margin: 5px 5px 0 0;
	}
.post-teaser-more a {
	display: inline block;
	padding: 3px 8px;
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 3px;
	border-radius: 5px;
	}
.post-teaser-more a:hover {
	background: #f5f5f5;
	}
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;
	}
blockquote.pullquote {
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	float: left;
	margin: 0 0 2px 8px;
	}
blockquote.pullquote p:first-letter {
	text-transform: uppercase;
	}
blockquote.pullquote p:after {
	content: ".";
	}
blockquote.alt {
	float: right;
	margin: 0 8px 2px 0;
	}
p.btc-powered {
	display: none;
	}

/* End Various Tags & Classes */

