/*
THEME NAME: Gunner Records
THEME URI: http://bureaufb.de
DESCRIPTION: Gunner Records Theme - based on Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.bureaufb.de">Florian Brandel</a>
AUTHOR URI: http://www.bureaufb.de
*/

@import "reset.css";

body {
	background: #101010;
	background-image: URL(images/bg_gun.png);
	background-position: 30% 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #FFFFFF;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #FFFFFF;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 970px;
	background: transparent;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 970px;
	border-bottom: 0px none #FFFFFF;
	border-top: 0px none #FFFFFF;
	margin: 0 auto;
}

#logo {
	margin: 25px 0 48px 0;
}

#logo a {
	color: #FFCC00;
}

#description {
	font-size: 130%;
	color: #555555;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 250px;
	float: left;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	padding: 0px 0px 18px 55px;
}

#menu ul li a {
	color: #FFCC00;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

#container {
	width: 970px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#content {
	margin-top: 108px;
	margin-right: 0px;
	float: left;
	width: 450px;
}

#content h4 {
	font-size: 100%;
	font-weight: 700;
	text-align:center;
	margin-bottom: 10px;
	border-bottom: 0px solid #FFCC00;
	padding: 0px 0 5px;
}

.page-title {
	font-family: Arial,sans-serif;
	color: #FFCC00;
	font-size: 150%;
	line-height: 1.2;
	margin-bottom: 43px;
	font-weight: bold;
	width: 450px;
	text-align: center;
	text-transform: none;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	font-size: 110%;
	line-height: 1.2;
	font-weight: bold;
	width: 450px;
	text-align: left;
	text-transform: none;
}

.post-title a {
	font-family: Arial, sans-serif;
	color: #FFCC00;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

.page-subtitle {
	font-weight: 700;
	color: #555555;
	font-size: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #555555;
	margin-top: 20px;
}

.post-meta a {
	color: #555555;
	text-decoration: none;
}

.post-meta a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #555555;
	text-decoration: none;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 23px;
}

.post-content h1 {
	font-size: 150%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFCC00;
	border-bottom: 0px solid #FFFFFF;
	padding: 0px 0 5px;
}

.post-content h2 {
	color: #FFCC00;
	font-size: 150%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFCC00;
	border-bottom: 0px solid #FFCC00;
	padding: 0px 0 5px;
}

.post-content h3 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFFFFF;
	padding: 0px 0 5px;
}

.post-content h4 {
	color: #FFCC00;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFCC00;
	padding: 0px 0 5px;
}

.post-content h5 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFFFFF;
	padding: 0px 0 5px;
}

.post-content h6 {
	color: #FFCC00;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFCC00;
	padding: 0px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	border: 0px none #555555;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 0px none #555555;
	margin: 0 15px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 0px none #555555;
	margin: 0 0 15px 15px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

#post-7 ul {
	list-style-type: none;
	list-style-position: outside;	
	margin-left: 0px;
}

#post-7 li.page_item {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	padding: 0px 0px 8px 0px;
}

#post-7 li.page_item a {
	color: #FFCC00;
	text-decoration: none;
}

#post-7 li.page_item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-family: Arial, sans-serif;
	font-size: 120%;
	margin-bottom: 10px;
}

.navleft {
	width: 250px;
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	width: 250px;
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: transparent;
	border: 1px solid #555555;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #555555;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 250px;
	left: 70px;
	position: relative;
	margin-top: 111px;
}

.sidepanel {
	margin-bottom: 40px;
}

.sidepanel h3 {
	background-color: transparent;
	font-family: Arial, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	font-size: 140%;
	border-style: none;
	margin-bottom: 20px;
}

.sidepanel ul li {
	border-bottom: 1px solid #555555;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	color: #555555;
	font-size: 80%;
	margin: 0 auto;
	margin-bottom: 70px;
	text-transform: uppercase;
	width: 970px;
	height: 20px;
	border-top: 0px none;
	padding-top: 54px;
	padding-left: 25px;
}

#footer ul li a {
	color: #555555;
	text-decoration: none;	
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#searchform label.screen-reader-text {
	display: none;
}

input#s {
	background-color: #444444;
	color: #FFFFFF;
	border-style: none;
	padding: 4px 4px 4px 4px;
	font-size: 100%;
		display: block;
	margin-bottom: 15px;	
}

#opt_name, #opt_email {
	background-color: #444444;
	color: #FFFFFF;
	border-style: none;
	padding: 4px 4px 4px 4px;
	font-size: 100%;
	margin-bottom: 15px;
	margin-left: 28px;	
	display: block;
}

input#submit, input#searchsubmit {
	background-color: transparent;
	color: #FFCC00;
	display: block;
	border-style: none;
	font-size: 100%;
	padding: 0px;
}

input#submit:hover, input#searchsubmit:hover {
	background-color: transparent;
	color: #FFFFFF;
	border-style: none;
	font-size: 100%;
		display: block;
	padding: 0px;
}
