/*   
Theme Name: dynamicaffiliates.com
Theme URI: http://www.dynamicaffiliates.com/
Description: Dynamic Affiliates Theme.
Author: Rich Owen
Author URI: http://www.richowen.net/
Template: thematic
Version: 1.1
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:#F0F0F0 none repeat scroll 0 0;
	padding:0;
	margin:0;
	padding-top:2px;
}

body, input, textarea 
{
	font-family:Arial;
	font-size:15px;
}
h1, h2, h3, h4, h5, h6 
{
	color:#83b619;
}
#header
{
	position:relative;
	background-color:#FFFFFF;
	background: #FFFFFF url(images/header-bg.jpg) bottom left repeat-x;
}

#branding 
{
	width: 940px;
	padding: 10px 0;
	position: relative;
	height: 100px;
	background: transparent url("images/logo.png") no-repeat;
	padding-left: 140px;
}
#blog-title 
{
	font-family:Impact;
	font-size:34px;
	line-height:40px;
	font-weight:normal;
}
#blog-title a 
{
	color:#83b619;
	text-decoration:none;
}
#blog-description 
{
	font-family:Arial;
	font-size:15px;
	font-style:normal;
	color: #83b619;
}
#access 
{
	border-bottom:3px solid #83b619;
}
#access-search
{
    position:absolute;
    left:50%;
    width:240px;
    margin-left:170px;
    height:29px;
    padding:2px 0 0 4px;
}
.sf-menu {
    border-right:none;
	float:left;
}
.sf-menu a {
	border-bottom:none;
	border-left:none;
	border-top:none;
	font-weight:bold;
	}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    background: #FFFFFF url(images/activetab-bg.jpg) left top repeat-x;
	border-bottom: 1px solid #83b619;
	color: #ffea00;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
/*	color:			#f2f2f2;*/
}
.sf-menu li {
	background-color: #E5E5E5;
	margin-right: 10px;
}
.sf-menu li li {
	background:	none;
}
.sf-menu li li li {
	background:	none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #FFFFFF url(images/activetab-bg.jpg) left top repeat-x;
	border-bottom: 1px solid #83b619;
	color: #ffea00;
}

#main
{
	width: 940px;
	padding:5px 0 22px;
	background-color: transparent;
}

#container 
{
	border-right: 1px solid #c3c3c3;
}
.entry-title 
{
	font-family:Impact;
	font-size:26px;
	font-weight:normal;
	line-height:26px;
	padding: 2px;
}

.entry-content 
{
	padding:3px 0 0;
}

#primary
{
	border: 1px solid #83b619;
}

.aside h3
{
	font-family:Impact;
	font-style:normal;
	font-size:20px;
	font-weight:normal;
	border-bottom: 1px solid #83b619;
}
