/*
Theme Name: Topspin
Description: Default theme for Topspin Wordpress plug-in.
Version: 2.0
Author: Topspin Media & StageBloc
Author URI: http://topspinmedia.com/
Tags: topspin, fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

.clear {display: block; line-height: 0; clear: both;}


/* Body
-------------------------------------------------------------------*/
body { 
	margin: 0 auto;
	font: 12px/17px Arial, Calibri, Verdana, Geneva, sans-serif; 
	color: #333; 
	background: #c66600 url(images/background.jpg) fixed no-repeat center 0; 
}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Verdana,  Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 20px; line-height: 25px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }


h1 span { color: #999; }

a { 
	color: #FBB019;
font-weight: bold;
text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}

.clear-both {
	clear: both;
}



/* Site
-------------------------------------------------------------------*/
#site-wrapper {
	width: 880px; /* Default value that can be overriden in the Topspin plugin settings */
	margin: 0 auto;
}


/* Header
-------------------------------------------------------------------*/
#header-wrapper { 
	position: relative; 
}
#header-wrapper #header-content {
	text-align: center;
	overflow: hidden;
}

#offer1 {float: left; clear: left; color: #f1af21; font-size: 25px; font-weight: bolder; margin: 25px 0 0 5px; position: relative; z-index: 5;  }

#offer1 h3 {color: #671100; font-family: Arial Black; line-height: 20px; margin-bottom: 0;}
#offer1 h4 {color: #671100; line-height: 16px;}

#offer2 {float: left; color: #f1af21; font-size: 25px; font-weight: bolder; margin: 0; position: relative; z-index: 5;}
#header_pic {float: left; clear: both; position: relative; margin-top: -73px; }

/* More Offers */

#offer3 {float: left; clear: left; color: #f1af21; font-size: 25px; font-weight: bolder; margin: 5px 0 0 0px; position: relative; z-index: 5; text-align: center;  }

#offer3 h3 {color: #671100; font-family: Arial Black; line-height: 20px; margin-bottom: 0;}
#offer3 h4 {color: #671100; line-height: 16px;}

#offer4 {float: left; color: #f1af21; font-size: 25px; font-weight: bolder; margin-top: -20px; position: relative; z-index: 5;}

#offer5 {float: left; color: #f1af21; font-size: 25px; font-weight: bolder; margin: 4px 0 0 5px; position: relative; z-index: 5; text-align: center;  }

#offer5 h3 {color: #671100; font-family: Arial Black; line-height: 20px; margin-bottom: 0;}
#offer5 h4 {color: #671100; line-height: 16px;}

#offer6 {float: right; color: #f1af21; font-size: 25px; font-weight: bolder; margin-top: 25px; position: relative; z-index: 5;}



/* Landing Page
-------------------------------------------------------------------*/

div#topspin-landingpage-wrapper {
}

div#topspin-landingpage-wrapper img.topspin-header {
	width: 880px;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	overflow: hidden; 
    width: 860px; 
    clear: both; 
    margin: 0 auto; 
    margin-top: 20px; 
}


/* Navigation
-------------------------------------------------------------------*/
#navcontainer {width: 855px; height: 43px; margin: 0 auto; margin-top: 7px;  background: url(images/topspin_nav.png) no-repeat; clear: both; }
ul#topspin-pagenav {
	float: left; 
    padding: 10px 0 0 27px;
}

ul#topspin-pagenav li {
	float: left; 
    margin: 0 58px 0 0;
}
ul#topspin-pagenav li.last_nav {
    margin: 0;
}
ul#topspin-pagenav li.current_page_item {
	float: left; 
}

ul#topspin-pagenav li a {
	float: left; 
    height: 20px; 
}
ul#topspin-pagenav li a.nav_home { background: url(images/menu.gif) no-repeat 0 0; width: 42px; }
ul#topspin-pagenav li a.nav_home:hover, ul#topspin-pagenav li a.nav_home#current {background-position: 0 -20px; }
ul#topspin-pagenav li a.nav_listen { background: url(images/menu.gif) no-repeat -106px 0; width: 56px; }
ul#topspin-pagenav li a.nav_listen:hover, ul#topspin-pagenav li a.nav_listen#current {background-position: -106px -20px; }
ul#topspin-pagenav li a.nav_store { background: url(images/menu.gif) no-repeat -227px 0; width: 49px; }
ul#topspin-pagenav li a.nav_store:hover, ul#topspin-pagenav li a.nav_store#current {background-position: -227px -20px; }
ul#topspin-pagenav li a.nav_shows { background: url(images/menu.gif) no-repeat -341px 0; width: 51px; }
ul#topspin-pagenav li a.nav_shows:hover, ul#topspin-pagenav li a.nav_shows#current {background-position: -341px -20px; }
ul#topspin-pagenav li a.nav_bio { background: url(images/menu.gif) no-repeat -457px 0; width: 27px; }
ul#topspin-pagenav li a.nav_bio:hover, ul#topspin-pagenav li a.nav_bio#current {background-position: -457px -20px; }
ul#topspin-pagenav li a.nav_mediatools { background: url(images/menu.gif) no-repeat -547px 0; width: 108px; }
ul#topspin-pagenav li a.nav_mediatools:hover, ul#topspin-pagenav li a.nav_mediatools#current {background-position: -547px -20px; }
ul#topspin-pagenav li a.nav_contact { background: url(images/menu.gif) no-repeat -719px 0; width: 70px; }
ul#topspin-pagenav li a.nav_contact:hover, ul#topspin-pagenav li a.nav_contact#current {background-position: -719px -20px; }


ul#topspin-pagenav li p {
	font-size: 16px;
	display: block;
	margin: 0;
	line-height: 20px;
	padding: 15px 10px;
}

ul#topspin-pagenav li.nav-first {
	background-image: none;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 464px;
	float: left; 
	margin: 10px;
	padding: 0 0 0 10px;
    
}
#content .post { 
	margin-bottom: 40px;
    color: #fff; 
    font-size: 14px; 
}
#content .post p { margin-bottom: 14px; font-weight: bolder; clear: left; }
#content .post h3 {margin:0 !important; min-height: 20px; line-height: 20px !important; font-size: 20px !important; color: #671100; font-family: Arial Black; font-weight: normal; margin: 0; margin-bottom: 8px !important; width: auto !important; padding: 10px 20px 10px 0px; float: left; clear: right; text-decoration:none; 
}
#content .post h3 a { color: #671100;}
#content .post h3 a:hover { color: #FBB019;}
#content .post h4 {margin:5px !important; line-height: 15px !important; color: #ffffff;}

#content .post h1 {
	margin:0 !important; min-height: 30px; line-height: 30px !important; font-family: Arial Black; font-size: 25px !important; font-weight: normal; color: #fff; margin: 0; background: url(images/h.png) no-repeat right 0; margin-bottom: 15px !important; width: auto !important; padding: 10px 30px 10px 20px; float: left; clear: both; 
}
#content .post-list li { list-style: none; }
#content .post .postedby {
	position: relative;
	font-size: 11px;
	color: #CCC;
}
.separator {float: left; clear: both; width: 100%; height: 2px; background: url(images/separator.png) no-repeat center 0; }
#content .post .postcontent {
	margin:15px 0;
}
#content .post .post-info {
	margin-bottom:40px;
    color: #ccc; 
}

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

#content .archive-item .post .postcontent {
	margin: 20px 0;
}

#content .archive-item .post .postimage {
	float: left;
	margin: 20px 10px 20px 0;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

#player {float: left; clear: both; width: 357px; height: 225px; background: url(images/player.png) no-repeat; position: relative; margin-left: -10px; margin-bottom: 5px; padding: 10px 0 0 100px; }
.page_title {float: left; clear: both; margin-left: 2px; margin-bottom: 17px;  }

#content offer1 {text-align: center;}

#shows { 
	width: 860px;
	float: left; 
	margin-left: -10px;
	padding: 0;
	text-align: center;

    
}

#swagbox { margin-bottom: 50px; }

#bigyoutubeembed {margin-left: -5px; z-index: 6;}

#sharethis {float: left; clear: both; }


/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 315px;
	float: right;
	margin: 0 0 0;
	padding: 0 0 0 15px;
	color: #555;
    border-left: 7px #cc6f05 solid; 
}

#sidebar h3 { 
	font-size: 17px;
	font-weight: bold;
	color: #333;		
}

.tour_dates {float: left; clear: both; width: 315px; font-size: 15px; color: #fff; margin-bottom: 20px; }
.fan_feed {float: left; clear: both; width: 315px; font-size: 15px; color: #fff; margin-bottom: 20px; }
/*
#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }
#sidebar .block a:hover { color: #777; }
*/
#sidebar .block {
	margin: 0 20px;
	padding: 15px 0 30px; 
	border-bottom: 1px dotted #EEE;
	color: #555;
}
#sidebar .block ul {
	
}
#sidebar .block li { 
	/*
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
	*/
	font-size:11px;
	padding:3px 6px;
	*height:18px;
	*width:263px;
	*overflow:hidden;
	*margin:0 0 0 -16px;
	color: #333;
}
#sidebar .block li.oddpost {
	background-color: #EEE;
}
#sidebar .block li.evenpost {
}
#sidebar .block li a {
	font-size: 13px;
}
#sidebar .block .morelink {
	position: relative;
	top: 10px;
	text-align: right;
	font-size: 13px;
}
#sidebar #rss.block a {
	display: block;
	background: url(images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 25px;
	line-height: 20px;
}

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
	height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
	text-align: center;
	font-weight: bold;
}
.bt {
	cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #fff; 
}
#comments .comment { 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding: 5px 7px;
}
#comments .comment .comment-avatar { 
	float: left;
}

#comments .comment .comment-content { 
	padding: 10px 15px;
	margin: 0 0 0 57px; /* offset for the avatar */
    color: #fff; 

}
#comments .comment .comment-content a { color: #fff; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #ccc;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #fff; 
	text-decoration: none;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	border: 5px solid #cc6f05; 
	padding: 10px; 
	color: #fff; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 100%;
	border: 1px solid #cc6f05; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #cc6f05; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
	width: 148px;
	height: 30px;
	text-align: center;
	border: none;
	background-color:#a95203;
	color:#FFF;
}
#commentform input#submit:hover {
	background-color:#2b0404;
	color:#EEE;
}
.ts_wp_buttonlink {
	position:relative;
	text-align: center;
	background-color:#a95203;
	padding:6px 14px;
    color:#FFF;
}
.ts_wp_buttonlink:hover {
	background-color:#2b0404;
	color:#FFF;
	text-decoration:none;
}

/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 860px; 
    margin: 0 auto; 
    border-top: 7px #cc6f05 solid; 
    margin-top: 20px; 
    padding-top: 6px; 
    padding-bottom: 45px; 
}
.credits {float: left; color: #fff; font-size: 11px; margin-right: 61px; }
#footer ul {float: right; }
#footer ul li {float: left; margin-right: 32px; }
#footer ul li.last {margin-right: 0;}
#footer ul li a {float: left; }
#footer ul li a img {float: left;  margin-top: 4px; }
#footer ul li.last a img {margin-top: 0; }
#ts_footer {
	text-align: center;
	padding: 35px;
    color: #fff; 
}
#ts_footer a {color: #fff; }
