/*
Theme Name:		ChooseThinking
Theme URI: 		http://choosethinking.com
Description: 	Custom design for Choose Thinking, a blog by Dan Gilbert
Version: 		1.0
Author: 		Design stylin' by Chris "the Doctor" Kaufman, coding wizardry by Joe Dakroub and Ann-Marie Murphy
Author URI:		http://christopherkaufman.com, http://www.joedakroub.com, http://annmariemurphy.com
*/


/* Main Structural Elements */
html { 
	margin: 0; 
	padding: 0; 
	background: #e8e7e5 url(images/body.jpg) left bottom repeat-x; 
	font: normal medium "Arial", "Helvetica", sans-serif; 
	color: #000; }

body { 
	margin: 0; 
	padding: 0; }

#body_container { 
	padding-bottom: 35px; 
	background: #fff url(images/background.jpg) repeat-x; }

#content_wrapper { 
	margin: 0 auto;
	width: 965px; 
	padding-bottom: 23px; 
	background: url(images/content_wrapper_bottom_cap.png) left bottom no-repeat; }

#content { 
	overflow: hidden; 
	margin-top: -2px;
	padding: 5px 25px; 
	background: url(images/content_wrapper_mid.png) repeat-y; }

#content_primary { 
	float: left; 
	width: 609px; }

#content_secondary { 
	float: left; 
	margin-left: 15px; 
	width: 289px; }

#site_information_wrapper { 
	clear: both; 
	background: url(images/site_information.png) repeat-x; }

#site_information { 
	margin: 0 auto; 
	padding: 30px 20px; 
	width: 915px; }
	
/* Typography */
	/* post ID-536 specific font styling */
	#post-536 h1 a, #post-536 h2 a, #post-536 h3, #post-536 p, #post-536 h4, #post-536 li {
		/*font-family: "Franklin Gothic Book", Arial, sans-serif;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

        #post-536 p, #post-536 li {
		font-size: 15px;}
		
	/* post ID-93 specific font styling */
	#post-93 h1 a, #post-93 h2 a, #post-93 h3, #post-93 p, #post-93 h4, #post-93 li {
		/*font-family: "Franklin Gothic Book", Arial, sans-serif;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

        #post-93 p, #post-93 li {
		font-size: 15px;}
 
hr { 
	display: none; }

p { 
	margin: 0 !important; 
	padding: 0 !important; }

blockquote {
	background: url(images/quotes.png) top left no-repeat;
	margin: 0;
	padding-left: 40px;}

cite {
	font-style: italic;
	font-weight: bold;}
	
small {
	font-size: 11px;}
	
div#copyright { 
	font-size: 14px; 
	clear: both;
	color: #797878; 
	text-align: center;
	text-weight: bold;}
	
div#copyright a {
	font-size: 13px; 
	color: #39AEFC;
	text-weight: normal;
	text-decoration: underline;}
	
div#copyright a:hover {
	color: #39AEFC;
	text-decoration: underline;}
	
/* Links */
a:active { 
	outline: none; }
	
:focus { 
	moz-outline-style: none; }
	
div.post a { 	
	color: #39AEFC; }
	
div.post a:hover {
	color: #39AEFC;}
	
/* Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 10px solid #f8f4e0;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;}

img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;}

.alignright {
	float: right;}

.alignleft {
	float: left}

/* Misc */
.border_none { 
	background: none !important; 
	border: 0 !important; }

#twitter-icon, a #twitter-icon {
        position: absolute;
        top: 200px;
        left: 355px;}

/* Branding */
#branding { 
	position: relative; 
	padding-bottom: 233px; 
	background: url(images/branding.jpg) left -9px no-repeat; }

#branding_message { 
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 257px; 
	background: url(images/branding_message.png) no-repeat; }

#branding_message * { 
	display: none; }

#about_dan_gilbert {
	width: 190px;
	height: 34px;
	position: absolute;
	top: 195px;
	left: 162px;
}

/* Primary [Page] Navigation */
#navigation_primary { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	overflow: hidden; 
	position: static; 
	margin: 0 auto; 
	padding: 0 0 5px 0; 
	width: 950px; 
	background: url(images/navigation_primary.png) center bottom no-repeat; 
	list-style: none; }

#navigation_primary li { 
	float: left; }

#navigation_primary a { 
	position: relative; 
	z-index: 1; 
	display: block; 
	padding: 18px 25px 18px 25px; 
	border-right: 1px solid #222; 
	border-left: 1px solid #444; 
	font-size: 16px; 
	color: #fff; 
	text-decoration: none; }
	
#navigation_primary a:hover { 
	background: url(images/navigation_primary_highlight.png) center bottom no-repeat; }
	
#navigation_primary li#navigation_primary_home a { 
	background-position: left bottom; 
	border-left: 0; }
	
#navigation_primary_subscribe a span { 
	padding-left: 25px; 
	background: url(images/subscribe.png) left center no-repeat; }
	
#navigation_primary li#navigation_primary_search { 
	position: absolute; 
	z-index: 2; 
	top: 9px; 
	right: 30px; }
	
#search_field { 
	display: block; 
	padding-left: 2px; 
	width: 208px; 
	height: 33px; 
	background: #fcfcfc url(images/search_field.png) no-repeat; 
	border: 0; 
	font-size: 23px; }
	
#search_cap { 
	float: left; 
	position: relative; 
	z-index: 0; 
	display: block; 
	padding-right: 7px; 
	background: url(images/search_field_cap.png) center right no-repeat; }
	
#search_button { 
	float: left; 
	margin-left: 5px; 
	width: 74px; 
	height: 35px; 
	background: url(images/search_button.png) no-repeat; 
	border: 0; 
	text-indent: -999em; }
	
#search_button:hover { 
	cursor: pointer; }
	
#search_button:active {
	background: url(images/search_button_hover.png) no-repeat; }

/* Post */
span.date { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 23px; 
	background: url(images/date.png) left center no-repeat; 
	font-size: 13px; 
	font-weight: bold; 
	color: #59564c; }

div.post { 
	margin-bottom: 15px; 
	padding: 15px 15px 5px 15px; 
	border: 1px solid #ebebeb; 
	font-size: 16px; }

div.post h1, div.post h2 { 
	margin: 15px 0 10px 0; 
	padding-bottom: 10px; 
	background: url(images/h1_border.png) left bottom repeat-x; 
	font: bold 28px "Arial", "Helvetica", sans-serif; 
	color: #39AEFC; }
	
div.post h1 a, div.post h2 a { 
	font: bold 28px "Arial", "Helvetica", sans-serif; 
	color: #39AEFC; 
	text-decoration: none;}

div.post h1 a:hover, div.post h2 a:hover { 
	text-decoration: underline;}

div.post h3 { 
	font: bold 20px "Arial", "Helvetica", sans-serif; 
	color: #000; 
	text-decoration: none; 
	margin-top: 0; }
	
div.post h4 { 
	font: bold 18px "Arial", "Helvetica", sans-serif; 
	color: #000; 
	text-decoration: none; 
	margin-top: 0; }
	
div.post h5 {
	font: bold 16px "Arial", "Helvetica", sans-serif; 
	color: #000; }
	
div.post h6 {  /* Same as H3, but centered and with proper margins */
	font: bold 24px "Arial", "Helvetica", sans-serif; 
	color: #39AEFC; 
	text-decoration: none; 
	text-align: center;
	margin: 0 0 15px 0; }
	
.pagetitle h3 {
	font-family: "Arial", Helvetica, sans-serif; }

div.post em { 
	font-weight: italic; }

div.post p { 
	margin-bottom: 25px !important; 
	line-height: 160%; }

div.post strong { 
	font-weight: bold; }

div.post span.author { 
	display: block; 
	margin-bottom: 25px; }

div.post ul { 
	margin: 0 0 20px 20px; 
	padding: 0; }

div.post ul li { 
	margin-left: 20px; 
	list-style-type: square;
	padding-bottom: 10px;}
	
div.post ol {
	padding: 0 0 20px 20px;
	margin: 0;}

div.post ol li {
	margin-left: 20px;
	padding-bottom: 10px;}
	
div.post ol li ol {
	list-style-type: lower-alpha;
	padding: 0 0 0 20px;
	margin: 0;}
	
div.post ol li ol li {
	margin-left: 20px;
	padding-bottom: 10px;}

div.post span.continue { 
	padding-right: 20px; 
	background: url(images/continue.png) right 6px no-repeat; 
	text-decoration: underline; 
	font-size: 16px; 
	font-weight: bold; 
	color: #f49116; }

div.post p.note { 
	margin: 15px 0 !important; }

div.post p.note em { 
	padding-left: 22px; 
	background: url(images/note.png) left top no-repeat; 
	font-style: italic; }

div.post span.permalink { 
	clear: both; 
	display: block;} 

div.post div.post_details { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 10px 5px 10px; 
	background: url(images/post_details.png) repeat-x; 
    margin-bottom: 20px;}

div.post div.post_details ul, div.post div.post_details ul li { 
	margin: 0; 
	padding: 0; 
	list-style: none; }

div.post div.post_details ul { 
	overflow: hidden; 
	margin: 0 0 5px -5px !important; }

div.post div.post_details ul li { 
	background: none;
	margin-left: 5px; 
	float: left; 
	padding-right: 5px; 
	border-right: 1px solid #669933; }

#prev-next a { 	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #39AEFC; }
	
#prev-next a:hover {
	color: #39AEFC;}

/* Comments */
#comments { 
	font: normal medium "Trebuchet MS", Helvetica, Arial, sans-serif; 
	color: #323030; 
	font-size: 13px; }
	
#comments a { 
	color: #323030; }

#comments h3 { 
	font: bold 18px Georgia, "Times New Roman", serif; 
	color: #39AEFC;
	text-decoration: none; }
	
#comments h3 a { 
	color: #39AEFC;
	text-decoration: none; }
	
#comments ul { 
	margin: 0; 
	padding: 0;}

#comments ul li { 
	margin: 5px 0 0 35px;
	padding-left: 10px;
	list-style-image: url(images/quotes.png); }

#commentform #author, #commentform #email, #commentform #url, #commentform textarea { 
	background: #fff; 
	border: 1px solid #bdbcbc; 
	padding: .2em; }

#commentform textarea { 
	width: 100%; }

#comments_subscribe span { 
	padding-left: 25px; 
	background: url(images/subscribe_white.png) left center no-repeat;}
	
#submit_button { 
	float: right;
	margin-right: 2px;
	width: 74px; 
	height: 35px; 
	background: url(images/submit_button.png) no-repeat; 
	border: 0; 
	text-indent: -999em; }
	
#submit_button:hover { 
	cursor: pointer; }

/* Module/Sidebar */
div.module { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px; 
	padding: 10px; 
	border: 1px solid #ebebeb; }

div.module h2, div.module h3 { 
	margin: 0; 
	padding: 5px 10px; 
	background: #e9e1bf url(images/h2_module.png) left top repeat-x; 
	border: 1px solid #ddd7b3; 
	font: bold 19px Georgia, "Times New Roman", serif; 
	color: #575447; }

div.module ul, div.module li { 
	margin: 0; 
	padding: 0; 
	list-style: none; }

div.module li.selected { 
	background: #eaf8f6; 
	font-weight: bold; }

div.module li a { 
	display: block;
	padding: 8px 10px 13px 12px; 
	background: url(images/h1_border.png) left bottom repeat-x; 
	color: #58554b; 
	text-decoration: none; }

div.module li a:hover { 
	background: #eaf8f6 url(images/h1_border.png) left bottom repeat-x;
	font-weight: bold;}

div.module ul.tweetul{
	font: 13px "Arial";
}
	
div.module ul.tweetul li{
	padding: 10px;
	margin-bottom: 0px;
	background: #FAFAFA;
	border-bottom: 1px dashed #EDEDED;}
	
div.module ul.tweetul li a {
	padding: 0px;
	background: transparent;
	display: inline;
	color: #880237; 
	text-decoration: none; }
	
div.module ul.tweetul li a:hover { 
	font-weight: normal;}
	
div.module ul.tweetul span.tweettime {
	font-size: 11px;
	color: #999999;}

div.module ul.news { 
	margin: 10px 0 -10px 0; }

div.module ul.news li { 
	position: relative; 
	margin-bottom: 20px; 
	padding-left: 90px; }
	
div.module ul.news li a { 
	background:none;}

div.module ul.news h3 { 
	margin: 0; 
	padding: 0; 
	font-size: 15px; 
	font-weight: bold; 
	color: #f49116; }

div.module ul.news h3 a { 
	margin: 0; 
	padding: 0; 
	font-size: 15px; 
	font-weight: bold; 
	color: #f49116; 
	text-decoration: none; }

div.module ul.news h3 a:hover { 
	background: none;
	text-decoration: underline;}

div.module ul.news p { 
	margin: 0; 
	padding: 0; 
	font-size: 13px; }

div.module ul.news img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 5px solid #f8f4e0; }

div.module dl.comment_block { 
	margin: 12px; }

div.module dl.comment_block dt.user { 
	margin: 0; 
	padding: 0 0 0 20px; 
	background: url(images/user.png) left center no-repeat; 
	font-size: 16px; 
	font-weight: bold; 
	color: #f49116; }
	
div.module dl.comment_block dt.user a { 
	font-size: 16px; 
	font-weight: bold; 
	color: #f49116; 
	text-decoration: none;}
	
div.module dl.comment_block dt.user a:hover { 
	text-decoration: underline;}

div.module dl.comment_block dd { 
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 13px; 
	line-height: 140%; }
	
div.module dl.comment_block dd a{ 
	color: #323030;
	text-decoration: underline; }
	
div.module dl.comment_block dd a:hover{ 
	color: #f49116; }
	
div.module ul.social li a { 
	display: block;
	padding: 4px 10px 4px 0;
	background: url(images/h1_border.png) left bottom repeat-x; 
	color: #58554b; 
	text-decoration: none; }
	
div.module ul.social li a:hover { 
	background: #eaf8f6 url(images/h1_border.png) left bottom repeat-x;
	font-weight: bold;}		
	
div.module a span.feed {
	background: url(images/feed.png) left center no-repeat; 
	display: inline-block;
	height: 30px;
	padding-left: 40px;
	padding-top: 8px;}
	
div.module a span.feed-email {
	background: url(images/feed-email.png) left center no-repeat; 
	display: inline-block;
	height: 30px;
	padding-left: 40px;
	padding-top: 8px;}
	
div.module a span.twitter {
	background: url(images/twitter.png) left center no-repeat;  
	display: inline-block;
	height: 30px;
	padding-left: 40px;
	padding-top: 8px;}
	
/* Site Information/Footer */
#site_information div.column { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left; 
	margin-bottom: 60px; 
	width: 33.33%; }

#site_information h3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0; 
	font-size: 16px; 
	color: #797878; }

#site_information ul { 
	margin: 0; 
	padding: 0 20px;}

#site_information ul li { 
	font-size: 14px;
	padding: 0 5px 5px 5px; 
	list-style-image: url(images/bullet_style_1.png);}

#site_information a { 
	font-size: 14px; 
	color: #797878; 
	text-decoration: none; }

#site_information a:hover { 
	text-decoration: underline; }
	
#site_information #copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;}