/*  
Theme Name: HSVplus
Theme URI: http://www.hsvplus.com/blog
Description: Theme
Version: 1.0
Author: Nick Baldwin
Author URI:
*/

#bodyie{
text-align:center;
}

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
}

#header{
width:800px;
height:266px;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
}

#content{
float:left;
width:800px;
padding:10px 35px 10px 35px;
background-image:url('images/background.jpg');
background-position:left;
background-repeat:repeat-y;
}

html>body #content{
float:left;
width:730px;
padding:10px 35px 10px 35px;
background-image:url('images/background.jpg');
background-position:left;
background-repeat:repeat-y;
}

#sidebar{
float:left;
width:190px;
background:transparent;
}


.sidebar .hidden{
font-family:arial, helvetica, sans serif;
font-weight:bold;
font-size:18px;
text-transform:lowercase;
color:#000000;
}

#s{
color:#cc0000;
font-weight:bold;
}

#sidebar ul{
list-style:none;
margin:0;
padding:5px 20px 0 10px;
}

#sidebar ul h2{
color:#fff;
background-color:#333;
font-family:arial, helvetica, sans serif;
font-size:18px;
text-align:center;
text-transform:lowercase;
}

#sidebar ul li{
text-align:left;
color:#cc0000;
}

#sidebar ul li a{
color:#000000;
text-decoration:none;
font-family:tahoma;
}

#sidebar ul li h2.widgettitle a{
color:#fff;
}

#sidebar ul li a:hover{
color:#cc0000;
text-decoration:underline;
font-family:tahoma;
}

#main{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:transparent;
float:right;
width:520px;
padding:10px 10px 20px 10px;
margin-right:35px;
}

html>body #main{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:transparent;
float:right;
width:520px;
padding:10px 10px 20px 10px;
margin-right:0;
}

.post{
text-align:left;
}

.promo{
font-size:12px;
color:#666666;
font-weight:bold;
}

.promo a{
text-decoration:none;
color:#009900;
}

.stamp{
padding-top:2px;
font-size:10px;
padding:0;
margin:0;
line-height:11px;
}

.stamp a{
color:#009900;
font-weight:bold;
text-decoration:none;
}

.post h2{
font-family:arial, helvetica, sans serif;
text-decoration:none;
color:#000000;
text-align:left;
margin:35px 0 3px 0;
}

.post h2 a{
font-family:arial, helvetica, sans serif;
text-decoration:none;
color:#000000;
text-align:left;
}

#postdiv{
clear:both;
width:520px;
height:1px;
background-image:url('images/divline.gif');
background-repeat:repeat-x;
}

#footer{
clear:both;
width:800px;
height:80px;
background-image:url('images/footer.jpg');
background-repeat:no-repeat;
background-position:top;
text-align:center;
vertical-align:bottom;
font-size:10px;
color:#000000;
}


/*-----------------Images------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}
	
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
	}
	
a img {
border: none;
}

/*---------MISC------------*/


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

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}


.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----COMMENTS TEMPLATE--------------*/

.navigation a{
color:#000000;
text-decoration:none;
font-weight:bold;
}

.comments-template{
width:520px;
margin: 10px 0 0;
border: 1px solid #ccc;
padding: 10px 0 0 5px;
}


#commentform{
text-align:left;
}

.commentlist{
text-align:left;
}

.commentmetadata a{
text-decoration:none;
color:#009900;
font-weight:bold;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

#commentform a{
text-decoration:none;
font-family:arial;
color:#009900;
font-size:12px;
font-weight:bold;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	text-align:left;
font-family:arial, helvetica, sans serif;
	font-size: 24px;
	color:#000000;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}