/*
Theme Name: GamingFreakz Theme
Theme URI: http://www.gamingfreakz.de/
Description: The Theme of the GamingFreakz homepage
Author: Matthias Lohr, Sven Lambing (Images)
Version: 0.1

Copyright by GamingFreakz
*/

/* general settings */
body,html,p,div,td {
	font-family: Verdana, Arial, Courier, sans-serif;
	color: #646567;
}

body,html {
	padding: 0px;
	margin: 0px;
	background-color: #646567;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

a img {
	border: none;
}

#header {
	width: 100%;
	height: 225px;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;
}

#mainmenu {
	text-align: center;
	position: absolute;
	top: 135px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu a:hover {
	color: white;
}

#mainmenu a.active {
	text-decoration: none;
}

#mainmenu-shadow {
	text-align: center;
	position: absolute;
	top: 136px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	color: #F84758;
}

#submenu {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 192px;
	font-size: 12px;
}

#submenu a {
	color: #9C9E9F;
	text-decoration: none;
}

#submenu a:hover {
	color: #E2001A;
}

#allbutheader {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 225px;
	background-image: url('images/background.png');
	background-position: center top;
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	bottom: 0px;
	height: 115px;
	background-image: url('images/footer.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 40px;
}

#footercontent {
	position: relative;
	text-align: center;
}

#footertext {
	position: absolute;
	top: 80px;
	width: 100%;
}

#footertext-shadow {
	position: absolute;
	top: 81px;
	color: #9C9E9F;
	width: 100%;
}

a#logo-gf {
	width: 72px;
	height: 72px;
	background-image: url('images/logo_gf.png');
	display: block;
	font-size: 0px;
	position: absolute;
	left: -12px;
	top: 40px;
	text-decoration: none;
}

a#logo-gf:hover {
	background-image: url('images/logo_gf_hover.png');
}

a#logo-sl {
	width: 72px;
	height: 72px;
	background-image: url('images/logo_sl.png');
	display: block;
	font-size: 0px;
	position: absolute;
	right: -12px;
	top: 40px;
	text-decoration: none;
}

a#logo-sl:hover {
	background-image: url('images/logo_sl_hover.png');
}

#middlebg {
	margin: 0px;
	min-height: 375px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

/** position and auto-size for main column **/

.maincolout {
	width: 100%;
	margin: 0px;
}

.maincolin {
	max-width: 1024px;
	margin: auto;
}

.maincolcontent {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/** content and sidebar **/

#content {
	margin-right: 220px;
}

#sidebar {
	width: 180px;
	min-height: 400px;
	float: right;
}

/** widgets **/

.widget-right {
	color: #444444;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

.widget-right .widget-title {
	font-weight: bold;
	border-bottom: #999999 solid 1px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	font-size: 12px;
}

/** posts **/

div.post {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.post .title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid #cfd1d2 1px;
	margin: 0px;
	margin-bottom: -1px;
}

div.post .postfoot {
	padding-bottom: 4px;
	border-bottom: solid 1px;
}

div.post .title a {
	color: #646567;
}

div.post .body {

}

div.post .body img.attachment-post-thumbnail {
	float: left;
	border: solid #cfd1d2 1px;
	padding: 9px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: -12px;
	background-color: white;
}

/** comment form **/
#respond label {
	display: block;
	font-weight: bold;
}

#respond input, #respond textarea {
	border: 1px solid #CFD1D2;
	color: #646567;
}

#respond span.required {
	font-weight: normal;
}


