/*
Theme Name: WVAU
Theme URI: http://www.outtolunchproductions.com/work
Description: Custom WordPress Theme developed by Out to Lunch Productions. Design and layout by Ross Nover.
Version: 1.0
Author: Carter Fort, Ross Nover
Author URI: http://outtolunchproductions.com


Swatch Colors:
Rich Blue: 00c0e0
Light Aqua Blue: 1cc5c7
Pale Goldenrod: fdaf17
Deep Red: f1241f


*/

/* Resets and Overrides 
========================*/

*
{
	margin: 0;
	padding: 0;
}

img
{
	border:none;
}

:focus
{
	outline: 0;
}

/* Links and Type
========================*/
body
{
	background: #fff;
	color: #686868;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a:link, a:active, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.readmore
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
}

a.readmore:hover
{
	text-decoration: underline !important;
}

.entry a
{
	color: #f1241f;
	text-decoration: underline;
}

.entry a:hover
{
	text-decoration: none;
}

.aqua a:link, .aqua a:active, .aqua a:visited
{
	color: #1cc5c7;
}

.golden-rod a:link, .golden-rod a:active, .golden-rod a:visited
{
	color: #fdaf17;
}

.red a:link, .red a:active, .red a:visited
{
	color: #f1241f;
}


.interest a:link, .interest a:active, .interest a:visited, .single-meta a:link, .single-meta a:active, .single-meta a:visited, #respond a:active, #respond a:visited
{	
	color: #1cc5c7;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#meta a:link, #meta a:active, #meta a:visited, #respond a:link
{
	color: #1cc5c7;
	text-decoration: none;
	text-transform: capitalize;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #dfdfdf;
}

.interest a:hover
{

}

a.aquabox
{
	background: #1cc5c7;
	color: #fff;
	padding: 5px 10px;
	width: auto;
}

.comment-meta a
{
	color: #fff;
	font-weight: bold;
}


h1
{}

h1 a
{}

h1 a:hover
{}

h2
{

	padding-bottom: 10px;
}

h2 a
{
	color: #f1241f;
	font-family: Lucida Grande, sans-serif;
	font-size: 24px;
	text-decoration: none;
}

h2 a:hover
{}

h3
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 10px;
}

h3.aqua
{background: #1cc5c7}
h3.golden-rod
{background: #fdaf17}
h3.red
{background: #f1241f}

h3 a
{}

h3 a:hover
{}

h4
{
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

strong
{
	color: #000;
}

/* Layout
========================*/
.wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 985px;
}
#header
{
	background: #000 url(images/header-bg.jpg) repeat-x center center;
	height: 214px;
	min-width:984px;
}

#search
{
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}

#content
{

}

#main
{
	float: left;
	margin-left: 10px;
	width: 635px;
}

#topic
{
	background: #000;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sidebar
{
	float: right;
	margin-bottom: 20px;
	width: 325px;
}

#sidebar div
{
	margin-bottom: 10px;
	width: 310px;
}

#sidebar div.aqua
{background: #fff; border: 1px solid #1cc5c7}
#sidebar div.golden-rod
{background: #fff; border: 1px solid #fdaf17}
#sidebar div.red
{background: #fff; border: 1px solid #f1241f}

#sidebar-back
{
	background: #e6e6e6;
	position: relative;
	top: 15px;
	left:15px;
	width: 315px;
}

#sidebar-content
{
	position: relative;
	top:-10px;
	left: -10px;
}

#sidebar #twitter_div
{
	margin-bottom: 0;
}

#follow
{
	background: #1cc5c7 !important;
	height: 40px;
}

#footer
{
	background: #000 url(images/footer-bow.png) repeat-x ;
	clear: both;
	display: block;
	font-size: 14px;
	height: 150px;
	padding-top: 50px;
}

#logo
{
	float: left;
	margin-top: 45px;
}

.post
{
	border-bottom: #d2d2d2 solid 1px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.full-post
{
	background: url(images/entry-divider.png) no-repeat left bottom;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 40px;
}

.full-post.dj img.attachment-150x150{
	float: left;
	margin:0 10px 10px 0;
}

.interest
{
	float: left;
	font-size: 10px;
}

.single-meta
{
	background: url(images/entry-divider.png) no-repeat left bottom;
	font-size: 10px;
	margin-bottom: 10px;
	padding-bottom: 40px;
	text-transform: uppercase;
}

#meta
{
	font-weight: bold;
	margin-bottom: 10px;
}

/* Text Styles
========================*/

blockquote 
{
	margin: 5px 0 15px;
	background-image: url(images/open-quote.png);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	padding: 20px 60px 5px;;
 }


.entry blockquote p 
{
	background-image:url(images/close-quote.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	font-size: 16px;
	line-height: 22px;
	display:block;
	padding-right:50px;
}

.entry p
{
	line-height: 18px;
	padding-bottom: 10px;
}

.byline
{
	color: #000;
	float: right;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
}

#schedule ul
{
	font-size: 20px;
}

#schedule li
{
	margin-bottom: 10px;
}

#follow p
{
	color:#FFFFFF;
	float:left;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:41px;
	padding-left: 10px;
}

#sidebar ul
{
	list-style: none;
	padding: 10px;
}

#sidebar li
{
	font-weight: bold;
	padding-bottom: 5px;
}

#links ul
{
	list-style: none;
}

.blockwrap
{
	display: block;
	margin-bottom: 10px;
	margin-top: -5px;
}

a.block, #submit
{
	background:#1cc5c7;
	color:#FFFFFF !important;
	font-family:Arial,sans-serif;
	font-size:14px;
	margin-left:9px;
	padding:5px;
}

#twitter a.block
{
	background: #fdaf17;
}

#twitter li
{
	border-bottom:1px solid #D2D2D2;
	font-weight:normal;
	margin:0 -10px 10px;
	padding:0 15px 10px;
}

#twitter_div li span
{
	display: block;
}

#copyright
{
	color: #454545;
	float: right;
	line-height:18px;
	text-align:right;
}

#now-playing
{
	color:#00C0E0;
	font-size:16px;
	margin-left:385px;
	padding-bottom:45px;
	padding-top:82px;
	width:500px;
}

#now-playing img
{
	padding-left: 180px;
	padding-top: 30px;
}

#current
{
	display: none;
}

#shows
{
	list-style: none;
	padding-left: 45px;
	position:relative;
	top:26px;
	width:340px;
}

#shows li
{
	margin-bottom: 5px;
}

#shows .current-show, #no-show
{
	display:block;
	line-height:1.1em;
	margin-top:1px;
	text-indent:120px;
}

#shows .next-show
{
	display: block;
	font-size: smaller;
	font-style: italic;
	opacity: .5;
}

.specific-slot
{
	display: none;
}

.next-show .specific-slot
{
	display: block;
}

#listen-now
{
	left:720px;
	position:relative;
	top:-40px;
	width:140px;
}

#listen-now a:link, #listen-now a:visited, #listen-now a:active
{
	color: #fdaf17;
	font-weight: bold;
	font-size: 20px;
}

/* Navigation
========================*/

#topnav
{
	background: #1cc5c7;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

#topnav li
{
	margin-right: 25px;
}

#topnav a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover
{
	color: #fff;
}

#high-top-fade
{
	background:transparent url(images/high-top-fade.png) repeat-x scroll 0 0;
	display:block;
	height:25px;
	margin-bottom:-25px;
	position:relative;
	top:-25px;
	width:100%;
}

.nav
{
	list-style: none;
	margin-left: 10px;
}

.nav li
{
	float: left;
}

#go
{
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	background:#000000 none repeat scroll 0 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border:0 none;
	color:#FFFFFF;
	display:inline;
	font-size:16px;
	height:26px;
	padding:3px;
	position:relative;
	top:-1px;
	width:38px;
}

#s
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border:1px solid #00C0E0;	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#B2B2B2;
	font-size:15px;
	height:20px;
	margin-right:-5px;
	padding:3px 3px 3px 20px;
	position:relative;
	top:-3px;
}

#follows 
{
	float: right;
	list-style: none;
	position:relative;
	top:-10px;
	padding: 0 !important; 
}

#follows li
{
	float: left;
	margin-right: 5px;
	width: auto;
}

.post-navigation
{
	background: #1cc5c7;
	display: block;
	font-size: 16px;
	height: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 10px;
}

.post-navigation a
{
	color: #fff;
}

#bottom-nav a
{
	color: #fff;
	text-decoration: none;
}

#bottom-nav li
{
	margin-right: 15px;
}

.scheduling
{
	margin-bottom: 10px;
	margin-left: 10px;
}

.scheduling li
{
	margin-bottom: 5px;
}

/* Images
========================*/

.wp-caption {
	-moz-border-radius:3px;
	border-radius: 3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	display:block;
	height:auto;
	margin:10px 0 0;
	max-width:96%;
	padding-top:4px;
	text-align:center;
}
* html .wp-caption {
	height:100%;
}

.post img[class~="size-full"] {
	height:auto;
	max-width: 96%;
}

.wp-caption img {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-caption p.wp-caption-text {
	color:#666666;
	font-size:0.8em;
	line-height:13px;
	margin:0;
	padding:2px 4px 5px;
}
.post img.alignleft {
	float:left;
	margin:10px 10px 5px 0;
}
.post img.alignright {
	float:right;
	margin:10px 0 5px 10px;
}
.post img.aligncenter {
	display:block;
	margin:10px auto;
}
.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft, div.alignleft {
	float:left;
	margin:10px 10px 5px 0;
}
.alignright, div.alignright {
	float:right;
	margin:10px 0 5px 10px;
}
.post img {
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	padding:5px;
}

.attachment-300x300
{
	float: left;
	margin-right: 10px;
}

#flickr-photos
{
	padding-left:10px;
	padding-top:10px;
}

.flickr-wrapper
{
	float:left;
	height:90px;
	margin-right:10px;
	overflow:hidden;
	width:90px !important;
}

.flickr-wrapper img
{
	width: 140px;
}

/* Forms
========================*/

#submit
{
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0 !important;
}

#commentform p
{
	font-size: 16px;
}

#commentform input, #commentform textarea
{
	border: 1px solid #1cc5c7;
	margin-bottom: 10px;
	padding: 3px;
}

#respond
{
	clear: both;
}

.commentlist
{
	list-style: none;
}

.avatar
{
	float: left;
	margin-right: 10px;
	width: auto;
}

li.comment
{
	clear: both;
}

.comment-meta
{
	color: #fff;
	background: #fff;
	padding: 5px 10px;
}

.odd .comment-content
{
	border: 1px solid #1cc5c7;
	border-top: 0;
}

.even .comment-content
{
	border: 1px solid #f1241f;
	border-top: 0;	
}

.odd .comment-meta
{
	background: #1cc5c7;
}

.even .comment-meta
{
	background: #f1241f;
}

.comment-content
{
	background: #fff;
	left: -10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	z-index: 5;
}

.comment-shadow
{
	background: #E6E6E6;
	left: 10px;
	margin-bottom: 20px;
	margin-left: 60px;
	position: relative;
	top:10px;
	width: 80%;
}

.comment-content p
{
	margin: 10px;
}

/* Misc
========================*/

.left
{
	float: left;
}

.right
{
	float: right;
}
.clr
{
	clear: both;
	margin: 0 !important;
}
.capitals
{
	font-weight: bold;
	text-transform: uppercase;
}