

/* @import url('http://fonts.googleapis.com/css?family=Molengo:regular&v1'); */
/* @import url('http://fonts.googleapis.com/css?family=Old+Standard+TT:regular,italic,bold&v1'); */


body {
	margin: 5px 0px;
	background-color: #ffffff;
	font-size: 12px;
}


/* ####################### GENERAL  ##############################	*/
/* links */
a {
	color: #83923F;
}
a:hover {
	color: #000000;
}
h1 a, a h1, h2 a, a h2, h3 a, a h3, h4 a, a h4, h5 a, a h5 {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.4em 0;
	font-weight: bold;
	font-family:  Arial, Verdana, sans-serif;
}
h1, h4 { font-size: 20px; }
h2, h5 { font-size: 17px; }
h3, h6 { font-size: 15px; }

h1, h2, h3 { color: #83923F; }
h4, h5, h6 { color: #555555; }



fieldset {
	background: #F4F4F4;
	border: solid #BCBCBC 1px;

	margin: 0px;
	padding:4px 8px;

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

/* ####################### SITE LAYOUT  ##############################	*/

div#main {
	width: 838px;
	margin: 0px auto;

}



div#header {
	margin-bottom: 4px;
	color: #989897;
}

div#header #topbar a {
	text-decoration: none;
	color: #989897;
}
div#header #topbar a:hover {
	color: #555555;
}


div#footer {
	width: 879px;
	margin: 0px auto;
}
div#footer div#footer-guts {
	background: url(../images/footer-bg.png) repeat-y;
	padding: 8px 30px;
}

div#footer div#footer-guts > table > tbody > tr > td {
	padding: 2px 10px;
	line-height: 1.5em;
	color: #454442;
	font-size: 11px;
}

div#footer div#footer-guts tr.headings td {
	color: #A19A62;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

div#footer div#footer-guts a {
	color: #454442;
}
div#footer div#footer-guts a:hover {
	color: #000;
}

/* ####################### SITE ELEMENTS  ##############################	*/
div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 15px;
	color: #555555;
}
div#breadcrumbs a {
	color: #ACACAB;
}

div#breadcrumbs a:hover {
	color: #555555;
}


div.subscribe {
	color: #fff;
	white-space:nowrap;
	font-size: 11px;
}

div.divOverlay { z-index:95; }
div.popupForm {
	position: absolute;
	z-index:99;
	color: #2D2D2D;
	background: #FFFFFF;
	border: solid #BCBCBC 1px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	box-shadow: 3px 3px .5em rgba(0,0,0,.3);
}


div.blog-post {
	clear:both;
	margin: 6px 0 12px 0;
	padding: 10px 0;
}

div.blog-post .post-date {
	font-size: 11px;
}

div.blog-post div.post-title  {
	padding-bottom:4px;
}


/* nav links */
div.navlinks .navlinkbox {
	font-size: 11px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	border: solid #8E8555 1px;
	padding: 2px 4px;
	margin: 0px 1px;
	text-align: center;
}
div.navlinks .navlinkbox a { text-decoration: none; }

div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on, div.navlinks .navlinkbox:hover {
	background: #A89D62;
}
div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on a, div.navlinks .navlinkbox:hover a {
	color: #fff;
}

/* ####################### FORMS ##############################	*/

a.button-theme-dark {
	color: white;
}
a.button-over.button-theme-dark, a.button-small-over.button-theme-dark {
	color: white;
}


input[type=text], input[type=password], input[type=file], textarea, select {
	background: #ffffff;
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

.formcaption {
	text-align:right;
	font-size:11px;
	font-weight: bold;
	padding: 1px 4px;
	white-space: wrap;
	width: 30%;
}
.formfield {
	font-size:11px;
	padding: 1px 4px;
}

input.form-error {
	border: dotted red 1px;
	background: #F5FCD1;
}
.form-error-message {
	font-size: 11px;
	color: red;
}

/* ####################### MAINMENU STYLES ##############################	*/
/* the main menu bar */
#mainmenu {
	background: #A89D62;
}

#mainmenu > table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	height: 26px;
}
#mainmenu, #mainmenu a {
	text-decoration: none;
	color: #ffffff;
}

#mainmenu .menuitem {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-weight: bold;

	padding: 1px 5px;
	text-transform: uppercase;
	cursor: pointer;
}

#mainmenu .menuitem-on {
	background: #BAB080;
}
#mainmenu .menuitem-on a {
	color: #29251D;
}

/* drop down submenus */

div.submenu {
	padding: 3px;
	position: absolute;
	display: none;
	background: #A89D62;
	border: none;
	z-index: 90;
	min-width: 100px;

	font-size: 11px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-weight: bold;

	opacity: 0.95;
	filter: alpha(opacity = 95);

	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}

div.submenu, div.submenu a {
	color: #fff;
	text-decoration: none;
}

div.submenu > table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td.menuitem {
	padding: 2px 8px;
	cursor: pointer;
	text-align: left;
}

div.submenu td.menuitem-on {
	background: #BAB080;
}
div.submenu td.menuitem-on, div.submenu td.menuitem-on a {
	color: #000000;
}

/* ####################### INNER MENU ##############################	*/

#innermenu {
	font-weight: normal;
	text-align: right;
	font-family: arial, Verdana, sans-serif;
	color: #83923F;
	line-height:22px;
}
#innermenu a {
	text-decoration: none;
	color: #565546;
}
#innermenu a:hover {
	color: #000;
}


#innermenu > div div {
	/*padding-left: 10px;*/
}


#innermenu div.innermenu-0 > span {
	font-weight: bold;
	font-size: 14px;
}

#innermenu div.innermenu-1 > span {
	font-weight: bold;
	font-size: 12px;
}

#innermenu div.innermenu-2 > span {
	font-size: 11px;
}
#innermenu div.innermenu-3 {
	font-size: 11px;
}

/* ####################### SHOP CART WIDGET ##############################	*/

/* cartLabels are the running totals */
.cartLabels {
	font-size: 11px;
	color: #000;
}
.cartLabels b {
	color: #65591E;
}



#shopCartDiv {
	background: #ffffff;
	border: solid black 1px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	box-shadow: 3px 3px .5em rgba(0,0,0,.3);
}

#shopCartDiv .shopCartContents {
	width: 265px;
	padding: 10px;
}




/* ####################### ADDITIONAL STYLES  ##############################	*/
/* text is a general text style for content */
.text, .text table {
	font-size: 10pt;
	color: #2D2D2D;
	line-height: 20px;
}



hr, .border, .border-dotted { border: solid #cccccc 1px; }
hr.dotted, .border-dotted { border-style: dotted; }

hr, hr.dotted {
	display: block;	
	background:transparent;
	width: 100%;
	height:1px;
	border-width: 0 0 1px 0;
}


.shadow {
	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	box-shadow: 3px 3px .5em rgba(0,0,0,.3);
}

.rounded {
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}

/* float styles, leave for images added via editor */
.image-align-left {
	float: left;
	margin: 0 8px 8px 0;
}
.image-align-right {
	float: right;
	margin: 0 0 8px 8px;
}

img.imageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-left: -20px;
	margin-top: 10px;
}

img.imageFloatRight {

	float: right;
	margin-left: 10px;
	margin-right: -20px;
	margin-top: 10px;
}



a.button span._buttonLabel { color: white; }


/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}


