/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A clean, open, 3-column theme with customizable, rotating images and outstanding typography.
Version:		1.3
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/
body { background: #fff; color: #111; font-size: 62.5%; }
* { padding: 0; margin: 0; }
/*---:[ core layout elements ]:---*/
.post_box { border-top: 1px dotted #bbb; }
.top { border: none !important; }
#footer { color: #888; border-top: 0.2em solid #DDDDDD; text-align: left; clear: both; padding-left: .3em; }
/*---:[ global elements ]:---*/
a, a:visited { color: #2361a1; text-decoration: underline; }
a:hover { color: #2361a1; text-decoration: none; }
a img { border: none; }
blockquote { color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
sub, sup { line-height: 0.5em; }
code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; color: #050; }
pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; }
input:focus, textarea:focus { background: #fff; border-color: #777; }
.format_text .text_input, #comment_form p .text_input { width: 45%; }
.sidebar .text_input { width: 95%; } /* Based on inherited font size in sidebar */
input.form_submit { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }	
input.form_submit:hover { color: #090; }
/*---:[ headlines and bylines ]:---*/
h1{ font-size: 2.2em; font-weight: normal; }
h2 { font-size: 2.2em; font-weight: normal; }
h3{ font-size: 1.5em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: bold; color: #660000;}
h2 a, h2 a:visited { color: #111; text-decoration: none; }
h2 a:hover { color: #9B000; }
#content theme h1 { font-size: 1.8em; line-height: 1em; font-weight: normal;}
/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/
.sidebar h3 { color: #555; }
/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; color: #888; }
.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.headline_meta a, .headline_meta a:visited { color: #888; text-decoration: none; border-bottom: 1px solid #eee; }
.headline_meta a:hover { color: #111; }
/*---:[ nav menu styles ]:---*/
ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
ul#tabs li { margin-bottom: -0.2em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 1px solid #FFFFFF; }
ul#tabs li a, ul#tabs li a:visited { display: block; line-height: .5em; color: #111; text-decoration: none; text-transform: uppercase; letter-spacing: normal; padding:0.8em 0.8em; font-size: 1.1em;}
ul#tabs li a:hover { color: #111; }
ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { cursor: default; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
/*RSS link*/
ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
ul#tabs li.rss a, ul#tabs li.rss a:visited { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
/*---:[ #header styles ]:---*/
#header { display: block; border-bottom: none; clear:both; padding-bottom: 1.3em; padding-top: 1em; background-image: url('images/background-header.png'); background-repeat: repeat-x; }
#header #logo { font-weight: bold; }
#header #logo a, #header #logo a:visited { color: #111; text-decoration: none; display: block; background: url('images/yiibu-logo.png') 0px 0px no-repeat; width: 76px; height: 26px; text-indent: -10000em; margin-top: .2em; }
/*#header #logo a:hover { background: url('images/yiibu-logo.png') 0px -26px no-repeat ; }*/
#header #tagline { font-weight: normal; color: #888; }
/*---:[ content styles ]:---*/
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }	
.format_text ul { list-style: square; }			
.format_text dt { font-weight: bold; }
/*---:[ pullquotes ]:---*/
.format_text blockquote.right, .format_text blockquote.left { border: none; }
.format_text blockquote.right { float: right; }
.format_text blockquote.left { float: left; }
.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }		
/*---:[ end pullquotes ]:---*/
/*---:[ image handling classes ]:---*/
.format_text img.left, .format_text img.alignleft { float: left; clear: left; }	
.format_text img.right, .format_text img.alignright { float: right; clear: right; }
.format_text img.center, .format_text img.aligncenter { display: block; float: none; clear: both; }
.format_text img.block, .format_text img.alignnone { display: block; clear: both; }
.format_text img.frame { background: #eee; border: 0.071em solid #ddd; }
.format_text img.stack { clear: none !important; }
/*---:[ end image handling classes ]:---*/		
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }
/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
.format_text .to_comments span { color: #111; }	
.format_text .to_comments span.bracket { color: #ccc; }	
.format_text .to_comments a, .format_text .to_comments a:visited { color: #666; text-decoration: none; }	
.format_text .to_comments a:hover { color: #111; text-decoration: underline; }	
.format_text .post_tags { color: #666; }
/*---:[ archive information block ]:---*/
theme { border-bottom: 0.2em solid #ddd;  background-color: #F8F8F8; padding-top: 1.1em; padding-bottom: 1.1em; }
theme p { text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1.1em; }
/*---:[ post navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; border-top: 2px solid #ddd; color: #666; clear: both; }
.prev_next .next { text-align: right; }
.prev_next .floated { float: left; }
.prev_next a, .prev_next a:visited { text-decoration: none; }
.prev_next a:hover { text-decoration: underline; }
.post_nav a, .post_nav a:visited { text-transform: none; letter-spacing: normal; }
/*---:[ rotating image styles ]:---*/
#multimedia_box { width: 100%; }
#image_box { padding: 1.1em; background: #eee; border-bottom: 1px solid #ddd; }
#image_box img { display: block; padding: 0.1em; background: #fff; border: 0.1em solid #bbb; }
/*---:[ custom box styles ]:---*/
#custom_box { padding: 1.1em; background: #eee; border-bottom: 1px solid #ddd; }
/*---:[ sidebar styles ]:---*/
.sidebar a, .sidebar a:visited { text-decoration: none; }
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
li.widget { width: 100%; }
li.centered { text-align: center; }
li.widget p a, li.widget p a:visited { text-decoration: underline; }
li.widget p a:hover { text-decoration: none; }
li.widget ul { list-style: none; }	
/*---:[ widget box styles ]:---*/	
li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
/*---:[ subscriptions widget ]:---*/	
.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }
.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }
/*---:[ google custom search ]:---*/
li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
/*---:[ comment styles ]:---*/
.comments_intro p { color: #666; }
.comments_intro span { color: #111; }
.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
dl#comment_list dt a, dl#comment_list dt a:visited { text-decoration: none; }				
dl#comment_list dt a:hover { text-decoration: underline; }
dl#comment_list dt .comment_author { font-weight: bold; }
.avatar img { float: right; }
.comment_time, .edit_comment { color: #888; }
.comment_time a, .edit_comment a { color: #888; }
.comment_time a:hover, .edit_comment a:hover { color: #888; }
.comment_num { float: right; }
dl#comment_list .comment_num a, dl#comment_list .comment_num a:visited { font-weight: bold; color: #aaa; }
dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
dl#comment_list dd { border-bottom: 1px dotted #bbb; }
a.comment_link, a.comment_link:visited { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
a.comment_link:hover { color: #111; border-bottom-color: #111; }
/*---:[ author comment and alternating comment colors ]:---*/
.author_comment { background: #e7f8fb; }
dl#comment_list dt, dl#comment_list dd { background: #f5f5f5; }
dl#comment_list .alt { background: #fff !important; }
/*---:[ end author comment and alternating comment colors ]:---*/
dl#trackback_list { padding-left: 1.1em; border-top: 1px dotted #bbb; }
dl#trackback_list dt a, dl#trackback_list dt a:visited { color: #111; text-decoration: none; }
dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }		
dl#trackback_list dd { color: #888; }	
.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }
/*---:[ comment form styles ]:---*/
#respond p { color: #555; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }	
.login_alert p { font-weight: bold; }	
#commentform { border-top: 1px dotted #bbb; }
#commentform p { margin-bottom: 1em; }
#commentform textarea { width: 100%; }
#commentform p.allowed { width: 100%; font-size: 1em; padding: 0.6em 0.4em; background: #F8F8F8; border: 0.1em dotted #bbb; border-top: 0; }
#commentform p.allowed span { color: #807e70; }		
/* Support for the highly-recommended Subscribe to Comments Plugin */
#commentform p.subscribe-to-comments label { font-size: 1em; }
/*---:[ footer styles ]:---*/
#footer a, #footer a:visited { color: #888; text-decoration: none; border-bottom: 1px solid #ccc; }
#footer a:hover { color: #111; }
/*---:[ self-clearing floats from Dan Cederholm ]:---*/
ul#tabs:after, #content_box:after, #sidebars_box:after, .format_text:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* CONTENT.PHP */
/*---:[ main layout elements ]:---*/
body { font-family: Georgia, "Times New Roman", Times, serif; }
.post_box { padding-top: 2.2em; }
.headline_area { margin-bottom: 2.2em; }
#multimedia_box { margin-bottom: 2.2em; }
/*---:[ h3 size is calculated relative to the base font size of the content ]:---*/
.format_text h3 { font-size:1.5em; line-height:1.2em; margin:1em 0 0.611em; }
.format_text h3.top { margin: 0 0 0.611em 0 !important; }
/*---:[ post content area ]:---*/
.format_text { font-size: 1.4em; line-height: 1.571em; }
.format_text p { margin-bottom: 1.571em; }
.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }
.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }
.format_text acronym, .format_text abbr { font-size: 0.786em; }
.format_text code { font-size: 0.929em; }
.format_text pre { font-size: 0.929em; line-height: 1.385em; margin-bottom: 1.692em; padding: 0.615em 0.846em; }
.format_text ul { margin: 0 0 1.571em 1em; }
.format_text ol { margin: 0 0 1.571em 1.571em; }
.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }
.format_text dl { margin-bottom: 1.571em; }
.format_text dd { margin-bottom: 1.571em; }
.format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0em; }
/*---:[ pullquotes ]:---*/
.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }
/*---:[ end pullquotes ]:---*/
/*---:[ image handling classes ]:---*/
.format_text img.left, .format_text img.alignleft { margin: 0 1.571em 1.571em 0; }
.format_text img.right, .format_text img.alignright { margin: 0 0 1.571em 1.571em; }
.format_text img.center, .format_text img.aligncenter { margin: 0 auto 1.571em auto; }
.format_text img.block, .format_text img.alignnone { margin: 0 auto 1.571em 0; }
.format_text img.frame { padding: 0.643em; border-width: 0.071em; }
/*---:[ end image handling classes ]:---*/
.format_text .ad { margin-left: 1.571em; }
.format_text .ad_left { margin-right: 1.571em; }
/*---:[ after-post elements ]:---*/
.format_text .to_comments { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }
.format_text .to_comments span { font-size: 1.833em; line-height: 1em; }
.format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }
/*---:[ previous and next links on index, archive, and search pages ]:---*/
.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }
.prev_next p { font-size: 1em; line-height: 2.2em; }
.post_nav .previous { margin-bottom: 0.55em; }
.post_nav a { font-size: 1.3em; line-height: 1.692em; }
/*---:[ comment area ]:---*/
.comments_intro { margin: 4.4em 0 0.7em 1.1em; }
.comments_intro p { font-size: 1.2em; line-height: 1.833em; }
.comments_intro span { font-size: 1.833em; line-height: 1em; }
dl#comment_list dt { padding-top: 1.8em; }
dl#comment_list dt p { font-size: 1.2em; line-height: 1.833em; }
dl#comment_list dt .comment_author { font-size: 1.333em; line-height: 1.375em; }
.avatar img { margin-left: 1.1em; }
.comment_time, .edit_comment { padding-left: 0.833em; }		
.comment_num { padding-left: 0.909em; }
.comment_num a, .comment_num a:visited { font-size: 1.1em; line-height: 2em; padding: 0.091em 0.273em; }
dl#comment_list dd { padding-top: 1.1em; }
dl#trackback_list dt { padding-top: 1.1em; }
dl#trackback_list dt a, dl#trackback_list dt a:visited { font-size: 1.4em; line-height: 1.571em; }
dl#trackback_list dd { font-size: 1.2em; line-height: 1.5em; }
.comments_closed { margin: 4.4em 0 2.2em 1.1em; }
/*---:[ comment form styles ]:---*/
#respond { margin: 0.7em 0 0.7em 1.1em; }
#respond p { font-size: 1.6em; line-height: 1.375em; font-weight: bold; color: #660000; }
.login_alert { margin: 4.4em 0 2.2em 0; }
#commentform { padding-top: 1.1em; padding-bottom: 2.2em; }
#commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }
#commentform label { padding-left: 0.786em; }
#commentform p.comment_box { line-height: 0.786em; margin-bottom: 0;}
#commentform textarea { height: 12.571em; line-height: 1.571em; padding: 0.286em; border-width: 0.071em; }
#commentform p.allowed span { font-size: 1.2em; line-height: 1.667em; }
#commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }
/* Support for the highly-recommended Subscribe to Comments Plugin */
#commentform p.subscribe-to-comments { font-size: 1.4em; }
#commentform p.subscribe-to-comments label { font-size: 1em; }
/*---:[ form inputs ]:---*/
.format_text .text_input, #comment_form p .text_input, #comment_form textarea { padding: 0.286em; font-family: Georgia, "Times New Roman", Times, serif; }
#comment_form .form_submit { font-family: Georgia, "Times New Roman", Times, serif; }
.sidebar .text_input { font-family: Georgia, "Times New Roman", Times, serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { font-family: Georgia, "Times New Roman", Times, serif; }
/*---:[ sidebar spacing ]:---*/
.sidebar ul.sidebar_list { padding-top: 2.2em; }
/* NAV.PHP */
/* HEADER.PHP */
/*---:[ #header styles ]:---*/
#header #logo { font-size: 3.6em; line-height: 1.167em; }
#header #tagline { font-size: 1.4em; line-height: 1.429em; }
/* HEADLINES.PHP */
/*---:[ headlines ]:---*/
#content h1, #content h2 {font-size:2.2em; line-height:1.2em;}
/* BYLINES.PHP */
/*---:[ bylines ]:---*/
.headline_meta { font-size: 1em; line-height: 1.8em; }
.headline_meta .pad_left { padding-left: 0.9em; }	
/* MULTIMEDIA.PHP */
/*---:[ multimedia box styles ]:---*/
/* SIDEBARS.PHP */
/*---:[ sidebar headings ]:---*/
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.615em; font-variant: small-caps; letter-spacing: 2px; }
/*---:[ sidebar styles ]:---*/
.sidebar { }
ul.sidebar_list { list-style: none; }
li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 1em; }	
li.widget p { margin-bottom: 1.231em; }		
li.widget abbr, li.widget acronym { font-size: 0.846em; }	
li.widget code { font-size: 0.846em; }
li.widget ul li { margin-bottom: 0.692em; }
li.widget li ul { margin: 0.692em 0 0 1.385em; }
/*---:[ widget box styles ]:---*/
li.widget .widget_box { padding: 0.692em; border-width: 0.077em; }
/*---:[ google custom search ]:---*/
li.thesis_widget_google_cse form input[type="text"] { padding: 0.308em; }
li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
/*---:[ sidebar form inputs ]:---*/
.sidebar .text_input { padding: 0.308em; }
.sidebar input[type="text"] { }
/* FOOTER.PHP */
/*---:[ footer styles ]:---*/
#footer { font-size: 1.2em; line-height: 1.667em; padding-top: 0.917em; }
/* WIDTHS.PHP */
/*---:[ core layout elements ]:---*/
.full_width { width: 100%; clear: both; }
.full_width .page { width: 56.2em; margin: 0 auto; padding-right: 2em; padding-left: 2em; }
#header_area .page { padding-top: 2em; }	
#footer_area .page { padding-bottom: 2em; }
#header { padding-right: 1.1em; padding-left: 1.1em; }
#content_box { width: 100%; }
#content { width: 100%; float: left; }
.post_box { margin: 0 1.1em; }
theme, .prev_next { padding-right: 1.1em; padding-left: 1.1em; }	
#sidebars { width: 100%; border-width: 0.3em 0 0 0; border-style: solid; border-color: #ddd; clear: both; }
#comments { margin-right: 0em; margin-left: 0em; }
.comments_intro, #respond { margin-left: 1.1em; }		
dl#comment_list dt, dl#comment_list dd { padding-right: 1.1em; padding-left: 1.1em; }
#commentform { padding-right: 1.1em; padding-left: 1.1em; }
.sidebar { width: 50%; float: left; }
.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }
#sidebar_2 ul.sidebar_list { padding-right: 1em; }				
#sidebar_1 ul.sidebar_list { border-width: 0 0.1em 0 0; border-style: dotted; border-color: #ddd; }				
/* DEPRECATED.CSS */
/*
Description:	Styles for deprecated HTML elements are housed here
Author:			Chris Pearson of http://www.pearsonified.com
*/
.format_text img[align="left"] { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text img[align="right"] { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text img[align="middle"] { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
/*yiibu custom*/
.page { width:  100% !important; margin:  0 !important; padding: 0 !important;}
#sidebar_1 { width:  100%;}
#sidebar_2 { display:none;}
.headline_area { margin-bottom:1.5em;}
a.download-button { width: 80px; background: #F4F2F2 url('images/greenarrow.png') 70px 5px no-repeat ; display: block; color: #660000; line-height: 1.5em; padding: 2px 0px 2px 5px; margin: 0px; border: 1px solid #c4b5b5; text-decoration: none; }
a.download-button:hover { background: #E1DDDD url('images/greenarrow.png') 70px 5px no-repeat;}
p.box-emphasis { border: 1px solid #c9d6e9; background-color: #e2e9f3; padding: 1em;}
.img-bios { float: left; padding-right: 1em; padding-bottom: .5em; }
#sidebars { border-color:#DDDDDD; border-style:solid; border-width:0.2em 0 0 0; clear:both; width:100%; }
.sidebar form.search_form .text_input { width:70%; margin-right: .5em; }
#archive_info, .prev_next { padding-left:1.1em; padding-right:1.1em; }
#archive_info { padding-bottom:1.1em; padding-top:1.1em; }
#archive_info { border-bottom: .15em solid #DDDDDD; }
#archive_info p { margin-bottom:1.1em; }
#archive_info p { letter-spacing:2px; text-transform:uppercase; }
#content #archive_info h1 { font-size:1.8em; font-weight:normal; line-height:1em; }
