/* 
Theme Name: Adsensory
Theme URI: http://hiking-tents.org
Description: An Adsense child of the Hybrid theme framework.
Author: Jengua
Author URI: http://jengua.com
Version: 0.0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
@import url('../hybrid/library/css/reset.css'); 

@import url('../hybrid/library/css/20px.css'); 

/***********************************************
* Body
************************************************/

/* Contains everything */
body {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
	background: #DCDCDC;
	}

/* Body container */
#body-container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: url(images/main.gif) 0 0 repeat-y;
	}

/***********************************************
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #0000FF;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1 {
	color: #000000;
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F5692;
	font-weight: bold;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 15px;
	margin-bottom: 0;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/*****************************************
* Alignment 
******************************************/
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/***********************************************
* Images 
***********************************************/
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	border: 1px solid #ccc;
	}

/***********************************************
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 82px;
	margin:0 auto;
	background: #000000;
	}
#header {
	overflow: hidden;
	height: 75px;
	margin: 5px 10px 0;
	}

#site-title {
	font: bold 32px/30px Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px auto 0;
	text-align: center;	
	}
#site-title a {
	display: block;
	color:#FFFF00;
	text-decoration: none;
	}
#site-title a:hover {
	text-decoration: none;
	}	
	
#site-description {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0 0;
	}

/*******************************************
* Navigation 
*******************************************/
#navigation {
	overflow: visible;
	margin: -4px auto 0;
	text-align: center;
	z-index: 100;
	}
#page-nav ul {
	margin: 0;
	padding: 0;
}

#page-nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	background: url(images/v-spacer.png) 100% 3px no-repeat;
	}
#page-nav li.page-item-41 {
	background: none;
	}	
	
	
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 5px 0;
	color: #FFF;
	text-decoration: underline;
	}	

#page-nav li a:hover {
	text-decoration: underline;
	}	

/****************************************************
* Container (wraps content, primary, and secondary) 
*****************************************************/
#container {
	margin: 0;
	padding: 0;
	}
	
#primary {
	width: 155px;
	height: 100%;
	float: right;
	background: #556B2F;
	padding-top: 15px;
}

/*******************************************
* Main content 
********************************************/
#content {

}

.content {
	overflow: hidden;
	float: left;
	width: 575px;
	padding: 15px 5px 20px 20px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 895px;
	}
	
#top-images img {
	padding: 10px 30px 0 0;
}
#top-images img.pic4 {
	padding-right: 0;
}

/*******************************************
* Posts 
********************************************/
.post {
	clear: both;
	overflow: hidden;
	margin: 0 15px 20px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0;
	}

/*******************************************
* Entry title 
********************************************/
.entry-title {
	font-size: 16px;
	margin: 0 0 12px 0;
	font-weight: bold;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 10px 0;
	}
.entry-title a {
	color: #000000;
	text-decoration: none;
	}

/* Byline */
.byline {
	display: none;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}
	
.byline a {
	font-style: normal;
	}

/*******************************************
* Entry content 
********************************************/
.entry-content {
	overflow: hidden;
	margin: 0 10px 10px 0;
	}

/*******************************************
* Entry metadata 
********************************************/
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	display: none;
	}
.entry-meta a {
	font-style: normal;
	}

/*******************************************
* Page links (multiple-paged posts) 
********************************************/
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/*******************************************
* Navigation links 
********************************************/
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
	
#comments-template .paged-navigation {
	text-align: center;
	}
#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;
	}

/*******************************************
* Widgets 
********************************************/
.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #464646;
	}
.widget-inside {
	margin: 0;
	padding: 10px 10px 10px 0;
	color: #FFFFFF;
}
	
.widget a {
	color: #FFFFFF;
	}
.widget a:hover {

	}

.widget ul {
	list-style: none;
	margin: 0;
	}
.widget ul li {
	padding: 0;
	}

/* Widget titles */
.widget-title {
	display: none;
} 

#primary .widget ul li {
	padding-left: 7px;
	background: url(images/bullet-sb.png) 0 center no-repeat;
}

#utility-before-content .widget-inside {
	padding: 10px 0 0;
}
/***********************************************
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}
	
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/*******************************************
* Form 
********************************************/
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

/* Respond textarea */
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

/* Submit and rest buttons */
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #90AA82;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #c7d4c0;
	color:#006600;
	}
.search-form input {
	display: inline;
	margin: 0;
	width: 50px;
	padding: 3px 6px;
	}

/************************************************
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	margin: 0 auto;
	width: 760px;
	height: 60px;
	background: #000000;
	}

/* Subsidiary */
#subsidiary {
	margin: 0;
	}
#subsidiary .widget {
	margin: 0;
	}
#subsidiary .widget-inside {
	padding: 0;
}
#subsidiary .widget ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}	
#subsidiary .widget li {
	display: inline;
}
#subsidiary .widget li a {
	display: inline;
	padding: 0 8px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/*******************************************
* Footer 
********************************************/
#footer {
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	}
#footer .copyright {
	margin: 0 30px 0;
	padding: 0;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	}
#footer p {
	padding-bottom: 5px;
}	

#footer p a {
	text-align: center;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}	
	
img.none {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
	background: none;
}
#query-posts-3.widget {
	margin: 0;
}
#query-posts-3 .widget-inside {
	margin: 0;
	padding: 0;
}
#query-posts-3.widget ul {
	margin: -2px auto 0;
	text-align: center;
}

#query-posts-3.widget li {
	display: inline;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 0 7px 0 4px;
	background: url(images/v-spacer.png) 100% center no-repeat;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; width: 100%; }	
