/* @override http://propagandhi.com/wp-content/themes/propagandhi/style.css */

/*
Theme Name: Propagandhi "Supporting Caste"
Theme URI: http://propagandhi.com
Description: Supporting Caste-style theme.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info
*/




/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #49463b url(images/bg.png) repeat-y center top;
	font: normal 12px/18px Arial, Helvetica, sans;
	color: #655c46;
}

h1 {
	font: normal 28px/30px Georgia, Palatino, serif;
	color: #b7a985;
	margin-bottom: 20px;
}


h2 {
	font: bold 14px/16px Arial, Helvetica, sans;
	margin-bottom: 2px;
}

h2 a, h4 a {
	text-decoration: none;
}

#sidebar h3 {
	font: normal 20px/22px Georgia, Palatino, serif;
	color: #b7a985;
	margin-bottom: 20px;
}

#content h3 {
	color: #49463b;
	font-weight: bold;
}

h4 {
	font: bold 14px/16px Arial, Helvetica, sans;	
}

p {
	margin-bottom: 1em;
}

a {
	color: #49463b;
	text-decoration: underline;	
}

a:hover {
	color: #222;
	text-decoration: none;
}

#top {
	width: 960px;
	margin: 0 auto;
	border: 4px solid #8b7e5c;
	border-width: 0 4px;
	text-align: center;
	background: url(images/paper_bg.jpg) repeat-y;
}

#inner {
	width: 900px;
	padding: 0 30px;
	background: url(images/mischief_bg.jpg) no-repeat center bottom;
}


/* @end */

/* @group Header */

#header {
	padding: 50px 0;
}

#header img {
	display: block;
	margin: 0 auto ;
}

/* @end */

/* @group Nav */

#header ul {
	height: 50px;
	width: 800px;
	border: 1px solid #ccbd94;
	border-width: 1px 0;
	margin: 0 auto;
}

#header li {
	height: 50px;
	float: left;
}

#header li a {
	display: block;
	text-indent: -9999px;
	float: left;
	height: 50px;
	background: url(images/nav_rev.png) no-repeat left top;
}

li#blog a {
	width: 70px;
}

li#blog a:hover {
	background-position: left -50px;
}

li#shows a {
	width: 90px;
	background-position: -70px 0;
}

li#shows a:hover {
	background-position: -70px -50px;
}

li#discography a {
	width: 150px;
	background-position: -160px 0;
}

li#discography a:hover {
	background-position: -160px -50px;
}

li#history a {
	width: 100px;
	background-position: -310px 0;
}

li#history a:hover {
	background-position: -310px -50px;
}

li#photos a {
	width: 100px;
	background-position: -410px 0;
}

li#photos a:hover {
	background-position: -410px -50px;
}

li#faq a {
	width: 70px;
	background-position: -510px 0;
}

li#faq a:hover {
	background-position: -510px -50px;
}

li#resources a {
	width: 120px;
	background-position: -580px 0;
}

li#resources a:hover {
	background-position: -580px -50px;
}

li#contact a {
	width: 100px;
	background-position: -700px 0;
}

li#contact a:hover {
	background-position: -700px -50px;
}

/* @end */

/* @group Content */

#content {
	text-align: left;
	margin-left: 50px;
}

.narrow {
	width: 480px;
	float: left;
	display: inline;
}

.narrow ul li, #sidebar ul li {
	margin-bottom: 10px;
	list-style-image: url(images/bullet.png);
}

.wide {
	width: 800px;
	margin: 0 50px;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: url(images/divider.png) no-repeat center bottom;
}

/*.sticky {
	padding: 5px;
	background: #f8f1da;
	border: 1px solid #ACA07F;
}*/

img.avatar {
	float: right;
	display: inline;
	border: 1px solid #ACA07F;
	margin: 0 0 10px 10px;
}

.posted {
	color: #998e71;
	margin: 0;
}

/* @end */



/* @group Sidebar */

#sidebar {
	width: 240px;
	margin: 0 50px 0 39px;
	padding-left: 40px;
	padding-top: 0.6em;
	border-left: 1px dotted #ccbd94;
	float: right;
	display: inline;
	text-align: left;
}
.sidebar {
	margin-bottom: 40px;
}

#sidebar ul.gigpress-listing li {
	margin-bottom: 0;
}

#sidebar img {
	border: 1px solid #ACA07F;
	margin-bottom: 5px;
}

#sidebar .field {
	width: 150px;
	margin-right: 5px;
}

#sidebar select {
	width: 240px;
	margin-bottom: 3px;
}

.submit {
	background: #c9bc9a;
	border: 1px solid #ACA07F;
	padding: 4px;
	cursor: pointer;
	color: #49463b;
	text-transform: uppercase;
	font: normal 12px/15px Arial, Helvetica, sans;
}

.submit:hover {
	color: #222;
}

/* @end */

/* @group Discography */

#records li {
	list-style-image: none;
	margin: 0;
}

#records li.album {
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: url(images/divider.png) no-repeat center bottom;
	clear: both;
}

#records li.last {
	margin: 0;
	padding: 0;
	background: none;
}

.cover {
	width: 162px;
	float: right;
}

.cover img {
	border: 1px solid #ACA07F;
	margin-bottom: 10px;	
}

#records .cover li {
	text-align: center;
}

li.buy {
	font-weight: bold;
}


#records h2, #records p, #records ol {
	margin-right: 170px;
}

#records h2 {
	margin-bottom: 1em;
}

#records ol {
	margin-bottom: 1em;
}

#records li ol li {
	list-style: decimal outside;
}

/* @end */

/* @group Resources */

.col {
	width: 230px;
	float: left;
}

.col2 {
	display: inline;
	margin: 0 27px;
	padding: 0 27px;
	border: 1px dotted #ccbd94;
	border-width: 0 1px;
}

ul.blogroll {
	margin: 10px 0 50px;
}

ul.blogroll li {
	list-style-image: url(images/bullet.png);
	margin-bottom: 10px;
}


/* @end */





/* @group Forms */

.field {
	padding: 3px;
	font: normal 11px/14px Arial, Helveica, sans;
	color: #72674A;
}

#contact-form {
	margin: 20px 0;
	padding: 10px 0;
	border: 1px solid #ccbd94;
	border-width: 1px 0;
}

.info {
	width: 230px;
	float: left;
}

.info .field {
	width: 220px;
	margin: 2px 0 10px;
}

.message {
	float: right;
	width: 230px;
}

.message .field {
	width: 220px;
	height: 120px;
	margin: 2px 0 10px;
}

/* @end */



/* @group Footer */

#footer {
	clear: both;
	padding: 400px 0 10px;
	text-align: left;
	color: #ACA07F;
	font-size: 11px;
}

#footer img {
	float: right;
	margin-top: -20px;
}

#footer p {
	margin: 0;
	float: left;
}

#footer p a {
	background: #49463b;
	color: #FFF;
	padding: 2px;
	text-decoration: none;
}

#footer p a:hover {
	background: #222;
}

/* @end */

/* @group Images */

img.border {
	border: 1px solid #ACA07F;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* @end */


hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

@media print {

	#header ul, #footer {
		display: none;
	}
	
	#top {
		border: none;	
	}
	

}


