/*
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.

*/

a {
	color: rgb(80,80,80);
	text-decoration: none;
}

a:hover {
	color: rgb(62,131,202);
}


/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'Didot';
    src: url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/didot_headline-webfont.eot');
    src: url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/didot_headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/didot_headline-webfont.woff') format('woff'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/didot_headline-webfont.ttf') format('truetype'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/didot_headline-webfont.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/MyriadPro_Regular.eot');
    src: url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/MyriadPro_Regular.eot?#iefix') format('embedded-opentype'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/MyriadPro_Regular.woff') format('woff'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/MyriadPro_Regular.ttf') format('truetype'),
         url('http://lacqueredlife.com/wp-content/themes/hardbrook/fonts/MyriadPro_Regular.svg#MyriadPro') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Structure
-------------------------------------------------------------- */

body {
	font-family: MyriadPro, Calibri, sans-serif;
	color: rgb(80,80,80);
}
.entry-header .entry-meta,
.comments-link,
.entry-content {
	font-family: Didot, 'Times New Roman', serif;
}
#page {
	display: block;
	margin: 0 auto;
        width: 960px;
}
#primary {
	float: right;
	margin: 0 0 0 -220px;
	width: 100%;
}
#content {
	margin: 0 0 60px 220px;
	padding: 0 0 0 90px;
	border-left: 1px solid rgb(62,131,202);
	min-height: 1200px;
}
.page #content {
	padding: 0 0 0 15px;
}
#main .widget-area {
	float: left;
	overflow: hidden;
	width: 200px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* 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
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
}
#site-title a {
	display: inline-block;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	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 ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.page .entry-header {
	display: none;
}
.entry-header {
	min-height: 43px;
}
.entry-header,
footer.entry-meta {
	position: relative;
	border-top: 1px solid rgb(62,131,202);
	border-bottom: 1px solid rgb(62,131,202);
	padding: 5px 0;
	letter-spacing: 1px;
}
.entry-header,
.entry-content {
	margin-bottom: 20px;
}
footer.entry-meta {
	margin-bottom: 80px;
}
.entry-header:after {
	content: url(./images/paintbullet.png);
	position: absolute;
	left: -60px;
	top: 7px;
}
.entry-header,
.entry-header a,
footer.entry-meta a,
footer.entry-meta {
	color: rgb(62,131,202);
}
.entry-title {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}
.entry-meta {
	clear: both;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
}
.entry-content {
	font-size: 18px;
	letter-spacing: 1px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#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;
}
.entry-content {

}
.entry-content img {
	display: block;
	padding: 15px 0;
	margin: 0 auto;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 150px;
}
input[type=text],
input#s,
#subscribe-blog input {
	margin: 0;
	width: 100%;
	border: none;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 23px;
	outline: none;
}
#subscribe-blog {
	text-align: center;
}
#subscribe-blog input {
	text-transform: lowercase;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
#subscribe-blog input[type="submit"] {
	background-color: rgb(62,131,202);
	color: white;
	width: 70px;
	margin: 0 auto;
	padding: 3px 0;
}
#searchsubmit {
	background: url(./images/magnify.png) no-repeat center top;
	width: 23px;
	height: 23px;
	border: none;
	vertical-align: top;
}
.widget_search,
.jetpack_subscription_widget {
	margin-bottom: 30px;
}
.widget_search form,
.jetpack_subscription_widget form {
	border-top: 1px solid rgb(62,131,202);
	border-bottom: 1px solid rgb(62,131,202);
	padding: 8px 10px;
}
.widget_search p,
.jetpack_subscription_widget p {
	margin: 0;
	padding: 0;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#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;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area ul {
	list-style-type: none;
	padding: 0;
}
.widget_nav_menu {
	font-size: 20px;
}
.widget_nav_menu a {
	display: block;
	padding: 12px 0;
	letter-spacing: 1px;
}
#nav_menu-2,
.widget_links {
	text-align: right;
}
.blogroll a {
	display: block;
	font-size: 14px;
	padding: 4px 0;
	letter-spacing: 1px;
}
#nav_menu-2 a,
.widget_links a {
	padding-right: 10px;
}
.widget_links .widget-title {
	border-bottom: 1px solid rgb(62,131,202);
	padding: 0 10px 5px 0;
	font-weight: normal;
	font-size: 20px;
}
#nav_menu-3 ul li a {
	text-align: center;
	color: white;
	background-color: rgb(62,131,202);
	border: 1px solid white;
	margin: 20px 5px;
	box-shadow: 0 0 0 7px rgb(62,131,202);
	font-size: 16px;
}
#image-2 {
	padding: 15px 0;
}
#nav_menu-2,
#image-2 {
	border-bottom: 1px solid rgb(62,131,202);
	position: relative;
}
#nav_menu-2:after,
#image-2:after,
#colophon:after,
footer.entry-meta:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid rgb(62,131,202);
	left: 0;
	width: 100%;
}
#nav_menu-2:after,
#image-2:after {
	bottom: 4px;
}
footer.entry-meta:after {
	bottom: -6px;
}
#colophon:after {
	top: 4px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px solid rgb(62,131,202);
	position: relative;
	padding: 1em 0 1em 0;
        text-align: center;
	letter-spacing: 1px;
}