/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { /*overflow-y: scroll;*/ }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #abbb00; color:#fff; text-shadow: none; }
::selection { background:#abbb00; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #abbb00; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Primary Styles
   Author: Patrick Brumfield / Normalcy.net
*/

html{
	background:#000;
}
body{
	color:#fff;
	font: 12px/100% 'Helvtica Neue','HelveticaNeue',Arial,Helvetica,Verdana,sans-serif;
}

/* ----- video bg ----- */

#video-bg{
	z-index:-100;
	width:100%;
	height:100%;
	position:fixed;
	top:50px;
	left:0;
	right:0;
	bottom:0;
	background:#000;
}
#video-bg img{
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-99;
}

/* ----- main content ----- */

#main{
	position:relative;
	z-index:2;
	width:960px;
	margin:130px auto -130px;
}
#main a{
	color:#fff;
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
#main a:hover{
	text-decoration:none;
	color:#333;
	color:rgba(0,0,0,0.5);
}
#main h2{
	font: 40px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	text-transform:uppercase;
	font-weight:700;
	/*position:relative;*/
}

/* ----- header ----- */ 

#header{
	height:100px;
	width:100%;
	position:fixed;
	z-index:3;
	top:0;
	left:0;
	height:100px;
	background:#fff;
}
#header .content{
	margin:50px auto 0;
	width:960px;
	position:relative;
}
#header h1{
	float:left;
	width:172px;
	margin:12px 0 0 0;
}
#header h1 a{
	background: url(images/cwk_logo.jpg) no-repeat left top;
	display:block;
	width:172px;
	height:0 !important;
	overflow:hidden;
	padding:17px 0 0 0;
	position:relative;
}
#header ul{
	float:right;
}
#header ul li{
	list-style-type:none;
	float:left;
	position:relative;
}
#header ul li a{
	position:relative;
	display:block;
	overflow:hidden;
	height:0 !important;
	padding:33px 0 0 0;
}
#header ul li#nav-news a{
	background: url(images/nav-news.gif) no-repeat 50% top;
	width:69px;
}
#header ul li#nav-shows a{
	background: url(images/nav-shows.gif) no-repeat 50% top;
	width:87px;
}
#header ul li#nav-journal a{
	background: url(images/nav-journal.gif) no-repeat 50% top;
	width:97px;
}
#header ul li#nav-music a{
	background: url(images/nav-music.gif) no-repeat 50% top;
	width:86px;
}
#header ul li#nav-media a{
	background: url(images/nav-media.gif) no-repeat 50% top;
	width:89px;
}
#header ul li#nav-contact a{
	background: url(images/nav-contact.gif) no-repeat 50% top;
	width:101px;
}
#header ul li#nav-gabe-says a{
	background: url(images/nav-gabe-says.gif) no-repeat 50% top;
	width:154px;
}
#header ul li#nav-chopper a{
	background: url(images/nav-chopper.gif) no-repeat right top;
	width:102px;
}
#header ul li a:hover,
#news #header ul li#nav-news a,
#shows #header ul li#nav-shows a,
#journal #header ul li#nav-journal a,
#music #header ul li#nav-music a,
#media #header ul li#nav-media a,
#contact #header ul li#nav-contact a{
	background-position: 50% -33px !important;
}
#header ul li#nav-chopper a:hover{
	background-position: right -33px !important;
}
#header ul li a:active{
	margin-top:1px;
}

#messaging{
	position:fixed;
	top:100px;
	height:33px;
	width:100%;
	background: #000;
	background: rgba(0,0,0,0.5);
	z-index:4;
}
#messaging .content, #email-signup .content{
	width:960px;
	margin:0 auto;
}
#messaging .content p{
	text-align:left;
	margin-top:9px;
	font: 13px/120% "runda-1","runda-2",sans-serif;
	font-weight:normal;
	color: #666;
	color: rgba(255,255,255,0.5);
	float:left;
}
#messaging .content a{
	color: #666;
	color: rgba(255,255,255,0.5);
	text-decoration:none;
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
#messaging .content a:hover{
	color: #fff;
	color: rgba(255,255,255,1);
}
#messaging .content ul{
	float:right;
	list-style-type:none;
	margin-top:11px;
}
#messaging .content li{
	float:left;
	padding-right:15px;
}
#email-signup{
	position:absolute;
	top:137px;
	width:100%;
	text-align:right;
	z-index:5;
	display:none;
}
#email-signup form input#email-field{
	border:0;
	font-size:11px;
	padding:3px 4px;
}
#email-signup form input#submit-btn{
	background:none;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font: 16px "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	padding-right:15px;
}

/* ----- home page ----- */

#home #container #main{
	background: #000 url(/assets/videos/bg_03.jpg) no-repeat left top;
}

#tweet{
	position:relative;
	top:100px;
	left:0;
	width:650px;
}
#tweet h2{
	font-size: 56px;
}
#tweet p{
	margin-bottom:12px;
}
#tweet .date{
	font: 12px/120% "runda-1","runda-2",sans-serif;
	font-weight:normal;	
}
#hero{
	width:170px;
	position:absolute;
	top:115px;
	right:0;
	display:block;
	text-align:center;
}
#hero a > img{
	width:140px;
	height:140px;
	display:block;
	background:#fff;
	padding:5px 0 5px 5px;
}
#hero a.image{
	padding:0 !important;
}
#hero img{
	width:100px;
	height:100px;
	padding:0;
	display:block;
	border:5px solid #fff;
	margin:0 auto 5px;
}
#hero a span{
	display:block;
	padding:0 5px 5px 5px;
	color:#000;
	text-decoration:none;
	background:#fff;
}
#hero a{
	margin-bottom:2px;
	background:#fff;
	color:#000;
	font: 15px/200% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	padding:4px 5px;
	text-transform:uppercase;
	font-weight:700;
	display:inline;
	text-decoration:none;
	-webkit-transition:color background 0.3s ease;
	-moz-transition:color background 0.3s ease;
	-o-transition:color background 0.3s ease;
	transition:color background 0.3s ease;
}
#hero a:hover{
	background:#000;
	color:#fff;
}
#hero span.title{
	font: 20px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
#hero span.sub{
	font: 12px/120% "runda-1","runda-2",sans-serif;
	font-weight:normal;
}
#hero h3{
	font: 25px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
#hero .info{
	margin-bottom:5px;
}

/* ----- news ----- */

#news #main{
	padding-top:50px;
}
#news .entry{
	/*font: 12px/150% "runda-1","runda-2",sans-serif;
		margin:50px 0 150px;*/
	margin-bottom:20px;
	border-bottom:2px solid #fff;
	border-bottom-color: rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#news .meta{
	width:172px;
	float:left;
	margin:0 20px 0 0;
}
#news h2{
	text-align:right;
	line-height:120%;
	margin-bottom:10px;
}
#news .date{
	text-align:right;
	display:block;
}
#news .text{
	float:left;
	width:760px;
	margin-top:7px;
	line-height:150%;
	/*width:680px;*/
}
#news .text p{
	margin-bottom:10px;
}
#news .text object{
	display:block;
}
#news .pagination{
	margin:0 0 50px 190px;
	font: 20px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
}
#news .pagination .spacer{
	float:left;
/*	width:340px;
	display:block;*/
	position:relative;
}
#news .pagination a{
/*	display:block;
	width:340px;*/
	float:left;
	margin-right:10px;
	text-decoration:none;
}

/* ----- music ----- */

#music #main{
	padding-top:50px;
}
#music .item{
	margin:0 0 50px;
}
#music .item h2{
	float:left;
	width:172px;
	margin-right:35px;
	text-align:right;
}
#music .item img{
	float:left;
	width:300px;
	margin-right:35px;
}
#music .item .details{
	float:left;
	width:390px;
}
#music .item .details p{
}	
#music .item .buy_links{
	margin-top:25px;
}
#music .item .buy_links a{
	/*position:relative;*/
	font-weight:bold;
	color:#000;
	background:#fff;
	padding:3px 5px;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition:color background 0.3s ease;
	-moz-transition:color background 0.3s ease;
	-o-transition:color background 0.3s ease;
	transition:color background 0.3s ease;
}
#music .item .buy_links a:hover{
	background:#000;
	color:#fff;
}

/* ----- media ----- */

#media #main{
	padding-top:100px;
}
#media #video{
	margin:0 auto;
	display:block;
	border:5px solid #000;
}
#media #info{
	text-align:center;
	/*width:417px;*/
}
#media #info p{
	margin-bottom:50px;
}

/* ----- shows ----- */

#shows #main{
	padding-top:50px;
}

#shows #legend{
	position:fixed;
	top:150px;
	width:100%;
}
#shows #legend .content{	
	margin:0 auto;
	width:960px;
	position:relative;
}
#shows #legend span{
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	margin-right:10px;
	padding-left:5px;
	font: 10px Arial;
	text-transform:uppercase;
}
#shows .date{ 	width:167px; }
#shows .venue{ 	width:416px; }
#shows .city{ 	width:200px; }
#shows .tix{ 	width:117px; margin-right:0; }

#shows .entry{
	margin-bottom:25px;
}
#shows .entry span{
	float:left;
	font: 12px/120% "runda-1","runda-2",sans-serif;
	font-weight:normal;
	padding:10px 0 0 5px;
	margin-right:10px;
}
#shows .entry span.venue{
	font: 40px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif !important;
	text-transform:uppercase;
	font-weight:700 !important;
	padding-top:0;
}
#shows .entry span.venue a{
	color:#fff;
	text-decoration:none;
}

/* ----- contact ----- */

#contact #main{
	padding-top:50px;
}
#contact #main ul{
	list-style-type:none;
	margin:0;
}
#contact #main li{
	margin-bottom:10px;
}
#contact #main a{
	text-decoration:none;
}
#contact #main .title{
	font: 12px/150% "runda-1","runda-2",sans-serif;
	width:172px;
	margin-right:20px;
	text-align:right;
	float:left;
	display:block;
	padding-top:24px;
}
#contact #main .detail{
	float:left;
	font: 40px/120% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif !important;
	font-weight:700;
	text-transform:uppercase;
}

/* ----- MIY Topspin page ----- */

#mineisyours #main{
	font: 12px/150% "runda-1","runda-2",sans-serif;
	padding-top:20px;
}
/*#mineisyours #content{
	margin:25px;
}*/
#mineisyours #main h2{
	margin:0 20px 25px 0;
	display:inline;
	float:left;
}
#mineisyours #main .info{
	clear:both;
	/*float:left;*/
	padding:20px 0 10px;
	font-family: "Helvetica Neue","HelveticaNeue","Helvetica-Neue",Arial,Helvetica,sans-serif;
}
#mineisyours #main a{
	/*float:left;
		display:block;
		width:150px;
		margin:25px 0 0 25px;*/
	text-decoration:none;
	font: 12px/150% "runda-1","runda-2",sans-serif;
	position:relative;
}
#mineisyours #main ul li a{
	font-family: "Helvetica Neue","HelveticaNeue","Helvetica-Neue",Arial,Helvetica,sans-serif;
}
#mineisyours #main .main-item{
	clear:both;
	margin:20px 0 2px;
	height:181px;
}
#mineisyours #main .main-item img{
	float:left;
	margin-right:20px;
}
#mineisyours #main .main-item h3{
	line-height:150%;
	padding-top:25px;
}
#mineisyours #main h3 sup{
	font-size:12px;
}
#mineisyours #main .item{
	float:left;
	margin-right:2px;
	width:210px;
}
#mineisyours #main h3, #mineisyours #main a span.title, #mineisyours #main a span.buyit{
	font: 25px/100% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:150%;
}
#mineisyours #main a span.buy, #mineisyours #main a.buy{
	font-weight:bold;
	color:#000;
	background:#fff;
	padding:3px 5px;
	text-transform:uppercase;
	border:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-transition: color background 0.3s ease;
	-moz-transition: color background 0.3s ease;
	-o-transition: color background 0.3s ease;
	transition: color background 0.3s ease;
}
#mineisyours #main a.buy:hover{
	background:#000;
	color:#fff;
}
#mineisyours #main .item p, #mineisyours #main .main-item p{
	margin-bottom:10px;
}
#mineisyours #main p span{
	font-size:11px;
	color:#666;
}
#mineisyours #main a span.buyit{
	position:absolute;
	top:5px;
	left:5px;
	width:140px;
	text-align:center;
	display:block;
	background: rgba(0,0,0,0.6);
	padding:60px 0;
}	
#mineisyours #main ul#ts-links{
	clear:both;
	margin:0;
}
#mineisyours #main ul#ts-links li{
	float:left;
	margin-right:20px;
	list-style-type:none;
}
#mineisyours #main ul#ts-links li a{
	font-size:11px;
	color:#666;
}
#mineisyours #main ul#ts-links li a:hover{
	color:#fff;
}

/* ----- Email List ----- */

#email_list #main{ padding-top:50px; }
#email_list h3{ 
	font: 25px/100% "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:150%;
}
#email_list p{ margin-bottom:20px; }
#email_list p label{ padding-top:2px;}

/* ----- christmas splash page ----- */

#splash #main{ margin-top:133px; background: url(images/christmas_splash.jpg) no-repeat 0 0; min-height:600px; }
#splash #main a{ width: 300px; height: 300px; color: black; position: absolute; top: 150px; right: 70px; font-weight: bold; text-transform: uppercase; text-align: right; text-decoration:none; }
#splash #main a:hover{ color:#aaa; }

/* ----- footer ----- */

#container footer ul{
	margin:20px 0 20px 10px;
	list-style-type:none;
	font-size:11px;
}
#container footer ul li{
	float:left;
	margin-right:10px;
}
#container footer ul li a{
	color:#bbb;
	text-decoration:none;
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
#container footer ul li a:hover{
	color:#666;
}


/* ----- general items / misc ----- */

:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a img{ border:0; }
.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.group{ 
	display: inline; 
}
* html>body .group{
	display: inline; 
	width: 100%;
}
/* Hides from IE-mac \*/
* html .group{height: 1%;}
.group{display: block;}
/* End hide from IE-mac */





/* ----- media queries ----- */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


