/*   
Theme Name: The Travel Guys Radio Show
Theme URI: 
Description: The Travel Guys webpage
Author: Ryan Quinn
Author URI: http://www.mazondo.com
Template: thematic
Version: 1.0
Tags: Thematic
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: #F3F1E9;
}

a:hover, a:active {
	color: #ffc000;
}
#header {
	background: url(images/texture_back.jpg) repeat-x top left;
}

#branding {
	padding: 44px 0;
}

#blog-title a {
	color: #fff600;
}

#blog-title a:hover {
	color: #ffc000;
}

#blog-description {
	color: #E0DCC5;
	padding-left: 50px;
}

h3.widgettitle {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color:#000;
}

.sf-menu li a{
	background: #E0DCC5;
	border-color: #999;
	border-right: 1px solid transparent;
}

.sf-menu li a:hover {
	background: #F3F1E9;
	border-color: #E0DCC5;
}

.sf-menu li.current_page_item a {
	background: #F3F1E9;
	border-color: #F3F1E9;
}

div.show_times {
	position: absolute;
	top: 44px;
	right: 50%;
	margin-right:-450px;
	width: 250px;
	color: #F3F1E9;
}

div.show_times h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: bolder;
}

div.main-aside ul {
	list-style-type: none;
}

div.main-aside ul li span.rss-date {
	display: block;
	padding-left: 25px;
}

#respond {
	background: transparent;
}

#footer {
	background: #161616;
	color: #F3F1E9;
}

div.mapp-poweredby {
	display:none;
}

.gallery dl {
	margin:0;
}

.adrotate_widget {
}

.adrotate_widget img {
	margin:5px;
	border:1px solid #ccc;
}

.wp-polls {
	color:#000;
}
