/* @override http://propagandhi.com/supporting-caste/style.css */

/* @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 */


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

p, ul {
	margin: 0 0 1em;
}

a {
	color: #222;
}

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


#outer {
	padding: 30px 0 0;
	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 {
	padding-bottom: 380px;
	background: url(images/mischief_bg.jpg) no-repeat center bottom;
}


#content {
	width: 760px;
	padding: 0 100px;
	margin: 30px auto;
}

h2 {
	font: normal 24px/28px Georgia, Palatino, serif;
	margin-bottom: 10px;
	color: #8b7e5c;
}

h2 a {
	text-decoration: none;
	color: #8b7e5c;
}

h2 a:hover, h2 a:hover .title {
	color: #222;
}

h3 {
	text-transform: uppercase;
	font: bold 11px/14px Arial, Helvetica, sans;
	color: #8b7e5c;
	margin-bottom: 5px;
}

img.album {
	float: left;
	display: inline;
	margin: 0 35px 20px 0;
}

.intro {
	text-align: left;
	padding: 10px 0;
	float: left;
	width: 495px;
}

input.submit {
	background: #49463b;
	border: 1px solid #222;
	padding: 6px;
	cursor: pointer;
	color: #c9bc9a;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	margin: 8px 0;
	overflow: visible;
}

input.submit:hover {
	color: #ACA07F;
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;	
	padding-top: 1em;
	border-top: 1px solid #ACA07F;
	font-size: 11px;
	color: #8b7e5c;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#sharethis_0 a.stbutton {
	display: inline-block;
}

hr {
	clear: both;
	visibility: hidden;
}

.finePrint {
	clear: both;
	color: #8b7e5c;
	font-size: 11px;
	padding: 40px 0;
}



/* @group Index */

#donate, #preorder {
	width: 230px;
	float: left;
	padding-top: 10px;
}

#donate h2, #preorder h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid;
	color: #8b7e5c;	
}

h2 .title {
	text-transform: uppercase;
	display: block;
	color: #49463b;
}

#donate {
	margin-right: 35px;
	display: inline;
}

/* @end */

/* @group Donate */



p.steps {
	font: normal 18px/24px Georgia, Palatino, serif;
	color: #8b7e5c;
	padding: 10px 0;
	border: 1px solid #ACA07F;
	border-width: 1px 0;
	clear: both;
}

span.num {
	font-style: italic;
	font-size: 24px;
	color: #49463b;
	margin-left: 10px;
}

#orgs {
	background: url(images/choose.png) no-repeat center top;
	padding-top: 110px;	
}

#orgs th {
	padding: 0 38px 20px;	
	width: 175px;
	text-align: center;
}

#orgs td.blurb {
	vertical-align: top;
	padding: 0 38px;
	width: 175px;
	text-align: center;
}

#orgs select {
	width: 175px;
	margin: 5px auto;
}



/* @end */




/* @group Pre-order */

h2.preorder {
	text-align: left;
}

#orderIntro {
	text-align: left;
	width: 230px;
	float: left;
	display: inline;
	margin-right: 35px;	
}

#order {
	text-align: left;
	width: 208px;
	padding: 10px;
	float: left;
	border: 1px solid #ACA07F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #222;
}

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

p.qty {
	margin-bottom: 10px;
}

p.qty input {
	padding: 2px;
	width: 20px;
	margin: 0 5px;
	text-align: center;
	color: #222;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
}

.fields {
	margin-bottom: 10px;
}

.fields label {
	display: block;
	padding: 1px;
}

span.price {
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

/* @end */












