/*  
Theme Name: Official VTG Theme
Theme URI: http://www.vtgmusic.com
Description: Official VTG website. Dirty, Sexy, Electro Rock.
Version: 1.0
Author: VTG
Author URI: http://www.vtgmusic.com
*/

/* GLOBAL */
body, div, ul, li { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

html { background: #d5d5d5 url(images/bg_repeat_3am.png) 50% top repeat-y; } 
/* html { background: #ffffff; } */

body {
	font-family: "Univers 57 Condensed", "Arial", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #2e2e2e;
	background: url(images/bg_top.gif) 50% top no-repeat; 
	background-color: transparent;
}

/* TYPE */
h1 {}

h2 {
	width: auto;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
}

	h2 a, div.sidebar h2, h2.link { background-color: #000000; }
	
	div.sidebar h2 { 
		font-size: 12px;
		line-height: 14px;
		color: #999999;
	}
	
	div.sidebar ul li h2.widgettitle { background-color: #000000; }
	
	.sidebar h2 { margin: 7px 0 7px 0; }
		
	h2 a { 
		padding: 0 1px 0 1px;
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
h3 {}

p {
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 7px;
}

	.sidebar { 
		line-height: 19px;
		font-size: 12px; 
		color: #2e2e2e;
	}

	#footer p {
		position: absolute;
		top: 21px;
		right: 60px;
	}
	
p.postmetadata, p.postmetadata a {
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
	color: #9c9c9c;
}

p.postmetadata a { text-decoration: underline;}

a {
	color: #2f6f9d; 
	text-decoration: none;
	border: none;
	}
	
	#nav a:hover { background-color: #333333; }
		
a:hover { text-decoration: underline; }	
	
a:visited { /* text-decoration: line-through; */ }

a img { border: 1px solid #000000; }

abbr {
	border: none;
}

/* STRUCTURE */
#wrapper {
	width: 900px;
	margin: auto;
	/* background: transparent url(images/bg_bottom.jpg) bottom left no-repeat; */
}

#header {
	height: 60px;
	position: relative;
	top: 40px;
}

.bar { background-color: #000000; }
	
		#nav {
			position: relative;
			padding: 21px 0 0 60px;
			z-index: 99;
		}
		
		#logo {
			position: absolute;
			width: 273px;
			height: 97px;
			top: 0px;
			left: 290px;
			background: url(images/3am_logo_blue.png) top left no-repeat; 
			cursor: pointer;
			z-index: 98;
		}
		
		#player {	
			position: absolute;
			width: 300px;
			height: 25px;
			top: 20px;
			right: 10px;
			overflow: visible;
			z-index: 99;
		}
				
#container { 
	height: 100%;
	margin: 80px 50px 0 0; 
}
	
	#content {
		width: 450px;
		position: relative;
		float: left;
		left: 60px;
	}
		
		.post {
			margin-bottom: 23px;
		}
	
			.entry {
			}
		
		div.navigation { margin-bottom: 20px; }
	
	.sidebar {
		width: 280px;
		float: right;
		margin: 0 0 50px 0;
		/* background: url(images/sb_bg.png) top left repeat-y; */
		/* *background: #d5d5d5 none; */
	}
		
		#lastfm {
			height: 234px;
			margin-top: 13px;
			*margin-top: 3px;
			right: 10px;
		}
		
		.sidebar_inner {
			padding-top: 1px;
			background: #d5d5d5 none;
		}
		
			div.textwidget form { margin-left: 6px; }
	
			#search {}

#footer {
	height: 60px;
	clear: both;
	background-color: #000000;
}

/* LISTS */
#tier1 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

#tier1 li, #tier1 li a { /* all list items */
	float: left;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}

#tier1 li li {
	*float: none;
}

#tier1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.15em;
	left: 0;
	background-color: #000000;
}

li > ul {
	top: auto;
	left: auto;
}

#tier1 li:hover ul, #tier1 li.over ul { display: block; }

	#footer #tier1 { 
		position: absolute;
		margin: 21px 0 0 60px; 
	}

#tier1 li a {
	padding-right: 20px;
	padding-left: 3px;
}

li.page_item a {
	}

.sidebar ul { 
	margin: 0 6px 9px 6px; 
}

.entry ol {
	font-size: 12px;
	margin: 10px 0 10px 30px;
}

	.entry ol li { margin-bottom: 3px;}

/* IMAGES */
p img.alignleft {
	position: relative;
	float: left;
	margin: 0 12px 7px 0; 
}

#flickrrss img { margin: 0 3px 7px 7px; }

span.flickr_photo a img { 
	margin: 0 6px 6px 0; 
}

img.no_border { 
	border: none; 
	margin: 0 0 0 10px;
}
img.paypal { margin: 11px 0 0 0; }
img.bot_margin { margin-bottom: 40px; }
img.inline {
	position: relative;
	display: inline;
}

.widget_rss img {
	position: relative;
	float: right;
}

/* TABLES */
body table.gigs {
	font-family: "Univers 57 Condensed","Arial Narrow",Arial;
	font-size: 15px;
	border: none;
}

	body table.gigs tr.gig { border: none; }
	
/* SOCIAL HOMES WIDGET */
.socialhomes { margin-left: 8px; }

/* TWITTER WIDGET */
li.widget_twitter { *margin-top: 7px; }

/* COMMENTS */
.comments-template{
	margin: 0 0 0;
/*	border-top: 1px solid #ccc;
*/	padding: 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0 0 0;
	line-height: 18px;
	padding: 0 0 10px;
/*	border-bottom: 1px solid #ccc;
*/}

.comments-template h2, .comments-template h3{
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	width: auto;
	font-family: "Univers 67 Condensed", "Arial Narrow", Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0 1px 0 1px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* INPUTS */
form input { 
	background-color: #999999;
	font-size: 10px;
	margin: 0 5px 0 0;
}


.audioplayer_container {
	display: none;
}
