* { margin: 0; padding: 0; }

html { height: 100%; font-size: 62.5%; }

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #927962;
	text-align: center;
	background-attachment: fixed;
	voice-family: "\"}
	\"";
	voice-family:inherit;
	height:100%;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* global attribute styles */
a {
	color: #927962;
}
a:hover {
	color: #6F553E;
}
/* end global attribute styles */

#page {
	position: relative;
	min-height: 100%;
}
* html #page { height: 100% }

/* begin header styles */
#header_container {
	margin: 0;
	padding-top: 0;
	height: 200px;
}
#header {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	width: 800px;
	height: 200px;
}
h1 a, h1 a:hover {
	float: left;
	margin: 40px 0 0 13px;
	height: 100px;
	width: 393px;
	text-indent: -9000px;
	display: block;
	z-index: -1;
	overflow: hidden;
	background: transparent;
}
/* end header sytles */

/* begin navigation styles */
#navigation {
	padding: 0;
	margin: 0;
	margin-top: 12px;
	float: right;
	width:800px;
}


#top_nav, #top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#top_nav a, #top_nav a:hover {
	font-family: Century Gothic, Arial;
	display:block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.55em;
	color: #927962;
	background: transparent;
}

#nav_welcome a,
#nav_about a,
#nav_services a,
#nav_events a,
#nav_gallery a,
#nav_contact a,
#nav_blog a {
	display: block;
	text-indent: -9000px;
	height: 18px;
	overflow: hidden;
}

#nav_welcome a,
#nav_welcome a:hover {
	width: 81px;
	background: url('../images/welcome_nav.png') 0 0 no-repeat;
}

#nav_about a,
#nav_about a:hover {
	width: 52px;
	background: url('../images/about_nav.png') 0 0 no-repeat;
}

#nav_services a,
#nav_services a:hover {
	width: 86px;
	background: url('../images/services_nav.png') 0 0 no-repeat;
}

#nav_events a,
#nav_events a:hover {
	width: 56px;
	background: url('../images/events_nav.png') 0 0 no-repeat;
}

#nav_gallery a,
#nav_gallery a:hover {
	width: 59px;
	background: url('../images/gallery_nav.png') 0 0 no-repeat;
}

#nav_contact a,
#nav_contact a:hover {
	width: 70px;
	background: url('../images/contact_nav.png') 0 0 no-repeat;
}

#nav_blog a,
#nav_blog a:hover {
	width: 40px;
	background: url('../images/blog_nav.png') 0 0 no-repeat;
}

#nav_welcome a:hover,
#nav_about a:hover,
#nav_services a:hover,
#nav_events a:hover,
#nav_gallery a:hover,
#nav_contact a:hover,
#nav_blog a:hover
{ background-position: 0 -20px; }



#top_nav li { /* all list items */
	float: right;
	padding: 5px 10px;
}

/* **** begin: code for submenu options (list under primary tabs) *** */
#top_nav li ul { /* second-level lists */
	position: absolute;
	z-index:999;
	left: -999em;
	width: 190px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-top: none;
}

/* lists nested under hovered list items */
#top_nav li:hover ul, #top_nav li.sfhover ul {	
	left: auto;
}

#top_nav li ul li { /* second-level lists */
	margin: 0;
	padding: 0;
}

#top_nav a.subnav, #top_nav a.subnav:hover {
	width: 180px;
	padding: 5px 5px;
	margin: 0;
	font-weight:normal;
	font-size: 1.3em;
	text-align:left;
	text-indent: 0;
}

#top_nav li li a {
	display: block;
	font-weight: normal;
}


#top_nav a.subnav{
	text-decoration: none;
	background:#fff;
	z-index:500000;
}

#top_nav a.subnav:hover {
	background:#927962;
	color:#fff;
}

/* end code for submenu drop downs */

/* end navigation styles */


/* html entities */
h2 {
	font-size: 1.7em;
}

h3 {
	padding: 10px 0 5px 0;
	font-size: 1.4em;
}
h3 a {
	color: #6F553E;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

#top_container {
	margin: 0;
	padding: 0;
}
#top_content {
	position: relative;
	z-index: 1;
	top: -20px;
	margin: 0 auto;
	padding: 40px 20px 30px 20px;
	width: 760px;
	text-align: left;
	background: #fff;
}
#entry {
	float: left;
	width: 480px;
	padding: 0 0 5px;
	margin: 0;
	text-align: left;
}
#entry #date_container {
	float: left;
	width: 46px;
	height: 62px;
	margin: 0 10px 2px 0;
	padding: 0;
	background: img('/images/date_container.png') no-repeat;
	color: #725E4C;
}
#entry #date_container h4, #entry #date_container h3  {
	width: 44px;
	text-align: center;
}
#entry #date_container h4.month { 
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-top: 19px;
	font-family: Century Gothic, Arial;
	font-weight: bold;
}
#entry #date_container h3.day { 
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Century Gothic, Arial;
}

#entry h2, #side_content h2 {
	font-size: 2.0em;
	font-weight: normal;
	font-family: Century Gothic, Arial;
}
#entry h2 {
	border-bottom:1px solid #F0E6DD;
	margin-bottom: 20px;
}
#entry h2 a, #side_content h2 a { text-decoration: none; color: #6F5D4C; }
#entry h2 a:hover, #side_content h2 a:hover { text-decoration: none; color: #5F4F41; }

#entry p {
	padding: 0 10px 10px 0;
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #927962;
	line-height: 170%;
}
#side_container {
	float: right;
	width: 250px;
	background-color: #fff;
	padding-bottom: 5px;
}
#side_content {
	background: #fff;
}
#side_content h2 {
	color: #6F5D4C;
	font-size: 20px;
	margin-top: 15px;
}

#side_content a.feed {
	background: url('feed_icon.png') no-repeat scroll right;
	padding: 0 16px 0 0;
}

#side_content p {
	margin-top: 5px;
}
#side_content input {
	font-size: 1em;
}

#side_content ul {
	list-style: none;
	margin-bottom: 20px;
}
#side_content ul li {
	float: left;
	display: block;
	list-style: none;
/*	border-bottom: 1px solid #e5ce63; */
}
#side_content ul li a {
	float: left;
	color: #AF9983;
	font-size: 1.1em;
	width: 250px;
	display: block;
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #EFDFD1;
}

#side_content ul li a:hover {
	background: #EFDFD1;
}
#side_content ul.info li {
	font-size: 1.1em;
	padding: 7px 0;
	width: 250px;
}

#side_container a {
	color: #AF9983;
}

#middle_head_container {
	position: relative;
	top: -20px;
	margin: 0;
	padding: 0;
	background: transparent;
}
#middle_head {
	margin: 0 auto;
	padding: 10px 20px;
	width: 760px;
	text-align: left;
	background: #efefef;
}
#middle_head h2 {
	font-size: 2.1em;
	font-family: Century Gothic, Arial;
	font-weight: normal;
}
#middle_head small.meta {
	float: right;
	font-size: 16px;
}

#middle_container {
	position: relative;
	top: -20px;
	margin: 0;
	padding: 0;
	background: transparent;
	/* room for footer */
	padding-bottom: 30px;
}

#middle_content {
	margin: 0 auto;
	padding: 20px;
	width: 760px;
	text-align: left;
	background: #fff;
}

/* home page specific styles */
.portfolio_section {
	float: left;
	width: 200px;
	margin: 0 45px;
}
* html .portfolio_section { margin: 0 44px; }

.portfolio_section h3 {
	font-size: 1.6em;
	font-family: Century Gothic, Arial;
	font-weight: bold;
}
.portfolio_section .screenshot {
	height: 300px;
}
.portfolio_section p {
	position: relative;
	top: -20px;
	padding: 0 5px;
	font-size: 1.4em;
}

#footer_container {
	position: relative;
	top: -60px;
	width: 100%;
}

#footer {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	padding: 8px 0;
	text-align:center;
	width: 800px;
	height: 80px;
	color: #927962;
	font-size: 14px;
}

#footer ul {
	margin-top: 50px;
	list-style: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	padding: 0px 5px;
}

#footer ul li a {
	color: #927962;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover { background: none; }


/* form styles */
.field_label {
	padding: 6px;
	float: left; 
	width: 80px;
	font-size: 1.5em;
}

.field {
	padding: 3px;
	float: left;
	width: 200px;
}

input, textarea { padding: 2px; font-size: 1.5em; width: 250px; }

.confirm { 
	padding: 5px;
	border: 1px solid #315921;
	color: #315921;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.2em; 
}
/* end form styles */

.iconright { float: right; margin: 0 0 2px 6px; }
img.iconright{ border: none; padding: 0; }

.postextras {
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px 2px 22px 2px;
	text-align: right;
	background: #fff;
	color: #BFA68F;
	font-size: .9em;
	margin-bottom: 20px;
}

.postextras ul { 
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

.postextras ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 4px;
}

.postextras a {
	color: #BFA68F;
}

.thumbsection {
	float: left;
	margin: 10px 45px;
	min-width: 200px;
	min-height: 150px;
}

.thumbsection a img {	
	background: transparent;
}

.thumbsection h3 a {
	font-size: 1.2em;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	color: #333;
}

.highlight {
	background: #ffffcc;
}

.field_row {
	padding: 10px;
}

.field_label {
	float: left;
	width: 120px;
}
.field_input {
	float: left;
}

.errormessage {
	border: 1px solid #666;
	background: #ffffcc;
	margin: 10px 0;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.error {
	color: #ff0000;
	font-weight: bold;
}
.errorfield {
	border: 1px solid #ff0000;
	background: #fedddd;
}


/* begin: weblog specific styles */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#entry p.blockcode {
	padding: 8px;
	background: #ffff99;
	border:1px solid #a8a8a8;
	font-family:"Courier New", Courier, mono;
	text-align: left;
}

code { 
	font: 1.1em 'Courier New', Courier, Fixed;
	color: #3366FF;
}

html>body .entry ul, html>body .entrytext ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-size: 1.1em;
	color: #6F5D4C;
	} 

html>body .entry li, html>body .entrytext li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, .entrytext ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

a.search_button {
	float: right;
	margin-top: -22px;
	width: 24px;
	height: 20px;
	text-indent: -9000px;
	display: block;
	z-index:-1;
}

input#s { border: 1px solid #927962; background: #FEFEF9;}
input#s:hover, input#s:focus { border: 1px solid #625141; background: #ffffff; }

.navigation {
    margin-bottom: 30px;
}
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

/* begin comment styles */
h3#respond {
	padding: 10px 0 5px 0;
	font-size: 2.0em;
	font-family: Century Gothic, Arial;
	font-weight: normal;
}

#comment_container {
	width: 890px;
}
#comment_content {
	float: left;
	width: 400px;
}
#comment_form {
	float: left; 
	margin-left: 20px;
	width: 300px;
}

#comment_form .field_row label {
	font-size: 1.3em;
}

.commentlist li.alt {
	background-color: #f5f5f5;
}

.commentlist li.admincomment {
	background: #F3E085;
	color: #927962;
}

.commentlist li.admincomment cite, .commentlist li.admincomment cite a {
	color: #927962;
} 

.commentlist li, #commentform input, #commentform textarea {
	font: 1.05em;
	}
	
.commentlist li {
	padding: 20px 20px;
	font-weight: bold;
	list-style: none;
	background: #efefef;
	}

.commentlist cite, .commentlist cite a {
	margin-right: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

img.gravatar { float: left; margin: 0 6px 6px 0; border:1px solid #ccc; }
/* end comment styles */

.floatleft { float: left; margin: 0px 12px 12px 0px; }
.floatright { float: right; margin: 0px 0px 12px 12px; }
img.floatleft, img.floatright { border: 1px solid #000; padding: 6px; }
/* end: weblog specific styles */

a img { border: none; }


ul.postspermonth li {
	list-style: none;
	padding: 5px 0 5px 20px;
}

ul.postspermonth li:before {
	content: "\00BB \0020";
}


.wp-caption {
	padding: 2px;
}
.wp-caption img {
	border: 1px solid #BFA78F;
	padding: 1px;
}

#entry .wp-caption p.wp-caption-text {
	font-size: 90%;
	font-family:  Helvetica, Arial, sans-serif;
	color: #999;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	margin-right: 5px;
	text-align: left;
}
#entry .alignleft p.wp-caption-text {
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 5px;
}
#entry .alignright p.wp-caption-text {
	text-align: right;
}
/* begin: sifr font styles */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 20px;
}


.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
/* end sifr font files */
