/* Reset Styles */
/* v1.0 | 20080212 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
**************
STRUCTURE
**************
*/

body {
	background: #aec7be;
	font-family: "VegurRegular", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #336666;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #336666;
	text-transform: uppercase;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2 a {
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
	line-height: 24px;
	font-size: 14px;
}

#container {
	margin: 100px auto;
	width: 100%;
	background: #aec7be url(../images/container-bg.png) repeat-x 10px center 	;
	overflow-x: hidden	 ;
	position: relative;
	padding: 20px 0;
}

.page #container, .post #container {
	margin: 10px auto 0 auto;
	width: 100%;
	background: #aec7be url(../images/container-bg.png) repeat-x 5px 0;
	overflow-x: hiddeno;
	position: relative;
	padding: 15px 0 0 0 ;
}

#inner-container {
	width: 1300px;
	margin: 0 auto;
	overflow-x: hidden;
}

.home #inner-container {
/*	margin-top: 32px;
*/
	overflow: hidden;
	height: 371px;
/*	position: relative;
*/}

#sidebar {
	min-width: 229px;
	float: left;
	margin: 0 0 0 10px;
	padding: 30px 0 0 0;
	position: relative;
	z-index:3;
}

#main-content {
	font-family: "VegurRegular", Helvetica, Arial, sans-serif;
	width: 608px;
	padding: 0 9px 0 11px;
	min-height: 371px;
	background: transparent url(../images/main-content-bg.png) repeat-y scroll top center;
	float: left;
	z-index: 3;
	position: relative;	
}

.home #main-content {
	height: 371px;
}


	#main-content a:hover {
		color: rgb(88, 67, 26);
	}
	
	#main-content a {
		color: rgb(51, 102, 102);
	}
	
	.post img {
		border: 1px solid rgb(88, 67, 26);
	}

.page #main-content, .error #main-content, .post #main-content {
	width: 552px;
	background: transparent url(../images/main-content-bg-page.png) repeat-y scroll top center;
	padding: 40px;
	margin-top: 0;
	
}

.navigation {
	overflow: auto;
	margin: 0 0 20px 0;
}

.navigation a {
	color: #999966;
	text-decoration: none;
}

#next {
	float: right;
}

#previous {
	float: left;
}

#secondary-content {
	font-family: "VegurRegular", "Myriad Pro", Helvetica, Arial, sans-serif;
	width: 365px;
	float: left;
	margin: 30px 20px;
	position: relative;
	z-index: 1;
	color: rgb(88, 67, 26);
/*	position: absolute;
	right: 75px;*/
}

#secondary-content p {
	font-size: 14px;
	line-height: 24px;
	/*width: 365px;*/
	width: 350px;
	font-size: 18px; 
}

.home #secondary-content {
	margin-bottom: 0;
	
}

	.home .comments {
/*		background-color: rgb(251, 249, 228);
*/		
	}

	.home .comments a {
		color: #336666;
		text-decoration: none;
		font-size: 18px;
	}
	
	.home .comments li.active {
		filter:alpha(opacity=100); 
		background-color: rgb(251, 249, 228);
	}

	.home #photobar-shadow {
		background: #58431A url(../images/photobar-shadow.png) repeat-y top left;
		position: absolute;
		bottom: 23px;
		right: -19px;
		height: 58px;
		width: 28px;
		z-index: 30;
	}
	
	.page #photobar-shadow, .post #photobar-shadow {
		background: #58431A url(../images/photobar-shadow.png) repeat-y top left;
		position: absolute;
		top: 310px;
		right: -280px;
		height: 400px;
		width: 28px;
		z-index: 30;
	}

	#photobar {
		height: 58px;
		margin: 0px 0px 0 -13px;
		position: relative;
		float: left;
		z-index: 5;
		bottom: 0;
		right: 0;
		background: #58431A url(../images/photobar-shadow.png) repeat-y top left;
	}
	
	.home #photobar {
		width: 411px;
		width: 50%;
		position: absolute;
		float: none;
		top: 310px;
		z-index: 0;
	}
	
	#photobar li {
		float: left;
	}
	
	.page #photobar, .post #photobar {
		top: 330px;
		position: absolute;
		width: 100%;
		z-index: 0;
		padding: 5px;
		overflow: auto;
		height: 126px;
	}

	
	.home .photos {
		position: absolute;
		top: 267px;
	}
	
	.photos a {
		display: block;
	}

	
	.page .photos img, .post .photos img {
		height: 113px;
		width: 184px;
	}
	
	.photos.right {
/*		float: right;
*//*		margin-right: 66px;
*/		width: 400px;
		position: absolute;
		top: 297px;
		margin-left: -20px;
		
	}
	
	.photos li {
		float: left;
		margin-right: 7px;
		
	}
	
	.photos.left {
/*		float: left;
*/		margin-left: 40px;
		top: 326px;
		position: absolute;
	}
	
	.photobar-shadow {
		background: #58431A url(../images/photobar-shadow.png) repeat-y top left;
		height: 58px;
		width: 20px;
		position: absolute;
		bottom: -50px;
	}
	
	
	.photos ul {
		margin: 7px 0 0 30px;
	}
	
	.photos li {
		margin: 0 7px 0 0;
		background: #000;
		display: block;
		height: 43px;
	}

	

.post-11 .post li {
	list-style-type: none;
	float: left;
	margin: 10px 20px 10px 0;
}

h2#logo a {
	width: 202px;
	height: 68px;
	display: block;
	background: transparent url(../images/logo.png) no-repeat;
	text-indent: -999em;
}

#footer {
	width: 100%;
	color: #336666;
	border-top: 1px solid #336666;
	padding-top: 10px;
	margin: 20px auto;
	clear: both;
	position: relative;
	text-align: center;
	text-justify: newspaper;
}

#footer a {
	color: #336666;
	text-decoration: none;
}

#footer span {
	margin-right: 6px;
	font-size: 11px;
}

#footer span:last-child {
	margin-right: 0;
}

#nav {
	list-style: none outside;
	margin: 20px 0 0 68px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "VegurRegular", "Myriad Pro", Helvetica, Arial;
	
}

#nav a {
	text-decoration: none;
	color: #336666;
}

#nav a:hover {
	color: #B5C5BD;
}

#nav li {
	margin: 0 0 7px 0;
	float: none;
}

.testimonials .wp-post-image {
	float: right;
	margin: 0 0 10px 20px;
}

.testimonial {
	margin: 0 0 50px 0;
	float: left;
}

.testimonial p {
	margin-bottom: 0;
}

.testimonial a.readmore {
	text-align: right;
	display: block;
	font-size: 14px;
}

.home #main-content img {
	display: block;
}

.home #main-content li {
	list-style-type: none;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0  0 20px 20px;
}


#nextBtn, #prevBtn {
	position: absolute;
}



