/*
Theme Name: HenCam
Theme URI: http://hencam.com
Author: Edge Design / CodeBrick
Author URI: http://codebrick.com/
Description: Custom WordPress theme for HenCam
Version: 2.0
Tags: custom-background, custom-colors, custom-header, custom-menu
*/
@import 'reset.css';
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #333333;
	font:62.5%/1.4 sans-serif;
	*font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
body {
	background: transparent url(images/bg_body.jpg) repeat-x;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	color:#aba69d;
	background-color: #aba69d;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.2em;
	overflow: auto;
	padding: 0.75em 1.2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.2em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=submit] {
	font-size: 1.2em;
}
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
form#searchform {
	padding-bottom:15px;
}
p.error {font-size:12px; color:red; font-weight:bold;}
input#s {
	float:left;
	font-size: 1.1em;
	line-height: 1.2;
	width:115px;
	height: 17px;
	padding: 2px 5px;
}
#searchsubmit {
	float:left;
	width:86px;
	height:19px;
	margin-left:10px;
}
/* Links */
a, a:visited {
	color: #66524c;
	text-decoration: underline;
}
a:focus,
a:active {
	color: #cc3752;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#respond label{
	line-height:26px;
}

#respond input#submit,
.button {
	padding:1px;
	border:1px solid #b7b7b7;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f0ed',GradientType=0 ); /* IE6-9 */
}
#respond input#submit,
.button a,
.button a:visited {
	display:block;
	width:auto;
	height:100%;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #dcd7cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dcd7cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* IE10+ */
	background: linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dcd7cf',GradientType=0 ); /* IE6-9 */
	color:#67544d;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#respond input#submit:hover,
.button a:hover {
	color:#000;
	text-decoration:none !important;
	background: #dcd7cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcd7cf 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcd7cf), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd7cf', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
#respond input#submit:active,
.button a:active {
	color:#cc3752;
	text-decoration:none !important;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	width:964px;
	height:160px;
	background:transparent url(images/bg_header.jpg) no-repeat;
	position: relative;
	z-index: 9999;
}
.camHD #branding {
	width:1178px;
	height:160px;
	background:transparent url(images/bg_header_HD.jpg) no-repeat;
	position: relative;
	z-index: 9999;
}
#branding hgroup {
	position:absolute;
	top:46px;
	right:36px;
	width:281px;
	height:102px;
}
#site-title a {
	display:block;
	width:281px;
	height:102px;
	background:transparent url(images/logo.png) no-repeat;
}
#site-title a span,
#site-title a:hover span,
#site-title a:focus span,
#site-title a:active span {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	display: block;
	float: left;
	margin: 120px auto 0 12px;
	width:625px;
}
.camHD #access {
	clear: both;
	display: block;
	float: left;
	margin: 120px auto 0 12px;
	width:839px;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	float: left;
	position: relative;
	padding:0;
	margin-right:10px;
}
#access a,
#access a:visited {
	font-family:'Dancing Script', cursive;
	font-weight:700;
	font-size:2em;
	color: #66524c;
	display: block;
	height:30px;
	line-height: 1;
	padding:10px 10px 0;
	text-decoration: none;
}
#access a:focus,
#access a:active {
	color: #cc3752;
}
#access a:hover {
	color:#000;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top:40px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	color: #66524c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	height: auto;
	padding: 10px 10px;
	width: 168px;
}

#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #cc3752;
}

#access li.haschildren:hover {
	background: #fff;
	color:#000;
}

#main ul.submenu {
	width:950px;
	height:40px;
	list-style: none;
	margin:0;
	padding:0 5px;
	border-bottom:1px solid #aba69d;
}
.camHD #main ul.submenu {
	width:1164px;
	height:40px;
	list-style: none;
	margin:0;
	padding:0 5px;
	border-bottom:1px solid #aba69d;
}

#main ul.submenu li {
	float: left;
	padding:13px 15px 0;
}

#main ul.submenu li a,
#main ul.submenu li a:visited {
	color: #66524c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
}

#main ul.submenu li a:hover {
	color:#000;
	text-decoration:none;
}

#main ul.submenu li a:active,
#main ul.submenu li.active a {
	color:#cc3752 !important;
	text-decoration:none;
}


/* =Content
----------------------------------------------- */

#page {
	margin: 0 auto;
	max-width: 964px;
	background: transparent url(images/bg_page.png) repeat-y;
}
.camHD #page {
	margin: 0 auto;
	max-width: 1178px;
	background: transparent url(images/bg_page_HD.png) repeat-y;
}

#main {
	width:960px;
	margin-left:2px;
	background: #f5f0e3 url(images/bg_main.png) repeat-x;
	border-bottom:1px solid #aba69d;
}
.camHD #main {
	width:1174px;
	margin-left:2px;
	background: #f5f0e3 url(images/bg_main.png) repeat-x;
	border-bottom:1px solid #aba69d;
}

#primary {
	float: left;
	width: 640px;
}
.camHD #primary {
	float: left;
	width: 854px;
}

.archive #primary,
.blog #primary,
.blog-post-single #primary,
.category #primary,
.search #primary{
	width: 720px !important;
	background-color: #fff;
}

.faq-post-single #primary{
	width: 720px !important;
}

.page-template-page-home-php #primary {
	margin-top:-1px;
}

/* FAQ & The Animals page styles */
.page-template-page-faq-php #primary,
.page-template-page-animals-php #primary,
.page-template-page-archives-php #primary {
	width:960px !important;
}
.page-template-page-faq-php #secondary,
.page-template-page-animals-php #secondary,
.page-template-page-archives-php #secondary {
	display:none !important;
}
.faq-column {
	width:220px;
	margin-bottom:20px;
}
.faq-column h2 {
	font-family:'Dancing Script', cursive;
	font-weight:400;
	font-size:2.4em;
	color:#66524c;
	line-height: 1.2;
	padding-bottom:10px;
}
.faq-column h3 {
	color:#66524c;
	font-size:1.2em;
	line-height:1.4;
	padding-bottom:10px;
}
.faq-column h3 a,
.faq-column h3 a:visited {
	color:#66524c;
	text-decoration:none;
}
.faq-column h3 a:hover {
	color:#000;
}
.faq-column h3 a:active {
	color:#cc3752;
}
.animal-column {
	width:300px;
}
.animal-column h4,
.animal-column p {
	font-size:1.2em;
	line-height:1.4;
}
.animal-column h4 {
	font-weight:bold;
	margin:5px 0;
}

/* Store page styles */
.store #primary,
.page-template-page-store-php #primary {
	width:720px !important;
	background-color:#fff !important;
}
.store #secondary,
.page-template-page-store-php #secondary {
	width:239px !important;
}
.product-column {
	width:218px;
	height:218px;
	border: 1px solid #ffffff;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
}
.product-column:hover {
	border: 1px solid #aba69d;
}
.product-thumbnail {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150px;
}
.product-thumbnail img {
    vertical-align: middle;
}
.product-column a,
.product-column a:visited{
	text-decoration:none;
}
.product-column h2 {
	color:#cc3752;
	margin-top:1em;
}
.page-template-page-cart-php #primary {
	width:960px !important;
}
.page-template-page-cart-php #secondary {
	display:none !important;
}
#Cart66scCartContents,
#Cart66scEmptyMessage {
	font-size:1.2em;
	line-height:1.4;
	margin-bottom:5px;
}

/* Events page styles */
.events, .events li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.events li {
	clear:both;
	margin-top:10px;
	padding:10px 0;
	border-top:1px solid #aba69d;
}
.event_post_thumbnail {
	float:right;
	width:220px;
	margin:0 0 15px 15px;
}
.event_post_title {
	margin-bottom:10px;
}
.event_post_title h3 {
	font-family:'Dancing Script', cursive;
	color: #66524c;
	font-size:2.4em;
	font-weight:400;
	line-height: 1.1;
}
.event_post_title h3 a,
.event_post_title h3 a:visited {
	color: #66524c;
	text-decoration:none;
}
.event_post_title h3 a:focus,
.event_post_title h3 a:active {
	color: #cc3752;
	text-decoration:none;
}
.event_post_title h3 a:hover {
	color: #66524c;
	text-decoration:none;
}
.gmap {
    color: #66524c;
    background:#fff;
    padding:1px 4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
}

#secondary {
	float: right;
	width: 319px;
	border-left:1px solid #aba69d;
}

.archive #secondary,
.blog #secondary,
.blog-post-single #secondary,
.faq-post-single #secondary,
.category #secondary,
.search #secondary {
	width:239px !important;
}

#camboxHD {
	width:854px;
	height:480px;
	line-height: 480px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4em;
}

#cambox {
	width:640px;
	height:480px;
}

#cambox.loading {
	background: transparent url(images/bg_loading.gif) no-repeat center center;
}

#cambox.error {
	width:560px;
	height:360px;
	padding:120px 40px 0;
	text-align:center;
}

#cambox.error p {
	font: 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color:#cc3752;
}

.home #content article.hentry {
	padding:18px 20px 10px 10px;
	width:610px;
}
.home.camHD #content article.hentry {
	padding:18px 20px 10px 10px;
	width:824px;
}

.home #content article.hentry header.entry-header h1.entry-title {
	font-size:2.8em !important;
	color:#333 !important;
	border-bottom:none !important;
	margin-bottom:10px !important;
	padding:0 !important;
}

.home #content article.hentry div.entry-content {
	font-size:1.4em;
	line-height:1.4;
}

.archive #content,
.blog #content,
.category #content,
.page #content,
.search #content,
.single #content {
	padding:0 10px;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*=====*/

body.archive h1.page-title,
body.category h1.page-title,
.search-title,
.entry-title {
	font-family:'Dancing Script', cursive;
	font-weight:400;
	font-size:3.6em;
	color: #cc3752;
	line-height: 1;
	padding:20px 0 10px;
	margin-bottom:15px;
	border-bottom:1px solid #aba69d;
}
.entry-title a,
.entry-title a:visited {
	color: #66524c;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #cc3752;
}
.entry-meta {
	clear: both;
}
header.entry-header .entry-meta {
	float:right;
	margin:0 0 15px;
}
.entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.entry-content,
.entry-summary {
	font-size:1.2em;
	line-height:1.4;
}
.search-content {
	font-size:1.2em;
	line-height:1.4;
	margin-bottom:2.8em;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2,
.search-content h1,
.search-content h2 {
	font-weight: bold;
	margin-bottom:15px;
}
.entry-content h3,
.comment-content h3,
.search-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.2em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}




.comment-content ul,
.comment-content ol {
	margin-bottom: 1.2em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.2em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Archive */
/* copied from plugins/smart-archives-reloaded/inc/styles.dev.css and modified */

.year-list, .month-list {
	width: 100% !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}

.year-list {
	margin-top: 10px !important;
	background: url(img/archive-year-background.png) repeat-x center bottom;
}

.month-list {
	border-bottom: 2px solid #E8EDEE;
	padding: 5px 3px !important;
}

.year-list li, .month-list li {
	list-style: none !important;
	float: left;
	clear: none !important;
	font-size: 14px;
	color: #BDC0C3;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.year-list li:before, .month-list li:before {
	content: '' !important;
}

.year-list a {
	float: left;
	font-size: 28px;
	padding: 5px 7px 10px !important;
}

.year-list .current {
	background: url(img/archive-year-pointer.png) no-repeat center bottom;
	color: #000;
}

.month-list li {
	padding: 3px 5px !important;
}

.month-list .current, .month-list .current a {
	background: none;
	color: #000;
}

.archive-list li {
	list-style: none !important;
#	margin-bottom: 10px;
}

.archive-list li h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Fancy */
#smart-archives-fancy a {
	outline: none !important;
}

.pane {
	float: left;
	clear: both;
	display: none;
	width: 100%;
}

.month-heading {
	margin: 20px 0 10px;
}

span.month-archive-link {
	font-size: 70%;
	font-weight: normal;
}

/* Block */
#smart-archives-block {
	float: left;
	width: 100%;
}

/* end of Archive */


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.2em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.2em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.2em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.2em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption img {

}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */

}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */

}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.2em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}


blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.2em;
	text-align: center;
}

.pull.alignleft {
	margin: 0 1.2em 0 0;
	text-align: right;
	width: 33%;
}

.pull.alignright {
	margin: 0 0 0 1.2em;
	text-align: left;
	width: 33%;
}



/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.2em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.2em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.2em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.2em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.2em;
	overflow: hidden;
	padding: 1.2em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.2em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.2em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}



/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.2em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.2em;
	overflow: hidden;
	padding: 1.2em 1.2em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.2em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#content #nav-below{
	margin:0 0 20px;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {
	text-decoration: none;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a {
	text-decoration: none;
}
.archives a {
	text-decoration: none;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	margin:0 0 20px;
}
#nav-single .nav-previous {
	float: left;
	width: 200px;;
}

#nav-single .nav-next {
	float: right;
	width: 200px;
	text-align: right;
}

#nav-single .archives {
  display:block;
  margin:0 auto;
  text-align:center;
  width:200px;
}


/* =Widgets
----------------------------------------------- */
.widget-area hr {
	margin:0 10px !important;
}

.widget-area hr.last,
hr.flattened {
	margin:0 !important;
}

.widget {
	clear: both;
	padding:9px 10px 8px 10px;
}

.widget-left {
	float:left;
	width:130px;
	padding-left:7px;
}
.widget-left-auto {
	float:left;
	padding-left:7px;
}
.widget-title {
	font-family:'Dancing Script', cursive;
	color: #66524c;
	font-size:2.4em;
	font-weight:400;
	line-height: 1.1;
	margin-bottom:5px;
	cursor:pointer;
}
.widget-title-clipped {
	height:78px;
	overflow:hidden;
}
.attachment-sidebar-thumbs {
	margin-bottom:10px;
}
.blog .widget-title,
.category-thevintagehen .widget-title,
.page-template-page-store-php .widget-title,
.blog-post-single .widget-title,
.faq-post-single .widget-title,
.search .widget-title {
	padding:0 15px;
	color:#333;
	text-align:center;
	margin-bottom:10px;
}
.widget img {
	border:1px solid #66524c;
	float:right;
	margin-left:20px;
	cursor:pointer;
}
.widget-ad {
	clear: both;
	padding:9px 10px 8px 10px;
}
.widget-ad img {
	display:block;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.widget-text {
	font-size:1.2em;
	line-height:1.4;
}
.widget-subtitle {
	font-size:1.4em;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:15px;
	color:#66524c;
	text-align:center;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}

/* Search Widget */
.widget input#s {
	width:113px;
	padding: 2px 4px;
}
.widget #searchsubmit {
	width:80px;
}
.sidebar_tag_list {
	padding:10px 0;
}
.sidebar_tag_list li {
	padding-bottom:5px;
}
.sidebar_tag_list li a {
	font-weight:normal !important;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_hencam_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_hencam_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_hencam_ephemera .comments-link a,
.widget_hencam_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_hencam_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

footer.entry-meta{
	font-size:1.2em;
	margin:0 0 10px;
	overflow:hidden;
}

footer.entry-meta span.comments-link{
	float:right;
	text-align:right;
	width:140px;
}

/* =Comments
----------------------------------------------- */
#comments{
	border-bottom:1px solid #ABA69D;
	border-top:1px solid #ABA69D;
	margin:20px 0;
	padding:20px 0;
}

#comments-title {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 20px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	font-size:1.2em;
	list-style: none;
	margin:0;
	padding:0;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist li.comment {
	margin:30px 0;
}

.commentlist .children {
	list-style: none;
	margin: 20px;
}

.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	margin:0 0 5px;
}

.comment-meta .fn a {
	font-weight:bold;
	text-decoration: none;
}

.comment-meta .comment-author a {
	text-decoration: none;
}

.reply a {
	text-decoration: none;
}

/* Comment Form */
#respond {
}

#respond h3{
	font-size:1.2em;
}

#respond p{
	font-size:1.2em;
	overflow:hidden;
	margin:0 0 15px;
}


#respond input[type="text"]{
  float:left;
  font-size:1.1em;
  margin:0 20px 0 0;
  width:300px;
}

#respond textarea {
	font-size:1.1em;
	resize: vertical;
	padding:3px;
	width:98%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
  display:none;
}

#respond .comment-form-email:after{
  content:"(will not be published) (required)";
}

#respond .comment-form-author:after{
  content:"(required)";
}

#respond .form-submit{
}

#respond input#submit {
  cursor:pointer;
  font-size:1.1em;
  padding:2px 15px;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.2em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

/* =Footer
----------------------------------------------- */

#colophon {
	width:964px;
	height:260px;
	background:#fff url(images/bg_footer.jpg) no-repeat;
	position:relative;
}
.camHD #colophon {
	width:1178px;
	height:260px;
	background:#fff url(images/bg_footer_HD.jpg) no-repeat;
	position:relative;
}
#colophon div.ads {
	position:absolute;
	top:12px;
	left:12px;
	width:728px;
	height:90px;
}
.camHD #colophon div.ads {
	position:absolute;
	top:12px;
	left:12px;
	width:942px;
	height:90px;
}
#colophon div.contact {
	position:absolute;
	top:12px;
	right:12px;
	width:138px;
	height:22px;
	border:1px solid #b7b7b7;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f0ed',GradientType=0 ); /* IE6-9 */
}
#colophon div.contact a,
#colophon div.contact a:visited {
	text-decoration:none;
	display:block;
	width:136px;
	height:20px;
	margin:1px;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #dcd7cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dcd7cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* IE10+ */
	background: linear-gradient(top,  #fdfdfd 0%,#dcd7cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dcd7cf',GradientType=0 ); /* IE6-9 */
	color:#67544d;
	font-size:1.3em;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
#colophon div.contact a:hover {
	color:#000;
	text-decoration:none;
	background: #dcd7cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcd7cf 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcd7cf), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(top,  #dcd7cf 0%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd7cf', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
#colophon div.contact a:active {
	color:#cc3752;
}
#colophon div.social {
	position:absolute;
	top:50px;
	right:12px;
	width:140px;
	height:24px;
}
#colophon p.credits {
	position:absolute;
	top:145px;
	right:5px;
	text-align:right;
	color:#aba69d;
}
#colophon div.social ul{list-style:none !important; list-style-type:none !important; margin:0 !important; padding:0 !important;}
#colophon div.social ul li{background:none; list-style:none; list-style-type:none; float:left; padding:0 14px 0 0 !important; margin:0 !important;}
#colophon div.social ul li:last-child{padding-right:0 !important;}
#colophon div.social ul li a{display:block; padding:0; width:24px; height:24px; border:0; background-image:url(images/icn_social.png); font-size:1em; line-height:1; text-indent:-9999px;}
#colophon div.social ul li.twitter a{background-image:url(../../plugins/social-sharing-toolkit/images/icons_medium/twitter.png);}
#colophon div.social ul li.facebook a{background-image:url(../../plugins/social-sharing-toolkit/images/icons_medium/facebook.png);}
#colophon div.social ul li.youtube a{background-image:url(../../plugins/social-sharing-toolkit/images/icons_medium/youtube.png);}
#colophon div.social ul li.rss a{background-image:url(../../plugins/social-sharing-toolkit/images/icons_medium/rss.png);}
/*
#colophon div.social ul li.twitter a{background-position:0 0;}
#colophon div.social ul li.facebook a{background-position:-24px 0;}
#colophon div.social ul li.youtube a{background-position:-48px 0;}
#colophon div.social ul li.rss a{background-position:-72px 0;}
*/
#colophon div.social ul li a:hover,
#colophon div.social ul li.twitter a:hover{background-position:0 -24px;}
#colophon div.social ul li.facebook a:hover{background-position:-24px -24px;}
#colophon div.social ul li.youtube a:hover{background-position:-48px -24px;}
#colophon div.social ul li.rss a:hover{background-position:-72px -24px;}

/* Utility classes */
.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.col {
	float:left;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-right-10 {
	margin-right:10px;
}
.margin-right-20 {
	margin-right:20px;
}
.margin-right-30 {
	margin-right:30px;
}
.margin-right-40 {
	margin-right:40px;
}
.margin-right-50 {
	margin-right:50px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-left-10 {
	margin-left:10px;
}
.margin-left-20 {
	margin-left:20px;
}
.margin-left-30 {
	margin-left:30px;
}
.margin-left-40 {
	margin-left:40px;
}
.margin-left-50 {
	margin-left:50px;
}
/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}

#ie7 section.recent-posts {
	margin-right: 7.6%;
}
