@charset "UTF-8";


/* ******************************
 * Utilities  *********************
 ****************************** */
.clear { clear:both; }
.hidden { display:none; }
.floatLeft { float:left; }
.floatRight { float:right; }
.error { font-weight:bold; color:#d00;}
/* ******************************
 * Global Defaults **************
 ****************************** */
body {
    width:100%;
    height:100%;
    position:relative;
    text-align:center;
    font-size:12px;
    font-weight:normal;
    font-family: Arial;
	color:#000;
	min-width:1008px;
	padding: 25px 0;
	background: #102964 url('/wp-content/themes/wdwradio/_img/backgrounds/stars.jpg') top center no-repeat;
	margin-top:25px!important;
}
a:link, a:active {
    color:#1842ab;
    text-decoration:underline;
}
a:visited {
    color:#1842ab;
    text-decoration:underline;
}
a:hover {
    color:#1842ab;
    text-decoration:underline;
}

#center-container {
	width:1000px;
	margin:auto;
}

#container {
	width:1000px;
	border:#336dfc 2px solid;
	margin-bottom:15px;
	float:left;
	text-align:left;
}

#container #header #logo-wrapper {
	background: url('/wp-content/themes/wdwradio/_img/backgrounds/logo-gradient.jpg') top left repeat-x;
	width:1000px; height:85px;
	position:relative;
	border-bottom: #336dfc 2px solid;
}
#container #header #logo-wrapper #logo {
	width:613px; height:111px;
	position:absolute;
	top: -26px; left:50px;
}

#header form {
	position:absolute;
	left:734px; top:40px
}

#header { position:relative; }
#header form .search-text {
	border:#336dfc 2px solid;
	font-size:11px;
	width:200px;
	height:15px;
	padding:5px;
}

.on-top
{
  z-index: 10000;
}

/* ******************************
 * Featured Items  ***************
 ****************************** */
#container #header #featured-wrapper {
	position:relative;
	display:block;
	height:180px;
}
 
#container #header #featured-content {
	float:left;
	width:600px; height:180px;
	background-color:#fff;
}

#container #header #featured-shop {
	float:right;
	width:399px; height:180px;
	border-left:#fff 1px solid; 
	background-color:#fff;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#container #header #featured-shop a { text-decoration:none; }
#container #header #featured-shop a:hover { text-decoration:underline; }


#container #header #featured-shop img.featured {
	position:absolute; left:14px; top:14px;
	/*border:#1842ab 1px solid;*/
}

#container #header #featured-shop .slider-item {
	position:relative;
}


#container #header #featured-shop .slider-item .title {
	position:absolute; left:149px; top:12px;
	font-size:12px; font-weight:bold;
	color:#1842ab;
	width:235px;
	line-height:14px;
}

#container #header #featured-shop .slider-item .content {
	position:absolute; left:149px; top:32px;
	font-size:11px;
	color:#1842ab;
	width:235px;
	line-height:14px;
	background:none;
}

#container #header #featured-shop .slider-item .content p {
	padding-bottom:3px;
}


#container #header #featured-shop .slider-item .price {
	position:absolute; left:149px; top:122px;
	font-size:12px;

	width:201px;
	line-height:14px;
	font-style:italic;
	font-weight:bold;
}

	
/* ******************************
 * Main Navigation **************
 ****************************** */
#main-nav,
#main-nav ul,
#main-nav ul li

{
	
 	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-family: Arial, Arial;
	text-align:center;

}



#main-nav {
	position:absolute;
	width:1000px;
	height:40px;
	position:relative;
	margin:auto;
	border-bottom: #336dfc 2px solid;
}

	/* Main nav links */
	#main-nav ul {
		list-style: none;
		float: left;
		width: 100%;
	}
	
	#main-nav ul li { float:left; height: 40px; position:relative; }
	#main-nav ul li a { display: block; height: 40px; }
	#main-nav ul li a span { display: none; }
	
	#main-nav ul li a.home { width:111px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') top left no-repeat; }
	#main-nav ul li a.about { width:111px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -111px 0 no-repeat; }
	#main-nav ul li a.blog { width:113px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -222px 0 no-repeat; }
	#main-nav ul li a.podcasts { width:111px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -335px 0 no-repeat; }
	#main-nav ul li a.videos { width:112px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -446px 0 no-repeat; }
	#main-nav ul li a.social { width:111px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -558px 0 no-repeat; }
	#main-nav ul li a.forums-main { width:104px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -669px 0 no-repeat; }
	
	#main-nav ul li a.trivia { width:115px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -773px 0 no-repeat; }

	#main-nav ul li a.shop { width:112px; background: url('/wp-content/themes/wdwradio/_img/nav/main-nav.png') -888px 0 no-repeat; }


	.dropdown {
		width:170px;
		background-color:#3669d0;
		border:#336dfc 2px solid;	
		border-top:0px;
		float:left;
		position:absolute;
		z-index:101;
		left:-35px;	
		display:none;
	}
	
	.dropdown-last {
		width:150px !important;
		left:-40px !important;
	}
	
	
	.dropdown ul li { width:100%; float:left; background-image:none; height:30px !important; }
	.dropdown ul li a.item { 
		display:block; 
		font-size:12px; 
		color:#ddd; 
		text-decoration:none; 
		font-weight:bold; 
		width:170px;
		padding:0 !important; margin:0 !important;
		height:30px !important;
		line-height:30px;
	}
	
	.dropdown-last ul li a.item {
		width:150px !important;
	}
	
	.dropdown ul li a:hover { color:#fff; background-color:#316dff; }

	
/* ******************************
 * Side Bar *********************
 ****************************** */
ul#latest-list {
	margin:0; padding:0;
}


ul.latest-list li {
	list-style:none;
	height:25px;
	line-height:25px;
	font-size:11px;
}

li.widget {
	width:100%;
	clear:both !important;
	margin-bottom:15px;
	margin-left:0 !important;
	padding-left:0 !important;
	list-style:none;
	text-align:left;
	float:left;
}


/* Wordpress Plugin Styles */


.side-bar-newsletter {
	width:280px; 
	border:#d5d5d5 1px solid;
	background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x;
	padding:10px 5px 10px 5px;
	text-align:left;
}

.side-bar-newsletter h2 {
	font-size:18px; 
	color:#1842ab;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:#d5d5d5 1px solid;
	margin-bottom:15px;
}

.side-bar-newsletter form label { display:block; padding-bottom:3px; font-size:11px; }


.side-bar-shop-login {
	width:280px; 
	border:#d5d5d5 1px solid;
	background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x;
	padding:10px 5px 10px 5px;
	text-align:left;
	height:180px;
}

.side-bar-shop-account { width:280px;  border:#d5d5d5 1px solid; background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x; padding:10px 5px 10px 5px; text-align:left; height:150px;
}

.side-bar-shop-account h2 { font-size:18px; color:#1842ab; font-weight:bold; padding-bottom:15px; border-bottom:#d5d5d5 1px solid; margin-bottom:15px; }

.side-bar-shop-account ul#sidebar-account li { list-style:none; padding-bottom:10px; }

.side-bar-shop-login h2 {
	font-size:18px; 
	color:#1842ab;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:#d5d5d5 1px solid;
	margin-bottom:15px;
}

.side-bar-shop-login form label { display:block; padding-bottom:3px; font-size:11px; }

/*.side-bar-newsletter form input { padding:3px;} */

.side-bar-categories {
	width:300px; 
	border:#d5d5d5 1px solid;
	background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x;
}

#side-bar-categories ul {
	list-style:none;
	width:280px;
	padding:10px 10px 0 10px;
}

#side-bar-categories ul li {
	padding-bottom:10px;
	text-align:center;
	width:100%;
}

/** POLLS **/
#sidebar ul li ul.wp-polls-ul li {
	padding-bottom:10px;
}
#sidebar ul li.widget_polls-widget {
	padding:10px 0 10px 0px;
	width:300px; 
	border:#d5d5d5 1px solid;
	background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x;
}

#sidebar ul li .wp-polls-form { padding-left:10px; }

#sidebar ul li.widget_polls-widget .wp-polls { width:290px; }
#sidebar ul li.widget_polls-widget .title { padding-bottom:15px; }


#categories-header {  padding:10px; font-weight:bold; font-size:12px; }


#side-bar-archives {
	width:300px; 
	border:#d5d5d5 1px solid;
	background: url('/wp-content/themes/wdwradio/_img/sidebar/gradient.jpg') top left repeat-x;
}

#archives-list {
	padding:0 10px 0 0;
}

#side-bar-archives ul {
	list-style:none;
	width:280px;
	padding:0px 10px 0 10px;
}

#side-bar-archives ul li {
	padding-bottom:10px;
}

#archives-header {  padding:10px; font-weight:bold; font-size:12px; }

#archives-list h4 { padding-bottom:10px; }

h4 .ui-state-active a { font-weight:bold; text-decoration:none; color:#000; }

.wp125ad img { width:125px; height:125px; }

h2.widgettitle { display:none; } 

.textwidget {text-align:left; margin:0; padding:0;}
	
/* .side-bar-module #cat-item
 */

/* ******************************
 * Content ***********************
 ****************************** */
#body-wrapper {
	background-color:#d5d5d5;
	width:988px;
	padding:6px 6px;
	float:left
}

#body-wrapper-innards {
	background: #fff url('/wp-content/themes/wdwradio/_img/backgrounds/body-innards-back.jpg') 0 -16px repeat-x;
	width:971px;
	border:#bbbbbb 1px solid;
	padding: 15px 7px 10px 7px;
	float:left;
	text-align:left;
	/*min-height:500px;*/
}
	

#body-wrapper-innards #home-content-left {
	width:630px;
	float:left;
	padding-left:10px;
	/* border-right:#eee 1px solid; */
}

.home-module {
	width:625px;
	text-align:left;
	margin-bottom:10px;
}


#body-wrapper-innards #home-content-right {
	width:300px;
	float:right;
	padding-right:5px;
}










