
@import "reset.css";

body {
	background:url(images/bg.jpg) center top;
	

}

@font-face {
    font-family: "TitilliumMaps";
    src: url(fonts/3.otf) format("opentype");
}

#wrap {	
}

/* Wrap */

#wrap {
	box-shadow: 0 0 30px #000000;
	overflow:hidden;
	width:1000px;
	margin:15px auto;}
/* Top */

#top {
	background:#FFF;
	width: 100%;
	float: left;
    height: 193px;
	/*border-bottom:thick solid #EF4747;*/
}

#top-inner {
	height: 150px;
    width: 100%;
}

/* Page Navigation */

#top-nav {
    font-size: 11px;
    height: 29px;
    width: 100%;
}
#top-nav .fr  { position: absolute;
    right: 150px;
    top: 40px;}

#top-nav .fr input#s{ position:absolute; right: 40px; top:5px}
#top-nav .fr input#go{ position:absolute; right: 0; top:5px}

#top-nav a {
	font-family: TitilliumMaps;
	font-size: 13px;
	padding: 10px;
	line-height:40px;
	color:#fff;
}

#top-nav a:hover {
	color:#000;
	background:#EF4545;
}

#top-nav a:current {
	color:#000;
	background:#EF4545;
}

#top-nav li ul li a:hover {
	color:#001367;
}

#top-nav a:active {
	color:#000;
}

#top-nav ul {
	padding: 0;
}

#top-nav .col-left {
	margin-left: -6px;
}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	width:100%;
	background:#EF4747;
}

#nav a {
	display: block;
    line-height: 38px;
    padding: 0 30px;
    z-index: 100;
	color:#fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav li {
	float: left;
}


#nav li ul li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	border: 2px solid #EF4545;
	position: absolute;
	width: 210px;
	left: -999em;}
	
#nav li ul li {	background: #F7F7F7; border:1px;} /* background subnav */
#nav li ul li a { line-height: 15px; padding: 5px;font-size: 12px; text-transform: none;width: 200px; color:#000000; font-family:tahoma;}
#nav li ul ul {	margin: -27px 0 0 170px; }
#nav li ul ul li a { line-height: 15px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; background:#66CC99; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; background:#039; }
#nav li:hover { position: static; border:none;} /* IE7 Fix */
#nav li ul li:hover a {position: static; background:#EF4545; color:#000;} /* selected sub-link */
/* Page Navigation (rss) */

#top-nav ul.search {
	padding: 0 0 3px 0px;
}

#top-nav ul.search li {
	padding: 0 10px;
	display: block;
}

#top-nav ul.search li.last {
	/*background: none;*/
}

/* Header */

#header {}    

#bannertop{
	background: url(images/rest.png) no-repeat right center;
    float: right;
    height: 117px;
    width: 672px;}


#logo{ 
	background: url(images/logo.jpg) no-repeat scroll left top transparent;
    float: left;
	height: 150px;
    width: 310px;}
	
#logo img  { float: left;
    height: 100px;
    width: 180px; }
#logo .site-title, #logo .site-description  { font-family: Tahoma, Helvetica, Sans-serif; display:none;  }
#logo .site-title { padding:0; }
#logo .site-title a { color:#FFFF99; font-size:32px;  text-transform:none; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#fff; font:normal 12px sans-serif; }

#header h1 {
	display: none;
	width: 200px;
}

#header .advert {
	position: absolute;
	right: 0px;
	top:36px;
}

#socialnb{
	float:right;}

#search {
		width:215px; height:40px;
		background:url(images/search-form-back.gif) no-repeat center left;
		float:left;
	}
	
	#search #s {
		border: thin solid #33D3CB;
		color: grey;
		float: left;
		font-family: Tahoma,Helvetica,Sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		padding: 5px 4px;
		width: 160px;
	}
	
	#homebanner{
		float:left;
		height: 350px;
		margin: auto 0;
		width: 100%;
		background:#FFF;
		border-bottom:thick solid #EF4747;}
		
	#homebannerscontainer{
    	width: 1004px;}
		
#limitline{
	width:100%;
	height:11px;
	margin:0 auto;
	background:url(images/limitline.jpg) center no-repeat;}

/* Content */

#content {
	background: url(images/contentfill.png);
	margin:0 auto;
    width: 1004px;
}
* html #content { height: 550px; }

#main {
	line-height: 25px;
    text-align: justify;
    width: 100%;
}

.full-width {
	width: 960px !important;
}

#main .col1 {
	float: left;
    padding: 21px;
    width: 292px;
}

#main .col2 {
    float: left;
    height: 300px;
    padding: 21px;
    width: 292px;
}
#main .col3 {
    float: left;
    height: 300px;
    padding: 21px;
    width: 292px;
}

.archive-audio #main .col1 {
	margin-right: 0px;
}

.archive-audio #main .col2 {
	margin-right: 60px;
}




/* Main Content (style) */

#content a { text-decoration: none; }
#content a:hover {	text-decoration: none; }
#content h2, #content h3 { font-weight: normal; }
#content h2 span, #content h3 span { text-transform: capitalize; }
#content h2 { font-size: 24px;	padding-top:30px; }
#content h3 {font-size: 12px; font-family: Tahoma, Helvetica, Sans-serif; text-transform: uppercase; margin-bottom:15px }
#content h3.arh {
	padding-left: 20px;
}
#content h4 { font-size: 12px; }
#content ol, #main ul { line-height: 18px; padding-top:0px }

#content ul { padding-left: 20px; text-align:justify; }
#content ul ul,#content ul ol { padding-left: 10px; }

#content ul li { list-style: circle; padding: 3px 0; }
#content ol { padding-left: 57px; }
#content ol li { list-style: decimal; padding: 3px 0; }
#content blockquote {
	border-left:2px solid #999999;
	color:#999999;
	font-style:italic;
	margin:10px 0 5px 15px;
	padding:0px 20px;
	width:85%;
}

#content .col1 h2, #content .col2 h2 {
	font-size:12px;
	font-family: Tahoma, Helvetica, Sans-serif;
	color:#ffffff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 20px;
	line-height: 50px;
}

/* Home Page */

#bio, .info-text {
	width: 660px;
	float: left;
	margin-bottom: 30px;
}

.info-text {
	margin-top: 30px;
}

#bio_image {
	float: left;
	width: 160px;
	margin-right: 20px;
}

#bio_image img {
	
}

#bio_content {
	float: left;
	width: 470px;
}

#bio_content p, .info-text p {
	font-size: 18px;
	line-height: 30px;
	color: #ccffff;
	font-family: Tahoma, Helvetica, Sans-serif;
	padding: 0;
}

#tracks p {
	padding: 0;
}

.title_link p {
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 28px;
}
.title_link a:visited,
.title_link a:link
 {
	text-decoration: none!important;
}
.title_link a:hover,
.title_link a:active
 {
	text-decoration: underline!important;
}

/* Main Content (post) */

.post { margin-bottom:15px; clear:both}  
#content .post { padding: 0 25px 15px;}   




#content .col1 .post, #content .col2 .post, .col-right .post { padding: 0 10px 20px 10px; border-bottom:1px solid}
.archive-audio #content .post { border:0; padding-bottom:10px}

#content .post-title {	width: 100%; position: relative; }
#content .post-title h2, #content .post-title h3 { padding-right: 50px; }
#content h2 a, #content h3 a {  text-decoration: none; }
#content h2 a:hover, #content h3 a:hover { text-decoration: underline; }
#content p.post-details { line-height: 18px; margin-top: -5px; margin-bottom:  10px;position: relative; }
#content p.post-details a { text-decoration: none; }
#content p.post-details a:hover { text-decoration: underline; }

.post-details {padding: 0 0px 0 1px;color: #9F9F9F;
	font-size: 11px;}
#content p.single-details {
	margin: 10px 0;
}
.post-image {
	float: left;
	display: block
}
.post-image a{	
	display: block;
	border:10px solid;
}

.post-image a:hover{ 
	border-color:#000
}


.post-image-audio {
	float:left;
	width:240px;
	margin-left:-270px
}

.post-audio-thumb img{ 
	display:block
}

.post-audio-thumb {
	margin-left:-120px; float:left; 
}

.post-audio-thumb a {
	border:10px solid; 
	float:left
}


.post-audio-thumb a:hover {
	border-color:#000
}



.archive-audio #main .audio-thumb {

	margin-left:-175px;
	float:left;

}



#main .post .intro {
	width: 520px;
	margin-bottom:30px;
	float: left;
}

#main .post .intro p {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
}

#main .post-content {

	margin-left: 120px;
}

#main .post-content.no-image { margin-left: 0px; }

.archive-audio #main .post-content{

	margin-left:175px;
	width:175px;

}


#main .post-content-audio{
	margin-left: 280px;

}



#main .post-content-audio .audio-unit {

	margin-top:20px;

}


#main .post-content p {
padding-top: 0px
	
}
#main .post h4 { margin-top: 1px; width: 100%; }
#main .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main .post h4.continue a:hover {background: #9fb26a;}

#main .post img.gallery { margin:0 7px 7px 0; }
#main h2.arh {

	margin-bottom: 10px;
	padding-bottom:10px;
	position: relative;
	
}

#main .post-content h2 {

padding-left:0px; padding-right:0px; font-size:18px}


#main .post .thumbnail {
	border: 0px;
}

img.widget-post-thumbnail {
float:right;
margin:10px 0 10px 10px
}



/* Main Content (advert 468x60) */

#main .advert_468x60 {
	padding:12px 0;
	margin: 5px 0 25px 0;
	text-align:center;
}
#main .latest .advert_468x60 {margin-left:33px;}

#main .post .audioplayer_container {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Main Content (post>single) */

.col-left #main h2 {
	color:#CF4949;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
	padding-right:20px;
	text-transform:;
}

.col-left #main h3 .post-parent {
	 float: right;
}

 .col-left #main .widget h2 {  padding:0 0 10px 0}

#main p.tags {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.single #main .advert_468x60 {margin: 15px 0 0px 0;}
#main .page h2 {padding-top: 5px;}

/* Comments */

#comments h3 { font-size: 13px;	font-weight: normal;padding: 10px 20px 20px;}

#comments #comments_wrap {padding: 0; position: relative; margin-top:20px;}
#comments ol.commentlist li { list-style-type:none; }

#comments .comment { margin: 20px 0; width: 100%; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px;}
#comments .comment .col-left img {border: #EDEDED 5px solid;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 1px solid;
	margin-left:100px;
	float:none; 
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment span.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment span.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { margin:10px 0 0 50px; padding:0;}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family: Tahoma, Helvetica, Sans-serif;
	font-weight:bold;
}
#comments .navigation a:hover {background: #888;}
#comments .commentlist {padding:0;}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist div.avatar {text-align: right;float: left; width:100px; margin-right:20px;}
#comments .commentlist img.avatar {border-style: solid; border-width: 1px;}

#comments .comment-entry {
	margin-left: 120px;
	padding: 20px;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

/* Sidebar */

#sidebar, #home-sidebar {
	width: 280px;
	overflow: hidden;
	padding: 0 5px
}

#content .widget h3{
    color: #000;
	margin:0 auto;
    text-align: center;
}

#content .widget h2{
	font-size:12px;
	font-family: Tahoma, Helvetica, Sans-serif;
	color:#ffffff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	padding-top: 0px;
}


#sidebar ul{
	clear: both;
}
#sidebar ul li a {
	color: #ffffff;
	display:block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
	text-decoration: underline;
}

#sidebar ul li span {
	font-size:12px;
	font-family: Tahoma, Helvetica, Sans-serif;
	color:#000;
	font-weight:normal;
}

/* Sidebar (block) */

#sidebar .block {
	width: 240px;
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 0 8px;
	line-height: 18px;
	position:relative;
}

#sidebar .block .inside li img.thumbnail {
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

#sidebar ul, #sidebar .textwidget {
	clear:both;
	padding:0 10px;
}

#sidebar .widget {
	margin-bottom:25px;
}
#sidebar li {
	line-height: 18px;
	overflow: hidden;
	padding:10px 0 10px;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar ul ul {
	padding: 0;
	margin: 3px 0 0 0;
	border:0;
}

#sidebar ul ul li {
	border: 0;
	padding-bottom: 0;
	border-top:1px solid #E2E2E2;
}

/* Sidebar (widgets)*/

#tag_cloud h2 {display: block;float: none;}
.textwidget {clear: both;padding: 5px 2px;line-height:20px;}
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}
#wp-calendar caption {padding: 10px;}
#wp-calendar th {color: #fff;}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}
#wp-calendar td {background: transparent;}
#wp-calendar td, table#wp-calendar th {padding: 3px 0;}
#wp-calendar a {text-decoration: underline;}
#wp-calendar a:hover {text-decoration: none;}

/* Sidebar (Search)*/
/*
#sidebar #search_main form div {
	position: relative;
	height: 33px;
	background: #ccc;
	margin-bottom:25px;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
*/


/* Sidebar (flickr) */

.widget_woo_flickr h3 span {
	color: #0061D8;
}

.widget_woo_flickr h3 span span {
	color: #FF1183;
}

.widget_woo_flickr .wrap {
	margin-left: -5px;
	padding: 0;
	position: relative;
	margin-bottom:25px;
}

.widget_woo_flickr a img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 5px;
	background: #333;
	border: #222 1px solid;
}

.widget_woo_flickr a:hover img {
	border: #A8AA99 1px solid;
}

/* Sidebar (Home) */

#sidebar .show {
	margin-bottom: 0px;
	padding: 0 10px;
}

#sidebar .show h3 {
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 0px;
}

#sidebar .show p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

/* Footer */

#footer-out {
	background:url(images/footer.jpg) center top no-repeat;
	height:66px;
	width:1004px;	
}

#wnmslogo{
	background: #000;
    height: 29px;
    color: #CCCCCC;
    font-size: 11px;
    line-height: 29px;
    margin: 0 auto;
    width: 1004px;}

#footercontent{}

#footerbnt{
	width:990px;
	margin:0 auto;display:none;}
	
	.footerspace{
		background: none repeat scroll 0 0 #F5F5F5;
		float: left;
		height: 135px;
		width: 235px;}

#footer {}
	
#sideleft{
	color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 63px;
    letter-spacing: 1px;
    line-height: 63px;
    margin-left: 15px;
    text-align: left;
    width: 30%;}
	
#sideright{}
	
#footer a{ color:#fff; }
#footer p {
}
#footer img {vertical-align: middle;}
#footer span {display: none;}

/* Men at Work */

.image_box {
	float: left;
}

.image_box a {
	display: block;
}

.clear {clear:both}

/* Media Styles */

.audio-unit,
.picture-unit,
.video-unit { margin-bottom: 30px; margin-top:20px}


.audio-file {
	margin-bottom: 10px;
	
}
.audio-player {
	margin-bottom: 20px;
}

.audio-player span {
	display: block;
}

.audio-excerpt {
	margin-top: 5px;
	color: #999;
	color: rgba(255,255,255,0.5);
}

.adspace-widget { text-align:center; background:#333; background:rgba(0,0,0,0.4); margin-bottom:20px}

/* Music Arhive */

.featured-tracks-holder { margin-bottom:15px}
.featured-tracks-holder .featured-track-left{ float:left; width:300px; font-size:11px;margin:25px 0 25px 25px; }
.featured-download .featured-tracks-holder .featured-track-left{  width:auto; }
span.styled-heading { text-transform:uppercase; letter-spacing:1px; margin-bottom:5px; display:block; color:#FFFF99; font-size:12px;} 

.featured-tracks-holder .featured-track{  border-bottom:1px solid #000;background:#333; background:rgba(0,0,0,0.4)}

.featured-tracks-holder .audio-unit,
.featured-tracks-holder .audio-player,
.featured-tracks-holder .audio-file { margin-bottom:0;padding-top:10px}

/* Slider */
#loopedSlider {
	width: 960px; margin: 0 auto;
}

#loopedSlider img{}
.container { 
    cursor: pointer;
    height: 375px;
    overflow: hidden;
    position: relative; }
.slides { position:absolute; top:0; left:0; }
.slides a { display: block; }
.slides div { position:absolute; top:0; width:950px; display:none; }

/* Widgets */
.widget { 
	clear:both;
	line-height: 26px;}

.textwidget { padding:0 10px}

.widget_woo_search { margin-bottom:20px; }
.widget_woo_search #search_main  {padding-left:10px;}
.widget_woo_search #s { width:80%}

.widget_bs_newsloop h2, 
.widget_bs_showsloop h2,
.widget_bs_medialoop h2{ background:none !important; padding-left:0px!important; line-height:1.2em}


.widget_bs_newsloop ul, .widget_bs_newsloop p,
.widget_bs_showsloop ul, .widget_bs_showsloop p,
.widget_bs_medialoop ul, .widget_bs_medialoop p { clear:none!important}

.att-caption { float:none !important; margin-bottom:0!important; width:100%!important }
.att-desc { margin-bottom:20px}

/* Custom Post Type Widgets */

#content .widget ul.widget-list li {clear:both;margin-bottom: 20px}

#content .widget ul li.combo:after { content: "."; display: block; clear: both; height: 0; visibility: hidden}
#content .widget ul li.combo .combo-image { float:left;}
#content .widget ul li.combo .combo-data { margin-left: 90px;}

#content .widget-albums ul,
#content .widget-photos ul,
#content .widget-shows ul,
#content .widget-videos ul { padding: 0}

#content .widget-albums ul li,
#content .widget-photos ul li,
#content .widget-shows ul li,
#content .widget-videos ul li { list-style: none ; } 

#content .widget-albums ul li a { display: block;}
#content .widget-photos a { display: inline }





/* Shows */

.date-stamp {
padding: 10px;
width: 30px;
background: rgba(0, 0, 0, 0.398438);
float: left;
}

.date-stamp span.day {
font-size: 18px;
font-weight: 700;
}

.date-stamp span.mon {
font-size: 12px;
text-transform: uppercase;
color: #9F9F9F;
}

.date-stamp span {
display: block;
text-align: center;
}

#main .post-content.gigs {
margin-left: 30px;
width: 560px;
}


/* Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

.backstage-tooltip {-moz-border-radius:4px; background:#000; border:1px solid #444; padding:6px; color:#fff; width:140px; margin-left:15px}

/* Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;padding:0;}
#contact-page ol.forms li{clear:both;float:left;list-style:none outside none;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:70%;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}