/* GLOBAL
--------------------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	line-height:1.5em;
	list-style:none;
}

body {
	background:url(../images/body.jpg) no-repeat center top fixed;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#C00;
	text-decoration:none;
}

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

p {
	margin:1em 0;
}

h1,h2,h3,h4,h5,h5 {
	text-transform:uppercase;
	margin:1em 0;
	color:#1f150f;
}

h1 { font-size:21px;}
h2 { font-size:16px;}
h3 { font-size:14px;}
h4 { font-size:13px;}
h5 { font-size:12px;}
h6 { font-size:11px;}

.clear {
	clear:both;
	height:0;
	width:100%;
}

header, footer, section, nav, colgroup, col, article, aside {
	display:block;
}

#wrapper {
	margin:0 auto;
	width:980px;
}

/* HEADER
--------------------------------------------------------------------------------------------------------*/

header {
	width:100%;
	height:130px;
	position:relative;
}

#logo {
	position:absolute;
	left:0;
	top:18px;
}

#social {
	position:absolute;
	right:0;
	top:40px;
}

#social li {
	float:left;
	margin-left:10px;
}

#social li a {
	display:block;
	height:41px;
	width:42px;
	text-indent:-9999px;
}

#social li.facebook a {
	background:url(../images/facebook.png) no-repeat left top;
}

#social li.twitter a {
	background:url(../images/twitter.png) no-repeat left top;
}

#social li.youtube a {
	background:url(../images/youtube.png) no-repeat left top;
}

#social li.itunes a {
	background:url(../images/itunes.png) no-repeat left top;
}

#social li.wordpress a {
	background:url(../images/wordpress.png) no-repeat left top;
}

#social li.pandora a {
	background:url(../images/pandora.png) no-repeat left top;
}

#social li.cmt a {
	background:url(../images/CMT.png) no-repeat left top;
}

#social li.spotify a {
	background:url(../images/spotify.png) no-repeat left top;
}
#social li.instagram a {
	background:url(../images/instagram.png) no-repeat left top;
}
#social li.jango a {
	background:url(../images/jango.png) no-repeat left top;
}

#social li.mail a {
	background:url(../images/mail.png) no-repeat left top;
}


/* NAV
--------------------------------------------------------------------------------------------------------*/

nav {
	background:url(../images/nav.png) no-repeat left top;
	height:80px;
	margin-bottom:10px;
	-moz-box-shadow: 0px 0px 35px #000;
	-webkit-box-shadow: 0px 0px 35px #000;
	box-shadow: 0px 0px 35px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=115, Color='#000000');
}

nav li {
	background:url(../images/separator.png) no-repeat left top;
	float:left;
	padding-left:2px;
	width:134px;
	text-align:center;
	position:relative;
}

nav li:first-child {
	background:none;
	padding-left:1px;
	width:163px;
}

nav li a {
	display:block;
	font-size:21px;
	padding:24px 0;
}

nav li a:hover {
	background:url(../images/hover.png) repeat-x top;
}

nav li ul {
	display:none;
	width:250px;
	z-index:1000;
	position:absolute;
	left:2px;
	top:70px;
}

nav li ul li {
	background:none;
	float:none;
	padding:0;
	text-align:left;
	width:248px;
}

nav li ul li:first-child {
	background: url(../images/dropdown.png) no-repeat left top;
	float:none;
	padding:10px 0 0;
	text-align:left;
	width:248px;
}


nav li ul li a {
	font-size:14px;
	padding:10px 20px;
	background:#222;
	border-top:1px solid #222;
	border-bottom:1px solid #333;
}

nav li ul li:first-child a {
	font-size:14px;
	padding:10px 20px;
	background:#222;
	border-top:0;
	border-bottom:1px solid #333;
}

nav li ul li a:hover {
	background:#000;
	border-top:1px solid #222;
	border-bottom:1px solid #333;
}

nav li ul li:first-child a:hover {
	background:#000;
	border-top:0;
	border-bottom:1px solid #222;
}

/* BANNER
--------------------------------------------------------------------------------------------------------*/

#banner {
	background:url(../images/banner.jpg) no-repeat left top;
	height:495px;
	width:900px;
	padding:40px;
}

#slider {
	position:relative;
}

/* CONTENT
--------------------------------------------------------------------------------------------------------*/

#content {
	background:#fff;
	background-image:url(../images/bg-grunge.png);
	background-repeat: repeat-y;
	clear:both;
	width:960px;
	padding:0 10px 20px 10px;
}

#content.inner {
	background:#fff url(../images/content.png) repeat-y right;}
	
#content.inner2 {
	background:#fff;
	background-image: url(../images/bg-grunge.png);
	background-repeat:repeat;}

#content .col {
	float:left;
	margin:0 20px;
	width:240px;
}

#content .col2 {
	float:left;
	margin:0 20px;
	width:600px;
}

#content p.more {
	float:right;
	margin:0;
}

#content p.more a {
	background:url(../images/more.gif) no-repeat left top;
	display:block;
	height:23px;
	width:70px;
	text-indent:-9999px;
}

#content p.more a:hover {
	background:url(../images/more.gif) no-repeat left bottom;
}


/* ARTICLE
--------------------------------------------------------------------------------------------------------*/

article {
	float:left;
	width:580px;
	margin-left:20px;
}

article2 {
	float:left;
	width:800px;
	margin-left:40px;
}

article ul {
	padding-left:20px;
}

article ul li {
	background:url(../images/bullet.gif) no-repeat left 3px;
	padding-left:20px;
}

article ul.columns li {
	float:left;
	width:40%;
	padding-right:5%;
}

article .post h1 {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #e0dad5;
}

/* PAGING
--------------------------------------------------------------------------------------------------------*/

ul.paging {
	border-top:1px solid #e0dad5;
	padding:2em 0;
	text-align:center;
	margin-top:2em;
}

ul.paging li {
	display:inline;
	background:none;
	padding:5px;
}

ul.paging li.first {
	float:left;
	padding:0;
}

ul.paging li.last {
	float:right;
	padding:0;
}

ul.paging li.first a, ul.paging li.last a {
	font-size:9px;
	color:#1f150f;
	text-transform:uppercase;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	border:1px solid #d5cdc6;
	padding:7px 10px;

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D4CF), color-stop(1, #D1CBC6));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
}

ul.paging li.first a:hover, ul.paging li.last a:hover {
	border:1px solid #c6bdb6;
	padding:7px 10px;
		
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBC4BD), color-stop(1, #C2B9B2));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
}

/* PEOPLE
--------------------------------------------------------------------------------------------------------*/

#people {
	float:left;
	width:580px;
	margin-left:20px;
}

#people div {
	float:left;
	width:180px;
	margin:0 20px;
}

#people .first, #people .last {
	margin:0;
}

#people h2 {
	margin:2em 0 0.5em;
}

#people h3 {
	margin: 0;
}

/* PRODUCTS
--------------------------------------------------------------------------------------------------------*/

#products {
	width:600px;
	margin:20px 0 0 20px;
	float:left;
}

#products div {
	float:left;
	width:275px;
	height:335px;
	margin:0 20px 30px 0;
	display:block;
	overflow:hidden;
}

#products h3 {
	margin:0.5em 0;
	text-align:right;
}

#products h3 a {
	float:left;
}

#products p {
	margin:0;
}

/* GALLERY
--------------------------------------------------------------------------------------------------------*/

#gallery {
	width:600px;
	margin:0px 0 0 10px;
	float:left;
}

#gallery li {
	float:left;
	width:180px;
	height:165px;
	padding:10px;
	display:block;
	overflow:hidden;
}

#gallery li:hover {
	background:url(../images/gallery.png) no-repeat left top;
	color:#fff;
}

#gallery p {
	margin:3px 0;
	text-align:center;
}

/* ASIDE
--------------------------------------------------------------------------------------------------------*/

aside {
	float:right;
	width:280px;
	padding:20px;
}

aside h2 {
	margin:0;
}

#submenu li a {
	border-bottom:1px solid #e0dad5;
	display:block;
	padding:10px 10px 10px 30px;
	background:url(../images/submenu.gif) no-repeat 10px 12px;
	color:#2c2017;
	font-size:16px;
}

#submenu li a:hover {
	color:#87796c;
}

#specials {
	background-color:#A7A7A7;
	background-image:url(../images/blog-bg.png);
	background-repeat:repeat;
	padding: 12px;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:40px;
}

#awards, #cards {
	margin-top: 40px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#specialshead {
	margin-top:40px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#comments {
	padding-top:30px;
}

#comments a {
	font-weight:bold;
}

#flickr {
	padding-top:30px;
}

#flickr h2 {
	margin-bottom: 20px;
}

#flickr img {
	margin: 0 7px 5px 0;
}

/* CONTACT FORM
--------------------------------------------------------------------------------------------------------*/

form {
	margin:30px 0;
}

form li {
	margin:10px 0;
}

form label {
	display:block;
	color:#534538;
	font-weight:bold;
	margin-bottom:3px;
}

form input, form textarea {
	border:1px solid #d2c9c2;
	width:270px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

form input[type=checkbox] {
	width:auto;
	float:left;
	margin:0 10px 20px 0;
	position:relative;
	top:3px;
}

form input[type=submit] {
	width:auto;
	float:right;
	border:1px solid #ab9b8d;
	font-size:9px;
	color:#1f150f;
	text-transform:uppercase;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	border:1px solid #d5cdc6;
	padding:7px 20px;

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b4a9a0), color-stop(1, #a4978d));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
}

/* PARTNERS
--------------------------------------------------------------------------------------------------------*/

#partners {
	background:url(../images/partners.png) repeat-x top;
	height:120px;
	width:980px;
	padding:0 0px;
	position:relative;
}

#partners .prev, #partners .next {
	position:absolute;
	top:0;
	width:30px;
	height:120px;
	display:block;
	text-indent:-9999px;
}

#partners .prev {
	background:url(../images/sponsors-head.jpg) no-repeat left top;
	background-color:#000;
	left:0;
}

#partners .next {
	background:url(../images/listen-head.jpg) no-repeat left top;
	z-index: 9999;
	left: 0px;
}

#instagram_feed {
	background-color:#000;
	position:absolute;
	text-align:center;
	padding-top: 24px;
	padding-left: 20px;
	height: 96px;
	width: 930px;
	left:30px;
	z-index: 1000;
}

#sponsors {
	background-color:#000;
	position:absolute;
	padding-top: 24px;
	padding-left: 20px;
	height: 96px;
	width: 930px;
	left:30px;
	z-index: 1000;
}

#partners .carousel {
	position:absolute;
	padding-left:30px;
	left:0px;
	top:0;
	width:930px;
}

#partners li {
	background:url(../images/partners-separator.png) no-repeat left top;
	height:120px;
	padding-left:0px;
	width:228px;
	float:left;
}

#partners a {
	display:block;
	width:100%;
	text-align:center;
}

/* REVIEWS
--------------------------------------------------------------------------------------------------------*/

.reviews li {
	display:block;
	width:270px;
	padding:0 0px;
}

.reviews p.review {
	color:#FFF;
	height:130px;
	overflow:hidden;
}

.reviews p.author {
	color:#fff;
	text-align:right;
}

/* PRE-FOOTER
--------------------------------------------------------------------------------------------------------*/

#prefooter {
	background:url(../images/prefooter.png) no-repeat left top;
	width:980px;
	height:420px;
}

#prefooter section {
	float:left;
	width:27.33%;
	padding:0 3%;
}

#prefooter h2 {
	color:#FFF;
	font-size:16px;
	text-align:center;
}

/* NEWS
--------------------------------------------------------------------------------------------------------*/

.news li {
	height:70px;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.news .date {
	background:url(../images/calendar.png) no-repeat left top;
	color:#fff;
	float:left;
	font-size:9px;
	font-weight:bold;
	height:45px;
	margin-top:3px;
	width:36px;
	text-align:center;
	text-transform:uppercase;
}

.news .month {
	padding:4px 0;
	line-height:1em;
}

.news .day {
	color:#FFF;
	font-size:24px;
	padding:1px 0;
	line-height:1em;
	text-shadow:#e4dcd5 1px 1px;
}

.news .article {
	color:#FFF;
	float:right;
	width:221px;
}

.news h3 {
	font-size:13px;
	text-transform:none;
	margin:0;
}

.news h3 a {
	color:#fff;
	text-decoration:none;
}

.news h3 a:hover {
	text-decoration:underline;
}

.news p {
	margin:0;
}

/* TWEETER FEED
--------------------------------------------------------------------------------------------------------*/

.twtr-widget, .twtr-widget p, #twtr-widget-1 p, .twtr-widget em {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
	line-height:1.5em!important;
}

.twtr-widget .twtr-tweet-wrap {
	padding:0!important;
}

#twtr-widget-1 .twtr-tweet em a {
	color:#900!important;
	font-weight:normal!important;
}

#twtr-widget-1 .twtr-tweet a {
	font-weight:bold;
}

.twtr-hd, .twtr-ft {
	display:none;
}

.twtr-widget .twtr-tweet {
	border:0!important;
	padding-bottom:15px;
}

/* FOOTER
--------------------------------------------------------------------------------------------------------*/

footer {
	width:100%;
	color:#CCC;
	padding:20px 0px;
	text-align:center;
	font-size:12px;
}

footer li {
	display:inline;
	margin:0 10px;
}
