/**
 * Theme Name:Azelea
 * Description:A child of the Hybrid theme framework that is simple.
 * Author:Dynamic Page Solutions
 * Version:0.1
 * Tags:two-columns, fixed-width
 * Template:hybrid
 */

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

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

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/*Colors:

Accent Color:#76522e
Secondary Link Color:#68100E
Darker Border Color:#5a3f23

*/

/*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:center;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
h4.post-source{
	margin:0px;
	font-size:12px;
	text-align:right;
}
h4.post-agent{
	margin:0px;
	font-size:12px;
	text-align:right;
}
.rss-post-disclaimer, .rss-ref-num{
	display:block;
	font-size:10px;
	line-height:1.1;
	text-align:center;
	margin:0px auto;
}
.rss-post-disclaimer img{
	overflow:hidden;
}
.rss-post-disclaimer br{
	display:none; 
}

/* Body */
body{
	font:12px/21px Verdana, Arial, sans-serif;
	color:#666;
}
#body-container{
	overflow:hidden;
	width:100%;
}

/* Links */
a:link, a:visited{
	color:#68100E;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}

/* Headers */
h1, h2, h3, h4, h5, h6{
	font-family:arial, verdana, sans-serif;
}

/* Lists */
#content ul{
	list-style:none;
	margin-left:12px;
}
#content ul li{
	overflow:hidden;
	height:100%;
	padding:2px 0 2px 15px;
	background:url(images/bullet.png) no-repeat 0 8px;
}
#content ul li li{
	background:url(images/bullet-alt.png) no-repeat 0 8px;
}

/* Blockquotes */
blockquote{
	margin:0 24px 0  0;
	padding:6px 0 0 24px;
	background:url(images/quotes.gif) no-repeat 0 0;
	border:none;
}
.post blockquote{
	font-style:italic;
	color:#777;
}
.post blockquote em{
	font-style:normal;
}

/* Code */
code{
	font-size:12px;
	padding:0 3px;
	background:#EFF1E1;
}
pre{
	font-size:12px;
	overflow:auto;
	padding:9px;
	background:#EFF1E1;
	border:1px solid #e2e2e2;
}
pre code{
	padding:0;
	background:transparent;
}

/* Tables */
table{
	width:100%;
	background:#0C2E3B;
	border:1px solid #e2e2e2;
  	margin:0;
  	padding:0;
}
caption{
	font-size:.8em;
	font-style:italic;
	text-align:right;
	color:#666;
}
td{
	padding:.3em;
	border:1px solid #e2e2e2;
}
tr{
	background:#EFF1E1;
}
th{
	padding:.3em;
	border:1px solid #e2e2e2;
}
td a, th a{
	font-weight:bold;
}

/* Forms */
form{
  margin:0;
  padding:0;
  display:inline;
}
textarea{
	width:98%;
}
.text-input{
	width:300px;
	font-size:15px;
}
.page-template-quick-post .text-input{
	width:98%;
}
.button{
	background:#76522e;
	border:1px solid #5a3f23;
	color:#fff;
}
.button:hover{
	cursor:pointer;
	background:#5a3f23;
}

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

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

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

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

/**
* Images
************************************************/
img, a img{
	padding:5px;
	border:none;
}
.post img{
	max-width:594px;
	padding:4px;
	border:1px solid #e2e2e2;
}

/* WP Smilies */
img.wp-smiley{
	max-height:12px;
	margin:0;
	padding:0;
	border:none;
}

/* Thumbnails */
.thumbnail{
	float:left;
	width:200px;
	height:200px;
	margin:0 15px 10px 0;
	padding:4px;
	border:1px solid #e2e2e2;
}

/* WP Captions [caption] */
.wp-caption{
	overflow:hidden;
	max-width:588px;
	padding:6px;
	background:#EFF1E1;
	border:1px solid #e2e2e2;
	text-align:center;
}
.wp-caption img, .wp-caption a img{
	max-width:588px;
	margin:0;
	padding:0;
	border:none;
}
.wp-caption p{
	margin:0;
	padding:0;
	font-size:11px;
	font-style:italic;
	text-align:right;
}

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

/* Avatars */
.avatar{
	float:left;
	margin:0 15px 5px 0;
	padding:4px;
	background:#EFF1E1;
	border:1px solid #e2e2e2;
}

/**
* Header
************************************************/
#header-container{
	overflow:hidden;
	width:100%;
	height:110px;
	background:url(images/header-bkgd.jpg) repeat-x bottom;
	border-bottom:2px solid #dfdfdf;
}
#header{
	overflow:hidden;
	width:1000px;
	height:100px;
	margin:0 auto;
	padding:0px 0px;
	background:url(images/header.jpg) repeat;
}

/**
* Navigation
************************************************/
#navigation{
	width:480px;
	height:30px;
	margin:0 auto;
	padding:3px 0px 0px 520px;
	overflow:hidden;
}
#page-nav{
	/*width:200px;*/
}
#page-nav ul{
	list-style:none;
	margin:0;
}
#page-nav li{
	float:left;
}
#page-nav a{
	display:block;
	padding:0px 25px 0px 25px;
	background:url(images/nav.png) repeat-y right 0;
}
#page-nav li.current_page_item a{
	text-decoration:underline;
}
#page-nav li.current_page_item li a{
	color:#68100E;
}
/* Search */
#navigation .search{
	float:right;
	width:240px;
	overflow:hidden;
}
#navigation input{

}
#navigation .search-text{
	width:170px;
}
#navigation .search-submit{

}

/**
* Search
************************************************/
/*#search-form{
	overflow:hidden;
	margin-bottom:20px;
}
#search-text{
	float:left;
}
input#search-text{
	width:215px;
	height:16px;
	padding:3px 3px 3px 3px;
	display:block;
}
#search-submit{
	float:right;
	margin:0px 0px 0px 0px;
}


/**
* Containers
************************************************/
#container{
	overflow:hidden;
	width:960px;
	min-height:600px;
	_height:600px;
	margin:0px auto 20px auto;
	padding:0px 20px 20px 20px;
	background:url(images/bkgd.jpg) repeat;
}
#container a{
	color:#76522e;
}
#content{
	overflow:hidden;
	float:left;
	width:640px;
}

/* Breadcrumb trail */
.breadcrumb{
	width:960px;
	margin:0px auto 0px auto;
	padding:0px 0px 4px 0px;
	font-size:11px;
	color:#999;
}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile{
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding:19px 19px 0 19px;
	background:#fff;
	border:1px solid #e7e7e7;
}
.entry-content p{
	text-align:justify;
}
.entry-content a{
	text-decoration:underline;
}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title{
	margin:0px 0px 5px 0px;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title {
	margin:0px 0px 10px 0px;
	padding:0px 6px 9px 3px;
	border-bottom:1px solid #e2e2e2;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
}

/* Byline */
.byline{
	font-size:11px;
	color:#999;
}
.byline a{
	color:#68100E !important;
}

/* Post meta data */
.entry-meta{
	clear:both;
	font-size:11px;
	color:#999;
	padding:9px 5px 0px 5px;
	border-top:1px solid #e2e2e2;
}
.entry-meta a{
	color:#68100E !important;
}

/* Using <!--nextpage--> */
p.pages a{
	margin:0px 0px 0px 3px;
	padding:4px 7px;
	color:#68100E !important;
	background:#e7e7e7;
	border:1px solid #ddd;
}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile{
	overflow:hidden;
	margin:0px 0px 20px 0px;
}
.page-template-authors .author-name, .single .author-profile .author-name{
	font-size:15px;
	font-weight:bold;
	margin:0px;
}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content{
	width:960px;
}
.post-box, .page-template-widgets #content .widget{
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding:19px 19px 0px 19px;
	background:#fff;
	border:1px solid #e7e7e7;
}

/* Navigation links */
.navigation-attachment{
	overflow:hidden;
	margin:0 0 21px 0;
}
.navigation-links{
	overflow:hidden;
	padding:19px 19px 19px 19px;
	background:#fff;
	border:1px solid #e7e7e7;
}
.navigation-links a{
	color:#000;
}
.navigation-links .previous{
	float:left;
	max-width:49%;
}
.navigation-links .next{
	float:right;
	max-width:49%;
	text-align:right;
}

/* Paged comments navigation */
#comments-template .paged-navigation{
	overflow:hidden;
	margin:0 0 20px 0;
}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev{
	float:left;
	margin:0 6px 0 0;
	padding:4px 12px;
	color:#68100E !important;
	background:#fff;
	border:1px solid #e2e2e2;
}

/* WP PageNavi */
.wp-pagenavi{
	overflow:hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend{
	float:left;
	margin:0 6px 0 0;
	padding:4px 12px;
	color:#68100E !important;
	background:#fff;
	border:1px solid #e2e2e2;
}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary{
	float:right;
	width:300px;
}
#secondary{
	clear:right;
}
.widget{
	margin:0 0 21px 0;
	padding:20px 20px 0 20px;
	background:#fff;
	border:1px solid #e7e7e7;
}
.widget-title{
	margin:0 0 6px 0;
	padding:0 6px 9px 6px;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
	color:#76522e;
	border-bottom:1px solid #e2e2e2;
}
.widget ul{
	list-style:none;
	margin:0 0 21px 0;
}
.widget li{
	margin:0 0 6px 0;
	padding:0 0 6px 15px;
	background:url(images/bullet.png) no-repeat 0 6px;
	border-bottom:1px solid #e2e2e2;
}
.widget ul ul{
	margin:6px 0 0 0;
}
.widget li li{
	margin:0 0 3px 0;
	padding:0 0 3px 15px;
	background:url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom:none;
}

/**
* Comments template
************************************************/
#comments-number{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:19px;
	background:#fff;
	border:1px solid #e7e7e7;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
}
#comments ol{
	list-style:none;
	margin-left:0;
}
#comments li, p.comments-closed{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:19px 19px 0 19px;
	background:#fff;
	border:1px solid #e7e7e7;
}
#comments li.thread-even, #comments li.thread-odd{
	padding-bottom:9px;
}
p.comments-closed{
	padding:19px;
}
#comments-template p.comments-closed{
	border:none;
	padding:0;
}
#comments li li, #comments li li li li{
	margin:0 15px 15px 15px;
	padding:15px 15px 0 15px;
	background:#EFF1E1;
	border:1px solid #e7e7e7;
}
#comments li li li, #comments li li li li li{
	margin:0 15px 15px 15px;
	padding:15px;
	background:#fff;
	border:1px solid #e7e7e7;
}

/* Comment avatars */
#comments .avatar{
	float:left;
	width:40px;
	height:40px;
	margin:0 15px 5px 0;
	padding:4px;
	background:#EFF1E1;
	border:1px solid #e2e2e2;
}

/* Comment meta data */
#comments .comment-meta-data{
	margin:10px 0;
}
#comments .comment-meta-data cite{
	font-size:15px;
	font-weight:bold;
	font-style:normal;
}
#comments .comment-meta-data a{
	color:#68100E !important;
}

/* Comment text */
#comments .comment-text{
	clear:both;
	margin:0 15px;
}

/* Comment form */
#respond{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:19px 19px 0 19px;
}
#reply{
	margin:0 0 10px 0;
	padding:0 6px 9px 6px;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom:1px solid #e2e2e2;
}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary{
	overflow:hidden;
	width:1020px;
	margin:0 auto 20px auto;
}
#subsidiary a{
	color:#68100E;
}
#subsidiary .widget{
	float:left;
	width:200px;
	margin:0;
	padding:0 25px;
	background:transparent;
	border:none;
}
#subsidiary .widget-title{
	margin:0 0 6px 0;
	padding:0 6px 9px 6px;
	font:normal normal bold 18px/21px arial, verdana, sans-serif;
	color:#aaa;
	border-bottom:1px solid #213a4b;
}
#subsidiary .widget ul, #subsidiary .widget ul ul{
	list-style:none;
	margin:0 0 21px 0;
}
#subsidiary .widget li, #subsidiary .widget li li{
	margin:0 0 9px 0;
	padding:0 6px 9px 6px;
	background:transparent;
	border-bottom:1px solid #213a4b;
}

/**
* Footer
************************************************/
#footer-container{
	overflow:hidden;
	clear:both;
	width:100%;
	padding:20px 0 0 0;
	color:#aaa;
}
#footer{
	overflow:hidden;
	clear:both;
	width:1000px;
	margin:0px auto 0px auto;
}
#footer .copyright{
	float:left;
	width:49%;
}
#footer .credit{
	float:right;
	width:49%;
	text-align:right;
}