/*
Theme Name: Nasty Casty Records
Theme URI: http://nastycastyrecords.com
Description: Custom Theme built for Nasty Casty Records
Version: 1.0
Author: NexGen Business Technology
Author URI: http://nexgenbiztech.com
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #386f92;
}

a:hover{
	color:#999;	
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 185px;
	background: url(img/bg-header.jpg) no-repeat left top;
	z-index: 2; /* IE z-index bug */
}

#content {
	z-index: 1; /* IE z-index bug */
	background:url(img/sidebar-bg.png) repeat-y right top;
	border:#0b1217 solid 15px;
	color:#000;
	-moz-box-shadow: 0px 0px 20px #17242b; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 20px #17242b; /* for Safari and Chrome */
}

#content-bg{
  border-color:#122032 #1d2c3f #122032 #1d2c3f;
	border-style:solid;
	border-width:10px;
	background:#e9f2f2 url(img/bg-content.jpg) repeat-x;
}

#content-left {
	float: left;
	width:580px;
	padding: 10px;
	
}

#content-right {
	float: right;
	width: 300px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	text-indent:-9999px;
	padding: 0px;
	margin:0px 0px 0px 45px;
	background:url(img/logo.png) no-repeat;
	width:194px;
	height:163px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	float: left;
	margin: 57px 0 0 0;
	padding: 0px;
	color: #f8dec7;
	font-size: 11px;
	font-weight: normal;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #000;
	font-size:1.5em;
}

h3.post-title a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.post-title a:hover {
	border-bottom: none;
}

h3.subpost-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #000;
	font-size:1.2em;
}

h3.subpost-title a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.subpost-title a:hover {
	border-bottom: none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #fff;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#music-player {
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: normal;
	background: url(img/music-bg.png) no-repeat;
	width:363px;
	height:126px;
	padding:10px 0px 0px 10px;
	z-index:4;
}



/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 20px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	color: #386f92;
	border-top: 1px dotted #5d5d5d;
	clear: both;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
}

.box-left ul, .post ul, .page ul {
}

.box-left ul li, .post ul li, .page ul li {
}


/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 20px 20px 25px 20px;
	color:#FFF;
}

.box-right ul {
}

.box-right li {

}

.box-right li a {
	text-decoration: none;
	color:#FFF;
}

.box-right li ul {
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #f8dec7;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	display:none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: url(img/footer-bg.jpg) no-repeat center bottom;
	height: 240px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	position:relative;
	height:240px;
}

#footer-bg{
	background:url(img/desk.png) no-repeat center bottom;
	height: 292px;
	width: 960px;
	position:absolute;
	top:0px;
	margin-top:-50px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	z-index:1;
}

#legal {
	width: 960px;
	text-align:center;
	bottom:0;
	position:absolute;
}


/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

.hide{
	display:none;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	visibility:hidden;
}

#ads ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#ads li{
	margin:0px 0px;
	padding:2.5px;
	float:left
}

#ads a{
	color:#FFF;	
}

#tracklisting{
	list-style:none;
	padding:0px;
}
#tracklisting li{
	margin:5px 0px;
	border-bottom:solid 1px #450000;	
	padding: 5px 0;
}
#tracklisting object{
	padding-top:5px;	
}

#tracklisting li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
