/* CSS Document */
body, h1, h2, h3, p, #nav li, #footer ul{
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}
body{
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#352e2a;
	color:#1e0700;
}
h1, #nav strong{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;	
	font-size:2.1em;
	display:block;
}
h1{
	padding-bottom:0.5em;	
}
h2, .highlight, thead th{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
}
h3{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
}
p, li, td, th{
	font-size:1.2em;	
}
p{
	padding:0.3em 0 0.9em 0;	
	line-height:1.5;
}
td, th{
	vertical-align:text-top;
	border-bottom:1px solid #E0DCD3;
	padding:0.3em 0;
	text-align:left;
}
td{
	padding:0.6em 0;	
}
ul{
	margin-top:0;	
}
li{ line-height:1.5;}
a:link{
	color:#36627d;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;	
}
a:visited{
	color:#666;	
}
a img{
	border:0;
}
acronym{
	cursor:help;	
}
blockquote p{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;

	padding:0.5em;
}
blockquote{
	background:#eee7d7;
	border-right:8px solid #eee7d7;
	border-bottom:8px solid #f2f1e8;
	margin:3em 3em 3em 2.5em;
}
/* Begin Typography & Colors */


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #666;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	border:#ddd 1px solid;
	font-size:1em;
	}
.commentlist li ul li {
	font-size: 1em;
}
ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em !important;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.navigation {
	display:none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Layout */
#container{
	width:95.6em;
	padding:0;
	margin:0 auto;
	text-align:left;
	background:#f2f1e8 url(images/bg_page.gif) repeat-y left top;
}
#header{
	width:95.6em;
	height:322px;
	background:url(images/bg_header.jpg) no-repeat top left;
	padding:0;
	margin:0;
}

#logo a{
	display:block;
	text-indent:-999em;
	background:transparent url(images/logo_prospero-lg.gif) no-repeat left;
	width:219px;
	height:195px;
	float:left;
	margin:2.4em 6.2em 0 3.5em;
	outline:none;
}
#nav{
	list-style:none;
	margin:-1.1em 0 0 0;
		
}
#nav li{
	float:left;
	border-right:1px solid #b7b6b7;
	border-left:1px solid #f5f4ed;
	font-size:1.1em;
	margin:-4px 0 0 0;
}
ul#nav li:hover a{
	/*background: rgba(56, 43, 42, 0.3) !important;*/
	color:#F7F7F7 !important;
}
ul#nav li:hover {
	background:#b6b0aa;
	padding-bottom:0.5em;
}
#nav a{
	color:#1e0700;
	text-decoration:none;
	padding:3.6em 1.1em 0 1.1em;
	display:block;
}


#nav ul a{
	padding:0.3em 0.5em 0.3em 40px;	
	border-bottom:1px solid #DCDEE5;
}


#content{
	margin:-180px 36px 0 0;
	width:570px;
	float:right;
}
#sidebar {
	width:230px;
	margin-top:-47px;
	float:left;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	border-bottom:1px solid #DCDEE5;
}
#sidebar ul li ul li {
	border:none;
	padding:0 0 5px 0;
}
#sidebar ul h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	padding:0.3em 0.5em 0.3em 40px;	
}
#sidebar ul ul{
	margin-left:40px;
	list-style:none;
}
#sidebar li li, #sidebar li li a {
	font-size:1em;
	color:#1e0700;
	text-decoration:none;
}
#footer{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	padding:0 0 0 350px;
	clear:both;
}
#footer li{
	list-style:none;
	float:left;
	padding-right:25px;
	background: url(images/bullet.gif) no-repeat right;
}
#footer li:last-child{
	background:none;
	padding:0;
}
#footer a{
	color:inherit;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
 }
#footer ul, #footer p{
	clear:both;	
	padding:0.6em 0;
}
#footer p{
	padding:1.2em 0;
	color:#666;
}
/*Classes*/
.button{
	font-style:italic;
	text-align:center;
	font-size:0.9em;
	line-height:0.9;
	width:200px;
/*	margin-top:-0.4em;*/
}
.button strong{
	font-style:normal;
	font-size:1.7em;
	display:block;
	font-weight:normal;
}
.button a{
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(images/button.gif) no-repeat top right;
	padding:0.2em 0 0.7em 0;
}
.button a:hover{background-position:center;}
.button a:active{background-position:bottom;}
.hidden{
	position:absolute;
	left:-999em;
}
.highlight{
	background:#e0dcd3;	
	padding:1em;
}
.highlight h2{font-size:1.2em;}
.highlight h3, .highlight p, .highlight li{	font-size:0.9em;}
.highlight ul{
	margin:0;
	padding-left:1em;	
}
.calltoaction p{ padding:0;}
.calltoaction .button{
	float:right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#photos{
	background:transparent url(images/bg_shadow.png) no-repeat top left!important;
	padding:2em;
	margin:2em 0 0 -15px!important;
}
