/*  
Theme Name: Peritor
Theme URI: http://www.peritor.com
Description: Peritor Theme
Version: 1.0
Author: Marcus Lamer
*/

/*************************************
 +Containers
 *************************************/
body{
}
#wrap{
	margin:0 auto;
}
#content{
}

#content img {
  border: 0px;
  margin: 10px 0px;
}


#sidebar{
	width:200px;
}
#header{
}
#footer{
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
}
#header h1{
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#333333;
}
#header h1 a:hover{
	color:#A30108;
}
#header p{
	font-weight: bold;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
}
.entrytitle h2 a
{
	font-size: 14px;
	color:#333333;
}
.entrytitle h2 a:hover{
	color:#A30108;
}
.entrytitle h3{
	font-weight: bold;
	color:#666666;
}
#sidebar h3{
	color:#666666;
	font-size:12px;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	margin: 12px 0px 0px 0px;
	background-color: #EEEEEE;
	padding:5px;
	font-size: 11px;
}

.postinfo{
	margin-top: 2px;
}
.postedby{
	/*background: url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;*/
}
.filedto{
	/*background: url(../images/post.gif) no-repeat;
	padding:3px;
	margin-right: 10px;
	padding-left:20px;*/
}
.commentslink{
	/*background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	margin-right: 10px;
	padding-left:20px;*/
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	margin:auto;
	padding:auto;
padding-left: 15px;
}
#sidebar ul li{
	margin-bottom:5px;
}
/*************************************
 +Comments
 *************************************/
.commentmetadata {
       margin-bottom:5px;
}
.commenttime {
      float:right;
}
.commentauthor {
      font-weight:bold;
}
.commentsblock{

}
.commentsblock textarea{
	width:450px;
}
input, textarea, select{
	border:1px solid #d1d1d1;
	font-size: 12px;
	padding: 1px;
}

textarea:focus{
	border:1px solid #A30108;
}
textarea:focus, input:focus{
	border:1px solid #A30108;
}
.commentauthor{
	display:block;
}
ol.commentlist{
	color:#000000;
	list-style-type:none;
	margin:0;
	margin:10px 0px;
	padding:0px;
}
.commentlist li{
	padding:15px 10px;
}
.alt{
	background:#FFFFFF;
	border-bottom:1px solid #AEAEAE;
	padding:10px;
}
h3#comments{

}

/*************************************
 +Misc
 *************************************/
