/*
Theme Name: MacFie
Theme URI: http://www.cowirrie.com
Author: Cowirrie
Author URI: http://www.cowirrie.com
Description: Layout customised for the http://www.petermacfiehistorian.net.au website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column
Text Domain: cowirrie
*/

/*
Light color (yellow): #ffc
Medium color (orange): #f90
Dark color (brown): #9c0

Green: #bda

Menu backing (pastel): #fdb
Divider (green): #030
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

div, span, applet, object, iframe,
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;
}
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;
}
article
{
	margin-top	: 6em;
}

article:first-child,
nav+article
{
	margin-top	: 0;
}

article:after
{
	/* Finish below any floats, from http://stackoverflow.com/questions/1672879/can-you-use-the-after-pseudo-element-to-add-html */
	content	: " ";
	display	: block;
	clear	: both;
}



/* =Structure
----------------------------------------------- */
html {
	height		: 100%;
}
body {
	margin		: 0 auto;
	width		: 100%;
	max-width	: 80em;
	padding	: 0;
	height	: 100%;
	font-family	: "Palatino", "Palatino Linotype", "Century Schoolbook", serif;
	line-height	: 1.33;
	background-color	: white;
	word-wrap: break-word;
}
.whole {
	width		: 100%;
	min-height	: 100%;

	border-left		: 1024em solid #fdb;
	margin-left	: -1024em;

	background		: linear-gradient(to right, #fdb 0%, #fdb 32%, #030 33%, white 33%, white 100%);
}
.whole:after {
	content	: " ";
	display	: block;
	clear	: both;
}
.sectionMenu {
	display	: block;
	float	: left;
	width			: 27%;
	margin-left		: 2%;
	margin-right	: 7%;
}
.sectionContent {
	display			: block;
	float			: right;
	width			: 60%;
	margin-right	: 4%;
}
.sectionWidgets {
	clear			: both;
	display			: block;
	float			: right;
	width			: 60%;
	margin-right	: 4%;
}
#page {
}
#access div {
}
#primary {
}
#content {
}
#secondary {
}



/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	clear: both;
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	clear: both;
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1
{
	font-weight		: bold;
	font-size		: 200%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

h2
{
	font-weight		: bold;
	font-style		: italic;
	font-size		: 140%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

h3
{
	font-weight		: bold;
	font-size		: 120%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

.entry-content h1
{
	font-size 		: 160%;
}

.comment-content h1
{
	font-weight		: bold;
	font-size		: 130%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

.comment-content h2
{
	font-weight		: bold;
	font-style		: italic;
	font-size		: 100%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

.comment-content h3
{
	font-weight		: normal;
	font-size		: 100%;
	line-height		: 150%;
	margin-top		: 2.5em;
	margin-bottom		: 0.5em;
}

h1:first-child,
h2:first-child,
h3:first-child
{
	margin-top		: 1em;
}

h1+h1, h1+h2, h1+h3, h2+h2, h2+h3, h3+h3,
.entry-content h1+h1, .entry-content h1+h2, .entry-content h1+h3, .entry-content h2+h2, .entry-content h2+h3, .entry-content h3+h3
{
	margin-top		: 1em;
}

.assistive-text,
.site .screen-reader-text
{
	position	: absolute !important;
	clip		: rect(1px, 1px, 1px, 1px);
}

hr {
	background-color: #030;
	border: 0;
	height: 2px;
	width	: auto;
	margin: 4em 0;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
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: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
strong.hazard
{
	color	: #900;
}
p.conclusion
{
	text-align	: center;
	font-weight	: bold;
}
ol.instructions
{
}
li
{
	margin	: 1em 0;
}

cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	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.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=email],
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: #666;
	padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: black;
}
input#s {
	background: white 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;
	width	: 100%;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #00f;
	text-decoration: none;
}
a:visited {
	color: #60c;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* 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: #00f;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
}
#branding .logo
{
	display	: block;
	float	: left;
	max-width	: 100%;
	margin-right	: 1em;
}
#site-title {
	clear	: none;
	font-size	: 100%;
	margin-top		: 0.5em;
	margin-bottom	: 0;
        text-transform	: uppercase;
        text-align	: center;
}
#site-title a {
	color: #000;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #00f;
}
#site-description {
	clear		: none;
	font-size	: 100%;
	font-weight	: normal;
	margin-top	: 0.5em;
}
#branding:after {
	content	: " ";
	display	: block;
	clear	: both;
}


/* =Menu
-------------------------------------------------------------- */
.menu ul
{
	list-style-type	: none;
	text-indent	: -0.5em;
	margin-left	: 0.5em;
	margin-top	: 0.5em;
	margin-bottom	: 1em;
	padding-left	: 0.5em;
}
.menu li
{
	margin-top	: 0.8em;
	margin-bottom	: 0.8em;
}
.menu li.menu-item-has-children>a:before
{
	display		: inline-block;
	width		: 0.5em;
	margin-left	: -0.5em;
	font-size	: 70%;
	content		: "▶︎";
}
.menu li.menu-item-has-children.current_page_item>a:before,
.menu li.menu-item-has-children.current_page_ancestor>a:before,
.menu li.menu-item-has-children>a:hover:before
{
	content	: "▼";
}
.menu .sub-menu
{
	display	: none;
}
/* If uncommented, this makes the menu appear when moused over. */
/*
.menu :hover > .sub-menu
{
	display		: block;
}
*/
.menu .current_page_item > .sub-menu,
.menu .current_page_ancestor > .sub-menu
{
	display		: block;
}
.menu  .current_page_item > a
{
	font-weight: bold;
}

#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 auto 6px;
	width: 100%;
}



/* =Content
----------------------------------------------- */

#main {
	clear: both;
}
.page-title {
	color: #003;
	font-size: 90%;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
}
.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 {
	text-align	 : center;
}
.entry-title a {
	color		: #000;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #00f;
}
.entry-meta {
	color: #003;
	clear: both;
	font-size: 90%;
}
.single-author .entry-meta .by-author {
	display: none;
}
.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: 75%;
}
.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: #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;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
	box-shadow : 0 4px 4px rgba(0,0,0,0.5);
}
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.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #fdb;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #003;
	content: '\2014';
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	width	: 1px;
	height	: 1px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
.entry-content img { /* Add borders to images within a post. */
	border-top	: 2px solid #003;
	border-bottom	: 2px solid #003;
	margin-top	: 8px;
	margin-bottom	: 8px;
}
.entry-content a img {
	border-top	: 2px solid #00f;
	border-bottom	: 2px solid #00f;
	margin-top	: 8px;
	margin-bottom	: 8px;
}
.entry-content a:visited img {
	border-top-color	: #60c;
	border-bottom-color	: #60c;
}
.entry-content a:focus img,
.entry-content a:hover img,
.entry-content a:active img { /* Borders get thicker when moused over. */
	border-top-width	: 4px;
	border-bottom-width	: 4px;
	margin-top	: 6px;
	margin-bottom	: 6px;
}

/* Media */
audio,
.mejs-container {
	margin	: 1em 0;
}

/* 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.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;
}
.singular #author-info {
	background: #fdb;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #f90;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #f90;
	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 #fdb;
	-moz-box-shadow: 0 1px 2px #fdb;
	box-shadow: 0 1px 2px #fdb;
	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: #00f;
	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;
}
.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 */
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}



/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	margin	: 1em;
	width	: auto;
}
.error404 #main #s {
	width: 90%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30%;
}
.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;
}



/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	width	: 100%;
	margin	: 3em 0;
}
#content nav:after {
	content	: " ";
	display	: block;
	clear: both;
}
.nav-previous,
.nav-next {
	display		: block;
	width		: 48%;
	min-width	: 8em;
}
.nav-next {
	float	: right;
	text-align		: left;
}
.nav-previous {
	float	: left;
	text-align		: right;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	margin 		: 1em 0;
	width		: 100%;
	font-size: 90%;
}
.widget {
	clear: both;
	margin: 0 0 3em 0;
}
.widget-title {
	font-weight	: bold;
	color: #003;
	margin-bottom	: 0;
	font-size	: 96%;
}
.widget ul {
	margin: 0;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #003;
	margin-top	: 1em;
	margin-bottom	: 1em;
	line-height		: 1.2;
}
.widget ul li:first-child {
	margin-top	: 0.5em;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 75%;
}
.widget_search #searchsubmit {
	background: #fff;
	border: 1px solid #f90;
	-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: #003;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #00f;
	border-color: #00f;
	-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 {
	padding: 5px 0 3px 0;
}
.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;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #003;
	font-size: 90%;
	padding	: 1em 0;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 0 0 100px;
	width: auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1em;
	padding: 1em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1em;
	padding: 0 1em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1em 0 0;
	padding: 1em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #003;
	font-size: 90%;
	line-height: 2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1em 0 0;
}
.comment-meta a {
}
.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: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.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 {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* 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: #fdb;
	width		: 92%;
	padding		: 4%;
	margin-top	: 4em;
	margin-bottom	: 1em;
}
#respond #reply-title {
	margin	: 0;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	-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);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #fdb;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #003;
	color	: #fff;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #00f;
	color: #fff;
}
#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.625em 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.625em;
	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;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */
#colophon {
	clear			: both;
	display			: block;
	float			: right;
	width			: 60%;
	margin-left		: 0;
	margin-right	: 4%;
	text-align	: center;
	color	: #003;
	font-size	: 90%;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* =Print
----------------------------------------------- */

@media print {
	.sectionMenu	{
		display	: none;
	}
	.sectionDivider	{
		display	: none;
	}
	.sectionContent {
		width		: 100%;
		max-width	: 100%;
	}
	.sectionWidgets {
		display		: none;
	}
	body {
		background: none !important;
	}
	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 #searchform {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-header .comments-link {
		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;
	}

}



/* Resizing */
/* Two-column layout */
@media (max-width: 56em)
{
	body {
			line-height	: 1.25;
	}
}
/* Single-column layout */
@media (max-width: 40em)
{
	body {
		line-height	: 1.25;
		font-size	: 90%;
	}
	.whole {
		background		: white;
	}
	.sectionMenu	{
		float		: none;
		margin		: 0;
		padding		: 0.5em 5% 0 5%;
		width		: 90%;
		max-width	: 90%;
		
		background-color	: #fdb;
		border-bottom		: 0.5em solid #030;
	}
	.sectionContent	{
		float		: none;
		margin		: 0;
		padding		: 0 5%;
		width		: 90%;
		max-width	: 90%;
	}
	.sectionWidgets	{
		float		: none;
		margin		: 0;
		padding		: 0 5%;
		width		: 90%;
		max-width	: 90%;
	}
	#colophon {
		float		: none;
		margin		: 0;
		padding		: 0.5em 5%;
		width		: 90%;
		max-width	: 90%;
	}
	#site-title { font-size	: 150%; }
	#site-description { font-size	: 90%; }
	#branding .logo { max-width	: 25%; margin-right	: 0.5em; }
	h1 { font-size		: 150%; }
	h2 { font-size		: 125%; }
	h3 { font-size		: 100%; }
}

