/* @override http://tweetupla.com/wp-content/themes/tweetupla/style.css */

/*
Theme Name:		tweetupla
Description:	A 3-column design with a black on white design. A modification of Chris Pearson's Neoclassical theme.
Version:		1.0
Author:			William Rozner
*/

/*
background #000000 to #FFFFFA

General (DkGray)   #87ACF4 to #232323
headings (green)   #FFFFFF to #056839
headings (orange)  #FF9900 to #D2A93F was #FCBA63
hover for (orange) #F5484B to #FFC324

*/


body {
	background-color:#FFFFFF;
	color: #000;
	font: 62.5% Optima, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/

#MasterAll {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 1000px; /* original width: 885px */
}

#pagecontent { padding-left: 65px; } /* for use with custom styles */
	
#masthead {
	position: relative;
	width: 1000px; /* original width: 885px */
	height: 210px;
	background: url(images/bg_logo.gif) no-repeat center 5px;
}
#mast_logo {
	position:absolute;
	left: 0;
	top: 5px;
	width: 100%;
	text-align:center;
}
/*
#mast_nav {
	position:absolute;
	top: 185px;
	font-size:12px;
	color:#056839;
	font-weight:bold;
}
*/
#mast_nav {
	padding-top: 185px;
	font-size:12px;
	color:#056839;
	font-weight:bold;
}

#mast_nav a {
	font-size:12px;
	color:#056839;
	font-weight:bold;
	font-style: normal;
}

#content_box {
	width: 935px; /* original width: 885px */
	text-align: left;
	background-position: 50% 0;
	background-repeat: repeat-y;
	margin-top: 24px;
}

#left_box {
	float: left;
	width: 685px;
}

#content {
	float: right;
}
			
#content_inner {
	width: 435px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	
}
	
.sidebar {
	float: left;
	width: 190px;
}
		
#left_bar {
	padding: 0 10px;
	margin-top: 0;
}
		
#right_bar {
	
	width: 190px;
	padding: 0 10px;
}
		
#footer {
	height: 24px;
	line-height: 24px;
	font-size: 9px;
	color:#056839;
	text-align:center;
}

#footer_bottom { } /* for use with custom styles and the "page" look */

/*---:[ headlines ]:---*/

/* h1, h2, h3, h4 { font: bold 1.0em Georgia, "Times New Roman", Times, serif; } */
h1, h2, h3, h4 { font: bold 1.0em Optima, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

h1 {
	font-size: 1.8em;
	line-height: 1.11111em;
	padding: 0 10px;
	color: #D2A93F;
}

.archives h1 {
	line-height: 2em;
	padding: 0 10px;
	color: #D2A93F;
	margin: 0 0 1.11111em 0;
	font-size: 1.8em;
}

.page h1 {
	line-height: 2em; padding: 0 10px;
	color: #D2A93F;
	margin: 0 0 1.11111em 0;
	font-size: 1.8em;
}

h1.top { 
	padding-top: 10px;
}

h2 {
	font-size: 1.8em;
	line-height: 1.11111em;
	color: #056839;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

h2 a, h2 a:visited { color: #D2A93F; }

h2 a:hover {
	color: #FFC324;
	text-decoration: none;
}
	
h2.top { 
	font-size: 2em;
	padding-top: 10px;
	color: #D2A93F;
}
	
.sidebar h2 {
	font-size: 0.83333em;
	margin: 0 0 0.9em 0;
	line-height: 1.9em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.25em;
}

.format_text h3 {
	margin-bottom: 0.625em;
	margin-left: 0;
	margin-right: 0;
}

.format_text h3.top { margin: 0 0 0.625em 0 !important; }

h4 {
	font-size: 0.84615em;
	line-height: 1.81818em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 1px;
	color:#026EC4;
	font-weight:normal;
}

/*---:[ global elements ]:---*/

hr { display: none; }

a, a:visited {
	color: #D2A93F;
	text-decoration: none;
}

a:hover {
	color: #FFC324;
	text-decoration: none;
}

a img { border: none; }

blockquote {
	color: #232323;
	border-left: 2px solid #B9C6B3;
	margin: 0;
	padding: 0 0 0 .5em;
}

abbr, acronym { font-size: 0.84615em; border-bottom: 1px dotted #232323; letter-spacing: 1px; text-transform: uppercase; line-height: 1.0em; cursor: help; }

sub, sup { line-height: 1.0em; }

span.code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; } /* Using a <span class="code"> preserves the line height better across a wider variety of browsers */

code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; line-height: 1.0em; }

html[xmlns*=""] body:last-child code { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

pre { margin: 0 0 1.81818em 0; padding: 0.81818em; font-size: 0.84615em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

html[xmlns*=""] body:last-child pre { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { padding: 0 20px; font-size: 1.3em; }


/*---:[ #banner styles ]:---*/

#masthead #authority { position:absolute; right: 110px; top: 126px; width: 200px; height: 40px; }

#masthead #rss_subscribe { position:absolute; right: 60px; top: 125px; width: 40px; height: 40px; }

#masthead #rss_subscribe a { display: block; width: 40px; height: 40px; background: url('images/icon_rss.gif') no-repeat; text-indent: -9999px; outline: none; }

/*---:[ content styles ]:---*/

.post_author { padding: 0 10px; color: #232323; }

.post_author a, .post_author a:visited { color: #232323; text-decoration: none; }

.post_author a:hover { color: #999; text-decoration: underline; }

.format_text { font-size: 11pt; line-height: 1.2; padding: 0 10px 0 25px; color: #232323; }

/* @group My Group */



/* @end */
		
.format_text a { text-decoration: underline; }
	
.format_text a:visited { color: #FFC324; background: none; text-decoration: none; }
	
.format_text a:hover { text-decoration: underline; }
		
.format_text blockquote { }
	
.format_text blockquote.right { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 0 0 10px; padding: 0.4375em 0 0.4375em 10px; float: right; }
		
.format_text blockquote.left { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 10px 0 0; padding: 0.4375em 10px 0.4375em 0; background: none; border-right: 1px solid #eee; border-left: none; float: left; }
	
.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
	
.format_text p { margin-left: 0; margin-right: 0; margin-bottom: 1em; }
	
.format_text p.note { padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; }

.format_text ul { list-style: none; margin: 0 0 1.53846em 0; }

.format_text ol { margin: 0 0 1.53846em 20px; }

.format_text li { }

.format_text ul li { padding: 0 0 0 14px; background: url('images/bullet_text.gif') 0 0.38462em no-repeat; }

.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol { margin: 0 0 0 10px; }

.format_text dl { margin: 0 0 1.53846em 0; }

.format_text dt { font-weight: bold; }

.format_text dd { margin: 0 0 0 1.53846em; }

.format_text .ad { margin: 0 0 0 10px; float: right; clear: right; }

.format_text .ad_left { margin: 0 10px 0 0; float: left; clear: left; }

.format_text img { margin-right: -10px; }

.format_text img.left { margin: 0 10px 1.53846em 0; float: left; clear: left; }

.format_text img.right { margin: 0 0 1.53846em 10px; float: right; clear: right; }

.format_text img.center { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; }

.format_text img.block { display: block; margin: 0 auto 1.53846em 0; float: none; clear: both; }

.format_text img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; }

.format_text img.stack { clear: none !important; }

.to_comments {
	padding: 0 10px;
	font: normal 9pt/1em Verdana, serif;
	color: #999;
	clear: both;
	margin-left: 0;
	border-bottom: 1em;
	margin-bottom: 1.5em;
}
	
.to_comments .date { padding: 0 0 0 14px; background: url('images/icon_date.gif') 0 50% no-repeat; }

.to_comments .filed { padding: 0 0 0 14px; background: url('images/icon_filed.gif') 0 50% no-repeat; }

.to_comments .num_comments { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }

.navigation { padding: 0 20px; font-size: 1.3em; line-height: 1.53846em; clear: both; }

.navigation p { text-align: right; }

.older { padding: 0 20px 0 0; float: left; }

.previous { text-align: left; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 190px; margin: 0 0 1.5em 0; font: normal 1.2em/1.33333em Verdana, serif; float: left; }

li.widget p { margin: 0 0 1.33333em 0; }

li.widget ul, li.linkcat ul { list-style: none; }

li.widget ol { margin: 0 0 0 20px; }

li.widget li, li.linkcat li { margin: 0 0 0.25em 0; font-size: 10px; }

li.widget li br { display: none; }

li.widget li ul, li.linkcat li ul { margin: 0.75em 0 0 20px; }

h2.widgettitle { font-size: 1.2em; }

#left_bar h2 { font-size: 1.2em; } /* match left column h2 header text to right column widgettitle */

/*---:[ special widget styles ]:---*/

#calendar_wrap { width: 182px; margin: 0 0 0.83333em 0; padding: 0 8px 0 0; font-family: Georgia, "Times New Roman", Times, serif; }

table#wp-calendar { width: 182px; border-collapse: collapse; }

table#wp-calendar caption {
	font-weight: bold;
	font-size: 1.2em;
	color: #056839;
	margin: 0 0 0.9em 0;
	line-height: 1.9em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	border-bottom: 1px dotted #ddd;
	font-family: Optima, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	font-family: Optima, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table#wp-calendar td { width: 26px; line-height: 1.66667em; color: #999; text-align: center; }

table#wp-calendar td a { color: #056839; font-weight:bold; }

table#wp-calendar td#next, table#wp-calendar td#prev { width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; }


/*---:[ search widget ]:---*/

#search { padding: 0.83333em 0; border: 1px dotted #ddd; border-width: 1px 0; text-align: right; }

#search #s { width: 184px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Verdana, sans-serif; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; text-align: left; }

#search #s:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }

#search input[type="submit"] { margin: 0.25em 0 0 0; padding: 2px 3px; font: bold 1.0em Georgia, "Times New Roman", Times, serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #000; cursor: pointer; }

#search input[type="submit"]:hover { color: #333; }


/*---:[ footer styles ]:---*/

#footer p { font: normal 1.1em/1.45455em Verdana, Arial, Geneva, helvetica; color: #056839; text-align: right; }

#footer a, #footer a:visited { color: #056839; border-bottom: 0px solid #ddd; text-decoration: none; }

#footer a:hover { color: #056839; text-decoration: none; }


/*---:[ comment styles ]:---*/

#comments { width: 435px; margin: 4.0em 0 2.0em 0; }

.comments_intro { padding: 0 20px; font: normal 1.2em/1.66667em Verdana, sans-serif; border-bottom: 1px dotted #bbb; }

.comments_intro span { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }

dl#comment_list { margin: 0 0 3.0em 0; }

dl#comment_list dt.comment { /* width: 445px; */ padding: 1.42857em 9px 0.71429em 9px; font-size: 1.4em; line-height: 1.42857em; }

.comment_num { padding: 0 0 0 20px; font: bold 0.85714em/1.66667em Verdana, sans-serif; float: right; }

.comment_num a, .comment_num a:visited { color: #999; text-decoration: none; }

.comment_num a:hover { color: #FFC324; text-decoration: none; }

.comment_time { font: normal 0.78571em Verdana, sans-serif; color: #999; }

dl#comment_list dd.comment { /* width: 445px; */ padding: 0 9px 0.8em 9px; border-bottom: 1px dotted #bbb; }

dl#comment_list dt.alt, dl#comment_list dd.alt { background: #FAF5E6; }

dl#comment_list dt.author, dl#comment_list dd.author {/* background: #e7f8fb */ !important; }

.comment .format_text { padding: 0 10px; }

.comment a.comment_link, .comment a.comment_link:visited { font-style: italic; font-weight: bold; color: #333; background: none; text-decoration: none; }

.comment a.comment_link:hover { color: #333; text-decoration: underline; }		
			

/*---:[ comment form styles ]:---*/

#respond { margin: 0 0 0.83333em 0; padding: 0 20px; border-bottom: 1px dotted #ddd; font: normal 1.2em/1.66667em Verdana, sans-serif; }

#respond span { padding: 0 0 0 14px; background: url('images/icon_leave_comment.gif') 0 50% no-repeat; }

#comment_form { /* width: 425px; */ padding: 0 19px; }

#comment_form p { padding: 0.69231em 0 0.76923em 0; font-size: 1.3em; line-height: 1.53846em; }

#comment_form p.submit_p { padding-bottom: 1.30769em; }

#comment_form label { padding: 0 0 0 10px; }

#comment_form .text_input { width: 209px; padding: 2px; color: #333; font: normal 1.0em Georgia, "Times New Roman", Times, serif; background: #f2f2f2; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }

#comment_form .text_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }

#comment_form .text_area { width: 390px !important; height: 5.84615em; }

#comment_form .form_submit { padding: 0.35714em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #333; font: bold 1.07692em Georgia, "Times New Roman", Times, serif; cursor: pointer; }

#comment_form .form_submit:hover { color: #FFC324; }

#comment_form p.subscribe-to-comments { font-size: 1.3em; }

#comment_form p.subscribe-to-comments label { font-size: 1.0em; }


/*---:[ Utterz include Post info styles ]:---*/
.utterz-entry img { margin-right: 1px; }


/*---:[ Twitter-widget include Post info styles ]:---*/
#twitter_update_list span {
	color: #232323;
	font-size: 10px;
}

/*---:[ search form styles ]:---*/

#search_form { }

#search_form .search_input { width: 184px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Verdana, sans-serif; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }

#search_form .search_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	
	

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#container:after, #content_box:after, #nav ul:after, #footer_bottom:after, .navigation:after, #comments:after, dl#comment_list:after, dl#comment_list dd:after, #comment_form:after, #search_form:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }