/*
Theme Name: BrutalMusic
Theme URI: http://silentbydesign.com
Author URI: http://silentbydesign.com
Description: Brutal Music Theme
Author: Silent By Design
Version: 1.0
Tags: black,blue,white,two-columns,fixed-width
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
/* global CSS */
body,div,ul,ol,h1,h2,h3{padding: 0;margin: 0;}img {border: 0;}
/*now simpleOne Css start*/
body {
	color: #fff;
	font-size: 20px;
	background: #131313;
}
a {
	color: #fff000;
	text-decoration: none;
}
a:hover {
	color: #483D8B;
	text-decoration: none;
}
.textcontent p {
	margin-bottom: 15px;
}
table {
	border-color: #aaa;
}
.odd-row {
	background: #343434;
}
blockquote {
	font-size: .9em;
	border: 1px solid #ddd;
	clear: both;
	margin: .5em;
	padding: 5px;
}
pre {
	border: 1px solid #ddd;
	margin: .5em;
	padding: 5px;
}
.clear {
	clear: both;
}
.alignleft,
.left {
	float: left;
	padding-right: 15px;
}
.alignright,
.right {
	float: right;
}
.center {
	text-align: center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #000;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 15px;
  max-width:600px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
  max-width:570px;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-caption-text {
	padding-top: 5px;
}
.gallery-caption {
	padding: 4px;
}
.bypostauthor {
	color: #333;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: block;
}
.wp-caption,
.product-show,
.postwrap{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul{
	list-style-type: none;
}
#content ul {
	list-style-type: disc;
	padding-left: 20px;
}
#sidebar ul {
	padding-left: 0px;
}
.sticky{
        color:#645;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
        padding:4px 0 10px 0;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
#header {
	background: #000000;
}
#logo {
	width: 960px;
	position: relative;
	margin: 0 auto;
        padding-top:20px;
}
#logo1 {
	float: left;
}
#logo3 {
	float: left;
	clear: left;
	padding-top: 0px;
	padding-left: 0px;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
#logo3,
#logo3 a {
	color: #333;
}
#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#content {
	width: 760px;
	float: left;
	overflow: hidden;
}
#nav {
        width:960px;
	z-index: 10;
	font-size: 24px;
	position: relative;
        margin:0 auto;
}
#nav ul {
	display: block;
	float: left;
}
#nav .page_item,
#nav .menu-item {
	font-weight: bold;
	float: left;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	margin: 0 3px 0 0;
}
#nav .current_page_item,
#nav .current_page_ancestor,
#nav .page_item:hover ,
#nav .current-menu-item,
#nav .current-menu-ancestor,
#nav .menu-item:hover {
	background: #131313;
}
#nav ul li a:hover {
	color: #666;
}
#nav ul li a {
	text-decoration: none;
	color: #fff000;
	display: block;
	padding: 5px 10px;
}
#nav .current_page_item a,
#nav .current_page_ancestor a,
#nav .current-menu-item a,
#nav .current-menu-ancestor a {
	color: #fff;
}
#nav .current_page_item a:hover,
#nav .current_page_ancestor a:hover,
#nav .current-menu-item a:hover,
#nav .current-page-item a:hover {
	color: #fff;
}
#nav ul ul {
	display: none;
	position: absolute;
}
#nav .children,
#nav .sub-menu {
	width: 200px;
}
#nav .children .page_item,
#nav .sub-menu .menu-item {
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	width: 200px;
	border-bottom: 1px solid #333;
	background: #131313;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#nav .children .page_item:hover,
#nav .sub-menu .menu-item :hover {
	background: #000;
}
#nav .children .page_item a,
#nav .sub-menu .menu-item a {
	font-size: 14px;
	color: #ffffff;
}
#nav .children .children,
#nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.post-nav{
        display:block;
        margin:0 0 0 0;
        color:#bbb;
}
.page-title,
.post-nav a{
        color:#fff;
}
.product-show{
        background:#343434;
        padding:5px;
}
.hide-show {
	font-family: arial;
	font-size: 12px;
	padding: 1px 3px;
}
.postwrap {
	background: #343434;
	padding-top: 2px;
	margin: 0px 0;
}
.post-header {
        padding:10px 20px 5px 20px;
}
.metabar {
	color: #ddd;
	font-size: 12px;
}
.metabar a {
	color: #fff;
}
.metabar em {
	background: url('images/bgs-w.png') repeat-x;
        font-style: normal;
        padding:2px 5px 2px 5px;
}
.textcontent {
	margin: 15px 0 15px 0;
	padding: 0 20px 0 20px;
}
.cat-hide{
        display:none;
}
.billboard {
	padding: 20px;
}
.page-link {
	background: #ccc;
}
.author {
	border-top: 1px solid #000;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 0;
}
.author-descr p {
	font-size: 13px;
}
.author-details {
	font-size: 12px;
}
.post-footer {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	color: #ddd;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #000;
	background: url('images/bgs-w.png') repeat-x;
}
.post-footer a {
	color: #ddd;
}
.post-footer a:hover {
	color: red;
}
.post-footer .right {
	padding-right: 10px;
}
.tags {
	color: #ddd;
	text-align: right;
	margin-bottom: 15px;
}
.wp-pagenavi {
	padding-left: 10px;
	color: #ddd;
}
.last,
.larger page,
.nextpostslink,
.wp-pagenavi .page {
	padding-left: 2px;
	padding-right: 2px;
	color: #aaa;
}
.last:hover,
.larger page:hover,
.nextpostslink:hover,
.wp-pagenavi .page:hover {
	padding-left: 2px;
	padding-right: 2px;
	color: red;
}
.current {
	color: yellow;
	padding-left: 3px;
	padding-right: 3px;
}
.commentswrap{
        padding:20px;
}
.commentlist {
	border: 1px solid #000;
	margin: 5px;
	padding: 5px;
}
.comment {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px;
}
.comment img {
	float: left;
	position: relative;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
}
#comment {
	width: 624px;
}
#respond #author,
#respond #email,
#respond #url{
        float:left;
        margin-right:10px;
}
.comment-form-comment label{
        display:block;
}
#submit {
	padding: 3px;
}
#sidebar {
	color: #fff000;
	width: 185px;
	float: right;
	padding-bottom: 100px;
}
#sidebar a {
	color: #eee;
}
#sidebar a:hover{
	color: #ff0000;
}
.widget-container {
	width: 280px;
	padding: 5px 0 0px 5px;
}
.sidebartitle {
	line-height: 38px;
	height: 37px;
	padding-left: 0px;
	border-bottom: none;
}
.widget-title {
	font-size: 14px;
}
#footer{
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #fff000;        
}
#footer-content {
	width: 1120px;
	position: relative;
	margin: 0 auto;
  color:#ddd;
  text-align:right;
  font-size: 13px;
}
#footer-copyright {
  padding-top: 20px;
  align: center;
  color:#ddd;
  text-align:center;
  font-size: 13px;
}
#footer-copyright a {
  color:#7b7b7b;
  text-align:center;
  font-size: 13px;
}
.thumb{
	border: 1px solid #fff;
  margin:0 4px 4px 0;
}
.thumb:hover {
	border: 1px solid #444;
}
body.ie #nav ul li a:hover {
	color: red;
}
body.ie6 .fix {
	height: 1%;
}
body.ie6 #nav ul ul {
	background: #555;
	width: auto;
}
body.ie6 #nav ul ul li {
	color: #000;
	border: none;
}
/* Begin Form Elements */
#searchform{
	border:0px;
	background-color:#333;
	padding-top:15px;
	color:#FFF;
	}
	
#searchform input#s{
	margin:0;
	border:1px solid #ff00b4;
	padding:10px;
	color:#999999;
	width:150px;
	}

/* search */
#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:10px;
	background-color:#000000;
	color:#999999;
	width:130px
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */