/*   
Theme Name: Direct Partners Blog
Theme URI: 
Description: This Thematic child theme is strictly for use on the Direct Partners blog.
Author: Direct Partners
Author URI: http://www.DirectPartners.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');

/* Main body style */
body, input, textarea {
	line-height: 17px;
}

div#wrapper {		
	background-color: #dae4eb;	
	color: #333333;
}

div#wrapper h1 {	
	color: #3d6071;
}

div#main a {
	color: #3b5768;
}
div#main a:hover {
	color: #2e9ab0;
}

h1, h2, h3, h4, h5, h6 {
	color: #3d6071;
}

/* Header styles */
div#header {	
	height: 243px;
	background: #c5d6e1 url(images/top-background.jpg) no-repeat center 0;
	border-bottom: solid 1px #ffffff;	
}

#statistics {
	float: right;
	padding: 0;
	margin-top:-5px;
}
#statistics p {
	color: #666666;
	line-height:12px;
	margin: 0;
	text-align:right;
	font-family:arial;
	font-size:11px;
}

#branding {	
	padding-top: 91px;	
}

#blog-title a {
	display: block;
	width: 374px;
	height: 56px;
	text-indent: -9999px;	
	/*background: transparent url(images/DirectPartners-logo.jpg) no-repeat 0 0;*/	
}

/* Global */
input {
	font-family: Arial, Helvetica, sans-serif;
}

input#error404-searchsubmit {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/search-background.jpg);
	background-color: #404040;
	border-color: #404040;
}

/* Navigation */
#access {
	border: none;
	padding-top: 28px;
}

#access .menu li a {
	color: #ffffff;
	font-family: Helvetica;
	font-weight: bold;
}
.sf-menu {	
	border: none;    
	float:left;	
}
.sf-menu li {
	margin-right: 5px;
}
.sf-menu li a {		
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:none;
	background-color: #295b77;	
	padding: 5px 13px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
	background-color: #295b77;
}
.sf-menu a:hover, .sf-menu a:active, .sf-menu a:focus {
	background-color: #4985a6;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a { 	
	color: #171717 !important;
	background-color: #dae4eb;
	border-bottom: solid 1px #dae4eb;
}

div.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Content styles */

div.entry-meta span, div.entry-utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #333333 !important;
}

div.entry-meta span a, div.entry-utility span a {
	font-style: normal;
	text-decoration: underline; 
}

.entry-utility {
	margin:15px 0 44px;
}

div.entry-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content h2.entry-title a {
	color: #3d6071;
}

div#content h2.entry-title a:hover {
	color: #2e9ab0;
}

div#content ul {
	margin-left : 1.2em;	
}

/* Archive Page */

div.author-bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#author-email a.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#respond {
	background-color: #426170;
	color: #ffffff;
	padding: 10px;
	border: solid 1px #ffffff;
}

div#respond a {
	color: #b9cad1;
}
div#respond a:hover {
	color: #2E9AB0;
}

div#respond .required {
color:#a11650;
font-weight:bold;
}

div.formcontainer {
	font-family: Arial, Helvetica, sans-serif;
}

div#form-allowed-tags p {
	color: #bfbfbf;
}

div.form-submit #submit {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/search-background.jpg);
	background-color: #686868;
	border-color: #686868;
}

div#comments h3 {
	color:#ffffff;
}

div#comments-list h3 {
	color:#3D6071;
}

div#comments div.comments ol {
	border: none;	
}

div#comments div.comments ol li.comment {
	background-color: #426170;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ffffff;;	
}

div.comments ol li.comment span, div.comments ol li.comment span a {
	color: #ffffff !important;
}

div.comments ol li.comment span a:hover {
	color: #C5D6E0 !important;
}

#comments-list .comment-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0 0 0 46px;	
}

#comments-list li .avatar {
	top: 11px;
	left: 10px;
}

div#comments div.comments ol li.comment div.comment-meta {
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbfbf;
}

div#comments div.comments ol li.comment div.comment-meta a {	
	font-size: 12px;
	color: #bfbfbf;
}

div#comments div.comments ol li.comment div.comment-meta a:hover {	
	color: #ffffff;	
}

div#comments div.comments ol li.comment p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;		
}

.comment-reply-link a, .comment-reply-link a:active, .comment-content a {
color:#ffffff !important;
text-decoration: underline;
}

.comment-reply-link a:hover, .comment-content a:hover {
color:#c5d6e0 !important;
}

span.unapproved {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #bfbfbf;
}

.comment-content blockquote {
	font-family: arial;
	color: #ffffff;
}

.comment-content div, body.ie6 .comment-content p {
	overflow: hidden !important;
	width: 100% !important;
}

.comment-content div {	
	width: 510px !important;
}


/* Additional Pages */

h1.page-title {
	font-family: Arial, Helvetica, sans-serif;
}

/* Sidebar styles */
div#primary {
	background: transparent url(images/search-background.jpg) no-repeat 0 0;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	height: 44px;	
}

div#secondary {
	background: transparent url(images/sidebar-background.jpg) no-repeat 0 0;
	min-height: 403px;
	padding: 14px 0 0 0;
}

div#primary ul {
	margin-top: 10px;
}

h3.widgettitle {
	color: #3d6071;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

div#secondary ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#secondary ul li div {
	margin-left: 10px;
}

div#secondary ul li ul li {
	color: #3b5768;
	font-size: 9px;
}

li#search h3 {
	float: left;
	margin: 0 10px 0 0;
}


#searchform {
	float: left;
}

div#primary li#search h3.widgettitle {
	color: #ffffff;
}

div#primary li#search h3.widgettitle label {
	line-height: 25px;
}

input#s {	
	width: 195px;
	float: left;
	margin-top: 3px;
	color: #666666;
	font-style: italic;	
	border: solid 1px #ffffff;
}


.aside ul ul li {
margin: 0 1px;
}

/* Footer styles */
div#footer {
	background-color: #426170;
	border: none;
	color: #b9cad1;
}

div#footer a {	
	font-size: 12px;
	color: #b9cad1;
}

div#footer a:hover {	
	color: #2e9ab0;
}

/* Footer widget styles */
div#subsidiary h3.widgettitle {
	font-family:Georgia,serif;
    font-weight:normal;
    font-size:16px;
    font-style:italic;
	color: #bfbfbf;	
}

div#subsidiary li {	
	color: #bfbfbf;
}

/* Site info */
div#siteinfo {
	color: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
}

/* Author bio Page */
#author-email a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Email Capture Widget Style */
div#wp_email_capture input.wp-email-capture-submit {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/search-background.jpg);
	background-color: #295b77;
	border-color: #295b77;
}

div#wp_email_capture label {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5768;
}

div#wp_email_capture div#email-capture-error-message {
	width:80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #4985a6; 
	margin: 5px;
}


/* IE6 Fixes */

body.ie6 #branding {
	padding: 83px 0 34px;
}

body.ie6 #access {	
	padding-top: 45px;	
	height: 24px;
}

body.ie6 .sf-menu {
	position: relative; top: 1px;
}

body.ie6 #comments-list ul.children {
	border: solid 1px #426170;	
}

body.ie6 .form-section input, body.ie6 .form-section textarea {
	width: 510px !important;
}

body.ie6 .sf-menu .current_page_item a {
	background-color: #DAE4EB !important;
	border-bottom: 1px solid #DAE4EB;
}

/* Mac Webkit fixes */
body.mac.safari li#search h3, body.mac.chrome li#search h3 {
	margin-right: 9px;
}
body.windows.safari li#search h3, body.mac.chrome li#search h3 {
	margin-right: 9px;
}


/* cforms style fixes */
.cform {
	width: 280px !important;
}
.reqtxt, .cform label, .cform label span {
	color: #3B5768;	
}
div.cf_info {
	width: 250px !important;
	margin-left: 0px !important;
}
.cform label, .cform label span {
	width: 65px !important;
	font-family: Arial, Helvetica, sans-serif;
}
.cform input, .cform textarea, .cform select {
	border: 1px solid #3B5768 !important;
}

p.cf-sb {
	text-align: left !important;
}
.linklove {
	width: 250px !important;
}