/*
Theme Name: AAVA Theme (based on BLANK Theme by Chris Coyier)
Description: Customized theme for AAVA.
Author: Ryan Hutchinson
Author URI: http://www.ryanhutchinson.ca/
Version: 1
*/

@media screen {

* {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	height: 100%; /* for sticky footer */
}

body {
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	font-size: 62.5%; /* global reset to 10px from 16px default */
	line-height: 1;
	text-align: center; /* For IE */
	vertical-align: baseline;
	color: #000;
	overflow: visible; /* IE scrollbar fix for when div height: auto, overflow: visible */
}

/*Opera Fix*/
/*body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}*/

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both; }
.group { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* GBL - added to fix logo width on login, but doesn't work? (does in the inspector) */
body.login div#login h1 a {
	width: auto;
}	

h1, h2, h3 { font-weight: 700; }

h1 {
	font-size: 3.6em;
	line-height: 1.17em; /* 42px */
	margin-bottom: 0.58em; /* 21px */
}

h2 {
	font-size: 3em;
	line-height: 1.2em; /* 36px */
	margin-bottom: 0.5em; /* 15px */
}

h3 {
	font-size: 2.4em;
	line-height: 1.13em; /* 27px */
	color: #947536;
	margin-bottom: 0.5em; /* 12px */
}

h4 {
	font-size: 1.8em;
	line-height: 1.17em; /* 21px */
	color: #7F4A06;
	margin-bottom: 0.5em; /* 9px */
}

h5 {
	font-size: 1.6em;
	line-height: 1.31em; /* 21px */
	color: #535353;
	margin-bottom: 0.56em; /* 9px */
}

p {
	font-size: 1.4em;
	line-height: 1.5em; /* 21px */
	margin-bottom: 1.286em; /* 18px */
}

hr {
	width: 100%;
	height: 4px;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 1.8em;
}

a:link {
	color: #2D8BB8;
	/*text-decoration: none;*/
}
a:visited {
	color: #1F6080;
	/*text-decoration: none;*/
}
a:hover,
a:active {
	color: #38ADE6;
	text-decoration: underline;
}

blockquote { padding: 0 4em; }
blockquote p {
	font-size: 1.5em;
	line-height: 1.6em; /*24px*/
	font-style: italic;
	color: #666;
}
blockquote p:before { content:"\201C"; }
blockquote p:after { content:"\201D"; }
blockquote cite {
	font-size: 0.867em; /* x 15 = 13px */
	line-height: 1.385em; /*18px*/
	font-style: normal;
	color: #333;
}
blockquote cite:before { content:"\2014\A0"; } /* em dash and nb space */

.meta,
.postmetadata {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 1.5em; /* 18px */
}

.postmetadata {
	margin: -0.5em 0 2em 0;
}

.metavalues {
	text-transform: uppercase;
}

.navigation {
	font-size: 1.2em;
	line-height: 1.5em; /*18px*/
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-bottom: 1.75em; /*21px*/
	padding: 0.5em 0;
	}
   .next-posts { text-align: left; padding-left: 0.75em; display: inline; }
   .prev-posts { text-align: right; padding-right: 0.75em; display: inline; float: right; }

#outerWrap {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url('images/border-top.gif') repeat-x 0 0;
	position: relative;
}

#wrap { /* used for sticky footer */
	overflow:auto;
	padding-bottom: 148px;  /* must be same height as the footer */
}

#pageWrap {
	width: 980px;
	margin: 0 auto;
	padding-top: 27px;
	text-align: left;
}

#header {
	height: 192px;
	position: relative;
	}
	#headerTitle {
		font-family: 'Droid Serif', Georgia, "Times New Roman", Times, sans-serif;
		color: #fff;
		width: 575px;
		position: absolute;
		left: 180px;
		top: 42px;
		z-index: 200;
		}
		#headerTitle h1 {
			font-size: 3.6em;
			line-height: 1.06em; /* 38px */
			font-weight: 700;
			margin-bottom: 0.25em; /* 9px */
			text-shadow:
				2px 2px 0 #000,
				/* Simulated effect for Firefox and Opera and nice enhancement for WebKit */
			   -1px -1px 0 #000,
				1px -1px 0 #000,
			   -1px  1px 0 #000,
				1px  1px 0 #000;
			-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
			-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
		}
		#headerTitle .description {
			font-size: 2em;
			font-weight: 400;
			font-style: italic;
			text-shadow:
				/* Simulated effect for Firefox and Opera and nice enhancement for WebKit */
			   -1px -1px 0 #000,
				1px -1px 0 #000,
			   -1px  1px 0 #000,
				1px  1px 0 #000;
			-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
			-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
		}
	#headerSearch {
		position: absolute;
		right: 20px;
		top: 135px;
		z-index: 50;
	}
	#headerSlice {
		width: 10px;
		height: 192px;
		background: url('images/header-rightslice.png') no-repeat 0 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	#headerLogo {
		text-indent: -9999px;
		width: 170px;
		height: 192px;
		background: url('images/header-logo.png') no-repeat 0 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		}
		#headerLogo a {
			height: 192px;
			display: block;
			cursor: pointer;
		}
	#headerImage {
		width: 980px;
		height: 164px;
		padding-top: 3px;
		border-top: 1px solid #b6b6b6;
		border-bottom: 1px solid #b6b6b6;
		position: absolute;
		left: 0;
		top: 14px;
	}


#breadcrumb {
	color: #939393;
	min-height: 2.6em;
	height: auto !important;
	height: 2.6em;
	padding-left: 180px;
}
#crumbs p {
	font-size: 1.1em;
	padding: 1px 0 0 0;
	margin: 0;
	}
	#crumbs .current {
		font-weight: 700;
	}

#contentWrap {
	width: 980px;
	padding-bottom: 30px;
	position: relative;
}

#navCol,
#content,
#sidebar {
	float: left;
	display: inline;
}

#navCol {
	width: 160px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-right: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #b6b6b6;
}

#navBox {
	position: relative;
	background-color: #f6f4f1;
}

#navBox>ul>li {
	font-size: 1.3em;
	line-height: 1.154em; /* 15px */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b6b6b6;
	margin: 0;
	list-style: none;
	position: relative;
	text-shadow: 0px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	}
	#navBox>ul>li>a {
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 11px 10px 9px 10px;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	#navBox>ul>li>ul>li>a {
		display: block;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	#navBox .page_item {
		background: rgb(246,244,241); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(246,244,241,1) 0%, rgba(236,232,227,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,244,241,1)), color-stop(100%,rgba(236,232,227,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(246,244,241,1) 0%,rgba(236,232,227,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(246,244,241,1) 0%,rgba(236,232,227,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(246,244,241,1) 0%,rgba(236,232,227,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(246,244,241,1) 0%,rgba(236,232,227,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f4f1', endColorstr='#ece8e3',GradientType=0 ); /* IE6-9 */
	}
	#navBox .current_page_item,
	#navBox .current_page_parent {
		background-color: #f0eadf;
		background: rgb(240,234,223); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(240,234,223,1) 0%, rgba(230,220,202,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,234,223,1)), color-stop(100%,rgba(230,220,202,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(240,234,223,1) 0%,rgba(230,220,202,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(240,234,223,1) 0%,rgba(230,220,202,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(240,234,223,1) 0%,rgba(230,220,202,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(240,234,223,1) 0%,rgba(230,220,202,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eadf', endColorstr='#e6dcca',GradientType=0 ); /* IE6-9 */
	}
	#navBox .children .page_item {
		background: none;
	}
	#navBox .current_page_item>a {
		font-weight: 700;
	}
	#navBox>ul>li>a:link,
	#navBox>ul>li>a:visited {
		color: #000;
	}
	#navBox>ul>li>a:hover,
	#navBox>ul>li>a:active {
		color: #7b7b7b;
	}
	#navBox>ul>li>ul>li>a:hover,
	#navBox>ul>li>ul>li>a:active {
		text-decoration: none;
	}
	#navBox>ul>ul>li>a:link,
	#navBox>ul>ul>li>a:visited {
		text-decoration: none;
	}
	#navBox ul ul {
		padding-bottom: 8px;
		display: block;
		position: relative;
		overflow: hidden;
	}
	#navBox ul ul li {
		font-size: 0.923em; /* x 13px = 12px */
		padding: 3px 20px 6px 20px;
		list-style: none;
		border: none;
	}

#content {
	width: 540px;
	padding-top: 20px;
	margin-right: 20px;
	border-top: 1px solid #b6b6b6;
	}
	.post ul,
	.post ol,
	.post dl {
		font-size: 1.4em;
		line-height: 1.5em; /* 21px */
		margin-bottom: 1.286em; /* 18px */
	}
	.post ul,
	.post ol {
		margin-left: 2em;
		}
		.post ul li,
		.post ol li {
			margin-bottom: 0.214em; /* x 14 = 3px */
			list-style: disc;
		}
		.post ol li {
			list-style: decimal;
		}
		.post dt {
			font-weight: 700;
			font-style: italic;
			margin-bottom: 0.429em; /* 6px */
			list-style: upper-alpha;
		}
		.post dd {
			margin-bottom: 0.857em; /* 12px */
			list-style: upper-alpha;
			}
			.post dd p { /* WP is inserting p before ol */
				height: 0;
				margin: 0;
			}
			.post dd ul,
			.post dd ol {
				margin: 0 0 0 2em; /* 0 0 0 28px */
				}
				.post dd ul li,
				.post dd ol li {
					font-size: 0.714em; /* resets to 14px */
					line-height: 1.5em;
					margin: 0.429em 0 0.214em 0; /* 6px / 3px */
					list-style: upper-alpha;
				}
				.post dd ul li {
					list-style: disc;
				}
	.post .boardmember {
		border-bottom: 1px solid #939393;
		margin-bottom: 2.4em;
		padding-bottom: 0.3em;
		}
		.post .boardmember .title {
			font-size: 0.75em;
			font-weight: 400;
			text-transform: uppercase;
		}
		.post .boardmember .email {
			padding-left: 22px;
			background: url('images/icon-mail.png') no-repeat 0 0;
		}

#content-attachment {
	width: 780px;
	padding-top: 20px;
	margin-right: 20px;
	border-top: 1px solid #b6b6b6;
	float: right;
	}

.readmore {
	font-size: 0.75em;
	text-transform: uppercase;
}

.entry table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 2.1em;
}

.entry table td,
.entry table th {
	font-size: 1.2em;
	line-height: 1.5em; /* 18px */
	vertical-align: middle;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 1px dotted #999;
	padding: 0.75em; /* 9px */
}

.entry table th {
	line-height: 1.25em; /* 15px */
	font-weight: 700;
	text-transform: uppercase;
	background-color: #eee5d7;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.entry table .nowrap {
	white-space: nowrap;
}

.entry table .section {
	font-weight: 700;
	background-color: #f6f1e8;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.entry tr:nth-child(odd) {
   background-color: #faf8f5;
}

.entry .tableleft th,
.entry .tableleft td {
	text-align: left;
}

.entry table.profiles {
	margin-bottom: 2.1em; /* 21px */
}

.entry table.profiles td {
	font-size: 1.4em;
	text-align: left;
}
.entry table.profiles a {
	font-size: 0.714em; /* x 14 = 10px */
	text-transform: uppercase;
}

#sidebar {
	width: 240px;
	position: relative;
}
#sidebar .btn {
	margin-bottom: 1.2em;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 9px 0px 9px 0px;
	border-radius: 9px 0px 9px 0px;
	}
	#sidebar .btn h5 {
		font-size: 2.1em;
		line-height: 1em;
		font-weight: bold;
		letter-spacing: 0.048em; /* 1 px */
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 0.286em; /* 6px */
	}
	#sidebar .btn p {
		font-size: 1.2em;
		line-height: 1.25em; /* 15px */
		color: #fff;
		margin: 0;
	}
	#sidebar .btn a {
		text-decoration: none;
		padding: 18px 12px;
		display: block;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear;
	}
	#sidebar .join,
	#sidebar .askanatomist,
	#sidebar .memberslogout {
		background-repeat: repeat;
		background-position: 0 0;
		-webkit-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
	}
	#sidebar .join {
		background-image: url('images/btn-bkg-joinaava.jpg');
		background-color: #23405A; /* for bkg to show up in IE7 */
	}
	#sidebar .askanatomist {
		background-image: url('images/btn-bkg-renew.jpg');
		background-color: #1D674E; /* for bkg to show up in IE7 */
	}
	#sidebar .memberslogout {
		background-image: url('images/btn-bkg-memberslogout.jpg');
		background-color: #601D47; /* for bkg to show up in IE7 */
	}
	#sidebar .join h5 {
		text-shadow: 0px 2px 0px rgba(25,76,102,1);
		-moz-text-shadow: 0px 2px 0px rgba(25,76,102,1);
		-webkit-text-shadow: 0px 2px 0px rgba(25,76,102,1);
	}
	#sidebar .askanatomist h5 {
		text-shadow: 0px 2px 0px rgba(0,104,79,1);
		-moz-text-shadow: 0px 2px 0px rgba(0,104,79,1);
		-webkit-text-shadow: 0px 2px 0px rgba(0,104,79,1);
	}
	#sidebar .memberslogout h5 {
		text-shadow: 0px 2px 0px rgba(94,26,69,1);
		-moz-text-shadow: 0px 2px 0px rgba(94,26,69,1);
		-webkit-text-shadow: 0px 2px 0px rgba(94,26,69,1);
	}
	#sidebar .join:hover,
	#sidebar .askanatomist:hover,
	#sidebar .memberslogout:hover {
		background-position: -30px 0;
	}
	#sidebar .btn:hover h5,
	#sidebar .btn:hover p {
		color: #ece8e3;
	}
	#sidebar .join:hover a,
	#sidebar .askanatomist:hover a,
	#sidebar .memberslogout:hover a {
		padding: 18px 6px 18px 18px;
		color: #ece8e3;
	}

.sidebox {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	padding: 10px 15px 11px 15px;
	background-color: #f5f5f5;
	position: relative;
}

.sidebox:before {
	width: 240px;
	content: '';
	border-top: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.sidebox h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	margin-bottom: 0.38em; /* 9px */
	padding-top: 0.524em; /* 11px */
}

.sidebox h4 {
	font-size: 1.5em;
	text-transform: capitalize;
	margin-bottom: 0.333em; /* 5px */
}

.sidebox p {
	font-size: 1.2em;
	line-height: 1.25em; /* 15px */
	margin-bottom: 1.25em;
}

.sidebox ul {
	font-size: 1.2em;
	line-height: 1.25em; /* 15px */
	border-bottom: 1px solid #fff;
	margin-bottom: 0.833em; /* 10px */
	position: relative;
}

.sidebox ul:before {
	width: 100%;
	content: '';
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sidebox ul li {
	list-style: none;
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

.sidebox ul li:before {
	width: 100%;
	content: '';
	border-top: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 1px;
}

.sidebox ul .side-rss a {
	padding-left: 16px;
	background: url('images/icon-rss-orange.gif') no-repeat 0 0;
}

.postdate {
	font-size: 0.92em; /* 11px */
	line-height: 1.64em; /* 18px */
}

#footerWrap {
	width: 100%;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	padding: 38px 0 39px 0;
	margin-top: -148px; /* negative value of footer height */
	border-top: 1px solid #b6b6b6;
	background: #dbdad8 url('images/footer-bkg.jpg') repeat 0 0;
	position: relative;
	clear:both;
}

#footer {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	}
	#footer p,
	#footer .navlist {
		font-size: 1.2em;
		line-height: 1.25em; /* 15px */
		margin-bottom: 0.5em;
		text-shadow: 0px 1px 0px #f6f6f6;
		filter: dropshadow(color=#f6f6f6, offx=0, offy=1);
	}
	#footer .navlist li {
		list-style: none;
		margin-right: 0.75em; /* 9px */
		display: inline;
	}

#contactform {
	position: relative;
}
#respond {
	padding-top: 1.2em;
}
#protected-post-form { /* see custom function */
	}
	#protected-post-form p {
		font-size: 1.4em;
	}

.formelement {
	width: 225px;
	float: left;
	margin-right: 20px;
	position: relative;
	display: inline; /* avoids step-down in IE 6 */
	}
	.formelement input,
	.formelement textarea,
	.formelement select,
	#s,
	#respond input,
	#respond textarea,
	#protected-post-form input[type=password] {
		font-family: 'PT Sans', Verdana, Geneva, sans-serif;
		font-size: 1.1em;
		color: #808080;
		background-color: #fff;
		width: 212px;
		height: 2em; /* 22px */
		margin-bottom: 1.364em; /* 15px */
		padding: 0 0.455em; /* 5px */
		border: 1px solid #808080;
		-webkit-transition: 0.15s ease-in;
		-moz-transition: 0.15s ease-in;
		-o-transition: 0.15s ease-in;
		transition: 0.15s ease-in;
	}
	#s {
		width: 181px;
		padding: 0 5px;
		display: inline;
		float: left;
	}
	.formelement textarea,
	#respond textarea {
		width: 458px;
		height: 180px;
		padding: 0.455em; /* 5px */
		overflow: auto;
	}
	.formelement select {
		width: 217px;
		height: 2.182em; /* 24px */
		padding: 0 0 0 5px;
	}
	.formwide {
		width: 470px;
		margin-right: 0;
	}

.formelement input[type=text]:focus,
.formelement textarea:focus,
.formelement select:focus,
#s:focus,
#respond input[type=text]:focus,
#respond textarea:focus,
#protected-post-form input[type=password]:focus {
	color: #666;
	background-color: #F6F6F6;
	border: 1px solid #A7BCDF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.formelement label,
#protected-post-form label {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.692em; /* 9px */
}
.formelement label.error {
	font-size: 1.0em;
	font-weight: normal;
	color: #f00;
	margin: -0.5em 0 1.5em 0;
}

input.btnSubmit,
#respond #submit,
#searchsubmit,
#protected-post-form input[type=submit] {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,.9);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
	height: auto;
	margin: 0 0 1em 0;
	padding: 0.692em; /* 9px */
	background-color: #267499;
	display: block;
	border: 1px solid #2d7090;
}

#respond #submit,
#searchsubmit,
input[type=submit] {
	width: auto;
	/* keep moz and webkit first for future proofing */
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}

#searchsubmit {
	font-size: 0.846em; /*x13 = 11*/
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	border: 1px solid #808080;
	margin-left: 5px;
	background: #000 url('images/search-icon.gif') center center;
	display: inline;
	float: left;
}

input.btnSubmit:hover,
#respond #submit:hover,
#searchsubmit:hover,
#protected-post-form input[type=submit]:hover {
	background-color: #3398cc;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	cursor: pointer;
}

#searchform label {
	display: none;
}

#commentsblock ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
#commentsblock ol.commentlist li.comment { padding:1.2em; position: relative; }
#commentsblock ol.commentlist li.comment div.comment-body { padding-left: 55px; }
#commentsblock ol.commentlist li.comment div.comment-author { font-size: 1.8em; line-height: 1.333em; padding-bottom: 0.5em; display: block; } /* 9px pad */
#commentsblock ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
#commentsblock ol.commentlist li.comment div.vcard img.avatar { border: 3px solid #fff; margin:0 15px 15px -55px; float: left; }
#commentsblock ol.commentlist li.comment div.vcard span.says { display: visible; }
#commentsblock ol.commentlist li.comment div.comment-meta { font-size: 1.2em; line-height: 1.5em; padding-bottom: 0.75em; } /* 15px l-h, 9px pad  */
#commentsblock ol.commentlist li.comment div.comment-meta a { }
#commentsblock ol.commentlist li.comment p { margin:0 0 0.857em; } /* 12px */
#commentsblock ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
#commentsblock ol.commentlist li.comment div.reply a { font-weight:400; letter-spacing: 0.2em; text-transform: uppercase; }
#commentsblock ol.commentlist li.comment ul.children { list-style:none; margin:1.8em 0 0; text-indent:0; }
#commentsblock ol.commentlist li.comment ul.children li { background-color: #F9F8F4; }
#commentsblock ol.commentlist li.comment ul.children li.alt { background-color: #EFEDEA; }
#commentsblock ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 0 55px; border-bottom: 1px solid #999; }
#commentsblock ol.commentlist li.comment ul.children li.depth-2:nth-child(1) { border-top: 1px solid #999; }
#commentsblock ol.commentlist li.comment ul.children li div.comment-meta { padding-right: 0; }
#commentsblock ol.commentlist li.thread-even { background: #fff repeat; margin-bottom: 0.9em; }
#commentsblock ol.commentlist li.thread-odd { background: #fff repeat; margin-bottom: 0.9em; }
.cancel-comment-reply { margin-bottom: 0.9em; }

.wp-caption {
	border-top: 1px dotted #C4B59B;
	}
	.wp-caption img,
	.wp-caption a {
		display: block;
	}

.wp-caption-text {
	font-size: 1.2em; /*12px*/
	line-height: 1.25em;
	color: #4c4c4c;
	background-color: #F7F3ED;
	margin-bottom: 1.5em;
	padding: 1em 0.75em;
	border-top: 1px dotted #C4B59B;
	border-bottom: 1px dotted #C4B59B;
}

.profiled {
	font-weight: 700;
}

.download,
.profile-download {
	padding-left: 1.571em; /* x 14 = 22px*/
	background: url('images/icon-download.png') no-repeat 0 50%;
}

.newwindow,
.profile-newwindow {
	padding-left: 1.571em; /* x 14 = 22px*/
	background: url('images/icon-newwindow.png') no-repeat 0 50%;
}

.profile-download,
.profile-newwindow {
	vertical-align: middle;
	margin-right: 0.9em;
	margin-top: 0.6em;
	padding-left: 1.8em;
	min-height: 1.4em;
	height: auto !important;
	height: 1.4em;
	display: inline-block;
	overflow: visible;
}

.photoleft {
	float: left;
	clear: left;
	margin: 6px 15px 12px 0;
}

.photoright {
	float: right;
	clear: left;
	margin: 6px 0 15px 12px;
}

.photoleft,
.photoright {
	border: 3px solid #bfb5a0;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 9px 0px 9px 0px;
	border-radius: 9px 0px 9px 0px;
}

.attachment-large-attach {
	margin-bottom: 1.8em;
}

.errormessage {
	font-weight: bold;
	color: #f00;
}

.successmessage {
	font-weight: bold;
	color: #439743;
}

.warning {
	font-size: 125%;
	font-weight: 400;
	color: #b40000;
}

.last {
	margin-right: 0;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; }
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; }
a { text-decoration: none; color: black; }

} /* END print media */