/*
Theme Name: Custom Base Theme
Theme URI: 
Description: Key Design Websites custom built theme
Version: 1.0
Author: Key Design Websites
Author URI: http://www.keydesignwebsites.com
*/

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(images/bg.jpg) top center repeat-x #F3F3F3;
 margin: 0;
 padding: 0;
}

img { border: none;}

a:hover img { opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#wrapper {
 margin:20px auto;
width:1044px;
background:#fff;
}


#content {
	padding: 10px;
	background: #fff;
}

#inner {
}

#edit {
	}

#radio {
}

#product_slide {
	clear:both;
}

.product {
	float:left;
	margin-right:5px;
	padding:5px;
	width: 240px;
	text-align: center;
	border: 1px solid #627CA1;
	}
	
.product-last {
	float:left;
	padding:5px;
	width: 240px;
	border: 1px solid #627CA1;
	text-align: center;
	}
.listen-now {margin:10px 0; clear:both;}	

#player {
}

#callout {
}

#footer {
clear:both;
width: 100%;
}

.footer_inner {
width: 1024px;
margin: 0 auto;}


#sidebar { 
	width:307px;
	min-height: 400px; 
	float:right;
	background:#fff;
	border-left:1px dotted #000; 
   }

.hotbar {padding:20px; margin:0;}

.hotbar li { list-style:none;
	padding:0;
	margin:0;}
	
.hotbar a {
	color: #000;
	}	


/* =Menu
-------------------------------------------------------------- */

#nav {
	background:url(images/nav_bg.png) repeat-x top;
	height:59px;
	width:100%;
}

.menu {
	width:1024px;
	margin:0 auto;
}

#nav.menu-header,
div.menu {
	font-size: 18px;
}
#nav .menu ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#nav .menu li,
div.menu li {
	float:left;
	position: relative;
}
#nav a {
	display:block;
	
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	line-height:38px;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:-40px;
	float:left;
	width: 180px;
	z-index: 99999;
	margin-left: -50px;
}
#nav ul ul li {
	min-width: 80px;	
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul ul a {
	background:#BFDCD8;
	color:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#nav li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#nav ul li:hover > ul {
	display:block;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #fff;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color:#fff;
}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/*###########   Float Classes ###########*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}