/*
Theme Name: Gamerfood.de
Theme URI: http://www.gamerfood.de/
Description: Dieses Theme wurde speziell für www.gamerfood.de entwickelt.
Version: 1.0
Author: Fabian Pimminger
Author URI: http://www.fabianpimminger.com/
Tags: 
*/



body {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, serif;
	font-size: 12px;
	background: #f9cc67;
	margin: 0px;
	padding: 0px 0px;
	color:#222;
}

.inner{
	width: 912px;
	margin: 0px auto;
	padding:0px;
}


h1, h2, h3, h4, h5{
	font-family: Helvetica, Verdana;
	letter-spacing: -0.02em;
	font-weight: bold;	
}

h1, h2{
	color:#222;
	font-size:24px;
	line-height: 27px;
	margin:0px 0px 0px;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited, h2 a, h2 a:hover, h2 a:active, h2 a:visited{
	color:#222;
}


a{
	text-decoration:none;
	color:#c04827;
}
 
a:visited{
	color:#c04827;
}
 
a:hover{
	text-decoration:underline;
	color:#ea9612;
}
 
a:active{
	color:inherit;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

img{
	border: 0;
}

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;
	}


input,textarea,select{
	border:1px solid #B6B6B6;
	padding:3px 4px;
	color: #2a2e24;
	background-color: #F6F6F6;
}

input:focus,textarea:focus{
	background-color: #FFF;
}

input.buttonClass{
	padding:3px 10px;
	margin-right:10px;
	background-color:#FFFFFF;
	cursor: pointer;
}

input#s{
	width:200px;
}

.contactform{
	margin-top:21px;
}

.contactform label{
float: left;
width: 120px;
}

.contactform input, textarea{
width: 260px;
margin-bottom: 5px;
}

.contactform br{
	clear:both;
}

.contactform #contactsubmit{
	width:75px;
	margin:10px 0 0 120px;
}


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


#page{
	margin:0px;
	width:100%;
}

#description{
	color:#FFF; 
	font-size:14px; 
	font-weight:normal; 
	border-bottom: 1px solid #333;
	background: #111111 url(images/bg_description.jpg) repeat-x top;
	
}
#description a{
	color:#FFF; 
	font-size:14px; 
	text-decoration: none;
}

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

#description .inner{
	padding:7px 0px 9px;
}

#description h1, #description h2{
	font-size:14px;
	display: inline;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#FFF;
	line-height: normal;
}

#description ul{
	margin:0px 0 0 0px;
	padding:0;
	list-style: none;
	display:inline;
	
}

#description li{
	margin:0 24px 0 7px;
	padding:0px;
	float:right;
	display:inline;

}

#description li a{
	color:#FFF;
}
#headercontainer{
	border-top: 1px solid #111;
	background: #c04827 url(images/bg_header.jpg) no-repeat top center;
	padding-top: 20px;
	border-bottom: 1px solid #FFF;	
}
#header{
	height:136px;
}


#header a{
	margin:0px;
}

#header a#logo{
	float:left;
	height:116px;
	width: 468px;
	
}

#header span#desc{
	float:right;
	height:101px;
	padding: 7px 0px 0 0px;
	width: 300px;
	margin-right: 30px;
	font-size: 16px;
	font-weight:normal;
	color:#FCE1A9;
	text-align: justify;
	line-height: 150%;
}

#header span#desc strong{
	font-weight: bold;
	}

#container{
	border-top: 1px solid #c55525;
	border-bottom: 1px solid #c55525;
	
}

#container .inner{
	background: url(images/bg_seperator.jpg ) repeat-y center;
	padding:40px 14px 30px;	

}

#content{
	float:left;
	padding:0 20px 0 20px;
	width: 520px;
	
}


#sidebar{
	float:right;
	padding:0 20px 0 20px;
	width: 310px;
}

#sidebar ul{
	margin:0px;
	padding:0px 0px 30px;
	list-style: none;

}

#sidebar ul li{
	margin:0px 5px 15px;
	padding:0px 0 0px;
	border:1px solid #2c2c2c;
}

#sidebar ul li.ohneborder{
	border: 0px;
}

#sidebar ul li h2{
	padding:7px 15px 7px;
	font-size:18px;
	font-weight:normal;
	border-bottom: 0px solid #2c2c2c;
	color: #FFF;
	margin-bottom: 0px;	
	background: #424242 url(images/bg_sidebar_h2.jpg) repeat-x top;
	font-style: normal;
}


#sidebar ul li ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style: none;
	background: #FFF;
	
}

#sidebar ul li ul li{
	margin:0px;
	padding:5px 15px 6px;
	border-top:1px solid #2c2c2c;
	border-right:0;
	border-bottom:0;
	border-left:0;

}

#sidebar ul li ul li:hover{
	background-color: #e8e8e8;

}


#footer{
	clear:both;
}

.post{
	margin:0 0 60px;
	padding-bottom: 14px;
	border-bottom: 1px dotted  #b1b1b1;
	
}

.post .postmeta{
	font-size:11px;
	margin:0px 0 24px;
	padding:3px 0px 2px;
	color:#868686;
}

.post .postmeta a {
	color:#c04827;
}

.post .postmeta a:hover {
	color:#ea9612;
}



.meta_time, .meta_category, .meta_comments, .meta_autor{
	padding-left:15px;
	margin-right:10px;
	background: no-repeat left center;
}

.meta_time{
	background-image: url(images/icons/calendar.gif);
}

.meta_category{
	background-image: url(images/icons/document.gif);
}

.meta_comments{
	background-image: url(images/icons/comments.gif);
}


.meta_autor{
	background-image: url(images/icons/autor.gif);
}

.post .postdata{
	font-size:12px;
	margin:14px 0 0px;
	padding:0px 0px 7px;
	color: #868686;
}


.post .postdata a{
	color:#FFFFFF;
	background: #b1b1b1;
	padding: 4px 5px;
	margin-left:7px;
}

.post .postdata a:hover{
	color:#FFFFFF;
	background: #868686;
	text-decoration: none;
}

.entry{
	line-height:175%;
	font-size: 13px;
}

.entry p{
	margin: 14px 0 14px;
	text-align: justify;
}


.post ul{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style:disc;

}

.post ul li{
	margin:0px 5px 0px;
	padding:2px 0 2px;
}


.entry ul{
	line-height:175%;
	margin: 0px;
}

.entry li{
	padding-top:1px;
	padding-bottom:1px;
	margin:0px 5px 0px;
}

.entry h3{
	margin:40px 0 10px;
	font-size:18px;
	font-weight: normal;

}

.entry table{
	border: 1px solid #999;
	border-collapse: collapse;
	width:520px;
}

.entry table tr{

}

.entry table tr td{
	border:1px solid #999;
	padding: 4px 10px;
}

.entry table tr.head td{
	background-color: #f5f5f5;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
}

.entry div.highlight{
	background-color: #d3e8f7;
	border:1px solid #c04827;
	margin:15px 0 0px;
	padding:5px 10px 7px;
}


#footer{
	background: #c04827 url(images/bg_footer.jpg) no-repeat top center;
	padding:7px 20px 8px;
	margin:0px 0 0;
	color:#FFF;
	margin-top: 1px;
	
}

#footer .inner{
	padding-left:20px;
	padding-right:20px;
	width: 872px;
}

#footer a{
	color:#FFF;
}


.navigation{
	margin:5px 0 30px;
	padding:3px 10px 4px;
	font-size:10px;

}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}


/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {
	font-size:13px;
	}

.commentlist li {
	font-weight: bold;
	border: 1px solid #D8D8D8;

	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 150%;
	text-transform: none;
	}

.commentlist small{
	font-size:11px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.comment		 {
	font-weight: normal;
	}




.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 20px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	


h3{
	margin:40px 0 10px;
	font-size:18px;
	font-weight: normal;
}

	
h3#comments, h3#respond  {
	margin:70px 0 10px;

}
/* End Comments */
div.sociable{
	padding-top: 14px;
	margin:35px 0 0;
}


#creditfooter{
	display: none;
}

#nonews ul li div{
	font-size:10px;
}

#nonews ul li span{
	margin-bottom: 7px;
	font-size:12px;
	display: block;
}
