/*  
Theme Name: Movingweb
Theme URI: http:/www.movingweb.org/
Description: Movingweb, minimalist theme
Version: 0.01
Author: David Hoffmann
Author URI: http://www.pickone.de
*/


/* fuer unterschiedliche Kommentare*/


body{
	color:#000;
	font-size:11px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}

#header{
	width: 540px;
	height: 80px;
	padding-bottom: 40px;
	margin-right: 25px;
}

#headerlogo{
	padding-left: 0px;
	padding-top: 0px;
}

#sidebar{
	float:left;
	width:300px;
	margin-left: 30px;
}

#content {
	float:left;
	width:540px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 40px;
}


#footer{
	width: 500px;
	clear: left;
	font-size: 10px;
	height: 21px;
	margin-left: 40px;
	padding-top: 4px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}


/*************************************
 +Entry
 *************************************/
.entry{
	padding-bottom: 50px;
	padding-left: 40px;
	width: 500px;
}

.entrytitle h2{
	color:#000;
	font-size:24px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.entrytitle h2 a{
	color:#000;
	text-decoration: none;
}

.entrytitle h2 a:hover{
	color:#fb0101;
}

.entrybody {
	padding-bottom: 10px;
}

.entrybody h3{
	margin-bottom: 10px;
}


.entrybody h3 a{
	margin-bottom: 10px;
}


.entrybody a{
	
}

.commentslink{
	font-size: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.edit {
	font-size: 10px;
}

.postinfo {
	color: #313135;
	padding-bottom: 10px;
	font-weight: lighter;
	padding-left: 20px;
}

.taginfo {
	color:#000;
	font-size: 10px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.taginfo a{
	color:#000;
	text-decoration: none;
}

.taginfo a:hover{
	color:#fb0101;
}


.comments {
	float: right;	
}

.entrymeta{
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: 200px;
}

blockquote {
	padding-left: 40px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0081e1;
	line-height: 25px;
	padding-top: 9px;
}

blockquote a{
    color: #0081e1;

}

blockquote a:hover{
	color:#000;
}

/*************************************
 +Comments
 *************************************/
#commentsblock{
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;	/*padding:1em;*/

}

#commentsblock h3{
	color:#363522;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363522;
	font-size: 14px;
	margin-bottom: 36px;
	padding-bottom: 9px;
}
 


#author{
	width: 264px;
	background-color: #000000;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
 
#email{
	width: 264px;
	background-color: #000000;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

#url{
	width: 264px;
	background-color: #000000;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

#comment {
	width: 464px;
	background-color: #000000;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}

#comment textarea:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

.contactform textarea:focus, .commentform input:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}

.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt{
	border:1px dotted #d1d1d1;
	padding:0.5em;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}

h3#comments{
	font-size: 14px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.single{
	float: left;
	margin-bottom: 12px;
	padding-left: 40px;
}

strong {
	color: fb0101;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#fb0101;
	text-decoration:none;
}

a:hover{
	color:#000;
}

a img {
	border: none;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar h2{
	color:#000;
	font-size: 12px;
	background-color: #fb0101;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 100px;
}
 
#sidebar ul{
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 48px;
	padding-left: 0;

}

#sidebar li{
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 3px;
}

#sidebar li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 2px;
}

#sidebar li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #FF0000;
}


/*************************************
 +searchform
 *************************************/
 
#search {
	background-color: #CCCCCC;
	height: 52px;
	width: 215px;
	margin-bottom: 25px;
	padding: 7px;
} 

#s {
	width: 164px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
#searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color: #000000;
	font-size: 11px;
}

#searchsubmit textarea:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#searchform textarea:focus, #searchform input:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

/*************************************
 +headernavi
 *************************************/
#headernavi {
	padding-top: 1px;
	height: 16px;
	margin-bottom: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}

#headernavi ul{
	list-style-type:none;
}

#headernavi li {
	background: none;
	list-style-type: none;
	float: left;
	margin-right: 4px;
}

#headernavi li a {
	color: #000;
	list-style-type: none;
	background-color: #fb0101;
	font-size: 12px;
	text-transform: uppercase;

}

#headernavi li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #fb0101;
}


/*************************************
 +Pagebar
 *************************************/
.pagebarbutton {
	padding-left: 118px;
	width: 530px;
	padding-bottom: 30px;
}

.pagebar {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 11px;
}

.pagebar a, .pageList .this-page {
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		/*background: #fff; */
		text-decoration: none;
}

.pagebar a:visited {
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		/*background: #fff; */
		text-decoration: none;
}

.pagebar .break {
		padding: 2px 6px; 
		border: none; 
		/*background: #fff; */
		text-decoration: none;
}

.pagebar .this-page {
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		/*background: #fff; */
}

.pagebar a:hover {
	color: #fff;
	border-color: #FF0000;
	text-decoration: none;
	background-color: #FF0000;
}


/*************************************
 +Pagebar
 *************************************/

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}


#wpcf_your_name {
	background-color: #000000;
	width: 264px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#wpcf_email {
	background-color: #000000;
	width: 264px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#wpcf_website {
	background-color: #000000;
	width: 264px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#wpcf_msg {
	background-color: #000000;
	width: 464px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#wpcf_msg textarea:focus, #wpcf_msg input:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#wpcf_website textarea:focus{
	background-color: #fb0101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}


#contactsubmit {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 11px;
}