/*   
Theme Name: Epic Thanks Theme
Theme URI: 
Description: For Epic Thanks Tampa Site.
Author: Gregg Hilferding
Author URI: http://whoisgregg.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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: #FFF url('lib/background_s1.jpg') repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#branding {
	padding: 5px 0 5px 0;
}

#blog-title {
	width: 230px;
	height: 133px;	
	background: transparent url('lib/epic-thanks-logo_s1.png') no-repeat top left;
}
#blog-title a {
	display: block;
	width: 230px;
	height: 133px;
}

#blog-title a span {
	display: none;
}

div#epic-header {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -240px;
	height: 74px;
}

div#epic-header #header-quote {
}
div#epic-header div {
	float: left !important;
	margin-right: 5px;
}
div#epic-header #header-tax {
	float: right;
	width: 150px;
	font-size: 10px;
	color: #346702;
	font-family: Arial, sans-serif;
	line-height: 110%;
}

#access { border: none; }

#page-nav {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -220px;
}

#page-nav li {
	float: left;
	list-style-type: none;
}

#page-nav li a {
	float: left;
	display: block;
	background: #09F;
	color: #fff;
	margin-right: 12px;
	padding: 8px 4px 0px 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#page-nav li a:hover {
	text-decoration: underline;
}

#main { padding-top: 20px; }
#container { width: 700px; }
#content { width: 680px; }
#primary {
	padding-top: 0;
	margin-top: 0;
	width: 238px;
	border: none;
	font-family: Arial, sans-serif;
}

#email-subscribe {
	color: #346702;
}

#email-subscribe input {
	vertical-align: middle;
}

#social-media {
	text-align: center;
	background: #346702;
	padding: 6px;
	margin-left: -20px;
	width: 222px;
}
#social-media img {
	padding: 3px;
}

#sponsors {
	margin-top: 20px;
}

#secondary {
	padding-top: 0;
	margin-top: 0;
	width: 238px;
	border: none;
	font-family: Arial, sans-serif;
}

#index-top.aside {
	border: none !important;
	color: #000;
	font-size: 16px;
	line-height: 150%;
}

#index-top.aside p.h2 {
	color: #346702;
	font-size: 24px;
	line-height: 125%;
}

#index-top.aside p.h2 a {
	color: #346702;
}

#index-top.aside p.h3 {
	color: #09F;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #09F;
}

.home .post {
	margin: 0 20px;
}

#home-banner { height: 173px; }

#home-banner a { display: block; position: absolute; margin: 0 0 0 0; margin-left: -40px; padding: 0 0 0 0; }
