/*  
Theme Name: Wpdesigner7
Theme URI: http://www.wpdesigner.com/2007/11/14/wpdesigner7-wordpress-theme
Description: Two-column, red theme created by Small Potato of <a href="http://www.wpdesigner.com/">Wpdesigner.com</a>. Thanks to <a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam</a> for the icons and thanks to Paul Sowden for the <a href="http://www.alistapart.com/articles/alternate/">style-switcher script</a>.
Version: 1.01
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #999 url(images/body.gif) repeat-x;
	color: #333;
}

form, input, textarea, table{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #833;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 10px 0;
	border-top: 2px solid #f2eec0;
	background: #fdfbe7;
        line-height: 160%
}

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 #ddd;
	display: inline;
}

.alignleft{float: left;}
.alignright{float: right;}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header{
	float: left;
	width: 950px;
	border-top: 4px solid #000;
	background: #fff;
}

#header h1{
	padding: 10px;
	text-transform: uppercase;
}

#header h1 .tld{
	color: #000;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}

#access .skip-link{
	float: right;
	margin: -29px 10px 0;
	display: inline;
	font-family: georgia, serif;
}

#access .skip-link a{
	color: #888;
}

#access .skip-link a:hover{
	color: #000;
}

#menu{
	float: left;
	width: 950px;
	border-top: 1px solid #ddd;
	background: #fff;
}

#menu ul, #menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul{
	padding: 0 0 0 1px;
}

#menu ul li{
	float: left;
	display: inline;
	line-height: 18px;
}

#menu ul li a{
	display: block;
	padding: 10px;
	border-right: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	color: #666;
}

#menu ul li a:hover{
	margin: -5px 0 0 -1px;
	padding: 10px 10px 14px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000;
}

#menu ul li.rss a{
	padding: 10px 10px 10px 32px;
	background: #fff url(images/rss.png) no-repeat 10px 14px;
}

#menu ul li.rss a:hover{
	padding: 10px 10px 14px 25px;
}

#menu ul li#styleswitcher{
	float: right;
}

#menu ul li#styleswitcher div.styleswitcher_wrap{
	display: block;
	padding: 12px 10px 8px 28px;
/*	background: #fff url(images/rss.png.none) no-repeat 10px 14px; */
	background: #fff;
}

#menu ul li#styleswitcher a{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#about{
	float: left;
	width: 950px;
	border-top: 1px solid #5f0000;
	background: #0000d0;
/*
	border-bottom: 1px solid #5f0000;
	padding: 0 0 14px 0;
	background: #c00 url(images/bg_about.gif) repeat-x left bottom;
	background: #0000d0 url(images/normalFromHiDef_2.png);
*/
}

#about a{
	color: #000;
}

#about p.message{
	padding: 10px 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

#about img.photo{
	float: left;
	margin: 0 15px 0 0;
}

#container{
	float: left;
	width: 950px;
	border-top: 2px solid #ddd;
/*	border-top: 4px solid #000; */
	background: #fff url(images/darkdot.gif) repeat-y 658px 0px;
}

#content{
	float: left;
	width: 658px;
/*	width: 657px;
	border-right: 1px solid #ddd; */
}

#nav-above{
	margin: 10px 10px 0;
}

#nav-below{
	margin: 10px;
}

.navigation{
	padding: 5px 10px 6px;
	border: 1px solid #ddd;
	background: #f6f6f6;
#	border: 1px solid #f2eec0;
#	background: #fdfbe7;
	line-height: 24px;
	clear: both;
}

.nav-previous, .nav-next{
	display: inline;
}

.nav-previous{
	padding: 0 25px 0 0;
}

.post, .page{
	margin: 10px 10px 0 10px;
	border: 1px solid #ddd;
}

.page{
	margin: 10px;
}

.post h2, .page h2{
	padding: 10px 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
}

.post h2 a{
	text-decoration: none;
}

.post h2 a:hover{
	text-decoration: underline;
}

.post-header-clean{
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px;
}

.entry-date{
	padding: 4px 10px 0;
/*	padding: 4px 10px 10px; */
/*	border-bottom: 1px solid #ededed; */
	font-size: 10px;
	color: #999;
}

.entry-content{
	padding: 0 10px 5px;
	line-height: 24px;
}

.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 #ddd;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
}

.cat-links{
	padding: 0 0 0 15px;
	background: url(images/bullet_go.gif) no-repeat 0 3px;
}

.comments-link{
	padding: 0 0 0 29px;
	background: url(images/comment.gif) no-repeat 10px 2px;
}

.sidebar{
	float: left;
	width: 291px;
	margin: 0 0 0 1px;
	padding: 0 0 10px;
	display: inline;

}

.sidebar form, input{
	font-family: arial, helvetica, sans-serif;
        vertical-align: middle;
}

.sidebar form input{
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.sidebar form input.btn{
	background: #f6f6f6;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	border-bottom: 1px solid #ddd;
}

.sidebar ul li h2, .block-title{
	padding: 10px;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6;
	color: #666;
}

.sidebar ul ul{
	padding: 8px 0 10px;
	line-height: 16px;
        font-size: 85%
}

form#searchform{
	padding: 10px;
}

form#searchform input#s{
	width: 68%;
}

form#searchform input#searchsubmit{
	width: 25%;
}

.sidebar ul ul li{
	border: 0;
	margin: 0 10px;
	padding: 0 0 0 10px;
	background: url(images/bullet.gif) no-repeat 0px 7px;
}

.sidebar ul ul ul{
	border: 0;
	padding: 0;
}

.sidebar ul li.sponsors .sponsors_wrap{
	background: url(images/dot.gif) repeat-y 145px 0px;
}

.sidebar ul li.sponsors ul{
	width: 145px;
}

.sidebar ul li.premium{
	border: 0;
}

.sidebar ul li.premium ul{
	padding: 0;
	line-height: normal;
}

.sidebar ul li.premium ul li{
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-image: none;
}

.sidebar ul ul li#about-author, .sidebar ul li#my-account ul li{
	padding: 0;
	background-image: none;
}

#comments{
	margin: 10px;
	border: 1px solid #ddd;
}

#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 #ddd;
	line-height: 22px;
}

#comments ol li.alt{background: #fcfcfc;}

#comments span.comment-author{font-weight: bold;}

.comment-text {line-height: 18px}

#respond{
	padding: 10px;
	border-top: 1px solid #ddd;
	background: #f9f9f9;
}

p.comment_license{
	font-size: 11px;
	line-height: 18px;
}

#footer{
	float: left;
	width: 950px;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #000;
	background: #fff;
	line-height: 15px;
        font-size: 85%;
        text-align: right;
}

#footer p{
	padding: 10px;
}

/* ALR: Added for image captions */
div.caption, div.captionright, div.leadpic {
   width: auto;
   font-size: 75%;
   font-style: italic;
   line-height: 1.75;
}

div.caption {
   margin: 15px 10px 0 0;
   float: left;
   text-align: left;
}

div.leadpic {
   margin: 15px 10px 10px 0;
   float: left;
   text-align: left;
}

div.captionright {
   margin: 15px 0 0 10px;
   float: right;
   text-align: right;
}

div.sponsorright {
   margin: 0 0 0 10px;
   float: right;
   text-align: right;
}

div.caption img, div.captionright img, div.leadpic img{
	border-style:solid;
	border-color: #999;
	border-width:1px;
}

#searchbox{
}

#searchbox input#s{
	border: 1px solid #ddd;
	background: #fff;
}

#searchbox input#searchsubmit{
 height: 18px;
}

.widget_tag_cloud {
  margin: 0px 0px 0px 10px;
}
.widget_tag_cloud h2 {
  text-align: left;
  margin: 0px 0px 0px -10px;
}

img#wpstats{width:0px;height:0px;overflow:hidden}


.sponsoredTextTitle {
 border-style:solid;
 border-color: rgb(51, 102, 153);
 border-width: 1px;
 padding: 0pt 0pt 0pt 5px;
 font-size: 75%;
 font-weight: bold;
 line-height: 18px;
 color: white;
 background-color: rgb(51, 102, 153);
 margin-top: 10px;
}

.sponsoredText {
 border-style:solid;
 border-color: rgb(51, 102, 153);
 border-width: 1px;
 padding: 5px;
 background-color: rgb(253, 251, 231);
 line-height: 18px;
 margin-bottom: 10px;
}

iframe {
 frameborder=0;
}