/*
Theme Name: Figure Stuff Out
Theme URI: http://www.figurestuffout.com/
Version: 2.0
Author: Piotr Bieszk
Author URI: http://bieszk.com/
Tags: white, custom header, fixed width, two columns, widgets
*/

/* General */
*, html {
	margin:0;
	padding:0;
}
body {
	font: 12px Arial, Tahoma, Verdana, Sans-Serif;
	text-align:center;
    background: #2a5db5 url(images/backgrounds/bg.jpg) left top repeat-x;
}

#page {
	width: 975px;
	margin: 10px auto 0 auto;
	padding: 9px 0 0 0;
	text-align: left;
    background: #fff url(images/page-top.jpg) left top no-repeat;
}

fieldset, select, img {
	border:0;
}
hr, #searchform br, .counter {
	display:none;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
    color: #003399;
}
a:hover {
	text-decoration:underline;
}
a:focus, a:active {
	outline: none;
}
p {
	margin:0 0 10px;
}
ol li {
	list-style:none;
}
acronym, abbr, span.caps {
	cursor:help;
}
acronym, abbr {
	border-bottom:1px dashed #fc0;
}
blockquote
{
  margin: 1em 1.5em;
  padding: 2em 2em;
  border: 1px solid #b0c4de;
  background: #D7E6FA url(images/blockquote.gif) no-repeat   scroll top left;
}
cite, ins {
	text-decoration:none;
}
code, pre, kbd {
	font:1em 'Courier New', Courier, sans-serif;
}
small {
	font:.8em Arial, Helvetica, sans-serif;
	color:#777;
}
strike, del {
	color:#777;
	text-decoration:line-through;
}
label {
	cursor:pointer;
}
h1, h2, h3, h4 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}
h1 {
	font-size: 24px;
	text-align: left;
	padding: 21px 0 5px 20px;
    color: #121212;
}
h2 {
	margin: 8px 0;
	font-size: 16px;
}
h3, h4 {
	margin: 15px 0 0;
	font-size: 1.2em;
}


/* Container */

#container {
	position: relative;
	margin: 0 auto;
	font-size: 1.2em;
	width: 970px;
	background: url(images/bg_content.gif) repeat-y center top;
}
#content {
	width: 960px;
	margin: 0 auto;
}


/* Header and Navigation */

#header {
  width: 975px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff;
}

#header-shadow {
  width: 955px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff url('images/header-bg.gif') repeat-x left bottom;
}

#header h1, #header-shadow h1 {
  float: left;
  width: 400px;
  margin: 0;
  text-align: left;
  background: #fff url('images/logo.jpg') no-repeat 25px 8px; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}

#header h1 a, #header-shadow h1 a {
  width: 275px;
  height: 90px;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
}

#header h1 a:hover, #header-shadow h1 a:hover {
  text-decoration: underline;
}

#header #subscribe-box {
	float: right;
	margin: 20px 30px 0 0;
	padding: 9px 14px 10px 14px;
	border: 1px dashed #999;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
}

#header #subscribe-box h3 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
    color: #888;
}

#header #subscribe-box a {
	color: #003399;
}


/* Navigation */

#nav {
	width: 955px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nav ul {
	float: left;
	width: 475px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
  float: left;
  margin: 5px 2px 0 2px;
  padding: 0;
  list-style-type: none
}

#nav li a {
  float: left;
  height: 30px;
  display: block;
  color: #003399;
  font-size: 14px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-weight: bold;
  line-height: 29px;
  text-decoration: none; 
  padding: 0 17px;
}

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #2a5db5;
}


/* Google Search */

#custom_search {
  float: right;
  width: 475px;
  margin: 0;
  padding: 6px 0 0 0;
}

#custom_search #q {
  float: left;
  width: 270px;
  padding: 2px;
  background: #fff;
  border-top: 1px solid #727272;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #dadada;
}

#custom_search #google-search {
	float: right;
	display: block;
	width: 57px;
	height: 24px;
	margin: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
	background: transparent url(images/b-search.gif) left top no-repeat;
	border: 0;
	cursor: pointer;
}


/* Primary Content and Entries */

#primary-content {
	float:left;
	text-align:left;
	line-height:1.6em;
	margin:0 1.5%;
	width:500px;
	display:inline;
	overflow:hidden;
}

#primary-content a {

text-decoration: underline;
}

.pagetitle {
	margin-top:15px;
	text-align:center;
}
.entry {
	text-align: left;
	padding-left: 14px;
	padding-top:10px;
}
.entry ul, .entry ol {
	margin:0 0 0 40px;
}
.entry li {
	padding-bottom:8px;
}
#primary-content .entry .entry-header {
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
	margin:0;
	padding: 3px 0;
	color: #222;
}
#primary-content .entry .entry-header a {
	color: #003399;
	text-decoration: none;
}
#primary-content .entry .entry-header a:hover {
    color: #ff6600;
	text-decoration: underline;
}
.entry-date {
	text-align:right;
	font-size:.9em;
	color:#ccc;
	background:url(images/bg_meta.gif) no-repeat top center;
}
.entry-footer {
	color:#ccc;
	font-size:0.9em;
	text-align:right;
	margin:0 0 20px;
	line-height:1.2em;
	padding:4px 0;
	background:url(images/bg_meta.gif) no-repeat top center;
}

#primary-content .entry a.button-link {
  display: block;
  color: #003399;
  font-size: 13px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-weight: bold;
  text-decoration: none; 
  padding: 4px 14px 5px 14px;
  background: #e1e1e1;
}

#primary-content .entry a.button-link:hover {
  color: #fff;
  text-decoration: none;
  background: #2a5db5;
}

.i-rss {	padding-left: 20px; background: transparent url(images/i-rss.gif) left top no-repeat; }
.i-email { padding-left: 20px; background: transparent url(images/i-email.gif) left top no-repeat; }
.i-twitter {	padding-left: 18px; background: transparent url(images/i-twitter.gif) left top no-repeat; }


/* Sidebar */

#calendar_wrap {
        padding-left: 5px;
}
.st-tag-cloud {
        padding-left: 5px;
}
#sidebar {
	float:left;
	line-height:1.2em;
	margin:13px 1.5% !important;
	margin:13px 0;
	width:400px;
	text-align:left;
	font-size:1em;
}
#sidebar h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 2px 0 7px;
	padding:2px 0;
}
#sidebar ul {
	color:#777;
	list-style:none;
}
#sidebar li {
	width:100%;
}
#sidebar ul ul li {
	width:100%;
	margin:0 5px 0 5px;
	padding:2px;
}
#sidebar ul ul li a, #sidebar ul ul li a:link, #sidebar ul ul li a:visited {
	padding:2px 4px 0 0px;
}
.left-sidecolumn {
	clear:left;
	float:left;
	width:184px;
	padding:0 2%;
}
.right-sidecolumn {
	clear:right;
	float:right;
	width:184px;
	padding:0 2%;
}
.bottom-sidecolumn {
	clear:left;
	float:left;
	width:384px;
	padding:0 2%;
}
#sidebar .bottom-sidecolumn ul h2.widgettitle {
	border-top: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 11px 0;
	color: #888;
	font-size: 17px;
}
#sidebar .bottom-sidecolumn ul li.widget ul {
	list-style-type: square;
	color: #ff6600;
	margin-left: 16px;
}
#sidebar .bottom-sidecolumn ul li.widget ul li {
	margin-bottom: 3px;
}
.intro {
	font-size:.9em;
	color:#777;
	width:90%;
	margin:8px 4%;
	padding:0 0 15px 0;
	background:url(images/bg_meta.gif) no-repeat center bottom;
	line-height:1.4em;
}


/* Footer */

#footer {
  clear: both;
  width: 975px;
  padding: 0;
  margin: 0 auto;
  color: #666;
  font-size: 11px;
  line-height: 20px;
  background: #e1e1e1;
  border: 0px none;
}

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

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

#footer a:hover {
  color: #226395;
  text-decoration: none;
  border-bottom: 1px dotted #226395;
}


/* Search */

#search {
	width:100%;
	line-height:1em;
	display:block;
}
.searchinput {
	font-size:1em;
	width:88%;
	margin:5px 4%;
	padding:3px;
	border:1px solid #ccc;
	height:16px;
	background:url(images/bg_search.gif) right 3px no-repeat #f4f4f4;
}
.searchinput:focus, .searchinput:hover {
	border:1px solid #fc0;
	background:url(images/bg_search.gif) right -16px no-repeat #fff;
}
#live-results {
	margin:0;
	padding:2px 0;
}
#live-results h2 {
	margin:5px 0;
	padding:0;
}
#live-results h3 {
	font-size:1em;
	font-weight:400;
	margin:0;
	padding:0;
}
.more-results {
	display:block;
	background:url(images/search-more.gif) left center no-repeat;
	margin:5px 15px 0 0;
	padding:2px 0 2px 18px;
}
#search-loading {
	margin:-25px 0 0 94%;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}
#search-reset {
	margin:-25px 0 0 94%;
	height:18px;
	width:18px;
	background:url(images/cancel.gif) center center no-repeat;
	cursor:pointer;
}
#search-results {
	width:90%;
	margin:5px 4%;
}
#search-results li {
	background:url(images/item.gif) left center no-repeat;
	margin:0;
	padding:0;
}
#search-results h3 {
	margin:0;
	padding:0 0 0 8px;
}


/* Comments and Trackbacks */

.comment-section {
	margin:30px 10px;
	text-align:left;
}
#leavecomment {
	margin:30px 25px 20px 0 !important;
	text-align:center;
	color:#ccc;
	font:1.8em Georgia, "Times New Roman", Times, serif;
}
.section-title {
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	margin:5px 25px 5px 0;
}
#commentform {
	margin:15px 0;
}
#authorinfo {
	width:100%;
}
input#author, input#email, input#url, textarea#comment {
	border:1px solid #ccc;
	padding:1px;
	background:#f4f4f4;
}
#commentform input:focus, #commentform textarea:focus, #commentform input:hover, #commentform textarea:hover {
	border:1px solid #fc0;
	background:#fff;
}
textarea#comment {
	width:99%;
}
#submit, #previewcomment {
	float:right;
	margin:0 0 0 10px;
	border:1px solid #3465A4;
	color:#fff;
	background:#5D8BB3;
	padding:0 2px;
}
#submit:hover, #previewcomment:hover {
	border:1px solid #3465A4 !important;
	color:#fff !important;
	background:#3465A4 !important;
}
.comment-header {
	text-align:left;
	margin:4px 0;
	font:1.6em Georgia, "Times New Roman", Times, serif;
}
.comment-content {
	margin:10px;
}
.comment-footer {
	text-align:left;
	margin:4px 0 0;
	font-size:.9em;
}
#commentlist, #pinglist, #previewlist {
	list-style:none;
}
#commentlist li, #pinglist li, #previewlist li {
	margin:10px 0;
	list-style:none;
	padding:4px 0;
	line-height:1.8em;
	background:url(images/bg_meta.gif) no-repeat top center;
}
#commentlist li .counter, #pinglist li .counter {
	display:none;
}
#commentlist li img {
	padding:0;
	border:0;
}
#commentlist li img.gravatar {
	float:right;
	margin:2px;
	border:1px solid #ccc;
	width:32px;
	height:32px;
}
#error {
	margin:2px;
	padding:2px;
	text-align:center;
	color:#FF0000;
	background:#FFFF99;
	border-left:1px solid #fc0;
	padding:2px 5px;
}
#commentload {
	padding-top:3px;
	float:right;
	vertical-align:middle;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}


/* Images */

img {
	border:0;
}
p img {
	border:0;
	max-width:100%;
	padding:2px;
}
img.center, img[align="center"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright, img[align="right"] {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft, img[align="left"] {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}
img.noborder {
	border:0 !important;
}
.feedlink img {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
/* Text align */
.center {
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.item {
	text-align:right;
}
/* Float */
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
/* Miscellaneous */
.content-top {
	font-size:.9em;
	text-align:right;
	width:958px;
	/* background:url(images/bg_content_top.gif) transparent repeat-x top center; */
	margin:0 1px;
	height:15px;
}
.content-top a {
	margin:0 15px 0;
}
.content-bottom {
	background: #fff;
	height:6px;
	margin:0 1px;
	width:958px;
}
.navigation {
	display:block;
	font-size:.9em;
	text-align:center;
	padding:10px 0;
}
.alert {
	color:#FF0000;
	background:#FFFF99;
	border-left:1px solid #fc0;
	text-align:center;
	margin:10px auto;
	padding:5px;
}
.metacmt {
	background:url(images/comment.gif) left center no-repeat;
	padding:2px 0 2px 17px;
}
.metacat {
	background:url(images/tag1.gif) left center no-repeat;
	padding:2px 0 2px 16px;
}
.metatag {
	color:#ccc;
	background:url(images/tag2.gif) left center no-repeat;
	padding:0 0 0 16px;
}
.metaedit {
	background:url(images/edit.gif) left center no-repeat;
	padding:2px 0 2px 17px;
}
.clear {
	clear:both;
}
/* Brians Threaded Comments */
.comment {
position: relative;
margin: 3px;
margin-top: 6px;
padding: 4px 4px 4px 8px;
font-size: 100%;
background-color: #fff;
}
.odd {
background-color: #f8f8f8;
}
.comment div {
position: relative;
}
.comment .comment img {
margin: 0px;
}

.comment .reply {
text-align: right;
font-size: 80%;
padding: 0px 6px 6px 0px;
}
.comment {
border: 1px solid #ddd;
margin-top: 10px;
}
input#subscribe {
width: auto;
}
.comment .body .content {
padding: 0px 3px 0px 3px;
width: 100%;	
overflow: auto; 
}
.comment .title abbr {
border: none;
}
.collapsed .body, .collapsed .comment {
display: none;
}
#commentform textarea {
width: 97%;
}

.cat { float:left; width:25%; text-align:left; padding:1px 0 0 22px; font-size:11px; }

#content .post-bottom-single { padding:6px 0 7px 0; line-height: 20px; clear:both; overflow:hidden; font-size:12px; }
#content .post-bottom-single a { color: #0f5896; text-decoration:none; }
#content .post-bottom-single a:hover { color: #333; text-decoration:underline; }

#content .post-bottom-single .cat { float: none; text-align:left; padding:0px; font-size:12px; }
#content .post-bottom-single .tag { text-align:left; padding:0px; font-size:12px; }

#content .social { margin:0; padding:0; width:413px; list-style:none; float:right;  }
* html #content .social  { width:420px; } 
#content .social li { margin:0 0 0 11px; padding:0 0 0 20px; list-style:none; float:left; }

#content .social li.i_digg { background:url(images/i_digg.gif) no-repeat ;  }
#content .social li.i_stumb { background:url(images/i_stumb.gif) no-repeat ;  }
#content .social li.i_del { background:url(images/i_del.gif) no-repeat ;  }
#content .social li.i_reddit { background:url(images/i_reddit.gif) no-repeat ;  }

.cat { float:left; width:50%; text-align:left; padding:1px 0 0 22px; font-size:11px; }

#content .post-bottom {
clear:both;
font-size:11px;
margin:5px 0 0px;
overflow:hidden;
padding:5px 0;
}

#content .post-bottom {
border-bottom:1px solid #DFE3E6;
border-top:1px solid #DFE3E6;
color:#535353;
font-size:11px;
}

#content ol { list-style-type: decimal; }

.social_buttons {

margin-left: 12px;
margin-bottom: 15px;
}

.social_buttons a img {

margin-bottom:10px;
}


#quote-banner {
	width: 625px;
	height: 137px;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	background: transparent url('images/quote-banner-bg.gif') 25px 12px no-repeat;
	border: 0;
}

#quote-banner form {
	padding: 87px 0 14px 78px;
	margin: 0;
}

#quote-banner input {	
	float: left;
	width: 175px;
	font-size: 26px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	background: #fff;
	color: #de2201;
	margin: 0 12px 0 0;
	padding: 2px 0 2px 0;
	border: 1px solid #bababa;
	background: #fff;
	text-align: center;
}

#quote-banner #b-compare-quotes {	
	float: left;
	width: 174px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: #fff url('images/b-compare-quotes2.gif') left top no-repeat;
}

#respond h3 {

	font-size:18px;
	color: #003399;
}

