@charset "utf-8";
/* CSS Document */






@import url("css/960_24_col.css");
@import url("css/reset.css");
@import url("css/text.css");





body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

a:hover {
	text-decoration: none;
	}
	
#masthead {
	padding: 15px 0;
	}
	
#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 67px;
	}
	
#masthead ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#masthead ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000;
	padding: 10px;
	}
	
li.current_page_item, li.current_page_item a { color: #bd1536 !important; }
	
#header {
	height: 282px;
	background: #fff url(img/1.jpg) no-repeat center top;
	}
	
#content { text-align: left; margin-top: 45px; }
	
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	}	
	
.social {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.social ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
	
.social ul li {
	float: left;
	margin: 0;
	padding: 1px 0 5px 0;
	}
	
.social ul li a {
	display: block;
	margin-right: 20px;
	padding: 10px 10px 10px 30px;
	}

#searchform {
	height: 50px;
	line-height: 50px;
	}
	
#searchform label { display: none; }
#searchform input#s {
	width: 250px;
	}
	
#sidebar {
	padding: 10px;
	background: #e6e6e6;
	width: 330px;
	}
	
#sidebar ul { list-style: none; }	
	
.entry ul li {
	padding-bottom: 1.5em;
	}
	
.page { padding-right: 1.5em; }	

.facebook {
	background: url(img/fb-ico.png) no-repeat left center;
	height: 24px;
	line-height: 24px;
	color: #cee6f0;
	}
	
.shop {
	background: url(img/shop-ico.png) no-repeat left center;
	height: 24px;
	line-height: 24px;
	color: #ccf2a6;
	}
	
.reverb {
	background: url(img/rn-ico.png) no-repeat left center;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	}
	
.reverb span { color: #aaa; }

.footer {
	clear: both;
	margin-top: 2em;
	padding: 2em 0 3.5em 0;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	}
	
.copyright { text-align: left; display: block; }	
	
	
