/*  
Theme Name: uTest Theme
Theme URI: http://www.utest.com
Description: The theme for the uTest blog.  This theme was heavily modified from Wpdesigner7 by Small Potato.
Version: 1.0
Author: Stanton Champion
Author URI: http://www.utest.com

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #d8d8d8;
	color: #4d4d4d;
}

form, input, textarea, table{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #85C140;
}

a:hover{
	text-decoration: underline;
	color: #F26522;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p{
	padding: 10px;
}

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

p img{
	max-width: 100%;
}

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

img.alignleft{
	margin: 3px 10px 2px 0;
}

img.alignright{
	margin: 3px 0 2px 10px;
}

img.alignleft, img.alignright{
	padding: 5px;
	border: 1px solid #eee;
	display: inline;
}

.alignleft{float: left;}
.alignright{float: right;}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

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

#header{
	float: left;
	width: 1018px;
	background: url(images/bg_black.gif) repeat-y;
	height: 25px;
}

#header ul {
	list-style-type: none;
	padding: 0px 50px 0px 0px;
	margin: 7px 0px 0px 0px;
	float: right;
	display: block;
}


#header ul li {
	display: inline;
	padding-right: 11px;
	margin-left: 8px;
	#margin-left: 12px; /*IE7*/
	background: url(images/header_list_sep.gif) no-repeat right;
}

#header ul li#last {
	background: none;
	margin-left: 8px;
	#margin-left: 12px; /*IE7*/
}

#header ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #dcf0f4;	
}

#banner {
	float: left;
	width: 1018px;
	background: url(images/banner_back.png) no-repeat;
	height: 116px;
}

#banner .site_logo {
	padding: 16px 0px 0px 41px;
	float: left;
}

#banner a{
	color: #000;
}

#banner h1{
	padding: 16px 0px 0px 650px;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

#banner h1 a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#container{
	float: left;
	width: 1018px;
	background: url(images/bg_white.png) repeat-y;
}

#content{
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	width: 723px;
	overflow: hidden;
}

.previous-next{
	float: left;
	width: 723px;
	display: inline;
	margin: 0px 0 0 0px;
	background: #fff;
}

.previous-next a{
	font-weight: bold;
	text-decoration: none;
	color: #2d8fa3;
}

.previous-next a:hover{
	text-decoration: underline;
}

.previous-next ul{
	float: left;
	width: 723px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	line-height: 24px;
}

.previous-next ul li{
	float: left;
	margin: 0 10px;
	display: inline;
}

.previous-next ul li .previous{
	padding: 0 0 0 20px;
}

.previous-next ul li .nextish{
	padding: 0 25px 0 0;
}

.post, .page{
	margin: 10px 0px 0px 0px;
}

.page{
	margin: 10px;
}

.post h2, .page h2{
	padding: 0px;
	font-size: 25px;
	font-weight: bold;
	clear:both;
}

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

.post h2 a:hover{
	text-decoration: underline;
}

.entry-info {
	float: left;
	clear: both;
	width: 723px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #898989;
	color: #898989;
}

.entry-info .entry-date {
	float: left;
	padding: 7px 0px 10px 0px;
	font-size: 12px;
	width: 450px;
}

.entry-info .comment-number {
	background: url(images/comment_bubble.gif) no-repeat 0px 9px;
	float: right;
	padding: 9px 10px 10px 31px;
	font-size: 11px;
	font-weight: bold;
}

.entry-info .comment-number a {
	text-decoration: none;
}

.entry-info .comment-number a:hover {
	text-decoration: underline;
}

/*.entry-info .facebook-share {
	float: right;
	padding: 6px 10px 4px 0px;
	font-size: 11px;
}*/

.entry-info .tweetmeme-share {
	float: right;
	padding: 7px 0px 4px 0px;
	font-size: 11px;
}

.entry-content{
	clear: both;
	margin: 0px;
	padding-top: 10px;
	line-height: 22px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0;
	padding: 10px 0 5px;
	text-transform: none;
	border: 0;
}

.entry-content h2{
	line-height: 30px;
}

.entry-content h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.entry-meta{
	padding: 10px;
	border-top: 1px solid #eee;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
}

.entry-bottom {
	float: left;
	clear: both;
	width: 723px;
	margin: 0px;
	padding: 10px 0px 30px 0px;	
}

.entry-bottom .addthis {
	float: left;
}

.entry-bottom .editthis {
	float: right;
	padding-right: 15px;
}

.ratings {
	clear:both;
	float: left;
	background: url(images/rating_bg.png) no-repeat;
	margin-left: 2px;
}

.ratings .ratingstars {
	padding: 18px 8px 23px 16px;
	float: left;
}

.ratings .ratingtext {
	padding: 19px 68px 0px 0px;
	float: left;
	font-size: 14px;
	color: #4d4e50;
}

.addthis {
	margin-left: 2px;
}

.sidebar {
	float: right;
	width: 255px;

}

.green-top{
	float: left;
	width: 205px;
	margin: 6px 0 17px 17px;
	padding: 0px;
	display: inline;
}

.green-top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.green-top ul li {
	background: url(images/green-top_top.gif) no-repeat;
	padding: 11px 0px 0px 0px;
}

.green-top ul li h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: white;
	padding-left: 30px;
}

.green-top ul li ul{
	background: #ebf4f8 url(images/green-top_bottom.gif) no-repeat bottom;
	line-height: 24px;
	padding: 0px 0px 4px 0px;
	margin: 15px 0px 0px 0px;
}
.green-top ul li ul li:first-child {
	background: transparent url(images/green-top_bullet.gif) no-repeat 14px 9px;
	border: 0;
	margin: 0 0 0 0;
	padding: 0px 0 2px 24px;
}
.green-top ul li ul li {
	background: transparent url(images/green-top_bullet_border.gif) no-repeat 0 0px;
	border: 0;
	margin: 0 0 0 0;
	padding: 5px 0 2px 24px;
}

.green-top ul li ul li a {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	text-decoration: none;
}

.green-top ul li ul li.current-cat a{
	font-weight: bold;
}

.green-top ul li ul li a:hover {
	text-decoration: underline;
}

.green-top ul li p{
	width: 190px;
	background: #ebf4f8 url(images/green-top_bottom.gif) no-repeat bottom;
	padding: 0px 5px 10px 10px;
	margin: 15px 0px 0px 0px;
}

.beige-back {
	float: left;
	width: 217px;
	background: url(images/beige-back_bg.gif) no-repeat;
	margin: 0px 0 8px 11px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.beige-back ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.beige-back ul li {
	padding: 22px 0px 0px 21px;
}

.beige-back ul li h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #4d4e50;
	font-weight: bold;
}

.beige-back form input{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

.beige-back form#searchform{
	padding-top: 8px;
	padding-bottom: 38px;
}

.beige-back form#searchform input#s{
	width: 146px;
	height: 13px;
	border: 1px solid #bab8b1;
	color: #a3a29f;
	padding-left: 5px;
	float: left;
}

.beige-back form#searchform input#s:focus{
	color: #4d4e50;
}

.beige-back form#searchform input#searchsubmit {
	padding-left: 4px;
	padding-top: 2px;
}

.beige-back #archive {
	padding-top: 8px;
	padding-bottom: 36px;
}

.beige-back select{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	width: 174px;
	height: 18px;
	border: 1px solid #bab8b1;	
}

.pink-back {
	float: left;
	width: 217px;
	background: url(images/pink-back_bg.gif) no-repeat;
	margin: 0px 0px 0px 11px;
	_margin: 0px 0px 0px 6px;
	padding: 0px;
}

.pink-back ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pink-back ul li {
	margin: 0px;
	padding: 0px 0px 0px 26px;
	display: inline-block;
}

.pink-back ul li ul {
	margin-top: 20px;
}

.pink-back ul li ul li{
	width: 180px;
	margin: 0px;
	padding: 11px 0px 9px 0px;
	background: url(images/pink-back_bullet_border.gif) no-repeat 0 0;
}

.pink-back ul li ul li#social{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	background: none;
}

.pink-back ul li ul li#social a{
	margin: 0px;
	padding: 0px;
}

.pink-back ul li ul li#social img{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.pink-back ul li ul li#subscribe form{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.pink-back ul li ul li#subscribe form input#email{
	width: 140px;
	height: 16px;
	border: 1px solid #ededed;
	color: #a3a29f;
	padding: 2px 0px 0px 4px;
	float:left;
}

.pink-back ul li ul li#subscribe form input#email:focus{
	color: #4d4e50;
}

.pink-back ul li ul li#subscribe p{
	clear: both;
	padding: 12px 0px 14px 2px;
	margin: 0px;
	font-size: 10px;
	color: #4d4e50;
	display: inline-block;
}

.pink-back ul li ul li#subscribe form input#subscribe_submit {
	padding-left: 4px;
	padding-top: 3px;
}

#comments{
	margin-top: 10px;
	border: 1px solid #eee;
	clear:both;
}

#comments .nocomments{
	padding: 10px;
	line-height: 22px;
}

#comments h3#comments-count{
	padding: 10px;
}

#comments ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments ol li{
	list-style: none;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eee;
	line-height: 22px;
}

#comments ol li.alt{background: #fcfcfc;}

#comments span.comment-author{font-weight: bold;}

#respond{
	padding: 10px;
	border-top: 1px solid #eee;
	background: #f9f9f9;
}

p.comment_license{
	font-size: 11px;
	line-height: 18px;
}

#footer{
	background: #d8d8d8 url(images/footer.png) no-repeat top;
	float: left;
	width: 1018px;
	line-height: 24px;
	color: white;
	font-size: 10px;
}

#footer .footer-text{
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#footer .footer-links{
	float: left;
	padding-top: 25px;
	padding-left: 3px;
	padding-bottom: 20px;
}

#footer .footer-links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}


#footer .footer-links ul li {
	display: inline;
	padding-right: 7px;
	padding-left: 4px;
	#padding-left: 8px;
	border-right: 1px solid white;
}

#footer .footer-links ul li#last {
	border-right: none;
	padding-left: 4px;
	#padding-left: 8px;
}

#footer p{
	padding: 10px;
}

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

#footer a:hover{
	text-decoration: underline;
}

div.bottom-ad-banner {
    border: 1px solid #000000;
    float: left;
	margin: 10px 0 15px 0;

}
