/*
Theme Name: J&R Entertainment Theme
Theme URI: http://jandrentertainment.net
Description: A custom theme.
Version: 1.0
Author: Jonathan Zornow
Author URI: http://jonzornow.com/
*/


body {
	background-image: url(images/background_solid.png);
	background-position:top;
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: 600;
	color: #664302;
	/* color: #000000; */
}

a:hover {
	text-decoration: underline;
}

#body_wrapper1 {
	background-image: url(images/background_gradient.png);
	background-position:top;
	background-repeat:repeat-x;
	width: 100%;
	min-height: 386px;
	display: block;
	margin: 0px;
	padding: 0px;
}


#body_wrapper2 {
	background-image: url(images/splatter_pattern.png);
	background-position:left;
	background-repeat:repeat;
	width: 100%;
	height: 100%;
	min-height: 386px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#trunk1 {
	background-image: url(images/trunk_pattern.png);
	background-position: top center;
	background-repeat:repeat-y;
	width: 966px;
	margin: auto;
	min-height: 386px;
}

#trunk2 {
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 750px;
	margin: auto;
	min-height: 413px;
}

#header {
	position: relative;
	display: block;
	height: 200px;
	margin: auto;
}

#eq {
	position: absolute;
	background-image: url(images/eq.gif);
	background-position: top left;
	background-repeat:no-repeat;
	display: block;
	height: 103px;
	width: 441px;
	top: 19px;
	left: 54px;
}

#banner {
	position: absolute;
	background-image: url(images/banner.png);
	background-position: top left;
	background-repeat:no-repeat;
	display: block;
	height: 63px;
	width: 517px;
	left: 23px;
	top: 65px;
	overflow: hidden;
	line-height: 200px;
}

#dj {
	position: absolute;
	background-image: url(images/dj.gif);
	background-position: top left;
	background-repeat:no-repeat;
	display: block;
	height: 128px;
	width: 212px;
	left: 508px;
	top: 0px;
}

#serving {
	position: absolute;
	background-image: url(images/serving.png);
	background-position: top left;
	background-repeat:no-repeat;
	display: block;
	height: 46px;
	width: 318px;
	left: 20px;
	top: 110px;
	overflow: hidden;
	line-height: 200px;
}

#call {
	position: absolute;
	background-image: url(images/call.png);
	background-position: top left;
	background-repeat:no-repeat;
	display: block;
	height: 42px;
	width: 265px;
	left: 460px;
	top: 110px;
	overflow: hidden;
	line-height: 200px;
}

#nav {
	width: 750px;
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 150px;
	text-align: center;
}

#nav ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 2px solid #000000;
}

#nav li.first {
	border: none;
}

#nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/navbgd.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	width: 91px;
	overflow: visible;
}

#nav a:hover {
	color: #FFFFFF;
}

#content {
	width: 680px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 50px;
	margin-right: 12px;
	padding-left: 6px;
	padding-right: 6px; 
}

#sidebar ul {
	/* margin: 0px;	*/
	padding: 0px 0px 10px 0px;
	line-height: 150%;
	list-style: none;	
}

#sidebar li {
	list-style: none;	
}

#sidebar ul li, #sidebar ul li ul li {
	list-style: none;
}

#sidebar h2 {
	/* border-top: 1px double #000; */
	border-bottom: 1px solid #000;
	margin: 13px 0 3px 0px;
	padding-left: 0px;
	line-height: 1.6em;
	text-align: center;
	font-size: 14px;
}

#sidebar h2 a:hover{
	text-decoration: underline;
}

#sidebar h2 a, a:visited{
	text-decoration: none;
	font-color: #000;	
}




#content-body {
	float: right;
	width: 455px;
	margin-bottom: 50px;	
}

#content-body-wide {
	float: left;
	width: 655px;
	margin-bottom: 50px;
	padding-left: 6px;
	padding-right: 6px; 	
}

#footer {
	margin: 20px auto 0px auto;
	clear: both;
	text-align: center;
	font-size: 11px;
	background-image: url(images/footer_bgd.png);
	background-position: top center;
	background-repeat:repeat-x;
	height: 90px;
	display: block;
	width: 694px;
}


.frame-content {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 20;
}

.frame {
	height: 200px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 21;
	position: absolute;
	top: 0px;
	left: 0px;
}

.imageframe {
	position: relative;
	display: block;
}

.clearleft {
	clear: left;
}	

/* ******** music custom list ****** */
.musiclist {
	margin: 0px 4px 1px 4px;
	padding: 0px 3px;
	list-style-type: none;
}

.musiclist li, .musiclist li li {
	list-style-type: none;
	margin: 0;
	padding-top: 6px;
	padding-left: 16px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height: 1.6em;
	font-size: 10px;
}

.musiclist li.current_page_item, .musiclist li li.current_page_item,
.musiclist li.current-cat, .musiclist li li.current-cat { 
  background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.musiclist li a:hover, .musiclist li li a:hover {
	text-decoration: underline;
}

