 /*
    Theme Name: Radio Theme for Genesis
    Theme URI: http://radio.gregrickaby.com/
    Description: A child theme created for the Genesis Framework. Please <strong>do not modify</strong> this stylesheet, as it will be overridden in updates.
    Author: Greg Rickaby
    Author URI: http://gregrickaby.com

    Version: 1.4

    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns, three-columns, mobile responsive, responsive, timthumb, jFlow, radio

    Template: genesis
    Template Version: 1.8.1

    License: GNU General Public License v2.0 (or later)
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Nivo Featured Content Slider
* Homepage Columns
* Social Media Icons
* DJ Rotator Widget
* Genesis Featured Widget Amplified
* Radio Featured Video Widget
* Photo Page & NextGen Gallery
* Mail Chimp
* Listen Live Button
* Radio Red
* Radio Orange
* Radio Green
* Radio Blue
* Radio Light Blue
* Radio Indigo
* Radio Violet
* Radio Brown
* Radio Black
* Live Toolbar
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

#fb-root {
	display: none;
	visibility: hidden;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #891918;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #000;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 40px auto;
	width: 960px;
	clear: both;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 105px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 220px;
}

#title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 730px;
}

#header .widget-area .textwidget {
	padding: 5px 0 0;
	margin: 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 220px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

.header-image #header {
	background-position: 5px 5px;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu {
	clear: both;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	margin: 5px 0 5px;
	overflow: hidden;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 5px 0;
	margin: 0;
}

.sidebar .menu {
	background: none;
	width: inherit;
}

.menu ul {
	float: left;
	width: 100%;
}

.menu li {
	float: left;
	list-style-type: none;
}

.sidebar ul.menu li {
	width: 100%;
}

.menu a {
	color: #000;
	border-right: 1px solid #ddd;
	display: block;
	padding: 5px 10px 4px;
	position: relative;
}

.sidebar .menu a {
	border: none;
	color: #891918;
	padding: 0;
}

.sidebar .menu a:hover {
	text-decoration: underline;
}

.menu li a:active,
.menu li a:hover,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {
	background-color: #fff;
	color: #891918;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu li li a:active,
.menu li li a:hover {
	background-color: #f5f5f5;
	color: #891918;
}

.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu li ul a {
	width: 140px;
}

.menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a.sf-with-ul {

}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.menu .first-child {
	border-top: 1px solid #ddd;
}

.menu-secondary a  {
	border-right: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 10px 10px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	color: #333;
	padding: 5px 0 15px 0;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 10px 10px;
	width: 410px;
}

.home #content {
	padding: 0;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.content-sidebar.home #content,
.sidebar-content.home #content {
	width: 615px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

.entry-content a {
	text-decoration: underline;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	color: #333;
	font-size: 28px;
}

h2 a:hover {
	color: #891918;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 10px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 6px 7px 6px;
}

.widget-area h4 a {
	color: #fff;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.post img {
	height: auto;
	max-width: 98%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	padding: 4px 0 4px 0;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 330px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li {
	list-style: inside square;
	border: none;
}

.sidebar ul.menu ul.sub-menu li {
	list-style: none;
}

.sidebar ul.menu ul.sub-menu .first-child {
	border-top: 1px solid #ddd;
}

a.rsswidget:visited {
	color: #fff !important;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #ccc;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 0 15px;
	padding: 5px;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #000;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	color: #fff;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Nivo Featured Content Slider
------------------------------------------------------------ */

.nivoSlider {
	height: 300px;
	width: 960px;
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.7; /* Overridden by caption opacity setting */
	width: 100%;
	z-index: 8;
}

.nivo-caption p {
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: 700;
}

/* Default styles */

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -40px; /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left: 15px;
}


/* Homepage Columns
------------------------------------------------------------ */

#home-column-1 {
	display: inline;
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
}

#home-column-2 {
	display: inline;
	width: 400px;
	float: left;
}


/* Social Media Icons
------------------------------------------------------------ */

#social-media-icons {
	display: block;
	height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.facebook-button {
	float: left;
	width: 90px;
}

.twitter-button {
	float: left;
}

.gplus-button {
	float: left;
}

.pinterest-button {
	float: left;
	width: 70px;
}

.stumbleupon-button {
	float: left;
	width: 100px;
}

.linkedin-button {
	float: left;
}


/* DJ Rotator Widget
------------------------------------------------------------ */

.widget_dj_rotator_widget {
	text-align: center;
}

.widget_dj_rotator_widget h4 {
	text-align: left;
}


/* Genesis Featured Widget Amplified
------------------------------------------------------------ */

.sidebar .featuredpost {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.sidebar .featuredpost h2,
.sidebar .featuredpost p {
	padding: 0 10px 0 10px;
}

.featuredpage img,
.featuredpost img {
	width: 95%;
	padding: 4px 0 4px 0;
}

.sidebar .featuredpost iframe,
.sidebar .featuredpost object {
	height: 278px !important;
	width: 370px !important;
	max-width: 370px !important;
}

/* Radio Featured Video Widget
------------------------------------------------------------ */

.featured-video-video,
.featured-video-text {
	text-align: center;
}

.featured-video-video iframe,
.featured-video-video img,
.featured-video-video object,
.featured-video-video video {
	max-height: 208px;
	max-width: 90%;
}


/* NextGen Gallery & Photo Page
------------------------------------------------------------ */

.ngg-galleryoverview {
	margin-bottom: 15px;
}

.photos .photo-info {
	height: 200px;
	width: 200px;
	text-align: center;
	margin: 10px 10px 20px;
}

.photos .photo-info:hover {
	text-decoration: underline;
}

.photos .photo-info img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.photos .photo-title {
	height: 55x;
	padding: 10px;
}

.photos .photo-title p {
	font-size: 13px;
	line-height: 17px;
}


/* Mail Chimp
------------------------------------------------------------ */

#mc_embed_signup form {
	max-width: 100%;
}

#mc_embed_signup h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox]{
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio]{
	-webkit-appearance: radio;
}

#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	min-height: 50px;
	width: 96%;
	position: relative;
	padding: 0 0 3px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin: 0 7px 0 0;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 95%;
	padding: 8px 0;
	text-indent: 5px;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 95%;
	margin: 0 0 2px 0;
	padding: 5px 0;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 2px;
	padding: 5px 0 2px 0;

}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
	 width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin: 0;
}

#mc_embed_signup .asterisk {
	font-size: 24px;
	color: #c60;
}

#mc_embed_signup .mc-field-group .asterisk {
	position: absolute;
	top: 25px;
	right: 10px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	clear: both;
	float:left;
	width: 90%;
	margin: 0 5px;
	padding: 0 8px;
	overflow: hidden;
	top: 23px;
}

#mc_embed_signup div.response {
	float: left;
	width: 80%;
	font-weight: 700;
	margin: 16px 0;
	padding: 16px 8px 8px 0;
	top: 24px;
	z-index: 1;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	display: none;
	color: #529214;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	margin: 0 0 0 16px;
	padding: 8px 0;
}

#mc-embedded-subscribe {
	display: block;
	clear: both;
	width: auto;
	margin: 16px 0 16px 8px;
}

#mc_embed_signup #num-subscribers {
	font-size: 18px;
}

#mc_embed_signup #num-subscribers span {
	font-weight: 700;
	margin: 0 8px 0 0;
	padding: 8px;
	border: 1px solid #ccc;
}

/* Listen Live Button
------------------------------------------------------------ */

.listen-live-btn {
	background: url(images/listen-live-gradient.png) 0 0;
	height: 55px;
	width: 194px;
	margin: 20px auto 50px;
	padding: 5px 10px;
	border: 1px solid #333;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #666;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #666;
	border-radius: 5px;
	box-shadow: 0 1px 1px #666;
	cursor: pointer;
}

.listen-live-btn:hover {
	background: url(images/listen-live-gradient.png) 0 -63px;
	text-decoration: none;
}

.listen-live-btn a {
	font-size: 30px;
	font-weight: 700;
	color: #fff !important;
	line-height: 22px;
	text-decoration: none;
	text-shadow: 1px 1px #333;
	position: relative;
	top: 15px;
	left: 11px;
}

/* Radio Red
------------------------------------------------------------ */

.radio-red a,
.radio-red a:visited,
.radio-red .sidebar .menu a,
.radio-red .menu li li a,
.radio-red .menu li li a:link,
.radio-red .menu li li a:visited,
.radio-red .nivo-caption,
.radio-red .nivo-caption p,
.radio-red .nivo-caption a,
.radio-red .nivo-caption a:hover {
	color: #ec0a1e;
}

.radio-red .menu li a:active,
.radio-red .menu li a:hover,
.radio-red .menu .current_page_item a,
.radio-red .menu .current-cat a,
.radio-red .menu .current-menu-item a {
	background-color: #fff;
	color: #b10716;
}

.radio-red .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-red .widget-area h4 {
	background: #ec0a1e;
}

.radio-red h2 a:hover {
	color: #ec0a1e !important;
	text-decoration: underline;
}

.radio-red input[type="button"],
.radio-red input[type="submit"],
.radio-red div.gform_footer input.button  {
	color: #fff;
	background: #ec0a1e;
}

.radio-red input:hover[type="button"],
.radio-red input:hover[type="submit"],
.radio-red div.gform_footer input.button:hover {
	color: #fff;
	background: #b10716;
}


/* Radio Orange
------------------------------------------------------------ */

.radio-orange a,
.radio-orange a:visited,
.radio-orange .sidebar .menu a,
.radio-orange .menu li li a,
.radio-orange .menu li li a:link,
.radio-orange .menu li li a:visited,
.radio-orange .nivo-caption,
.radio-orange .nivo-caption p,
.radio-orange .nivo-caption a,
.radio-orange .nivo-caption a:hover {
	color: #ff7f00;
}

.radio-orange .menu li a:active,
.radio-orange .menu li a:hover,
.radio-orange .menu .current_page_item a,
.radio-orange .menu .current-cat a,
.radio-orange .menu .current-menu-item a {
	background-color: #fff;
	color: #ffc06e;
}

.radio-orange .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-orange .widget-area h4 {
	background: #ff7f00;
}

.radio-orange h2 a:hover {
	color: #ff7f00 !important;
	text-decoration: underline;
}

.radio-orange input[type="button"],
.radio-orange input[type="submit"],
.radio-orange div.gform_footer input.button {
	background: #ff7f00;
	color: #fff;
}

.radio-orange input:hover[type="button"],
.radio-orange input:hover[type="submit"],
.radio-orange div.gform_footer input.button:hover {
	background: #ffc06e;
	color: #fff;
}


/* Radio Green
------------------------------------------------------------ */

.radio-green a,
.radio-green a:visited,
.radio-green .sidebar .menu a,
.radio-green .menu li li a,
.radio-green .menu li li a:link,
.radio-green .menu li li a:visited,
.radio-green .nivo-caption a:hover {
	color: #196819;
}

.radio-green .menu li a:active,
.radio-green .menu li a:hover,
.radio-green .menu .current_page_item a,
.radio-green .menu .current-cat a,
.radio-green .menu .current-menu-item a {
	background-color: #fff;
	color: #228b22;
}

.radio-green .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-green .widget-area h4 {
	background: #196819;
}

.radio-green h2 a:hover {
	color: #196819 !important;
	text-decoration: underline;
}

.radio-green input[type="button"],
.radio-green input[type="submit"],
.radio-green div.gform_footer input.button {
	background: #196819;
	color: #fff;
}

.radio-green input:hover[type="button"],
.radio-green input:hover[type="submit"],
.radio-green div.gform_footer input.button:hover {
	background: #228b22;
	color: #fff;
}


/* Radio Blue
------------------------------------------------------------ */

.radio-blue a,
.radio-blue a:visited,
.radio-blue .sidebar .menu a,
.radio-blue .menu li li a,
.radio-blue .menu li li a:link,
.radio-blue .menu li li a:visited,
.radio-blue .nivo-caption a:hover {
	color: #0167bb;
}

.radio-blue .menu li a:active,
.radio-blue .menu li a:hover,
.radio-blue .menu .current_page_item a,
.radio-blue .menu .current-cat a,
.radio-blue .menu .current-menu-item a {
	background-color: #fff;
	color: #1f85d9;
}

.radio-blue .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-blue .widget-area h4 {
	background: #0167bb;
}


.radio-blue h2 a:hover {
	color: #0167bb !important;
	text-decoration: underline;
}

.radio-blue input[type="button"],
.radio-blue input[type="submit"],
.radio-blue div.gform_footer input.button {
	background: #0167bb;
	color: #fff;
}

.radio-blue input:hover[type="button"],
.radio-blue input:hover[type="submit"],
.radio-blue div.gform_footer input.button:hover {
	background: #1f85d9;
	color: #fff;
}


/* Radio Light Blue
------------------------------------------------------------ */

.radio-light-blue a,
.radio-light-blue a:visited,
.radio-light-blue .sidebar .menu a,
.radio-light-blue .menu li li a,
.radio-light-blue .menu li li a:link,
.radio-light-blue .menu li li a:visited,
.radio-light-blue .nivo-caption,
.radio-light-blue .nivo-caption p,
.radio-light-blue .nivo-caption a,
.radio-light-blue .nivo-caption a:hover {
	color: #589bd2;
}

.radio-light-blue .menu li a:active,
.radio-light-blue .menu li a:hover,
.radio-light-blue .menu .current_page_item a,
.radio-light-blue .menu .current-cat a,
.radio-light-blue .menu .current-menu-item a {
	background-color: #fff;
	color: #1f85d9;
}


.radio-light-blue .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-light-blue .widget-area h4 {
	background: #589bd2;
}

.radio-light-blue h2 a:hover {
	color: #0167bb !important;
	text-decoration: underline;
}

.radio-light-blue input[type="button"],
.radio-light-blue input[type="submit"],
.radio-light-blue div.gform_footer input.button {
	background: #589bd2;
	color: #fff;
}

.radio-light-blue input:hover[type="button"],
.radio-light-blue input:hover[type="submit"],
.radio-light-blue div.gform_footer input.button:hover {
	background: #0167bb;
	color: #fff;
}


/* Radio Indigo
------------------------------------------------------------ */

.radio-indigo a,
.radio-indigo a:visited,
.radio-indigo .sidebar .menu a,
.radio-indigo .menu li li a,
.radio-indigo .menu li li a:link,
.radio-indigo .menu li li a:visited,
.radio-indigo .nivo-caption a:hover {
	color: #680061;
}

.radio-indigo .menu li a:active,
.radio-indigo .menu li a:hover,
.radio-indigo .menu .current_page_item a,
.radio-indigo .menu .current-cat a,
.radio-indigo .menu .current-menu-item a {
	background-color: #fff;
	color: #4e0048;
}

.radio-indigo .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-indigo .widget-area h4 {
	background: #680061;
}

.radio-indigo h2 a:hover {
	color: #4e0048 !important;
	text-decoration: underline;
}

.radio-indigo input[type="button"],
.radio-indigo input[type="submit"],
.radio-indigo div.gform_footer input.button {
	background: #680061;
	color: #fff;
}

.radio-indigo input:hover[type="button"],
.radio-indigo input:hover[type="submit"],
.radio-indigo div.gform_footer input.button:hover {
	background: #4e0048;
	color: #fff;
}


/* Radio Violet
------------------------------------------------------------ */

.radio-violet a,
.radio-violet a:visited,
.radio-violet .sidebar .menu a,
.radio-violet .menu li li a,
.radio-violet .menu li li a:link,
.radio-violet .menu li li a:visited,
.radio-violet .nivo-caption a:hover {
	color: #7c2a90;
}

.radio-violet .menu li a:active,
.radio-violet .menu li a:hover,
.radio-violet .menu .current_page_item a,
.radio-violet .menu .current-cat a,
.radio-violet .menu .current-menu-item a {
	background-color: #fff;
	color: #4a005e;
}


.radio-violet .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-violet .widget-area h4 {
	background: #7c2a90;
}

.radio-violet h2 a:hover {
	color: #4a005e !important;
	text-decoration: underline;
}

.radio-violet input[type="button"],
.radio-violet input[type="submit"],
.radio-violet div.gform_footer input.button {
	background: #7c2a90;
	color: #fff;
}

.radio-violet input:hover[type="button"],
.radio-violet input:hover[type="submit"],
.radio-violet div.gform_footer input.button:hover {
	background: #4a005e;
	color: #fff;
}


/* Radio Brown
------------------------------------------------------------ */

.radio-brown a,
.radio-brown a:visited,
.radio-brown .sidebar .menu a,
.radio-brown .menu li li a,
.radio-brown .menu li li a:link,
.radio-brown .menu li li a:visited,
.radio-brown .nivo-caption a:hover {
	color: #996633;
}

.radio-brown .menu li a:active,
.radio-brown .menu li a:hover,
.radio-brown .menu .current_page_item a,
.radio-brown .menu .current-cat a,
.radio-brown .menu .current-menu-item a {
	background-color: #fff;
	color: #724c26;
}

.radio-brown .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-brown .widget-area h4 {
	background: #996633;
}

.radio-brown h2 a:hover {
	color: #724c26 !important;
	text-decoration: underline;
}


.radio-brown input[type="button"],
.radio-brown input[type="submit"],
.radio-brown div.gform_footer input.button {
	background: #996633;
	color: #fff;
}

.radio-brown input:hover[type="button"],
.radio-brown input:hover[type="submit"],
.radio-brown div.gform_footer input.button:hover {
	background: #724c26;
	color: #fff;
}


/* Radio Black
------------------------------------------------------------ */

.radio-black a,
.radio-black a:visited,
.radio-black .sidebar .menu a,
.radio-black .menu li li a,
.radio-black .menu li li a:link,
.radio-black .menu li li a:visited  {
	color: #000;
}

.radio-black .menu li a:active,
.radio-black .menu li a:hover,
.radio-black .menu .current_page_item a,
.radio-black .menu .current-cat a,
.radio-black .menu .current-menu-item a {
	background-color: #fff;
	color: #333;
}

.radio-black .menu li li a:hover {
	background-color: #f5f5f5;
}

.radio-black .widget-area h4 {
	background: #000;
}

.radio-black h2 a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.radio-black .jFlowSlideContainer a {
	color: #fff;
}

.radio-black input[type="button"],
.radio-black input[type="submit"],
.radio-black div.gform_footer input.button {
	background: #000;
	color: #fff;
}

.radio-black input:hover[type="button"],
.radio-black input:hover[type="submit"],
.radio-black div.gform_footer input.button:hover {
	background: #333;
	color: #fff;
}


/* Live Toolbar
------------------------------------------------------------ */

#live-toolbar {
	background: url(images/live-toolbar-bg.png) repeat-x;
	height: 35px;
	min-width: 960px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.live-toolbar-wrap {
	height: 35px;
	width: 960px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
	padding: 3px 0 0;
}

.icon-listen {
	background: url(images/icon-listen.png) no-repeat 0px -1px;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0 25px 10px;
}

.live-toolbar-wrap a,
.live-toolbar-wrap a:visited {
	color: #fff;
	text-decoration: underline;
}

.live-toolbar-wrap a:hover {
	text-decoration: none;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	#live-toolbar,
	.live-toolbar-wrap,
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	.content-sidebar.home #content,
	.sidebar-content.home #content,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		clear: both;
		float: none;
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 35px 0 0;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	.menu li.right,
	#header .widget-area,
	#slider {
		display: none;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		clear: both;
		margin: 0 20px 20px;
	}

	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	#home-column-1,
	#home-column-2 {
		clear: both;
		width: 100%;
	}

	.author-box {
		margin: 0 20px 40px;
	}


	#disqus_thread {
		width: 90%;
		margin: 0 20px 20px 20px;
	}

	#footer-widgets .widget {
		margin: 0 auto;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 92%;
		margin: 0 20px 20px 20px;
	}
}

@media only screen and (max-width: 600px) {

	.header .widget-area {
		display: none;
	}

	.menu li,
	.menu li ul,
	.menu li ul a {
		width: 100%;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
	}

	.menu li li a,
	.menu li li a:link,
	.menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu li ul {
		background: #fff;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu li ul ul {
		background: #666;
	}

	.menu li ul ul ul {
		background: #999;
	}

	.menu li ul ul {
		margin: 0;
	}

	.sidebar ul.menu ul.sub-menu li {
		display: none;
	}


	#social-media-icons {
		display: none;
	}
}

.page-id-8  .entry-title {display: none;}