/*
Theme Name: Hardbrook
Theme URI: http://hardbrook.com
Author: Richard Seabrook
Author URI: http://hardbrook.com/
Description: A base theme for blog development
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.

*/

/* =Global Styles
-------------------------------------------------------------- */
body {
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
a:hover,
.current-menu-item a {
	color: #F83718;
}
.entry-content a {
	color: #F83718;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear {
	clear: both;
}


/* =Typography
-------------------------------------------------------------- */

#access,
.entry-header .entry-title,
footer.entry-meta,
.widget h1.widget-title,
#nav-below {
	text-transform: uppercase;
}


#access,
.entry-header .entry-title,
.page .entry-content p,
.page .entry-content h2,
.widget h1.widget-title,
.widget-area .widget_links ul,
.widget-area .widget_archive ul,
#nav-below {
	font-family: Montserrat, Calibri, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;
}
.nrelate h3,
.nrelate_default .nr_text {
	font-family: Montserrat, Calibri, sans-serif !important;
	font-weight: normal !important;
	font-size: 10px !important;
	letter-spacing: 1px;
}
.nrelate h3 {
	font-size: 12px !important;
}
.widget-area .widget_links ul,
.widget-area .widget_archive ul {
	font-weight: 100;
	letter-spacing: 1px;
}

.page .entry-content h2 {
	color: #F83718;
}
.page .entry-content p,
.page .entry-content h2 {
	text-align: center;
	line-height: 2em;
}
.entry-header .entry-title {
	font-weight: normal;
}
.entry-header .entry-meta {
	font-family: 'Open Sans', Calibri, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.entry-content p {
	font-family: Georgia, serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
footer.entry-meta {
	font-family: Montserrat, Calibri, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

.sidebar-categories .cat p,
#colophon {
	font-family: Montserrat, Calibri, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
}



/* =Structure
-------------------------------------------------------------- */
html, body, .bar, .bar ul, .bar ul li {
	margin: 0;
	padding: 0;
}
#page,
.inner {
	display: block;
	margin: 0 auto;
        width: 960px;
}
#primary {
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#content {
	margin: 0 330px 0 0;
}
#main .widget-area {
	float: right;

	width: 270px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: -30px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

.bar {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
}
.bar {
	background-color: #F83718;
}
.bar ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.bar ul li {
	float: left;
}
.bar ul li a img {
	position: relative;
	height: 30px;
	width: 35px;
	padding: 15px 10px;
	vertical-align: middle;
}
.bar ul li a:hover img {
	bottom: 5px;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
#site-title img {
	vertical-align: middle;
	margin: 100px 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: -165px 0 0 0;
	width: 100%;
}
#access ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access.center div {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#access.center div ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#access.center div ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin-bottom: 50px;
}
.entry-header {
	padding: 15px 5px;
	border-top: 2px solid rgb(204,204,204);
	border-bottom: 2px solid rgb(204,204,204);
}
.entry-title {
	display: inline;
}
footer.entry-meta {
	position: relative;
	padding: 5px 0;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}
.comments-link {
	line-height: 20px;
}

.social-button {
	float: left;
	height: 20px;
	margin-right: 5px;
}
.comments-link {
	float: right;
}


.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous,
#content nav .nav-next {
	display: inline;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label,
#searchform #searchsubmit {
	display: none;
}
#searchform input#s {
	width: 236px;
	padding: 15px;
	border: 2px solid #F83718;
	color: #F83718;
	letter-spacing: 1px;
	text-transform: uppercase;
}
input[type=text] {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title,
#reply-title,
#respond #submit {
	text-transform: uppercase;
	font-size: 12px;
}
#comments-title {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
article.comment {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}
#respond #submit {
	background-color: black;
	color: white;
	border: none;
	padding: 8px 10px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin-bottom: 30px;
}
.widget h1.widget-title {
	line-height: 2em;
	border-bottom: 2px solid rgb(204,204,204);
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-area .widget_links ul,
.widget-area .widget_archive ul {
	padding: 0;
	list-style-type: none;
}

.sidebar-categories {
	padding: 20px 0 10px 0;
	border-top: 2px solid rgb(204,204,204);
	border-bottom: 2px solid rgb(204,204,204);
}
.sidebar-categories .cat {
	width: 127px;
	float:left;
}
.sidebar-categories .cat img {
	-moz-transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}


.sidebar-categories .cat:nth-child(2n) {
	padding-left: 16px;
}
.sidebar-categories .cat p {
	margin: 0 0 10px 0;
}
.sidebar-categories .cat:hover a {
	color: #F83718;
}
.sidebar-categories .cat:hover img {
	box-shadow: 0 0 5px 0px #F83718;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {

}
.footer img {
	padding: 110px 0 20px 0;
}
.bottom.bar p {
	line-height: 60px;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
.bottom.bar a {
	color: rgb(255,255,255);
}
.bottom.bar a:hover {
	color: rgb(204,204,204);
}

<script type="text/javascript">
    var _rsan = {};
    _rsan.key = '18669d6219375cd13aa11b3858d15550b3b97dfc';
    (function() {
        var rs = document.createElement('script');
        rs.type = 'text/javascript';
        rs.async = true;
        rs.src = ('https:' === document.location.protocol
        ? 'https://collect'
        : 'http://collect')
        + '.rewardstyle.com/c.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(rs, s);
    })();
</script>
                                

