/*  
Theme Name: Spring Loaded
Theme URI: http://the449.com/springloaded-the-theme-is-here
Description: Another beautiful Wordpress theme from the nice chaps at the449.com, this time we've gone au naturale!
Version: 0.9.42
Author: the 449
Author URI: http://the449.com/
*/

* {
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
}

html {
	background: url(images/bg-bottom.gif) repeat-x top;
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}



/* @group Header */

#header {
	height: 90px;
	position: relative;
	margin-bottom: 20px;
}

#header h1 {
	padding-top: 36px;
	width: 520px;
	color: #152002;
}

#header h1 a {
	color: #152002;
	text-decoration: none;
	font-size: 30px;
	border-bottom: 1px solid #c2c49e;
}

#header h1 a:hover {
	border-bottom: 1px solid #000;
}

#header h1 span{
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

#header .search-bar {
	width: 370px;
	height: 65px;
	background: url(images/search-box.gif) no-repeat left top;
	position: absolute;
	bottom: 0;
	right: 0;
}

.search-bar p {
	padding: 11px 10px 2px 20px;
}

.search-bar p input {
	height: 30px;
	width: 290px;
	font-size: 18px;
	font-family: inherit;
	border: none;
	background-color: #fff;
}

.search-bar p button {
	margin-left: 20px;
	width: 15px;
	height: 30px;
	border: none;
	background-color: #f5f6e7;
}

.search-bar p button img {
	vertical-align: middle;
}



/* @end(header) */




/* @group Content */

#main {
	float: left;
	width: 626px;
	margin-bottom: 10px;
	background: #F1EFDD;
	padding-bottom: 5px;
}


/* @group Navigation */

#navigation {
	width: 626px;
	height: 36px;
	background: url(images/nav-bg.gif) no-repeat left top;
	list-style: none;
}

#navigation li {
	float: left;
	background: url(images/nav-divider.gif) no-repeat right top;
}

#navigation li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 15px;
	line-height: 42px;
	height: 42px;
	text-transform: lowercase;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li.current_page_item a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#navigation li.current_page_item:first-child a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#navigation li:first-child a:hover {
		text-decoration: underline;
}

/* @end(navigation) */



#content {
	padding: 8px;
	background: #F1EFDD url(images/content-bg.gif) no-repeat left bottom;
}

#single-content {

	padding: 8px;
	background: #F1EFDD url(images/single-content-bg.gif) no-repeat left bottom;
}



/* @group Post */

.post {
	min-height: 400px;
	background-color: #fff;
	padding: 20px;
	font-size: 13px;
	position: relative;
}

.post .post-date {
	position: absolute;
	left: -44px;
	width: 44px;
	height: 83px;
	background: url(images/date-tabgood.png) no-repeat left top;
	color: #fff;
	font-size: 15px;
}


.post .post-datebad {
	position: absolute;
	left: -44px;
	width: 44px;
	height: 83px;
	background: url(images/date-tabbad.png) no-repeat left top;
	color: #fff;
	font-size: 15px;
}

.post .post-datetest {
	position: absolute;
	left: -44px;
	width: 44px;
	height: 83px;
	background: url(images/date-tabtest.png) no-repeat left top;
	color: #fff;
	font-size: 15px;
}

.post-date .date-day {
	display: block;
	padding: 5px 0 2px;
	text-align: center;
	font-weight: bold;
}

.post-date .date-month {
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.post h2 {
	color: #D1562E;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-size: 25px;
}

.post h2 a {
		color: #D1562E;
	text-decoration: none;
}

.post h2 a:hover {
	border-bottom: 1px dotted #9c4617;
}

.post .metadata {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #878787;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.post .metadata a {
	color: #878787;
	text-decoration: none;
}

.post .metadata .feedback a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


.post .entry h3{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 0 10px 0;
	text-decoration: underline;
}

.post .entry {
	padding-top: 10px;
	line-height: 1.5;
}

.post .entry a {
	color: #9c4617;
	text-decoration: none;
	padding: 2px;
}

.post .entry a:hover {
	color: #ffffff;
	background-color: #9c4617;
}

.post .entry p, .post .entry ul, .post .entry ol {
	padding-bottom: 10px;
}

.post .entry ul li {
	margin-left: 20px;
}


/* @end(post) */




/* @group page-navigation */

.wp-pagenavi, .prev-next {
	background-color: #fff;
	padding: 10px 20px 20px;
	font-size: 13px;
}

.wp-pagenavi {
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	border: 1px solid #717171 !important;
	color: #717171 !important;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #717171 !important;
	color: #ffffff !important;
	background-color: #717171 !important;
}

.wp-pagenavi span.pages {
	color: #717171 !important;
	border: 1px solid #717171 !important;
}

.wp-pagenavi span.current {
	border: 1px solid #717171 !important;
	color: #FFFFFF !important;
	background-color: #717171 !important;
}

.prev-next .alignright {
	float: right;
	width: 300px;
	text-align: right;
}

.prev-next .alignleft {
	float: left;
	width: 300px;
}

.prev-next a {
	color: #717171;
}

/* @end */




/* @end(content) */



/* @group Sidebar */

#sidebar {
	width: 265px;
	float: right;
}

#sidebar .side-widget, #sidebar .side-widgetlp {
	margin: 10px 0 1px;
	background: url(images/side-bg-bottom.gif) no-repeat left bottom;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 15px 10px;
}

#sidebar .side-rss {
	background: none;
	padding: 0;
}

.side-rss p {
	padding: 0 !important;
}


.side-widget h3 {
	background: url(images/side-bg-top.gif) no-repeat left top;
	height: 28px;
	font-size: 15px;
	color: #252525;
	padding: 10px 15px;
	margin: 0 -15px;
}

.side-widgetlp h3 {
	background: url(images/side-bg-toplp.gif) no-repeat left top;
	height: 28px;
	font-size: 15px;
	color: #252525;
	padding: 10px 15px;
	margin: 0 -15px;
}

.side-widget p, .side-widgetlp p{
	padding: 10px 15px 15px 20px;
}

.side-widget p, .side-widget ul, .side-widget ol, .side-widgetlp p, .side-widgetlp ul, .side-widgetlp ol {
	line-height: 1.3;
}

.side-widget ul, .side-widget ol, .side-widgetlp ul, .side-widgetlp ol {
	list-style-position: inside;
}

.side-widget a, .side-widgetlp a {
	color: #333;
	text-decoration: none;
}

.side-widget ul li, .side-widget ol li, .side-widgetlp ul li, .side-widgetlp ol li {
	padding: 8px 0;
	border-top: 1px solid #dfdfdf
}

.side-widget ul li:first-child, .side-widget ol li:first-child, .side-widgetlp ul li:first-child, .side-widgetlp ol li:first-child {
	padding: 0 0 8px;
	border-top: none;
}

/* @end(sidebar) */





/* @group Footer */

#footer {
	color: #333;
	font-size: 12px;
	padding: 20px 0;
}

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

.copy-note {
	float: left;
	width: 600px;
}

.design-note {
	margin-top: -18px;
	float: right;
	width: 171px;
}

.design-note a{
	display: block;
	height: 35px;
	background: url(images/449credit.png);
	text-indent: -9000px;
	overflow: hidden;
}

/* @end(footer) */



/* @group Comments */

.comments-show {
	padding: 0px;
}

h3#comments, h3#respond {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	padding: 10px 0 10px 0;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

ol.commentlist li .comment-gravatar {
	float: left;
	width: 80px;
	text-align: center;
	padding-top: 20px;
	color: #7c7e5c;
	font-size: 11px;
}

ol.commentlist li .comment-body {
	float: right;
	padding-top: 10px;
	width: 510px;
	padding-right: 10px;
}

ol.commentlist li .comment-body .comment-head {
	text-align: right;
	color: #7c7e5c;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

ol.commentlist li .comment-body .comment-head a {
	color: #7c7e5c;
}

ol.commentlist li .comment-body .comment-text  {
	color: #464734;
	font-size: 13px;
	line-height: 1.4;
}

ol.commentlist li .comment-body .comment-text p, ol.commentlist li .comment-body .comment-text ul, ol.commentlist li .comment-body .comment-text ol {
	padding-bottom: 15px;
}

ol.commentlist li .comment-body .comment-text a {
	color: #464734;
	font-weight: bold;
}

ol.commentlist li .comment-body .comment-text a:hover {
	text-decoration: none;
}

.comment-form {
	background: #C0E6F0;
	padding: 10px
}

.comment-form p {
	padding-bottom: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input, .comment-form p textarea {
	color: #1a1a1a;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input {
	padding: 2px;
}

.comment-form p textarea {
	padding: 2px;
	width: 550px;
}

/* @end(comments) */









/* @group Clearer */

#footer {
	clear: both;
}

#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

#navigation, .prev-next, #footer, ol.commentlist li {
	min-height: 0;
}

* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
	height: 1%;
}


/* ADS */

.ads250 {
	width: 260px;
	height: 260px;
	float: right;
	padding-left: 8px;
}

.ads468 {
	margin: 10px 0 10px 0;
	padding: 14px 0 5px 0;
	width: 100%;
	background: #F9F9F1;
	text-align: center;
	border: 1px solid #E6E2C1;
}

/* RATINGS */


#grado {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0 0 0;
	width: 280px;
}

#grado p {
	line-height: 16px;
	margin: 10px 0 10px 0;
}

#grado h3 {
	font-size: 12px;
	border-top: 1px solid #eee;
	padding: 8px 0 0 0;

}

#grado img {
	border: none;
	margin: 0;
	padding: 3px 1px 3px 1px;
}

table.ratings {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	height: 30px;
}

.rating_value {
	padding-left: 10px;
	white-space: nowrap;
	font-weight: normal;

}

.rating_value .no_ratings {
	color: #999;
}


/* Rating Single */
.positive {
line-height: 20px;
}

.negative {
line-height: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

#rateit {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #E0F3F8;
	width: 537px;
}

#rateit h3 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #D1562E;
	margin-bottom: 10px;
	padding: 0;
}

#rateit .rileft {
	float: left;
	width: 150px;
}

#rateit .riright{
	border-left: 2px solid #9ED5E3;
	float: left;
	width: 380px;
	padding-left: 4px;
}

.rateindex {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* INDEX */


#leftcol {
	width:287px;

	padding-right:18px;
	}


#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	

#leftcol h3, #rightcol h3 {
	color: #D1562E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#lead h3{
	color: #D1562E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 12px;
}
	
#rightcol {
	border-left:1px dotted #b6b6b6;
	width:283px;
	padding-left:12px;
	padding-bottom: 80px;
	}


.feature {
	float: none;
	display: block;
	}


#featurex {
	
	float: none;
	
}

.fleft{
	float: left;
	width: 160px;
	height: 100px;
}

.fright {
	margin-top: 10px;
	margin-left: 15px;
	height: 100px;
	float: left;
	width: 430px;
}
	
.feature p, #rightcol p {
	font-size: 1.0em;
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;

	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin:10px 0 10px 0;
	float: none;
	}

.featurel {
	padding-left: 25px;
	font-weight: normal;
	font-size: 12px;
	background: url(images/bad.gif) left no-repeat;
	margin-top: 10px;
	line-height: 20px;
	}


.feature#lead .titlex {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#rightcol ul li {
	list-style-type: none;
	font-size: 12px;
	border-bottom: 1px solid #EBE9D7;
	background: #F4F2E4 url(images/avatarx.gif) top left no-repeat;
	padding: 5px 5px 5px 28px;
	margin-top: 7px;
	min-height: 30px;
}

#rightcol ul li a:link {
font-weight: bold;
}



#leftcol img {
	border:1px solid #1A68B6;
	padding: 2px;
	margin: 0 0 4px 0;
	display:block
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	

#tabdown {
	background: #F1EFDD url(images/tabdown.gif) left no-repeat;
	margin: 0 0 10px -20px;
	padding: 10px 0 0 20px;
	height: 22px;
	width: 590px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2275AD;
}

#tabdown ul li {
	display: inline;
	margin-right: 15px;
}

#tabdown ul li a:link, #tabdown ul li a:visited {
	color: #808080;
	display: inline;
	margin-right: 15px;
}

#tabdown ul li a:hover {
	color: #2275AD;
	background: none;
}







#tabup {
	background: #F1EFDD url(images/tabup.gif) left no-repeat;
	margin: 0 0 10px -20px;
	padding: 10px 0 0 20px;
	height: 22px;
	width: 590px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2275AD;
}

#tabup ul li {
	display: inline;
	margin-right: 15px;
}

#tabup ul li a:link, #tabup ul li a:visited {
	color: #808080;
	display: inline;
}

#tabup ul li a:hover {
	color: #2275AD;
	background: none;
}


/* @end(clearer) */
