/* @override http://fromthegoat.com/wp-content/themes/chaoticsoul-10/style.css */

/*  ----- Global Elements ---------------------------------------------------  */

body { 
	background: #161410;
	color: #ccc;
	font-family: Georgia,Times,serif;
	font-size: 62.5%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	}
ul { 
	list-style: none;
	}
input, textarea {
	color: #9c9890;
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 5px;
	}
blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
	}
table { width: 100%; border-collapse: collapse; }
	th { border-bottom: 1px solid #35302a; text-align: left;}
pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
	}

/*  ----- Layout ---------------------------------------------------  */

#wrap {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 880px;
	}
#header {
	margin: 0px;
	padding: 0px;
	width: 880px;
	height: 300px;
	background: url('images/header.jpg') no-repeat;
	}
#page {
	margin: 0px auto;
	padding: 0;
	width: 880px;
	}
#header .desc {
    float: right;
    }
.stripe {
	margin: 4px 0px;
	width: 880px;
	padding: 0px;
	clear: both;
	height: 1px;
	background: #333;
	} 
.clear {
	clear: both;
	}
#footer {
	font-style: italic;
	color: #a6a986; 
	clear: both;
	margin: 12px 0px;
	}
	
/*  ----- Navigation Elements ---------------------------------------------------  */
	
#nav {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	float: right;
    font-size: 90%;
	list-style: none;
	text-align: right;
	}
#nav li {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	float: left;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav li a {
	padding: 4px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: #ee2c74;
	border: none;
	}
#nav li a:hover {
	color: #fff;
	background: #333;
	}
#nav #current {
	color: #fff;
	background: #333;
	}
	
/*  ----- Content & Sidebar ---------------------------------------------------  */
	
#content, #content_alt, #sidebar { 
	padding: 0px; 
	margin: 10px 0px;
	}
#content { 
	float: left;  
	width: 635px; 
	}
#content_alt {
	float: left; 
	width: 100%;
	}
#content a:hover, #content_alt a:hover, #sidebar a:hover {
	border: none;
	}
#sidebar { 
	float: right; 
	width: 225px;
	color: #a6a986;
	}
#sidebar h3 { 
	color: #fff; 
	margin: 15px 0 5px; 
	font-variant: small-caps; 
	}
#sidebar ul { 
	margin: 3px 0px 0px 0px; 
	padding: 0;  
	}
#sidebar li { 
	display: block; 
	padding: 8px 10px; 
	background: #1b1814; 
	margin: 0px; 
	border-bottom: 1px solid #161410;
	font-size: 1.2em;
	}
#sidebar li a { 
	border-bottom: none;
	color: #ccc;
	}
#sidebar p {
	background: #1b1814;
	margin: 3px 0px 0px 0px;
	padding: 8px 10px;
	font-size: 1.1em;
	}
#sidebar h3 {
	padding: 0px 10px; 
	}
#sidebar li:hover { background: #22201d; }
#searchform { 
	background: #1b1814;
	padding: 8px;  
	}
#sidebar .title_img {
	margin: 8px 0px 3px 0px;
	}
.goleft { 
	float: left; 
	}
.goright { 
	float: right;
	}
ul.navigation { 
	border-bottom: 1px solid #161410; 
	}
ul.navigation li { 
	display: block; 
	padding: 4px 10px; 
	background: #22201d; 
	margin: 1px 0; 
	}
ul.navigation li:hover { 
	background: #363430; 
	}

/*  ----- Post Elements ---------------------------------------------------  */

#sidebar .postmetadata { 
	line-height: 1.5em; 
	}
.post {
	margin: 0px;
	padding: 0px;
	}
.entry {
	padding: 0px 0px 16px 0px; 
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #222; 
	}
.entry img, .entrytext img {
	border: 1px solid #333; 
	padding: 3px;
	width: 625px;
	margin: 0px 12px 12px 0px;
	}
.entry img:hover, .entrytext img:hover {
	border: 1px solid #333; 
	background: #333;
	}
.entry .postmetadata {
	margin: 6px 0px 0px 0px; 
	background: url('images/comments.gif') no-repeat 0 50%;
	padding-left: 18px;
	}
.postmetadata a:link, .postmetadata a:visited { 
	color: #a6a986;
	border-bottom: 1px solid #222;
	}
.postmetadata a:hover { 
	color: #fff;
	border-bottom: 1px solid #fff;
	}
.continue { 
	font-weight: bold; 
	}
.entry .author {
	color: #ee2c74;
	}
.entrytext { 
	padding: 0px 0px 16px 0px; 
	margin: 0px 0px 16px 0px;         
	}
.entrytext ul { list-style-type: square; }
.profile1 {
	width: 48%;
	margin-right: 1%;
	float: left;
	}
.profile2 {
	width: 48%;
	margin-left: 1%;
	float: left;
	}
.profile1 a:hover, .profile2 a:hover {
	color: #ee2c74;
	}

/*  ----- Comment Elements ---------------------------------------------------  */

.comments { 
	padding: 0px;
	margin: 0px;
	position: relative;
	}
.comments a:link, .comments a:visited { 
	color: #ee2c74;
	}
.comments a:hover { 
	color: #fff;
	background: #ee2c74;
	}
#commentform p { 
	float: left; 
	margin: 0px;
	}
.commentlist { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
.commentlist li {  
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}
.comm_left {
	float: left;
	width: 70%;
	margin-right: 5%;
	}
.comm_right {
	float: right;
	width: 25%;
	}
.comm_clear {
	clear: both;
	border-bottom: 1px solid #333;
	padding: 0px 0px 12px 0px;
	}
ul.archive { 
	list-style: none; 
	padding: 0px; 
	margin: 0 10px 25px;        
	}	
ul.archive li { 
	display: inline;
	}

/*  ----- Typography ---------------------------------------------------  */

p {
	line-height: 1.8em;
	font-size: 1.2em;
	}
a:link, a:visited, a:active { 
	color: #a6a986; 
	text-decoration: none; 
	outline: none;
	}
a:hover { 
	color: #fff; 
	text-decoration: none; 
	border: none;
	}
strong, .artist {
	font-weight: normal;
	color: #a6a986; 
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 { 
	color: #fff; 
	font-size: 2.3em;
	margin: 0px 0px 2em 0px; 
	}
h1 span { 
	color: #a6a986; 
	}
h2 { 
	color: #a6a986;         
	font-size: 2.6em;
	margin: 0px 0px .5em 0px; 
	padding: 0px; 
	letter-spacing: -1px;
	}
.main { 
	color: #444;         
	font-size: 1.8em;
	margin: 0px 0px 18px 0px; 
	}
h4 {	
	font-size: 1.8em;
	color: #ee2c74;
	margin: 1.6em 0px .1em 0px; 
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	}
.comments h3 { 
	margin: 14px 0px;  
	color: #a6a986;
	}
.date, .sub {
	color: #292929;
	font-size: .5em;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0px;
	}
.date:hover, .sub:hover {
	color: #a6a986;
	}
.post h2 a { 
	color: #a6a986;
	border: none;
	}
#footer p {
	font-size: 1.1em;
	}
#footer a:link, a:visited {
	color: #fff; 
	border-bottom: none;
	}
#footer a:hover {
	color: #ee2c74;
	border-bottom: none;
	}
#footer .rss {
	background: url('images/rss.gif') no-repeat 0 50%;
	padding-left: 16px;
	margin-left: 2px;
	}
	
/*  ----- Form Elements ---------------------------------------------------  */
	
.text {
	margin: 0px 8px 0px 0px;
	color: #fff;
	font-family: Georgia,Times,serif;
	font-size: 1em;
	}
.text_alt {
	float: left;
	width: 138px;
	height: 13px;
	font-family: Georgia,Times,serif;
	margin: 0px 8px 0px 0px;
	}
.textarea {
	margin: 0px 0px 8px 0px;
	width: 623px;
	height: 100px;
	font-family: Georgia,Times,serif;
	color: #fff;
	font-size: 1.1em;
	}
.search {
	width: 48px;
	height: 25px;
	font-family: Georgia,Times,serif;
	font-size: 1.1em;
	color: #ccc;
	background: #161410;
	margin: 0px 0px 0px 0px;
	}
.search:hover {
	color: #fff;
	background: #ee2c74;
	border: 1px solid #fff;
	}
.submit {
	color: #fff;
	height: 27px;
	background: #ee2c74;
	border: 1px solid #fff;
	margin: 0px 0px 0px 0px;
	font-family: Georgia,Times,serif;
	}
.submit:hover {
	color: #ee2c74;
	background: #fff;
	border: 1px solid #fff;
	}
.virbtunes h3 {	
	display: none;
	}
.virbtunes ul {
        margin: 0px;
        padding: 0px;
        }
.virbtunes ul li {
        list-style: none;
        font-size: 1.1em;
        line-height: 1.8em;
        }