/*
Theme Name:Echinacea
Description:A simple hybrid child theme.
Version:0.1
Author:Joe Wolfe, Dynamic Page Solutions
Template:hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/*DPS Feed*/
.rss-post-listing br{
	display:none;
}
.rss-post-listing{
	margin:20px 0px 0px 0px;
	display:block;
}
.post-image{
	padding:3px;
	border:1px solid #ccc;
	float:left;
	margin:0px 10px 0px 0px;
}
.post-header{
	text-align:left;
	margin:0px 0px 10px 0px !important;;
	padding:0px !important;
	font-size:14px;
	font-weight:bold;
}
.entry-content p br{
	display:none !important;
}
h4.post-agent{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:right;
}
h4.post-agent br{
	display:none !important;
}
h4.post-source{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:right;
}
.rss-post-disclaimer, .rss-ref-num{
	width:472px;
	display:block;
	font-size:10px;
	line-height:1.1;
	text-align:center;
	margin:0px auto;
}
.rss-post-disclaimer img{
	overflow:hidden;
	height:25px;
	width:auto;
}
.rss-post-disclaimer br{
	display:none !important;
}

/* Body */
body{
	font:12px/22px Verdana, Arial, sans-serif;
	background-color:#b4a27e;
}
#body-container{
	width:100%;
	background:url(images/nav-bg.jpg) repeat-x 0 180px;
}

/* Links */
a{
	color:#003399;
	border-bottom:1px dashed #003399;
}
a:hover{
	background:#eee;
	border-bottom:1px solid #999;
}
.entry a{
	border-bottom:1px dotted #003399;
	font-weight:bold;
}
.entry a:hover{
	border-bottom:1px solid #003399;
}

/* Paragraph */
p{
	text-align:justify;
}

/* Lists */
ul{
	margin-left:24px;
}
#content ul{
	list-style:none;
}
#content ul li{
	padding-left:9px;
	background:url(images/bullet.gif) no-repeat 0 4px;
}

/* Blockquotes */
blockquote{
	overflow:hidden;
	margin:0 24px 0  0;
	padding:6px 0 0 24px;
	color:#444;
	background:url(../athena/images/quotes.gif) no-repeat 0 0;
	border:none;
}
blockquote blockquote{
	color:#555;
}
.sticky blockquote{
	color:#f7f7f7;
}
.sticky blockquote blockquote{
	color:#eee;
}
blockquote em{
	font-style:normal;
}

/* Code */
code{
	padding:0 3px;
	color:#000;
	background:#eee;

}
pre{
	overflow:auto;
	padding:9px;
	color:#000;
	background:#eee;
	border:1px solid #ccc;
}
pre code{
	color:#000;
	background:transparent;
}

/* Forms */
.search-form input{
	margin-right:9px;
}
.search-text{
	padding:4px 6px;
	width:300px;
}

/* Headers */
h1, h2, h3, h4, h5, h6{
	font-family:Georgia, Times, 'Times New Roman', serif;
	color:#555;
}

/* Tables */
table{
	width:100%;
	background:#333;
	border:1px solid #351a0a;
}
caption{
	font-size:.8em;
	text-align:right;
	color:#666;
}
td{
	padding:.3em;
	border:1px solid #222;
}
tr{
	color:#fff;
	background:#333;
}
th{
	padding:.3em;
	color:#fff;
	background:#351a0a;
	border:1px solid #222;
}
td a, th a{
	font-weight:bold;
	color:#eee;
}

/* Drop caps */
.drop-cap{
	float:left;
	line-height:39px;
	margin-right:3px;
	font-size:48px;
	font-family:"Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color:#666;
}

/* Notes */
.note{
	padding:6px 9px;
	background:#eee;
	border:1px solid #ccc;
}

/* Warnings/Alerts */
.warning, .alert{
	padding:6px 9px;
	background:#fffbbc;
	border:1px solid #E6DB55;
}

/* Errors */
.error{
	padding:6px 9px;
	background:#ffebe8;
	border:1px solid #C00;
}

/* Downloads */
.download{
	padding:6px 9px;
	background:#e7f7d3;
	border:1px solid #6c3;
}

/* Footnotes */
.footnotes{
	margin:0 0 18px 24px;
	padding:9px 0 0 0;
	font-size:.8em;
	color:#777;
	border-top:1px solid #eee;
}
.footnotes a.return{
	padding:0 1px;
}
.footnotes a.return:hover{
	color:#eee;
	background:#3C738C;
	text-decoration:none;
}

/* Alignment */
.left, .alignleft{
	float:left;
	margin:0 18px 0 0;
}
.right, .alignright{
	float:right;
	margin:0 0 0 18px;
}
.center, .aligncenter{
	display:block;
	margin:0 auto 21px auto;
}
.block, .alignnone{
	display:block;
	margin:0 0 18px 0;
}
.clear{
	clear:both;
}
span.pullquote{
	float:none;
	margin:0;
}

/**
* Images
************************************************/
img, a img{
	padding:5px;
}
.post img{
	max-width:99%;
	padding:2px;
	border:1px solid #ddd;
}
img.wp-smiley{
	max-height:12px;
	margin:0;
	padding:0;
	border:none;
}
/* WP captions */
.wp-caption{
	padding:0;
	text-align:center;
}
.wp-caption img{
	padding:0;
	border:none;
}
.wp-caption p{
	padding:5px 0;
	margin:0 5px;
	text-align:center;
	font-size:.9em;
	color:#666;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

/* Gallery [gallery] */
.gallery{
	display:block;
	text-align:center;
	margin-bottom:21px !important;
}
.gallery img{
	border:1px solid #999;
}

/* Author avatar */
.avatar{
	float:left;
	width:100px;
	height:100px;
	margin:0 18px 6px 0;
	background:#351a0a;
	border:1px solid #999;
}

/* Thumbnail */
.thumbnail{
	float:left;
	width:100px;
	height:100px;
	margin-right:18px;
	background:#351a0a;
}

/**
* Header
************************************************/
#header-container{
	width:100%;
	height:180px;
	background:#351a0a url(images/bg.jpg) repeat-x 0 0;
}
#header{
	width:960px;
	height:180px;
	margin:0 auto;
	background:url(images/header.jpg) no-repeat 0 0;
}

/* Navigation */
#navigation{
	overflow:hidden;
	width:960px;
	height:33px;
	margin:0 auto;
	background:#333 url(images/nav-bg.jpg) repeat-x 0 0;
}
#page-nav{
	float:left;
	width:760px;
	margin:0 auto;
	border-left:1px solid #351a0a;
}
#page-nav ul{
	list-style:none;
	margin:0;
}
#page-nav li{
	float:left;
}
#page-nav a{
	float:left;
	padding:5px 18px 5px 18px;
	font-size:.9em;
	font-weight:bold;
	font-style:normal;
	color:#eee;
	border-right:1px solid #351a0a;
	border-bottom:none;
}
#page-nav a:hover{
	background:#191919;
	border-bottom:none;
}
#page-nav li.current_page_item a{
	background:#351a0a;
}

/* Search */
#navigation .search-form{
	overflow:hidden;
	float:right;
	width:180px;
	height:100%;
	margin:0;
	border-right:1px solid #351a0a;
	border-left:1px solid #351a0a;
}
#navigation .search-form input{
	overflow:hidden;
	float:left;
	width:170px;
	height:25px;
	margin-top:1px;
	padding:6px 5px 0 5px !important;
	font:13px/21px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#eee;
	background:transparent;
	border:none;
}
#navigation .search-form input:focus{
	color:#333;
	background:#eee;
}
#navigation .search-submit{
	display:none;
}

/* Containers */
#container{
	overflow:hidden;
	width:936px;
	margin:0 auto 0px auto;
	padding:20px 10px 0 10px;
	background-color:#FFFFFF;
	border-left:solid 2px #555555;
	border-right:solid 2px #555555;
}

/* Content */
#content{
	float:left;
	width:600px;
	font-family:georgia, 'times new roman', times, serif;
}

/* Posts */
.post{
	overflow:hidden;
	margin-bottom:33px;
}
.single .post, .page .post{
	margin-bottom:18px;
}
.home .post .byline, .home .post .post-meta-data{
	display:none;
}
.home .post-1 .byline, .home .post-1 .post-meta-data{
	display:block;
}
.home-paged .post-1 .byline, .home-paged .post-1 .post-meta-data{
	display:none;
}
/* Asides */
.tag-asides{
	margin:0 12px 42px 12px;
	padding-left:12px;
	border-left:1px solid #ccc;
}
.tag-asides .entry-title, .tag-asides .byline, .tag-asides .categories, .tag-asides .tags, .tag-asides .separator{
	display:none;
}
.tag-asides .entry-content, .tag-asides .entry-content p{
	display:inline;
	float:left;
	margin:0;
}
.tag-asides .post-meta-data{
	display:inline;
	float:left;
	margin:0;
}

/* Post title */
.entry-title{
	margin:0;
}
h1.entry-title{
	margin-bottom:21px;
}
h1.single-title{
	margin-bottom:0;
}
.entry-title a{
	color:#351A0A;
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-weight:bold;
	line-height:24px;
	font-size:22px;
	border:none;
}
.entry-title a:hover{
	text-decoration:underline;
	background:transparent;
	border:none;
}

/* Byline */
.byline{
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:.9em;
	color:#666;
}
.byline a{
	color:#444;
	border-bottom:1px solid #ccc;
}
.byline a:hover{
	background:#eee;
	border-bottom:1px solid #666;
}

/* Entry */


/* Post meta data */
.post-meta-data{
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:.9em;
	color:#666;
}
.post-meta-data a{
	color:#444;
	border-bottom:1px solid #ccc;
}
.post-meta-data a:hover{
	background:#eee;
	border-bottom:1px solid #666;
}

/* Archives and search posts */
.archive .byline, .archive .post-meta-data, .search .byline, .search .post-meta-data{
	display:none;
}
.archive .post-title, .search .post-title{
	font-size:.9em !important;
}

/* Page links */
p.pages, .wp-pagenavi{
	overflow:hidden;
	color:#666;
}
p.pages a, .wp-pagenavi a{
	margin:0 0 0 6px;
	padding:1px 6px 1px 6px;
	background:#f7f7f7;
	border:1px solid #ddd;
}
p.pages a:hover, .wp-pagenavi a:hover{
	background:#eee;
	border:1px solid #ddd;
	text-decoration:none;
}

/* Series */
div.series{
	overflow:hidden;
	margin-bottom:18px;
}

/* Page templates */
.author-profile{
	overflow:hidden;
	height:100%;
	margin-bottom:36px;
}
.page-template-biography .author-profile{
	margin:0;
}
.author-profile .author-name{
	margin-bottom:0;
	font-size:1em;
	font-weight:bold;
}
.post-box{
	overflow:hidden;
	margin-bottom:21px;
}

/* Archive templates */
.category-info, .date-info, .tag-info, .search-info{
	margin-bottom:36px;
}

/* Attachments (post meta data) */
/*.attachment object{
	width:100%;
	height:100%;
	min-height:400px;
}
.attachment object.video{
	width:100%;
	height:360px;
}
.attachment object.audio{
	width:100%;
}
.attachment-image .post-meta-data{
	clear:left;
}
.attachment .download{
	display:block;
	margin-bottom:21px;
}
.attachment-icon, .mime-type-icon{
	height:18px;
	margin-right:6px;
	padding:0;
}
.attachment-application-octet-stream .video{
	height:400px;
	margin-bottom:21px;
}*/
/* Breadcrumb */
.breadcrumb{
	margin-bottom:18px;
	font-size:.85em;
	color:#666;
}

/* Navigation links */
.navigation-links{
	overflow:hidden;
}
.next, .previous{
	max-width:50%;
	font-size:.85em;
}
.previous{
	float:left;
}
.next{
	float:right;
	text-align:right;
}
#comments-template .paged-navigation{
	text-align:center;
	font:.95em Georgia, "Times New Roman", Times;
}
#comments-template .paged-navigation .page-numbers{
	padding:3px 6px;
	font-style:italic !important;
	border:1px solid #eee !important;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev{
	float:none;
	text-align:left;
	border:none !important;
}

/* Widget sections */
#primary, #secondary{
	float:right;
	width:285px;
}
#secondary{
	clear:right;
}
.widget{
	margin-bottom:21px;
	font-size:.95em;
}
.widget-title{
	color:#582C13;
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-weight:bold;
	font-size:18px;
}
.widget ul{
	list-style:none;
	margin-left:9px;
}
.widget li{
	overflow:hidden;
	margin-bottom:5px;
	padding-left:9px;
	background:url(images/bullet.gif) no-repeat 0 5px;
}
.widget li li{
	margin-bottom:0;
}
.widget a{
	color:#333;
	border-bottom:1px solid #eee;
}
.widget a:hover{
	background:#eee;
	border-bottom:1px solid #ccc;
}

/**
* Comments
************************************************/
/*#comments-template{
	margin-top:18px;
	font-family:georgia, 'times new roman', times, serif;
}*/

/* Comment headers */
/*#comments-number, #reply{
	font-size:1.2em;
}
li.author #reply{
	color:#f7f7f7;
}*/

/* Comments are closed */
.comments-closed{
	color:#666;
}

/* Comment list */
/*#comments-template ol{
	list-style:none;
	margin:0 0 18px 0;
}
#comments li{
	overflow:hidden;
	margin-bottom:9px;
	padding:9px 9px 0 9px;
	color:#333;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#comments li li{
	margin:0 9px 9px 9px;
}
#comments li li, #comments li.author li li,
#comments li.author li, #comments li li li, 
#comments li li.author li, #comments li.author li.author li{
	color:#333;
	background:#f9f9f9;
}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author,
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author{
	color:#f7f7f7;
	background:#351a0a;
}
#comments li li.author, #comments li li.author li.author{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}*/

/* Comment links */
/*#comments li a{
	border:none;
}
#comments li a:hover{
	text-decoration:underline;
	background:transparent;
	border:none;
}
#comments li a, #comments li.author li a, #comments li.author li.author li a{
	color:#351a0a;
}
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a{
	color:#eee;
}*/

/* Avatar */
/*#comments-template .avatar{
	width:40px;
	height:40px;
	float:left;
	margin-right:18px;
	padding:0;
	border:1px solid #351a0a;
}
#comments-template li.author .avatar{
	padding:2px;
	background:#555;
}*/

/* Comment meta data */
/*#comments-template .comment-meta-data{
	margin-bottom:18px;
}

/* Comment text */
#comments-template .comment-text{
	clear:left;
	margin:0 18px;
}
#comments-template .comment-text a{
	text-decoration:underline;
}
#comments-template .comment-text a:hover{
	text-decoration:none;
}
.comment-text blockquote{
	margin-bottom:18px;
}
.comment-text blockquote p{
	display:inline;
}
#comments li blockquote, #comments li.author li blockquote, #comments li li.author li blockquote{
	color:#333;
	background:transparent url(../athena/images/quotes.gif) no-repeat 0 0;
}
#comments li.author blockquote, #comments li li.author blockquote, #comments li li li.author blockquote{
	color:#fff;
	background:transparent url(../athena/images/quotes-author-comment.gif) no-repeat 0 0;
	border:none;
}
#comments li pre{
	color:#fff;
	background:#444;
	border:none;
}
#comments li code{
	color:#fff;
	background:#444;
}*/

/* Form */
/*.text-input{
	display:block;
	padding:3px 6px;
	width:300px;
}
.page-template-quick-post .text-input{
	width:97.5%;
}
#comments-template label{
	font-size:.8em;
}
textarea{
	clear:left;
	display:block;
	width:98.5%;
}
.button, .contact-form .button{
	width:100px;
	margin-right:9px;
	padding:6px 9px;
	font:.9em Georgia, Times, 'Times New Roman', serif;
	font-weight:bold;
	color:#eee;
	background:#351a0a;
	border:none;
}
li.author .button{
	background:#333;
}
.button:hover, .contact-form .button:hover{
	cursor:pointer;
	background:#333;
}
.allowed-tags{
	font-size:.8em;
}*/


/* Footer */
#footer-container{
	overflow:hidden;
	clear:both;
	width:100%;
	height:70px;
	padding-top:50px;
	background:#351a0a;
}
#footer{
	width:960px;
	margin:0 auto;
	color:#fff;
	font-family:georgia, 'times new roman', times, serif;
}
#footer a{
	color:#eee;
	font-weight:bold;
}
#footer a:hover{
	color:#333;
	background:#fff;

}
