/*
Theme Name: Heidelblog
Theme URI: http://heidelblog.net/
Author: Carolus
Author URI: http://heidelblog.net/
Description: Sister site of rscottclark.org. Solid white background. Buff.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: heidelblog
*/
/* =Reset: http://meyerweb.com/eric/tools/css/reset/index.html -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

.dropcase p:first-child:first-letter {
  color: #cc0000;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

/* disable borders in Chrome */
input:focus, select:focus, textarea:focus {
	outline: none;
}
a.more-link:hover {
	background-color:#990000;
	color:#fff;
}
.comment-rules {
	background:url(images/pinstripes.jpg) repeat!important;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:15px !important;
	line-height:18px;
	padding:12px 12px 18px 15px;
	color:#000;
	margin-bottom:24px !important;
	width:472px;
}

.support {
	padding:0;
	margin:36px 0 0 0 !important;
	text-align:center;
}

body {
	background:#fff;
	line-height: 1;
	padding:0 0 36px 0;
}
#page {
	margin:36px auto 0 auto;
	background:#fff;
	max-width:948px;
	min-width:948px;
}
body, input, textarea {
	color:#000;
	font:16px Georgia,Garamond,Times,serif;
	line-height:24px;
	font-weight: 300;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
.entry-header {
	display:inline-block;
}
.entry-excerpt a:hover, .trim a:hover {
   color:#fff; 
   background-color:#990000;
}

/* =Structure ---- */
#branding hgroup {
	margin:0;
}
#access div {
	margin:0;
}
#primary {
	float:left;
	margin:-61px 0 0;
	width:600px;
}
#content {
	margin:-1px 0 0;
	width:600px;
}
#secondary {
	float:right;
	margin:0;
	width:300px;
	padding:0;
}
/* Singular */
.singular #primary {
	margin:-60px 0 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin:-1px 0 0;
	position: relative;
	max-width:600px;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width:100%;
}
.singular footer.entry-meta {
	font-size:12px;
}
.singular footer.entry-meta a:hover {
	color:#990000;
}
/* Attachments */
.singular .image-attachment .entry-content,
.singular .image-attachment .entry-meta {
	margin: 0 auto 24px 0;
	width:948px;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float:left;
	margin:6px 12px 0 0;
}
.alignright {
	display:inline;
	float:right;
	margin-left:9px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Right Content */
.left-sidebar #primary {
	float:right;
	margin:0;
	width:100%;
}
.left-sidebar #content {
	margin:0;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin:0;
	width: 18.8%;
}

/* =Global -- */

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */

.entry-excerpt p {
	margin-bottom:12px;
}

p {
	margin-bottom:18px;
}
ul {
	margin: 0 0 24px 15px;
}

ol {
	margin: 0 0 1.625em 30px;
}
ul {
	list-style:disc;
}
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.625em;
}
dt {
	font-weight:normal;
	text-align:center;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia,Garamond,Times,serif;
	font-style:normal;
	font-weight: normal;
	margin:12px 0 24px 0;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:18px 24px 6px 24px;
	overflow:hidden;
}

blockquote em, blockquote i {
	font-style: italic;
}
blockquote cite {
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	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.625em;
}
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=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;
}
input#s {
	background:#fff url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/* Links */
a,
a:focus,
a:active {
	color:#000099;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#990000;
}
/* 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:none;
	top: 0;
	left: 7.6%;
}

/* =Header -- */
#branding {
	padding:0;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin:12px 0 0;
	padding:0;
	float:right;
}
#site-title a {
	color:#000;
	font-size: 30px;
	font-weight:normal;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color:#000099;
}
#site-description {
	color:#000;
	font-weight:normal;
	font-size: 14px;
	margin:0 0 0 24px;
}
#branding img {
	height:auto;
	padding:0;
	width:309px;
	float:right;
	margin:24px 0 24px 0;
}

/* =Menu --- */
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin:0;
	width:100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#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 {
	font-weight:normal;
}
/* Search Form */

/* Content -- */
#main {
	clear:both;
	padding:0;
}
.page-title {
	color:#000;
	font-size:27px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing: 0.15em;
	line-height:33px;
	margin: 0 0 24px 0;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.page-title a {
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 0;
	text-transform: none;
}
.search .page-title {
	color:#000;
	font-size:18px;
	font-weight:300;
	text-transform:none;
	letter-spacing:0;
	line-height:18px;
	margin: 0 0 24px 0;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin:0 0 27px 0;
	padding:0 0 12px 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-title a,
.entry-title a:focus,
.entry-title a:active {
	color:#000;
	text-decoration:none;
	clear:both;
	font-size:27px;
	font-weight:normal;
	line-height:30px;
	padding:0;
}
.entry-title a:hover {
	color:#000099;
}
.entry-meta {
	color:#000;
	clear: both;
	font-size:14px;
	line-height:18px;
}
.entry-meta a {
	font-weight:normal;
}
.entry-meta a:hover {
	background:transparent !important;
	color:#000099;
}

.error404 .entry-title {
	clear: both;
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	padding:0;
	padding:0;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding:6px 0 0;
	text-align:left;
}
.vid-content {
	padding:18px 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight:normal;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height:30px;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	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:180px;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.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.625em;
}
.page-link a {
	background: #eee;
	color:#000099;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background:#000099;
	color: #fff;
	font-weight:normal;
}
.page-link span {
	margin-right: 6px;
}
.entry-content .edit-link {
	clear: both;
	display: inline;
	margin:0;
}
.indexed.format-image .edit-link a,
.hq-meta .edit-link a,
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background:#990000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff !important;
	float: right;
	font-size: 12px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	padding: 0 6px;
	margin:0;
	border:1px solid #990000;
	text-transform:uppercase;
	letter-spacing:.15em;
}
.indexed.format-image .edit-link a:hover,
.hq-meta .edit-link a:hover,
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background:#fff !important;
	color:#000099 !important;
	border:1px solid #990000;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"] {
	padding:0;
}
#secondary img[class*="align"],
#secondary img[class*="wp-image-"] {
	padding:0px;
}
#content .gallery .gallery-icon img {
	border: 1px solid #CCC;
	padding: 6px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
}

#content .gallery .gallery-icon a:hover img {
	background-color:#fff;
}


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-"] {
	background:transparent;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img[class*="attachment-thumbnail"] {
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

img.size-full,
img.size-large {
	max-width:100%;
	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:3px;
}
p img,
.wp-caption {
}
.wp-caption {
	background:#fff;
	margin-bottom:3px;
	max-width:100%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width:100%;
}

.wp-caption .wp-caption-text {
	color:#000;
	font-family:Georgia,Garamond,Times,serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom:0;
	padding:12px 0 6px 0;
	position:relative;
}

.format-image .wp-caption .wp-caption-text {
	margin:6px 12px 0 12px;
	text-align:center;
}

.gallery-caption {
	color:#000;
	font-family:Georgia,Garamond,Times,serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0.6em;
	padding:9px 12px 12px 12px;
	position:relative;
}

.wp-caption .wp-caption-text:before {
	color:#000;
	font-style: normal;
	font-weight:normal;
	position: absolute;
}
img#wpstats {
	display:none;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background:transparent;
	border-color: #CCC;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	padding:0 0 12px 0;
}
/* Password Protected Posts */
.comments-link a:hover {
	color:#990000;
	background-color:#fff;
}
.comments-link a,
.comments-link a:focus,
.comments-link a:active {
	color:#000099;
	background-color:#fff !important;
}

.post-password-required .entry-header .comments-link {
	margin: 1.625em 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;
}
#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:normal;
	margin: 5px 0 10px;
}
/*
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 {
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:0;
	position: relative;
	margin:0;
}
.singular.page .hentry {
	padding:0;
}
.singular .entry-title {
	color: #000;
	font-size:27px;
	font-weight:normal;
	line-height:30px;
}
.singular .entry-title {
	padding-right: 0;
}
/* =Image --- */
.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.format-image .entry-content div.sharedaddy .sd-content {
	margin:0 0 -12px 0;
}

.format-image .entry-content {
	padding:6px 0 0;
}

.indexed.format-image .entry-content p:first-child img {
	background:url(images/bg-gallery.png);
	margin-bottom: 0;
	max-width:100%;
	padding:12px !important;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.indexed.format-image .entry-content {
	padding-top:12px;
	margin:0 0 3px 0;
	max-width:622px;
}


#content .indexed.format-image .entry-attachment,
#content .indexed.format-image .attachment {
	border:3px solid #000;
}



.indexed.format-image .entry-content p {
	margin:18px 0 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin:15px 18px 12px 12px;
	padding:0;
	font-size:15px;
}
.indexed.format-image footer.entry-meta {
	overflow: hidden;
	max-width:100%;
}
.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:inline;
}

#content .indexed.format-image img {
	border:1px solid #CCC;
	max-width:586px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:0;
}

.thumb-gal img.aligncenter {
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:0px;
}

.indexed.format-image .wp-caption,
.thumb-gal,
.format-image .wp-caption {
	background:url(images/bg-gallery.png);
	margin-bottom:18px;
	max-width:100%;
	padding:12px 0 12px 0;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:600px !important;
}

.thumb-gal {
	margin-bottom:18px;
}

.indexed.format-image .wp-caption .wp-caption-text {
	color: #000;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
}

.singular .format-image {
	max-width:598px;
}

.singular .format-image img[class*="align"] {
	background:url(images/bg-gallery.png);
	padding:12px !important;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
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:url(images/bg-gallery.png);
	border: 1px solid #CCC;
	-moz-border-radius:2px;
	border-radius:2px;
	margin:0;
	overflow: hidden;
	padding:18px;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.image-attachment div.attachment a img {

}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {

}
.image-attachment .entry-caption p {
	font-size:12px;
	letter-spacing:.15em;
	line-height: 18px;
	margin:18px 0 3px 0;
	text-transform: uppercase;
}
/* =Navigation ---- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 36px 0;
}
#content nav a {
	font-size:15px;
	font-weight:normal;
	line-height:18px;
}
#content nav a:hover {
	background-color:#990000;
	color:#fff;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.image-attachment #content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 12px 0;
	width:948px;
	margin:-36px 0 0;
}

/* Singular navigation */
#nav-single .nav-previous {
	width:42%;
	padding:30px 0 0;
}
#nav-single .nav-next {
	width:40%;
	padding:30px 0 0;
}

#nav-single .image-attachment .nav-next {
	width:40%;
	padding:30px 0 0;
}

/* Blogroll */
.widget_links {
	background:url(images/sd-bg.png) repeat;
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 0!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_links .widget-title {
	margin:12px 12px 15px 12px;
	text-align:right;
	font-size:21px;
	letter-spacing:.2em;
}

.widget_links li {
	text-align:right;
	padding:0 12px 0 12px;
	margin:0;
}

/* Pages Widget */
.widget_pages {
	background:url(images/sd-bg.png);
	width:216px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 48px!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_pages .widget-title {
	margin:12px 0 15px 12px;
	text-align:right;
	font-size:21px;
	letter-spacing:.2em;
}

.widget_pages li {
	text-align:right;
	padding:0 3px 0 12px;
	margin:0;
}

/* Recent Posts */
.widget_recent_entries {
	background:url(images/sd-bg.png);
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_recent_entries .widget-title {
	margin:12px 0 15px 12px;
	text-align:left;
	font-size:21px;
	letter-spacing:.3em;
}

.widget_recent_entries li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}

/* HeidelQuotes */
.HeidelQuotesWidget {
	background:url(images/sd-bg.png);
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* HeidelQuotes Widget */
.HeidelQuotesWidget .widget-title {
	margin:12px 0 12px 12px;
	text-align:left;
	font-size:21px;
	letter-spacing:.3em;
}

.HeidelQuotesWidget li {
	text-align:left;
	padding:0 3px 0px 15px;
	margin:0;
	font-size:15px !important;
	line-height:21px !important;
}

.HeidelQuotesWidget a {
	color:#990000;
}

.HeidelQuotesWidget a:hover {
	color:#fff;
	background-color:#990000;
}


/* Recent Comments */
.widget_recent_comments {
	background:url(images/sd-bg.png);
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_recent_comments .widget-title {
	margin:12px 0 15px 12px;
	text-align:left;
	font-size:20px;
	letter-spacing:.2em;
}

.widget_recent_comments li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}

/* Social Media Icons */
#text-2, #text-8 {
	float:right;
	text-indent:-9999px;
	padding:0;
	margin:0px 0 48px 0;
	width:108px;
}

#text-2 .twitter, #text-8 .twitter {
	width:30px;
	display:block;
	background: url(images/twitter.jpg) 0px -30px;
	height:30px;
}
#text-2 .twitter:hover, #text-8 .twitter:hover {
	background-position:0 0px;
}
#text-2 .rss, #text-8 .rss {
	width:30px;
	display:block;
	background: url(images/rss.jpg) 0px -30px;
	height:30px;
}
#text-2 .rss:hover, #text-8 .rss:hover {
	background-position:0 0px;
}

#text-2 .rsc, #text-8 .rsc {
	width:30px;
	display:block;
	background: url(images/R.jpg) 0px -30px;
	height:30px;
}

#text-2 .rsc:hover, #text-8 .rsc:hover {
	background-position:0 0px;
}

/* Office Hours */
#text-3 {
	margin:0 0 36px 0;
}

/* =Widgets ---- */
.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin:0 0 48px 0;
	float:right;
}
.widget-title {
	color:#000;
	font-size:14px;
	font-weight:300;
	letter-spacing: 0.2em;
	line-height:12px;
	text-transform: uppercase;
	margin:0 0 6px 0;
	text-align:right;
}
.widget ul {
	font-size:12px;
	margin:0;
	list-style:none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color:#000;
	font-size:14px;
	line-height:18px;
	margin:0 6px 6px 0;
}
.roll h2 {
	display:none;
}
.roll ul li,
.roll ul,
.linkcat {
	list-style:none;
	margin:0;
}
.widget a {
	font-weight:normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration:none;
}
/* Search Widget */
.widget_search form {
	margin:0;
	float:right;
}
.widget_search #s {
	width:180px;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* 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 {
	border: 0;
	padding: 0;
	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:normal;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* =Comments ----- */

#comments-title {
	color: #000;
	font-size:18px;
	font-weight:300;
	line-height:26px;
	padding:0 0 18px 0;
}
.nopassword,
.nocomments {
	color:#aaa;
	font-size:24px;
	font-weight:300;
	margin:24px 0 0 0;
	text-align:left;
}
.commentlist {
	list-style: none;
	margin:0;
	width:576px;
}

.commentlist p {
	margin-bottom:12px;
}

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #F9F9F9;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
	padding:24px 12px 12px 12px;
	position: relative;
}
.commentlist .pingback {
	margin:12px 0 12px 0;
	padding:12px 12px 3px 12px;
	background:#CCC;
	border:1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.commentlist .pingback a:hover {
	background:#FFF;
	color:#000099;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:12px 0 0;
	padding:12px;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
	margin:11px 0 -24px 0;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #000;
	font-size:15px;
	line-height:18px;
	padding:1px 0 21px 60px;
}
.commentlist .children li.comment .comment-meta {
	line-height:21px;
	margin:0;
}
.commentlist .children li.comment .comment-content {
	margin:-9px 0 0;
}
.comment-content {
	font-size:15px;
	line-height:21px;
	margin:-12px 0 0;
	text-align:left;
}

.comment-content blockquote {
	border:none;
	margin:0;
}

.comment-awaiting-moderation {
	font-size:15px;
	letter-spacing:none;
	color:#000;
}

.comment-meta a {
	font-weight:normal;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .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;
	left:12px;
	padding:0;
	position: absolute;
	top:12px;
	height:48px;
	width:48px;
}
.commentlist > li:before {
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	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;
	left:12px;
	top:12px;
	padding: 0;
	height:48px;
	width:48px;
}
a.comment-reply-link {
	background:#fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000;
	display: inline-block;
	font-size:11px;
	padding: 0 4px;
	text-decoration: none;
	border:1px solid #000;
	margin:0 0 12px 0;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background:#fff;
	color:#990000;
	border:1px solid #990000;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.bypostauthor {
	background:url(images/bg.png) repeat!important;
}
.commentlist > li.bypostauthor {
	background: #F9F9F9;
	border-color:#ccc;

}
.commentlist > li.bypostauthor .comment-meta {
	color: #000;
	margin:0 0 0 0px;
	font-size:15px;
	line-height:18px;
	padding:1px 0 21px 60px;
}
.bypostauthor .comment-content blockquote {
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 12px 12px 12px;
	background:#FFF;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background:#fff;
	border-color:#ccc;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background:#fff;
	border:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 24px 0 0;
	padding:0;
	position: relative;
	width:504px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	border:1px solid #eee;
	position: relative;
	padding:9px;
	text-indent:0px;
	color:#000;
	font-size:15px;
	line-height:18px;
	height:auto;
	margin:12px 0 18px 0;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin:-12px 0 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background:transparent;
	color: #000;
	display: inline-block;
	font-size:12px;
	min-width:21px;
	padding:0 0 3px 0;
	position: relative;
	top:15px;
	left:1px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width:96%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
display:none;
}
#respond .logged-in-as {
	font-size:14px;
	line-height:21px;
}
#respond .comment-notes {
	display:none;
}
#respond p {
	margin:0;
}
#respond .form-submit {
	float: right;
	margin:0 0 10px;
}

#respond #cancel-comment-reply-link {
	color: #990000;
	text-decoration: none;
	padding:4px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height:15px;
	letter-spacing:.1em;
	position: absolute;
	right:24px;
	text-decoration: none;
	text-transform: uppercase;
	top:18px;
	margin-left: 10px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#EEE;
}
#cancel-comment-reply-link {
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration:none;
	background:#DDD;
	color:#000099;
	padding:4px;
	border-color:#999;
}
#respond .logged-in-as a:hover {
	text-decoration:none;
}
.commentlist #respond {
	margin:15px 0 0;
	width: auto;
	padding:12px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	border-radius:3px;
}
#reply-title {
	color: #000;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
	margin:6px 0 0;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height:auto;
	width:40%;
	margin:12px 0 0;
	text-indent:0px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* =Footer --- */
#colophon {
	clear: both;
}
#supplementary {
	background:transparent;
	padding: 1.625em 0 0;
	overflow: hidden;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	background:transparent;
	color:#000;
	font-size: 14px;
	line-height:24px;
	padding:32px 0 12px 0;
	text-align:left;
}
#site-generator a {
	color:#000099;
	font-weight:normal;
}
#site-generator a:hover {
	color:#fff !important;
	background-color:#990000;
}

.overlay-vid {
	width:277px;
	height:156px;
	padding:0;
	margin:0px 18px 15px 0;
	display: inline;
	float: left;
	z-index:1;
	position:relative;
}
.bg-vid {
	background:transparent;
	width:277px;
	height:156px;
	position:absolute;
	display:inline;
	float:left;
	z-index:21;
	cursor:pointer;
}
.bg-vid span {
	background: url("images/play.png") no-repeat scroll 0 0 transparent;
	height:75px;
	width:75px;
	top:40px;
	left:102px;
	position:absolute;
	background-position:0 -75;
	z-index:21;
}
.bg-vid a span {
	background: url("images/play.png") no-repeat scroll 0 0 transparent;
	height:75px;
	width:75px;
	top:40px;
	left:102px;
	position:absolute;
	background-position:0 -75;
	z-index:21;
}
#content .bg-vid a:hover span, #content .bg-vid a:hover {
	background-position:0 -75px;
	cursor:pointer;
	background-color:transparent;
}
.trim {
	padding:0;
	margin:-6px 0 0;
	text-align:left;
}
blockquote.pull {
	font-size:27px;
	line-height:39px;
	font-weight:normal;
	background:url(images/pinstripes.jpg) repeat!important;
}
blockquote.pull p {
	line-height:39px;
	margin:0;
}
.pull.alignleft, blockquote.alignleft.pull {
	margin:0 18px 0 0;
	text-align:left;
	padding:12px;
	width:60%;
}
.pull.alignright {
	text-align:left;
	padding:12px;
	margin:0 0 3px 12px;
}
blockquote.alignright.pull {
	width:60%;
	border:1px solid #ccc;
}
.pull {
}

#respond input#submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: -moz-linear-gradient(#FFFFFF, #DDDDDD) repeat-x scroll 0 0 #DDDDDD;
	border-color: #DDDDDD #BBBBBB #999999;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	cursor: pointer;
	font: bold 12px/1.3 Arial,sans-serif;
	outline: 0 none;
	overflow: visible;
	padding: 3px 10px;
	text-shadow: 0 1px 1px white;
	width: auto;
	margin:12px;
}

#respond input#submit:hover {
	background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE 1px, #CCCCCC);
}
#respond input#submit:active {
	background-image: -moz-linear-gradient(#FFFFFF, #DDDDDD 1px, #EEEEEE);
	border-color: #999999 #BBBBBB #DDDDDD;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}


#tophead {
	padding:0;
	display:block;
	background:#fff;
	height:26px;
	width:302px;
	float:right;
	margin:24px 0 36px 0;
}

.tophead-links a {
	line-height:1px;
	font-size: 1px;
	text-indent: -9999px;
	outline-width: medium;
	outline-style: none;
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.tophead-links .logo {
	width:302px;
	display:block;
	background: url(images/the-heidelblog.jpg) 0px 0px;
	height:26px;
}

.tophead-links .logo:hover {
	background-position:0 -26px;
}




#footer {
	padding:48px 0 0;
	display:block;
	background:#fff;
	height:26px;
	width:302px;
	float:right;
}

.footer-links a {
	line-height:1px;
	text-indent: -9999px;
	outline-style: none;
	outline-width: medium;
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1px;
}

.footer-links .logo {
	width:302px;
	display:block;
	background: url(images/the-heidelblog.jpg) 0px 0px;
	height:26px;
}

.footer-links .logo:hover {
	background-position:0 -26px;
}


.hq .entry-content {
	background:url(images/bg.png) repeat;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	border-radius:2px;
	margin:12px 0 18px 0;
	padding:0;
	width:600px;
}

.hq .entry-content p {
	margin:12px 0 0px 0;
	padding:6px 21px 3px 27px;
}

.hq blockquote {
	margin:12px 12px -24px 6px;
	padding:0;
	border:none;
	background:transparent url(images/hq-close.png) no-repeat bottom right;
}

.hq blockquote cite,
blockquote cite {
	margin:12px 12px 0 6px;
	padding:0;
	border:none;
	color:#000;
}

.hq blockquote span {  
        display: block;  
        float: left;  
        width:48px;  
        height:42px;  
    }  

.hq blockquote p:first-child {
	background:transparent url(images/hq-open.png) no-repeat;
	margin:0 0 21px 0;
}

.hq-meta {
	color:#000;
	clear: both;
	font-size:12px;
	line-height:18px;
	padding:24px 0 0;
}
.hq-meta a {
	font-weight:normal;
}

.hq-meta a:hover {
	background:transparent !important;
	color:#000099;
}



/* =Gallery */

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin:12px 0 0;
	text-align: center;
	list-style: none;
}
.singular .format-gallery .entry-content {

}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin:6px 12px 15px 0;
}
#content .gallery {
	background:url(images/bg-gallery.png) repeat;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	border-radius:2px;
	margin:0 auto 18px auto;
	padding:0 0 12px 0;
}

#content .gallery a img {
	border:none;
}

#content .gallery a:hover img,
#content .gallery img:hover,
gallery-thumb .attachment-thumbnail a:hover img {
	background-color:#fff !important;
	color:#fff !important;
}

dl.gallery-item {
	margin: 0;
}

#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}



h1.subtitle { 
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	line-height:27px;
	padding:0 0 3px 0;
}

#mobileH {
	display:none;
}





/*
Image sizes depending on the number of columns
*/
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}



/* Jetpack Subscription Widget */

.jetpack_subscription_widget {
	background: url("images/sd-bg.png");
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:298px;
}


.jetpack_subscription_widget .widget-title {
	font-size:20px;
	line-height:12px;
	margin: 24px 12px 0 12px;
	text-align:right;
}

.jetpack_subscription_widget {
	text-align:right;
	line-height:18px;
}
.jetpack_subscription_widget input[type="text"],
.jetpack_subscription_widget textarea {
	background: #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
	border:1px solid #DDD;
	position: relative;
	padding:9px;
	text-indent:0px;
	color:#666;
	font-size:15px;
	line-height:18px;
	margin:0 0 0 76px;
	width:192px !important;
	height:24px;
}

.jetpack_subscription_widget input {
	color:#000000;
	font:300 12px/18px Georgia,Garamond,Times,serif;
	margin:0 0 18px 194px;
}

.jetpack_subscription_widget p {
	margin:12px 12px 3px 12px;
}



/* Print */
@media print {
	body {
		background: none !important;
		font-size: 11pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: 100%;
	}
	.singular #content {
		margin: 0 10% 0 10%;
		max-width: 80%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	#secondary {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.support {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}


@media (max-width: 450px) {
	.flash {
		display:none;
	}
}