/*
Theme Name: Economic Stability
Theme URI: 
Description: Custom theme.
Version: 1.0
Author: Figrig
Author URI: http://www.figrig.com/

	Based on Kubrick theme designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* styles.css (screen) for EconomicStability.org
============================================================ */

/* =general
------------------------------------------------------------ */
body, div, p, ul, ol, h1, h2, h3, h4, h5, h6, form, input, fieldset { margin: 0; padding: 0; border: none; }
table { border: none; border-collapse: collapse; }
a, a.visited { color: #378367; text-decoration: none; }
a:hover { color: #000; }
.clearer { clear: both; height: 0; }

/* =layout
------------------------------------------------------------ */
body {
	background: transparent url(images/bg-tile.gif) left -183px repeat-x;
	color: #434343;
	font-family: Georgia, Times New Roman, serif;
}
#container {
    background: transparent url(images/bg-q70.jpg) 50% -183px no-repeat;
}
#header {
	position: relative;
	height: 200px; /* =(383-183) */
	padding-left: 25px;
}
#nav {
	top: 122px; /* =(305-183) */
}


#container {
    width: 100%;
	margin: 0 auto;
	min-width: 950px;
}
#page {
	width: 950px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#main {
	float: left;
	width: 625px;
	margin-top: 20px;
}
#sidebar {
	float: right;
	width: 280px;
	margin-top: 15px;
	margin-right: 10px; /* WARNING: check for double-margin float bug on IE6 */
}

/* =header
------------------------------------------------------------ */
#header h5 {
	color: #194A38;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 25px;
	margin-bottom: 3px;
}
#header #logo h1 a {
    background: transparent url(images/logo.gif) left top no-repeat;
	width: 628px;
	height: 31px;
	display: block;
}
#header #logo h1 a span {
	position: absolute;
	top: -9999px;
}
#header h2 {
	color: #B6D770;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 4px;
}

#header #categories {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 60px;
	width: 228px;
	text-align: left;
	background: transparent url(images/bg-categories.gif) left bottom no-repeat
}
#header #categories h5 {
	color: #23654D;
	padding: 3px 0 0 18px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
#header #categories ul {
	float: left;
	padding: 0 0 0 15px;
	list-style: none;
}
#header #categories li {
	float: left;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#header #categories li a,
#header #categories li a.visited {
	color: #FFF;
	padding: 0 3px;
}
#header #categories li a:hover {
	text-decoration: underline;
}
#header #help {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 227px;
	text-align: center;
}
#home #header #help {
	top: 25px;
	width: 180px;
}
#header #help a, #header #help a.visited {
	color: #FFF;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#header #help p {
	color: #FFF;
	font-weight: normal;
	padding-right: 15px;
	margin-bottom: 4px;
}

/* =forms */
#header form#search {
	height: 23px;
	width: 226px;
	background: transparent url(images/search-bg226.gif) left top no-repeat;
}
#home #header form#search {
	width: 165px;
	background: transparent url(images/search-bg165.gif) left top no-repeat;
	margin-right: 15px;
}
#header form#search input#s {
	float: left;
	padding: 0;
	margin: 3px 0 0 6px;
	font-size: 12px;
	border-width: 0;
}
#header form#search input#s:focus {
	outline-style: none;
}
#header form#search input#search-button {
	float: right;
	margin: 2px 6px 0 0;
}

#searchform {
	display: block;
}

/* =nav
--------------------------- */
#nav {
	position: absolute;
	top: 122px;  /* =(305-183) */ 
	left: 12px;
	width: 100%;
}
#nav ul {
	float: left;
	list-style: none;
	width: 100%;
}
#nav li {
	float: left;
}
#nav li a {
	float: left;
	display: block;
	color: #fff;
	height: 57px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
/*	padding: 20px 15px 0 15px;  check IE6 */
	padding: 20px 50px 0 50px; /* check IE6 */
}
#nav li a:hover, #nav li.here a,
body.blog #nav #navBlog a {
	color: #B6D770;
	background: transparent url(images/nav-arrows.gif) 50% top no-repeat;
}

/* =content
--------------------------- */
#subscribe {
	float: right;
	padding-right: 23px;
}
#subscribe a,
#subscribe a.visited {
	color: #434343;
	background: transparent url(images/rss.gif) left 30% no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 18px;
	display: block;
}
#subscribe a:hover { color: #000; }

/* =main
--------------------------- */
#main .entry {
	width: 609px;
}
#main .entry a {
	text-decoration: underline;
}
#main .post {
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 22px;
}
#home #main .post {
	border-bottom: none;
}
#main {
	margin-bottom: 10px;
}
#main h2 {
	padding: 22px 25px 0 25px;
	font-size: 22px;
	font-weight: normal;
}
#main h2.pagetitle {
	padding-top: 0;
	margin-bottom: 16px;
}
#main h3 {
	padding: 0 25px 4px 25px;
}
#main p, #main table {
	padding: 0 25px 0 25px;
	margin-bottom: 16px;
	line-height: 140%;	
}
#main ul, #main ol, #main dl {
	padding: 0 25px 0 45px;
	margin-bottom: 16px;
	line-height: 125%;
}

#main .featured {
	position: relative;
    background: transparent url(images/featured-tile.gif) left top repeat-y;
	margin-bottom: 26px;
	padding-bottom: 6px;
	border: none;
}
#main .featured h4.banner-label {
	position: absolute;
	top: 0;
	left: 0;
    background: transparent url(images/featured-top.gif) left top no-repeat;
	height: 40px;
	width: 609px;
	color: #FFF;
	font-size: 15px;
	line-height: 130%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 0 0 25px;
}
#main .featured h2 {
	padding-top: 45px;
}

#main p.meta {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 4px;
	padding-left: 26px; /* instead of 25 looks better */
}
#main p.metatags {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 6px;
	margin-left: 25px;
	margin-right: 16px;
	padding-left: 0px;
	background: #EEEEEE;
}
#main p.excerpt {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 140%;
}
#main p.morelink {
	background: transparent url(images/arrow-morelink-w.gif) 25px 0px no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 1px 50px; /* right padding */
}
#home #main p.morelink {
	background: transparent url(images/arrow-morelink.gif) 25px 0px no-repeat;
}
#main p.comments {
	float: right;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#main .addyours a {
	background: transparent url(images/comments-addyours.gif) right 50% no-repeat;
	padding-right: 27px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#main .addthis_container {
	padding: 0 25px 8px 25px;
	text-align: left;
}
#main .navigation {
	padding: 20px 25px 8px 25px;
}
#main ul#bookmarks_list {
	list-style: none;
	padding-left: 0;
	margin-top: 16px;
}
#main ul#bookmarks_list li li {
	bullet-style: disc;
}
/* =sidebar
--------------------------- */
#sidebar .widget {
	position: relative;
	clear: both;
}
#sidebar .widget h4 {
	color: #378367;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 8px;
	border-top: 1px dashed #CCC;
}
#home #sidebar .widget h4 { border-top: none; margin-top: 0; }

/* =ctc customizable tag cloud */
#sidebar #ctc-4.widget ul.ctc-tag-cloud {
	float: left;
}
#sidebar #ctc-4.widget ul.ctc-tag-cloud li {
	float: left;
	background: transparent url(images/arrow-tag.gif) 2px 1px no-repeat;
	width: 118px;
	padding: 0 0 8px 21px;
	font-size: 10px;
}
#sidebar #ctc-4.widget ul.ctc-tag-cloud li a {
	font-size: 12px;
}

/* Recent Comments */
#sidebar #get_recent_comments_wrap li {
	font-size: 12px;
}
#sidebar #get_recent_comments_wrap li a {
}

/* =note on etiquette */
#sidebar #text-4 {}
#sidebar #text-4 h4 {
	clear: both;
	color: #434343;
	font-size: 14px;
	margin-bottom: 4px;
}
#sidebar #text-4 p {
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
 
#sidebar .widget p.viewall {
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 10;
}
#home #sidebar .widget p.viewall {
	top: 10px;
}
#sidebar .widget p.viewall a,
#sidebar .widget p.viewall a.visited {
	color: #AAA;
	font-size: 11px;
	letter-spacing: 1px;
}
#sidebar .widget p.viewall a:hover { color: #000; }

#sidebar .widget ul {
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
#sidebar .widget ul li {
	background: transparent url(images/bullet.gif) left 4px no-repeat;
	padding: 0 15px 12px 21px;
}
#sidebar .widget ol li {
	padding: 0 15px 12px 0;
	margin-left: 20px;
}
#sidebar .widget a,
#sidebar .widget a.visited {
	color: #555;
}
#sidebar .widget a:hover { color: #000; }
#sidebar .widget .date {
	color: #999;
	font-style: italic;
	font-size: 12px;
}


/* =footer
--------------------------- */
#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	background: #D5D5D5;
	height: 140px;
}
#footer-inner {
	margin: 0 auto;
	width: 950px;
}
#footer p {
	color: #7B7B7B;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 0 5px 25px;
}



/* ============================================================
------------------------------------------------------------
============================================================ */

/* =home -page-specific
------------------------------------------------------------ */
body#home {
	background: #FFF url(images/bg-tile.gif) left top repeat-x;
}
body#home #container {
    background: transparent url(images/bg-q70.jpg) 50% top no-repeat;
}
#home #header {
	position: relative;
	height: 383px;
}
#home #nav {
	top: 305px;
}
#home #header .intro {
	width: 590px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
/* */
	margin-top: 12px;
	font-size: 18px;
	line-height: 135%;
/*
	margin-top: 10px;
	font-size: 14px;
	line-height: 135%;
*/
}
#home #header #video { 
	position: absolute;
	background: transparent url(images/bg-video2.jpg) left top no-repeat; /* lt 4f937a */
	top: 106px;
	right: 14px;
	width: 327px;
	height: 194px;
}
#home #header #video-inner { 
	position: absolute;
	background: #4f937a;
	top: 23px;
	right: 12px;
	width: 280px; /* for video 280x171 */
	height: 171px; /* for video 280x171 */
}
#home #header #visitors {
	position: absolute;
    background: transparent url(images/bg-visitors.gif) left top no-repeat;
	top: 208px;
	left: 26px;
	width: 481px;
	height: 92px;
}
#home #header #visitors-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 223px;
	height: 92px;
}
#home #header #visitors-returning {
	position: absolute;
	top: 0;
	left: 260px;
	width: 223px;
	height: 92px;
}
#home #header #visitors {
	font-family: arial, helvetica, sans-serif;
	color: #384722;
	font-size: 14px;
	text-decoration: none;
}
#home #header #visitors p {
	padding: 15px 20px 0 20px;
	line-height: 120%;
}
#home #header #visitors strong {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 150%;
}
#home #header #visitors a,
#home #header #visitors a.visited {
	color: #384722;
	text-decoration: none;
	display: block;
}
#home #header #visitors a:hover { color: #000; }


#home #main {
	border-right: 1px dashed #AAA;
}
#home #sidebar .widget {
	padding-top: 0;
	border-top: none;
}

/* =comments
--------------------------- */
#main ol.commentlist {
	padding: 0 25px 0 25px;
}
#main ol.commentlist li {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background: #EAEAEA url(images/comment.gif) right top no-repeat;
	padding: 15px;
	margin-bottom: 16px;
}
#main ol.commentlist li li {
	background-image: none;
}
#main ol.commentlist p {
	padding-left: 0;
}
.comment-author {}
#main .comment-author cite {
	color: #38806D;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.comment-author span.says {
	position: absolute;
	top: -9999px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	margin: 10px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
}
.wp-caption img, img.size-thumbnail, img.size-medium, img.size-large {
	padding: 1px;
	border: 1px solid #999999;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.not-logged-in a { font-weight: bold; }