/*
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; }



/* Body
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 12px/17px Lucida Grande, Lucida Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background-color: #000;
	background-image: url(images/page_bg1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 60px;
	background-position: center top;
	background-attachment:fixed;
}


h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #FFF; }
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: #FFF; }

a { 
	color: #FFF;
	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: 1000px; /* Default value that can be overriden in the Topspin plugin settings */
	margin: 0 auto;
	padding: 6px;
}


/* Header
-------------------------------------------------------------------*/
#header-wrapper {
	position: relative;
	background-image:url(images/new_banner5.png);
	background-repeat:no-repeat; 
	text-align: center;
	overflow: hidden;
	width:100%;
	height:115px;

}

#header-content {
	text-align: center;
	overflow: hidden;
}


/* Landing Page
-------------------------------------------------------------------*/

div#topspin-landingpage-wrapper {
}

div#topspin-landingpage-wrapper img.topspin-header {
	width: 1000px;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	overflow: hidden; 
}


/* Navigation
-------------------------------------------------------------------*/
ul#topspin-pagenav {
	list-style: none;
	margin: 10px 0 0;
	height: 51px;
	width: 100%;
}

ul#topspin-pagenav li {
	background-color: #333;
	background-image: url("images/menu-divider-1px-000.gif");
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	float: left;
	border-bottom: 1px solid #000;
}

ul#topspin-pagenav li.current_page_item {
	background-color: #FFF;
	background-image: url("images/menu-divider-1px-000.gif");
	background-repeat: repeat-y;
	background-position: left top;	
	border-bottom: 1px solid #FFF;
}

ul#topspin-pagenav li a {
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding: 15px 10px;
}

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: 64%;
	float: left; 
	margin: 10px 0 0;
	padding: 0px 5px 5px 5px;
}

#widecontent { 
	width: 957px;
	float: left; 
	padding: 2%;
}

#content .post { 
	margin-bottom: 15px;
	background-image: url(images/trans_bg_tile.png);
	background-repeat: repeat;
}
#content .post p {
	 margin-bottom: 14px;
	 color: #FFF;
	 padding: 0px 4px 0px 4px;
 }
 
#content .post h3 {
	margin:0;
}
#content .post h3 a { font-size: 16px; }
#content .post-list li { list-style: none; }
#content .post .postedby {
	position: relative;
	font-size: 11px;
	color: #CCC;
}
#content .post .postcontent {
	margin:20px 0;
}
#content .post .post-info {
	margin-bottom:15px;
}

#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; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 35%;
	float: right;
	margin: 10px 0 0;
	padding: 0 0 0px;
	color: #555;
}

#sidebar h3 { 
	font-size: 17px;
	font-weight: bold;
	color: #333;		
}

/*
#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }
#sidebar .block a:hover { color: #777; }
*/
#sidebar .block {
	margin: 0px 0px 15px 5px;
	padding: 5px; 
	color: #555;
	background-image: url(images/trans_bg_tile.png);
	background-repeat: repeat;
}
#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: #CCC;
}
#sidebar .block li.oddpost {
	background-color: #EEE;
}

#sidebar .block li.evenpost {
}
#sidebar .block li a {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
#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: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	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 */
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	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: #444; 
	text-decoration: none;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 100%;
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
	width: 148px;
	height: 30px;
	text-align: center;
	border: none;
	background-color:#666;
	color:#0CF;
}
#commentform input#submit:hover {
	background-color:#OCF;
	color:#EEE;
}
.ts_wp_buttonlink {
	position:relative;
	text-align: center;
	background-color:#666;
	padding:6px 14px;
}
.ts_wp_buttonlink:hover {
	background-color:#0CF;
	color:#FFF;
	text-decoration:none;
}

/*Test Classes*/



.topspin-offer-item-wrapper {
	color: #FFF;
	float: left;
	width: 270px;
	height: 365px;
	margin: 0px 0px 0px 45px;
}





/*Store Category Pages
-------------------------------------------------------------------*/

#store_header {
	width:1000px; 
	border:1px dashed #FFF; 
	height:30px; 
	float:left;
	background: url('images/store_header.png') no-repeat;
}

#categorycontainer {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	background: url('images/store_trans_bg.png') repeat;
}

.productcontainer {
	width:270px;
	height:375px;
	float:left;
	margin-left:40px;
	margin-bottom:40px;
	background-image: url(images/trans_bg_tile.png);
	background-repeat: repeat;
}

.producttitle {
	width:100%;
	height:auto;
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}

.productimageholder {
	width:250px;
	height:250px;
	float:left;
	margin-left:9px;
}

.buybutton {
	height:30px;
	width:260px;
	float:left;
	color:#FFF;
	margin-top:15px;
	margin-left:9px;
	font-weight:bold;
}

.productbanner {
	width: 955px;
	height:38px;
	background-image: url(images/product_banner_bg1.png);
	background-repeat:repeat-x;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 10px 0px 10px 0px;

	
}


.iphoneappbanner {
	width:431px; 
	height:121px; 
	float:left; 
	margin-left:290px;
}
	

.iphoneappcontainer {
	width:100%; 
	height:auto;
	float:left; 
}


.product-block {
	width:270px;
	height:auto;
	float:left;
	margin:20px 0px 20px 40px;
}

.product-cap {
	width:100%;
	height:41px;
	float:left;
	background-image: url(images/store_blocks/block_cap3.png);
	background-repeat:no-repeat;
}

.product-title {
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	text-align:center;
}
	
.product-content {
	width:100%;
	height:auto;
	width:100%;
	float:left;
	background-color: #000;
}

.product-bottom {
	width:100%;
	height:22px;
	float:left;
	background-image: url(images/store_blocks/block_bottom.png);
	background-repeat:no-repeat;
}

.buy-button {
	width:98%; 
	height:auto; 
	float:right; 
	font-weight:bold; 
	color:#FFF;
}

/* Custom Main Navigation Start
-------------------------------------------------------------------*/

#mainnavcontainer {
	width:100%;
	height:auto;
	float:left;
	padding-left: 0px;
	background-image: url(images/trans_bg_tile.png);
	background-repeat: repeat;
}

#headerspacer {
	width:998px;
	height:287px;
	float:left;	
}

ul#top-nav-menu {
	width:100%;
	height:auto;
	list-style: none;
}

ul#top-nav-menu li a {
	display:inline-block;
	float:left;
	height:23px;
	text-indent: -9999px;

}

ul#top-nav-menu li a.home {
	width:93px;
	background-image: url(images/top_nav/home.png);
	background-position: 0 0;
}

ul#top-nav-menu li a.store {
	width:96px;
	background-image: url(images/top_nav/store.png);
	background-position: 0 0;
	margin-left:38px;
}

ul#top-nav-menu li a.videos {
	width:114px;
	background-image: url(images/top_nav/videos.png);
	background-position: 0 0;
	margin-left:38px;
	
}

ul#top-nav-menu li a.photos {
	width:125px;
	background-image: url(images/top_nav/photos.png);
	background-position: 0 0;
	margin-left:38px;
}

ul#top-nav-menu li a.links {
	width:89px;
	background-image: url(images/top_nav/links.png);
	background-position: 0 0;
	margin-left:38px;
}

ul#top-nav-menu li a.tour {
	width:86px;
	background-image: url(images/top_nav/tour.png);
	background-position: 0 0;
	margin-left:38px;
}

ul#top-nav-menu li a.contact {
	width:149px;
	background-image: url(images/top_nav/contact.png);
	background-position: 0 0;
	margin-left:38px;
}

/*Top Menu Hover Rules
---------------------------------------------------------------*/

ul#top-nav-menu li a.home:hover {
	background-image: url(images/top_nav/home_hover.png);
}

ul#top-nav-menu li a.store:hover {
	background-image: url(images/top_nav/store_hover.png);
}

ul#top-nav-menu li a.videos:hover {
	background-image: url(images/top_nav/videos_hover.png);
}

ul#top-nav-menu li a.photos:hover {
	background-image: url(images/top_nav/photos_hover.png);
}

ul#top-nav-menu li a.links:hover {
	background-image: url(images/top_nav/links_hover.png);
}

ul#top-nav-menu li a.tour:hover {
	background-image: url(images/top_nav/tour_hover.png);
}

ul#top-nav-menu li a.contact:hover {
	background-image: url(images/top_nav/contact_hover.png);
}
/* Custom Main Navigation End
-------------------------------------------------------------------*/

/*Store Navigation
-------------------------------------------------------------------*/

#store-nav-container {
	width:630px;
	height:35px;
	float:left;
	padding-left: 0px;
	background-image: url(images/store_nav/store_nav_bg.jpg);
	background-repeat: no-repeat;
	margin:0px 0px 20px 150px;
}

ul#store-nav-menu {
	width:100%;
	height:auto;
	list-style: none;
	margin-top:9px;
}

ul#store-nav-menu li a {
	display:inline-block;
	float:left;
	height:23px;
	text-indent: -9999px;

}

ul#store-nav-menu li a.home {
	width:154px;
	background-image: url(images/store_nav/store_home.png);
	background-position: 0 0;
	margin-left:40px;
}

ul#store-nav-menu li a.cds {
	width:56px;
	background-image: url(images/store_nav/cds.png);
	background-position: 0 0;
	margin-left:40px;
}

ul#store-nav-menu li a.downloads {
	width:145px;
	background-image: url(images/store_nav/downloads.png);
	background-position: 0 0;	
	margin-left:40px;
}

ul#store-nav-menu li a.packages {
	width:117px;
	background-image: url(images/store_nav/packages.png);
	background-position: 0 0;
	margin-left:40px;
}

ul#store-nav-menu li a.shirts {
	width:107px;
	background-image: url(images/store_nav/shirts.png);
	background-position: 0 0;
	margin-left:40px;
}

ul#store-nav-menu li a.vinyl {
	width:73px;
	background-image: url(images/store_nav/vinyl.png);
	background-position: 0 0;
	margin-left:40px;
}


/*Store Menu Hover Rules
---------------------------------------------------------------*/

ul#store-nav-menu li a.home:hover {
	background-image: url(images/store_nav/store_hover.png);
}

ul#store-nav-menu li a.cds:hover {
	background-image: url(images/store_nav/cds_hover.png);
}

ul#store-nav-menu li a.downloads:hover {
	background-image: url(images/store_nav/downloads_hover.png);
}

ul#store-nav-menu li a.packages:hover {
	background-image: url(images/store_nav/packages_hover.png);
}

ul#store-nav-menu li a.shirts:hover {
	background-image: url(images/store_nav/shirts_hover.png);
}

ul#store-nav-menu li a.vinyl:hover {
	background-image: url(images/store_nav/vinyl_hover.png);
}


/* Custom Header Classes
-------------------------------------------------------------------*/

#social_icon_block {
	width:275px; 
	height:55px; 
	float:left; 
	margin:35px 0px 0px 0px;
	background-image: url(images/trans_bg_tile.png);
	background-repeat: repeat;
}

#social_button_holder {
	width:auto;
	height:43px;
	float:left;
	margin:6px 0px 0px 10px;
}



/* Digital Distro Rules
-------------------------------------------------------------------*/

#digital_distro_block {
	width:333px; 
	height:118px; 
	background-image: url(images/digital_distro/digital_distro.png); 
	background-repeat: no-repeat;	
}

#top_link_block {
	width:100%;
	height:auto;
	float:left;
}

#bottom_link_block {
	width:100%;
	height:auto;
	float:left;
	margin-top:80px;
}

#itunes_link {
	width:auto;
	height:auto;
	float:left;
	margin:3px 0px 0px 140px;
}

#amazon_link {
	width:auto;
	height:auto;
	float:left;
	margin:3px 0px 0px 55px;
}

#napster_link {
	width:auto;
	height:auto;
	float:left;
	margin:0px 0px 0px 135px;
}

#rhapsody_link {
	width:auto;
	height:auto;
	float:left;
	margin:0px 0px 0px 15px;
}

#zune_link {
	width:auto;
	height:auto;
	float:left;
	margin:0px 0px 0px 15px;
}

/* Footer
-------------------------------------------------------------------*/

#footer { 
	background-color: #000;
	height: 80px;
	background-image: url(http://www.theblakesband.com/img/footer_bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#footer a {
	color: #000;
	font-weight: bold;
}

#ts_footer {
	text-align: center;
	padding: 10px;
}

