body {
	background-color: #fff;
	background-image: none;
	font-family: VeraHumana95Regular, sans-serif;
}

#content-wrapper::-webkit-scrollbar, 
#blog-page #content-text::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
#content-wrapper::-webkit-scrollbar-thumb, 
#blog-page #content-text::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

strong, b {
	font-family: VeraHumana95Bold, sans-serif;
	font-weight: normal;
}
h2, h3 {
	font-family: VeraHumana95Regular, sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 4px #fff, 0px 0px 8px #fff, 0px 0px 12px #fff;
}
#content-wrapper h2, #content-wrapper h3 {
	left: -409px;
	top: -118px; 
	position: absolute;
}

h2#page-title, h2.page-title {
	position: absolute;
	left: 25px; 
	top: 93px;
}

h2.post-title  {
	margin-left: 25px;
}
.post-entry-home h2.post-title, 
.post-entry-home-list h2.post-title {
	margin-top: 12px;
	font-size: 28px;
}
#comments-wrapper h2 {
	margin-top: 12px;
	font-size: 28px;
}
.contact p {
	font-size: 40px;
}

.post-month {
	display: none;
}
.post-date, .comment-date {
	position: absolute;
	top: 143px;
	left: auto;
	right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}
.post-entry-home-list .post-date {
	top: 10px;
}
.comment-date {
	top: 10px;
}
#blog-page .post-content, #blog-page .post-summary {
	margin-left: 25px;
	margin-top: 30px;
}
.post-entry-home, .post-entry-home-list {
	position: relative;
	width: 715px;
	padding:5px 0;
}
.post-entry-home:hover {
	cursor: default;
}
.post-category { display: none; }
.post-comments { display: none; }
.post-summary { margin-left: 25px;width: 715px; }

a.post-link:link, a.post-link:visited {
	color: #F00;
}


.comment-wrapper {
	position: relative;
	margin: 25px 0;
	padding: 25px;
	border-top: 1px solid #EEE;
}
#comments-wrapper h2 { margin-left: 25px; }
#comments-wrapper #comment-form { margin-left: 25px; }
#blog-page #content-text, #blog-category #content-text {
	overflow: auto;
}
#blog-post { 
	background-color: #fff;
	padding-top: 93px;
	width: 715px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 40px;
	background-attachment: scroll;
}


#header {
	font-size: 30px;
	width: 960px;
	margin-left: 50%;
	left: -480px;
	padding: 10px 0;
	z-index: 11;
	height: 64px;
	position: absolute;
	top: 525px;
}
#logo {
	position: absolute;
	right: 40px;
	top: -497px;
	background-color: #fff;
	border: 6px solid #B0A890;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5), 0px 0px 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5), 0px 0px 12px rgba(0,0,0,.4);
  box-shadow: 0px 0px 2px rgba(0,0,0,.5), 0px 0px 12px rgba(0,0,0,.4);
	/* 949b9e */
}

#page-container {
	height: 400px;
	margin: 0 auto;
}
#container, #container-list {
	width: 960px;
}
#content-text {
	position: relative;
	font-size: 16px;
	width: 100%;
	padding: 210px 0 0 0; 
	margin: 0;
	height: 300px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 40px;
	background-attachment: scroll;
}
body.blog-home #container, #container-list {
	overflow:auto;
	margin: 0 auto;
}
body.blog-home #container p, #container-list p {
	width: 650px;
	padding-left: 25px;
}
body#blog-page #content-text {
	padding: 0;
	height: 535px;
	background-image: none;
}
body.blog-home #content-text {
	padding-top: 170px;
}
body#blog-category #content-text {
	height: 365px;
	background-image: none;
	padding-top: 170px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 40px;
	background-attachment: scroll;
}
body#blog-category .post-entry-home-list {
	background-color: #fff;
}
/*
.home #content-text {
	background: none;
}
*/
#content-wrapper {
	position: relative;
	width: 525px;
	height: 300px;
	float: right;
	padding-right: 10px;
	overflow: auto;
}

.about #content-wrapper {
	float: none;
	width: 100%;
}
body.contact #content-wrapper {
	float: none;
	left: 25px;
}
.about h2, .about h3 {
	left: 0;
}
#nav {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	display: table;
	background-color: #F2ECE4;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C7B7;
	*/
}
#nav li {
	height: 100%;
	vertical-align: middle;
}
.nav-tier1 {
	letter-spacing: .16em;
	display: table-cell;
}
#nav2 .nav-tier1 {
	letter-spacing: .05em;
}
#nav li:first-child { 
	background-image:none;
}
#nav li a {
	display: block;
	padding: 10px;
	height: 100%;
}
#nav li a:link, #nav li a:visited {
	color: #000;
	-webkit-transition: all .5s ease-out;		
	-moz-transition: all .5s ease-out;		
	-o-transition: all .5s ease-out;
	/*text-shadow: none;*/
}
#nav li a:hover {
	color: #f00;
	-webkit-transition: all .01s ease-out;		
	-moz-transition: all .01s ease-out;		
	-o-transition: all .01s ease-out;
	/*text-shadow:   0px 0px 2px #FFF, 0px 0px 8px #FFF, 0px 0px 13px #FFF;*/
}
.nav-active a.nav-link-tier1:link, .nav-active a.nav-link-tier1:visited {
	/*text-shadow:   0px 0px 2px #FFF, 0px 0px 8px #FFF, 0px 0px 13px #FFF;*/
	color: #f00!important;
}
.nav-link-tier1 { background-image: none!important; }
#nav2 {
	position: absolute;
	top: -375px;
	left: 18px;
	width: 200px;
	font-size: 38px;
}
#nav2 li {
	float: left;
	clear: left;
	display: block;
}
#nav2 li a {
	display: block;
	padding: 10px;
}
#nav2 li a:link, #nav2 li a:visited {
	color: #000;
}
#nav2 li a:hover {
	color: #f00;
}
#blog-categories {
	position: absolute;
	left: 750px;
	top: -310px;
	font-size: 22px;
	width: 160px;
	text-align: center;
	border-bottom: 1px solid #D2C7B7;
	padding: 0 0 10px 0;
}
#nav-categories {
	display: none;
	position: absolute;
	left: 750px;
	top: -275px;
	font-size: 16px;
	width: 160px;
}
#blog-category #nav-categories { display: block; }
#blog-page #nav-categories { display: block; }
body.blog-home #nav-categories { display: block; }

#nav-categories li {
	margin:0;
	list-style-type: none;
	width: 150px;
	text-align: center;
}
#nav-categories a { color: #000;display:block;padding: 7px 10px; }
#nav-categories a:hover { color: #F00; }
#contact-links-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	padding-top: 10px;
	left: 0;
	background-color: #fff;
}
#contact-links {
	width: 903px;
	margin:0 auto;
	position: relative;
	top: 0;
}
#contact-link1, #contact-link2 {
	position: absolute;
	top: 0;
}
#contact-link1 {
	left: 0;
}
#contact-link2 {
	right: 0px;
	text-align: right;
}
#contact-link1 a:link, #contact-link a:visited { color: #000; }

.gallery-text {
	display:none;
}
.slideshow { 
	margin: -49px 0 0 20px;
	width: 525px!important;
	float: right!important; 
}
.slideshow-thumb-container {
	display: none;
}

.slideshow-thumb-container.nav-thumbs-gallery {
	display: block;
	position: absolute;
	left: -400px; 
	width: 350px;
}
#nav-thumbs-clone {
	display: block;
	position: relative;
	left: 25px;
}
#nav-text-clone {
	display: block;
	position: absolute;
	left: 25px;
	top: 310px;
	width: 370px;
	font-size: 15px;
}
#content-wrapper.gallery-content-wrapper {
	overflow: visible;
}
#content-wrapper h2{
	display: none;
}
/*
.gallery .slideshow-thumb-container {
	display: block;
	position: absolute;
	left: -406px;
}
*/
#slideshow-thumb-container .thumb-selected img, body.white-on-black #slideshow-thumb-container .thumb-selected img, .slideshow-thumb-container .thumb-selected img, body.white-on-black .slideshow-thumb-container .thumb-selected img,
.slideshow-thumb-container img { 
	 border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slideshow-thumb-container img { 
	margin: 0 5px 5px 0;
}
.slideshow-photo-container {
	height: 349px!important;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.slideshow-photo-item {
	height: 100%!important;
	width: 100%!important;
	margin: 0;
}
.slideshow-photo {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	/* border: 20px solid #949b9e; */
}
.gallery .slideshow-photo {
	max-height: 350px;
}

.home .slideshow {
	margin: 0;
	width: 100%!important;
	float: none!important;
}
.home .slideshow-photo-container {
	height: 550px!important;
}
.home .slideshow-photo {
	width: 100%;
}
.home #content-text {
	height: 500px;
	padding: 18px 0 0 0;
}

.nav-list-tier2 {
	display: none;
	font-size: 34px;
	position: absolute;
	top: -362px;
	left: 20px;
	letter-spacing: .05em;
}

#nav li a.nav-link-tier2 {
	float: left;
	height: 75px;
	line-height: 125px;
	padding: 0 0 40px 10px;
}
body.gallery #nav li a.nav-link-tier2 {
	height: 50px;
	line-height: 50px;
	padding: 0 0 15px 65px;
}
.nav-tier2 {
	display: inline;
	float: left;
	clear: left;
	height: 75px;
	text-transform: none;
	
}
.subnav-icon {
	float: left;
	clear: left;
	margin: 0 10px 5px 0;
	width: 75px;
	height: 75px;
	display: inline;
}
.more-categories { display: none; }
	
#login { display: none; }

