/*
Theme Name: Groove Juice
Theme URI: http://wowwebsitedesigns.com/
Description:
Version: 1.0
Author: Chris Tennyson
Author URI: http://www.wowwebsitedesigns.com
Tags: 

*/

body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
height:100%;
margin:0px;
padding:0px;
}
img#bg{
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
z-index:-1;
filter:alpha(opacity=50);
opacity:0.5;
}
a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
body a:hover{
color:#FF0000;
}
h1{
font-size:20px;
}
h2{
font-size:18px;
}
td h2{
	font-size:14px;
}
hr {
	background:url(images/gj_hr.jpg) repeat-x;
	height:12px;
	background-color:#000000;
	border-color:#000000;
	border:none;

	
}

#page{
width:820px;
margin:0px auto;
}

#header{
	width: 820px;
	margin: 0px auto;
}

#headerimg{
}

#navbar{
	background:url(images/gj_navbar.jpg) repeat-x;
	font-weight:bold;
	font-size:14px;
	width:827px;
	height:34px;
	margin-bottom:12px;
	border:3px solid #000000;
}
#navbar a:hover{
color:#FF0000;
}

#content_top{
	background:url(images/gj_content_top.jpg) no-repeat ;
	height:10px;
	width:827px;
}

#content{
background:url(images/content_bg.jpg) repeat-y;
width:815px;
padding: 0 7px;
overflow:hidden;

}
#content_container{
	margin:0px 5px 20px 20px;
	width:550px;
}
#content_bottom{
background:url(images/gj_content_bottom.jpg) no-repeat;
height:10px;
width:827px;
margin-bottom:10px;
}
.entry{
padding-right:15px;
}
#sidebar{
	background:url(images/gj_sidebar.jpg);
	width:200px;
	float:right;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	padding-left:15px;
}
#sidebar h2{
	margin: 10px 10px 10px -20px;
	color:#FF0000;
}
#sidebar ul{
margin:0 0 0 10px;
padding:0px 10px;
}
#sidebar ul li{
padding:0px;
list-style:none;
}
#sidebar ul li ul{
margin:0px;
padding:0px;
}
#sidebar ul li ul li{
	margin:10px; 
	padding:0px;
}
.widgettitle{
	/* background:transparent url(images/gj_navbar.jpg) repeat scroll 0 0;*/
	padding:7px 25px;
}
#footer{
background:url(images/gj_navbar.jpg) repeat-x;
padding:10px 0 10px 0;
margin-bottom:25px;
text-align:center;
width:827px;
border:3px solid #000000;
}

.artist_container{
width:600px;
float:left;
border:solid 4px #111111;
}
.artist_image{
	margin:10px 10px 0px 10px;
	width:140;
	height:186;
	float: left;
}
.artist_info{
	float:left;
	width:440px;
}
.artist_url{
	margin:4px;
	font-weight:bold;
}
.artist_info h2{
	width:425px;
	background-color:#990011;
	padding:2px 10px;
	margin:10px 0px;
}
.eframe{
	overflow-y:visible;
	overflow-x:scroll;
}
.quotebox{
	background:url(http://www.groovejuiceinc.com/images/endorsers_quotebox.jpg) no-repeat;
	overflow:visible;
	float:left;
	height:50px;
	/*Firefox only reads this */
	/**/height:55px;/**/
	padding:23px 10px 0px 15px;
	margin-left:0px;
	text-align: center;
	width: 425px;
	margin-bottom:1px;
}

.postmetadata{
	clear:both;
}
form #comment{
	width:450px;
	height:100px;
	background-color:#CCC;
}

.quote{
	-moz-border-radius:5px;
	padding:10px;
	background-color:#333;
}
.usdist{
	margin:6px;
	padding:8px;
	border:1px solid #FFF;
}
.usdist:hover{
	background-color:#333;
}

.wp-caption-text{
	text-align:center;
}

.alignleft{
float:left;
}
.alignright{
float:right;
}
.aligncenter{
margin:0px auto;
}


