/* 
Theme Name: Hunt Haggarty
Theme URI: 
Description: A child of the Hybrid theme framework that puts emphasis on your content.
Author: Creative Cherry
Author URI: www.creativecherry.com
Version: 0.1
Tags: Widgets, Avatars
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

@import url('tabs.css');

body {
	font: 14px/18px Georgia, Times, "Times New Roman", serif;
	color: #333;
	/*background: #0e0d0a url(images/body-bg.jpg) repeat-y top center;*/
	background: #ffffff url(images/body-bg.jpg) repeat-y top center;
	}
    /*
body.home, body.front-page {
	background: #eff1e1 url(images/body.png) repeat-x 0 -35px;
	}*/
#body-container {
	overflow: hidden;
	width: 100%;
	/*background: transparent url(images/bg.jpg) repeat-x 0 0;*/
    background:none;
	}

/* Links */
a:link, a:visited {
	color: #099;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roaman", 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;
	}
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;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 591px;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 3px 6px;
	font-weight: bold;
	color: #fff;
	background: #099;
    border:none;
    border-width:0;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 34px;
	margin-right: 3px;
	font-size: 41px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
	}

/* 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;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* 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;
	}
.post img {
	max-width: 594px;
	padding: 8px;
	background: #fff;
	/*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;
	background: #EFF1E1;
	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 4px 0 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;
	background: #EFF1E1;
	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%;
	/*background: transparent url(images/header-top.png) repeat-x 0 0;*/
	background:none;
    margin-bottom:25px;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 142px;
	margin: 0 auto;
	padding: 24px 20px 0 0;
	}
#site-title {
	float: left;
	width: 330px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 330px;
	height: 142px;
	margin: 0 0 0 21px;
	background: url(images/hh_logo.gif) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
	}

/* Subscribe links  */
#subscribe-options {
	float: right;
	width: 263px;
	margin: 0 0 6px 0;
	padding: 0;
    font-size:16px;
    line-height:19px;
	}
#subscribe-options a {
	padding-left: 13px;
    margin-right:15px;
    background:transparent url(images/blackish-arrow.gif) no-repeat 0 4px;
    color:#333 !important;
    font-size:12px;
	}

/* Search form */
#header div.search {
    display:block;
        clear:right;
	float: right;
	width: 263px;
	height: 25px;
	padding: 0;
    margin: 0 0 6px 0;
}
#header form {

	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 203px;
	padding: 3px 5px 3px 5px;
	color: #333;
	background: transparent;
	border: 1px solid #351f20;
	}
#header .search-submit {
	display: none;	
	}

/**
* Navigation
************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	/*background: url(images/nav.png) repeat-x 0 0;*/
    background:none;
	}
#page-nav {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	/*background: url(images/nav-border.png) repeat-y left  0;*/
	background:none;
	}
#page-nav ul {
	list-style: none;
	margin: 0 0 25px 0;
	}
#page-nav li {
	display: inline;

	}
#page-nav a {
	padding: 0 35px 0 13px;
    font-size:18px;
	/*background: url(images/nav-border.png) repeat-y right 0;*/
	}
#page-nav li.current_page_item a {
	color: #fff;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 0 auto;
	}
#container a {
	color: #099;
	}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0 4px 23px;
	font-size: 12px;
	color: #333;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 10px 19px 0 13px;
	background-color:transparent; 
    background-image:url(images/post-dotted-border.gif);
    background-repeat: no-repeat;
    background-position: 13px 0;

	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 11px 0;
	font: normal normal normal 32px/32px Georgia, Times, "Times New Roman", serif;

	}
#container .entry-title a, #container .series-title a, #container .related-title a {
    color:#351f20;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 11px 0;
	font: normal normal normal 32px/32px Georgia, Times, "Times New Roman", serif;
	}

/* Byline */
.byline {
    margin-bottom:9px;
	font-size: 12px;
	color: #333;
	}
.byline a {
	color: #099 !important;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	font-size: 12px;
	color: #333;
	padding: 0;
    margin-bottom:12px;
	}
.post-meta-data a {
	/*color: #486472 !important;*/
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
    /*
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
	}
     * 
     */
.page-template-no-widgets #content, .no-widgets #content {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 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: none;
	}
.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: #486472 !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: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 273px;
	}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 10px 21px 0;
	padding: 0;
    
	}
.widget-title {
	margin: 0 0 5px 0;
	padding: 4px 0 0 0;
	font: normal 18px/21px georgia, times, "times new roman", serif;
	color: #009999;
    overflow:hidden;
    height:30px;
    
    
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 0 0;
	padding: 0 0 6px 15px;
	background:transparent url(images/bullet.gif) no-repeat 0 6px;
	}
.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;
	}
    
.widget-inside {
    background: url(images/widget-title-bg.gif) no-repeat 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.tag-cloud {
    line-height:28px;
}
    
.tag-cloud a, .archives a, .recentcomments a, .categories a {
    color: #333 !important;
}

#newsletter-form label {
    margin-right:5px;
}
#newsletter-form #name {
    margin-bottom:5px;
}
#newsletter-form #idltlt-idltlt,
#newsletter-form #name {
	background: transparent;
	border: 1px solid #351f20; 
    padding: 3px 5px 3px 5px;  
    vertical-align:middle;
    line-height:15px;
}

/**
* Comments template
************************************************/

#comments {
    padding-left: 13px;
}

#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
    line-height:32px;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 19px 0 0;

	}
#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: #486472 !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;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#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: #4b6e85;
	}
#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: 0 0 0 0;
	color: #333;
	background: none;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	}
#footer .copyright {
	float: left;
    padding-left:13px;
	width: 40%;
	}
#footer .credit {
	float: right;
	width: 40%;
	text-align: right;
	}
