@charset "utf-8";

/*
Site:           TapRackBangCreative.com
File:           site.css
Created:        May 1, 2009
Last Modified:  May 26, 2009 
-----------------------------------------------------------
Launch Version

May 26, 2009 - 650 lines
-----------------------------------------------------------
Created for Tap Rack Bang Creative by Jacob Sandoval on May 1, 2009
Tap Rack Bang Creative | Copyright 2009-2010
=========================================================== */


/* CSS Document */
body{
	background:#0c0c0c url(images/trbc_bg.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
	font-size:  12px;
	font-family: Arial, helvetica, sans-serif; 
	min-width:998px;
}
a{
	color:#a09d8d;
}
a:hover{
	color:#a09d8d;
	text-decoration:none;
}
/*** Container ***/
#container {
	margin:0 auto;
	padding:0px;
	width:900px;
}

.clear{
	height:0px;
	clear:both;
}

/*** Begin Images ***/
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	width: auto;
	padding: 0 0 10px 10px;
	text-align:right;
}

.alignleft {
	float:left ;
	padding: 0 15px 5px 5px;
	width: auto;
}
.active{
color:#ff3300;
font-weight:bold;
}

/*** Ads ***/
.ad_index{
        padding: 0 0 0 80px;
	width: 100%;
}
#ad_view {
	float:left; 
	line-height:1.1em; 
	width:340px;
	margin:0 10px 0 0 ; 
}
.ad-sidebar {
	padding:0 0 0 10px; 
}
	

/*** Post Nav ***/
.post-nav-previous{
	float:left;
	width:50%;
	text-align:left;
	margin:0;
	padding:0;
}
.post-nav-next{
	float:left;
	width:50%;
	text-align:right;
	margin:0;
	padding:0;
}
.post-nav-clear{
        height:0px;
	clear:both;
}


/*** Header ***/
#header {
	background:url(images/tap_rack_bang_creative_01.jpg) no-repeat top center;
	height: 232px;
}
#header-logo{
	width:220px;
	height:232px;
}

/*** Navigation ***/
#nav-menu{position:relative;display:block;height:30px;font-size:12px;font-weight:bold;background:transparent url("images/tap_rack_bang_creative_02.jpg") repeat-x top left;}
#nav-menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#nav-menu ul li{display:block;float:left;margin:0;}
#nav-menu ul li a{display:block;float:left;color:#e9e9e9;text-decoration:none;padding:7px 25px 0 24px;height:23px;background:transparent url("images/nav-menu-sep.jpg") no-repeat top right;}
#nav-menu ul li a:hover,#nav-menu ul li a.nav-menu-current{color:#ccc;background:#660000 url("images/nav-menu-sep.jpg") no-repeat top right;}

#tagline {
	float:right;
	width:530px;
	padding-top:8px;
	color:#ccc;
	text-transform: uppercase;
	text-align:center;
}

#nav-search{
	float: right;
	width: 210px;
	margin:0;
	padding:4px 0 0 0;
	color:#e9e9e9;
}
#nav-search-label{
	float: left;
	width: 50px;
	margin:0;
	padding:3px 0 0 0;
}

/*** content-container ***/
#content-container {
	background:#000;
	margin: 0;
	padding: 0px;
}

/*** Left Sidebar ***/
#left-sidebar {
	float:left;
	width:330px;
	margin: 0;
	padding: 10px 20px 10px 10px;
	line-height:19px;
	color:#ccc;
}
#left-sidebar span {
	color:#8c0200;
}

#left-sidebar p {
	text-align: justify;
}
#left-sidebar h1, h2, h3 {
	margin: 0;
	font-weight:lighter;
}
#left-sidebar h1{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:lighter;
}
#left-sidebar h1 span{ 
	color:#a09d8d;
}

/*** Sidebar ***/
#sidebar {
	float:left;
	width:300px;
	line-height:19px;
	color:#ccc;
}
#sidebar ul {
 	position: relative;
}
#sidebar ul li {
 	list-style-type: none;
 	list-style-image: none;
 	color: #4f4331;
}
#sidebar ul, #sidebar ul li {
 	margin: 0;
 	padding: 0;
}
#sidebar ul li ul{
 	margin: 0 5px 2px 0px;
 	padding: 1px 0 1px 5px;
 	color: #ccc;
}

#sidebar h2 {
 	color: #8c0200;
 	margin: 0;
 	padding: 3px 0 3px 10px;
	font-size:14px;
	font-weight:lighter;
}
#sidebar a {
 	display: block;
 	padding: 2px;
 	width: 300px;
 	padding-left: 15px;
 	border-top: 1px solid #141414;
 	border-bottom: 1px solid #252525;
 	background-repeat: no-repeat;
 	background-position: 0 55%;
 	color: #ccc;
 	text-decoration: none;
}
#sidebar a:hover {
 	display: block;
 	padding: 2px;
 	width: 300px;
 	padding-left: 15px;
 	border-top: 1px solid #4d4d4d;
 	border-bottom: 1px solid #4d4d4d;
 	background-color: #151515; 
 	color: #ccc;
 	text-decoration: none;
}



/*** Main ***/
#main {
	float:left;
	width:510px;
	padding: 10px 20px 10px 10px;
	line-height:19px;
	color:#ccc;
}
#main h1, h2, h3 {
	margin: 0;
	font-weight:bold;
}
#main h1{
	padding:10px 0 10px 0;
	font-size:16px;
	font-weight: lighter;
	color:#a09d8d;
	text-transform:uppercase;
}
#main h1 span{ 
	color:#e1e1e1;
}

#main h2{ 
	padding:10px 0;
	font-size:14px;
	color:#a09d8d;
}
#main h3{ 
	margin: 0 0 7px 0;
	font-size:16px;
	color:#a09d8d;
}
#main p {
	padding:0;
	margin:10px 0;
}
#main ul{
	margin:0 0 0 30px;
	padding:0;
}
#main ul li{
	list-style:circle;
	padding:2px 0;
	color:#505050;
}

.main-label{
	color:#a09d8d;
	font-weight:bold;
	margin: 10px 0 5px 0;
}

.main-table{
	width:490px;
}


.main_input{
	width:230px;
	background: #e9e9e9;
}

.main_input_long{
	width:473px;
	background: #e9e9e9;
}

.main-button {
	margin: 10px 0 0 0;
	padding: 4px 15px;
    border: 0px solid #000000;
    background: #8c0200;
    color: #ffffff;
}
#recent{
	float:left;
	width:245px;
	margin: 0 10px 0 0;
	font-size:11px;
	line-height:14px;
}

/*** recent ***/
#recent h3{
	margin:0px;
	padding:5px;
background:#8d0100;
	color:#cccccc;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#recent h4{
	margin:0px;
	padding: 5px 5px 0 5px;
	font-size:11px;
	font-weight:bold;
}
#recent p{
	margin:0 5px;
	padding:5px;
	color: #cccccc;
	}
	
#recent ul {
	position:relative;
	margin:0px;
	padding:0px;
}
#recent ul li{
 	list-style-type: none;
	}
#recent li {
 	list-style-type: none;
	padding:0px;
	background:#151616 url(images/news_gradient.jpg) no-repeat bottom center;
	border-bottom:1px solid #2f2f2f;
	clear:both;
}
#recent a{
	color:#cccccc;
	text-decoration:none;
	}

#recent a:hover{
	text-decoration:underline;
	}
#recent img{
	float:left;
	padding: 5px;
	}
	
/*** news-index ***/
#news-index{
	float:left;
	width:245px;
	margin: 0 10px 0 0;
	font-size:11px;
	line-height:14px;
}
#news-index h3{
	margin:0px;
	padding:5px;
	background:#8d0100;
	color:#cccccc;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#news-index h4{
	margin:0px;
	padding: 0 5px;
	font-size:11px;
	font-weight:bold;
}
#news-index ul {
	position:relative;
	margin:0px;
	padding:0px;
}
#news-index ul li{
 	list-style-type: none;
	}
#news-index li {
 	list-style-type: none;
	padding:0px;
background:#151616 url(images/news_gradient.jpg) no-repeat bottom center;
	border-bottom:1px solid #2f2f2f;
	clear:both;
}
#news-index a{
 	padding: 5px;
	display:block;
	color:#cccccc;
	text-decoration:none;
	}

#news-index a:hover{
 	padding: 5px;
	display:block;
	text-decoration:underline;
	}

/*** h2-link ***/
.h2-link{
	padding: 10px 0 4px 0;
	margin: 0 0 10px 0;
	width: 501px;
	font-size:16px;
	color:#ccc;
	font-weight:light;
	border-bottom: 1px solid #5a5a5a;
 	text-decoration: none;
 	letter-spacing: 1px;
}
.h2-link a{
 	text-decoration: none;
	color:#ccc;
}

.h2-link a:hover{
 	text-decoration: none;
}



/*** thumb-box ***/
.thumb-box{	
	background:url(images/thumb-back.jpg) no-repeat top center;
	width: 496px;
	padding: 0 0 10px 0;
	margin: 0px;
	border: 1px solid #2e2e2e; 
}
.main-thumb {
	padding:15px 4px 0 15px;
	margin: 0;
	border:none;
}

.post {border-bottom: 1px solid #660000;
}

.entry{
	margin: 0 0 40px 0;
	padding: 0;
}


/*** listing ***/

#listing {
	width:100%;	
	height:230px;
	margin:0;
	padding:0 0 0 15px;
}
.listing-item{
	float:left;
	width:24%;
	margin: 0 auto;
	padding: 0 auto;
	}
#listing h3{ 
	margin:0;
	padding:0;
	font-size:16px;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
#listing p {
	padding:0;
	margin:0;
	text-align:center;
}
.listing-image{
	width:160px;
}

/*** Right Sidebar ***/
#right-sidebar {
	float:right;
	width:320px;
	line-height:19px;
}
.right-sidebar-thumb {
	margin:4px 4px 0 0;
	border:1px solid #999999;
}
#right-sidebar-price {
	padding:5px 0 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#909090;
}
#right-sidebar-contact {
	padding:3px 0 0 10px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}

#specs{
	width:295px;
	background:url(images/specs.jpg);
	margin:10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	color:#515151;
}
#specs h2{
	margin: 0 0 5px 0;
	padding:0 0 0 5px;
	font-style:normal;
	font-size:16px;
	font-weight:normal;
	color:#790000;
}
.specs{
	margin:0;
	padding:0;
}
.specs_label{
	width:50%;
	font-weight:bold;
	border-top: 1px solid #ccc;
	margin:0;
	padding:2px 4px;
	vertical-align:top;
}
.specs_content{
	width:50%;
	border-top: 1px solid #ccc;
	margin:0;
	padding:2px 0;
	vertical-align:top;
}

/*** Orderby ***/
#orderby{
	width:660px;
	border: 1px solid #ccc;
	margin:4px 8px 8px 8px;
	padding: 8px;
	line-height:16px; 
	color: #70654d;
	font-size:13px;
}
 #orderby a{
	color: #70654d;
	padding: 0 10px;
	text-decoration:underline;
}
 #orderby a:hover{
	color: #70654d;
	text-decoration:none;
}


/*** Pagenate ***/
#paginate{
	width:660px;
	border: 1px solid #ccc;
	margin:4px 8px 8px 8px;
	padding: 8px;
	color: #70654d;
	font-size:13px;
}
 #paginate a{
	color: #70654d;
	padding: 0 10px;
	text-decoration:underline;
}
 #paginate a:hover{
	color: #70654d;
	text-decoration:none;
}


/*** form ***/
input {
	border: 1px solid #3d3d3d;
 	background-color: #fff; 
	color:#000;
}
textarea {
	width: 500px;
	height: 120px;
	border: 1px solid #3d3d3d;
 	background-color: #fff;
}


/*** Footer ***/
#footer {
	background:url(images/tap_rack_bang_creative_04.jpg) no-repeat top center;
	height:130px;
	clear:both;
	padding: 36px 18px 0 0;
	text-align:right;
	color:#999;
	font-size: 11px;
	line-height: 17px;
}
#footer a{
	padding: 0 3px;
	color:#999;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}