/*  
Theme Name: Skinhead Confessions
Theme URI: http://skinheadconfessions.com/
Description: Site development for Skinhead Confessions
Version: 1.0
Author: Tony Naccarato
Author URI: http://325studio.com/


	This theme was designed and built by 325studio,

*/

@import url("css/grid.css");
@import url("css/ie.css");


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {
	font-size: 12px;
	line-height: 20px;
	color: #1a1a1a;
	background:#f2efed url(images/header-bg.gif) repeat-x top left;
	font-family: Georgia, "Times New Roman", serif;
	}
#header {
	height: 164px;
	margin-bottom: 20px;
	}
#main_top {
	margin-bottom: 20px;
	}
#main_bottom {
	margin-bottom: 20px;
	}
#footer {
	background: #E6E0DC url(images/footer-bg.gif) repeat-x top center;
	}
#footer div {
	margin-top: 15px;
	}
#credits {
	padding-bottom: 15px;
	margin: 0;
	}
#footer li {
	list-style: none;
	}
#footer a {
	color: #627078;
	}
#footer a:hover {
	color: #6f1200;
	}
#footer #sidebar {
	margin: 0;
	padding: 0;
	}
#request {
	background: url(images/btn-request.gif) no-repeat top center;
	width: 236px;
	position: relative;
	top: 0px;
	left: 285px;
	text-indent: -9000px;
	float: left;
	}
#request a {
	display: block;
	height: 24px;
	}
#join {
	background: url(images/join-disc.gif) no-repeat top center;
	width: 180px;
	position: relative;
	top: 0px;
	left: 315px;
	text-indent: -9000px;
	float: left;
	}
#join a {
	display: block;
	height: 23px;
	}
	
/* navigation */
#nav {
	width: 960px;
	position: relative;
	top: 35px;
	left: 5px;
	}
#nav li {
	list-style: none;
	color: #fff;
	float: left;
	/* background: url(images/tab-left.gif) no-repeat top left;*/
	}
#nav li a {
	color:#FFFFFF;
	font-size:15px;
	padding:10px;
	text-decoration:none;
	text-transform:capitalize;
	/*background: url(images/tab-right.gif) no-repeat top right;*/
	}
.page-item-17 a {
	background: #6f1200;
	}
#nav li a:hover {
	color: #778992;
	}
.current_page_item a {
	color: #778992 !important;
	}
a {
	color: #000;
 	}
a:hover {
	color: #6f1200;
	}	
h1 {
	margin: 0; 
	position: relative; 
	top: 16px; 
	left: 240px; 
	width: 540px; 
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
	}
h1 a {
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 74px;
	}
h2 {
	color: #6f1200;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6em;
	}
h3 {
	color: #6f1200;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	text-transform: capitalize;
	}
p {
	padding-bottom: 7px;
	}
.container img {
	margin: 0;
	padding: 0;
	}
#video {
	float: right;
	}
.quote {
	font-style: italic;
	}	
.quote_auth {
	margin-top: -5px;
	font-style: normal;
	text-align: right;
	}	
.span-12 img {
	float: left;
	padding: 0 10px 5px 0
	}
.span-15 li {
	list-style-position: inside;
	padding-left: 15px;
	}
.span-15 ul {
	margin-bottom: 10px;
	}
#page img {
	float: right;
	margin: 0 0 6px 10px;
	}
#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.btn {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.btn li {
	background: url(images/list-btn.gif) no-repeat left center;
	padding: 6px 0;
	padding-left: 35px;
	
	}
.btn li a {
	text-decoration: none;
	font-weight: bold;
	}	
#credits li {
	float: left;
	padding-right: 12px;
	}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	border-bottom: 3px double #1a1a1a;
	}