@import url(http://fonts.googleapis.com/css?family=Lora:400,700);

html, body {

}
body {
	margin: 0;
	padding: 0;
	background-color: #EADAAA;
	background-image: url(../images/aged-paper-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
body, table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color:#2b3400;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #B2005D;
}
a:hover {
	color: #CD597C;
}


form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

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: 2px 4px;
}


a._button span, a._button-small span {
	color: #EADAAA;
}

/*** this removes the annyong inner dotted border on focus state in firefox ***/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }


/*********** END BUTTON STYLES ***************/



td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	color: #B2B26E;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
}

div#breadcrumbs a {
	color: #949B50;
}

h1, h2, h3, h4, h5, h6 { }
h1, h4 { font-size: 18px; margin: .67em 0; }
h2, h5 { font-size: 16px; margin: .75em 0; }
h3, h6 { font-size: 14px; margin: .83em 0; }

h1, h2, h3 { color: #72904A; }
h4, h5, h6 { color: #9FC46B; }




hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}

fieldset {
	background: #e1e1e1;
	padding:10px 8px;
	margin-top:1em;
}

fieldset legend {

}

/*******************************************************/

div.main-width {
	width: 860px;
	margin: 0 auto;
}

div#main {
	border: solid #FFF45F 9px;
	background: url(../images/bg-flowers.jpg) center top repeat-y #FFF9AE;
}

div#shareBar {
	height: 22px;
	padding: 2px 0;
	width: 100%;
	overflow:hidden;
	background: #949B50;
	border-bottom: solid #717544 1px;
	opacity: 0.9;

	-webkit-box-shadow: 3px 3px .2em rgba(0,0,0,.15);
	-moz-box-shadow: 3px 3px .2em rgba(0,0,0,.15);
	box-shadow: 3px 3px .2em rgba(0,0,0,.15);
}
div#shareBar td, div#shareBar td a {
	color: #F6E8B9;
}


.text {
	line-height: 20px;
}



#innermenu {
	font-weight: bold;

}

#innermenu a { text-decoration: none; }
#innermenu a:hover { color: #72904A; }

div#innermenu > div div {
	padding: 5px 0px 3px 10px;
}
div#innermenu > div, div#innermenu > div a { font-size: 16px; }
div#innermenu > div > div, div#innermenu > div > div a { font-size: 14px; }
div#innermenu > div > div > div, div#innermenu > div > div > div a {
	font-size: 11px;
	font-weight: normal;
}
div#innermenu > div > div > div > div, div#innermenu > div > div > div > div a { font-size: 12px; }



div#pageheader {
	font-size: 11px;
	color: black;

}
div#pageheader a {
	font-size: 13px;
	text-decoration: none;
}

div#pagefooter {
	color:#2b3400;
	margin-top: 6px;
	text-align: center;
	font-size: 11px;
}

div#pagefooter div.menu a, div#pagefooter div.menu span {
	color: #949B50;
	font-weight: bold;
	padding: 1px 2px;
}
div#pagefooter div.menu a { text-decoration: none; }
div#pagefooter div.menu a:hover { text-decoration: underline; color: #B2B26E; /*color: white; background:#192E77;*/ }

div#pagefooter .copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}



input.form-error {
	border: dashed red 1px;
}

div.form-error-message {
	color: red;
	font-size: 11px;
	font-style: italic;
}


/***************** mainmenu styles *********************/

#mainmenu {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
	height: 22px;
}

#mainmenu td.menuitem {
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	border: none;
	padding: 0px;
	text-transform: uppercase;

	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight: 400;
}

#mainmenu a {
	text-decoration: none;
	color: #F7E8B1;
}

#mainmenu td.hover {

}

#mainmenu td.hover a {
	color: #fff;
}

div.submenu {
	width:190px;
	padding: 0px;
	position: absolute;
	display: none;

	background: url(../images/aged-paper-bg-menu.png);
	border: solid 1px;
	border-color: #AAAF6E #949B50 #949B50 #AAAF6E;
	border-radius: 6px;

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

	opacity: 1;

	font-family: 'Lora', serif;
	font-size: 14px;

	z-index: 200;
}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

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

div.submenu td a {
	color: #949B50;
	font-weight: 400;
	text-decoration: none;

}

div.submenu td.hover {
	background: #949B50;
	color: #F7E8B1;
}

div.submenu td.hover a {
	color: #F7E8B1;
	text-decoration: none;
}


/****************************************/




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



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




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#949B50;
	border-bottom: dotted #949B50 1px;
}

div.blog-post div.post-title {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
/*	text-shadow: #CFCFCF 3px 4px 2px;*/
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #949B50 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
div.navlinkbox a {
	text-decoration: none;
	color: #949B50;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #949B50;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}


.highlight {
	background: url(../images/highlight-bg.png);
}
.alt1 {
	background: url(../images/alt1-bg.png) #E0E3EF;
}

.alt2 {
	background: url(../images/alt2-bg.png) #E0E3EF;
}
.altdark {
	background: url(../images/bg-dark-1.png) #E0E3EF;
}


table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark {
	background: url(../images/bg-dark-1.png);
}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}



div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #A89D62 1px;
	top: 0px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #83923F;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #ECE8CF;
	color: #000000;
}


.divPopForm {
	text-align:left;
	position:absolute;
	background: #ffffff;
	border:solid black 1px;
 
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}


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

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

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

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

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


/**********************************/

.sbs-dim {
	width: 860px;
	min-height: 300px;
	margin: 10px auto 0 auto;
}

.sbs-frame {
	border: solid #949B50 6px;
	border-radius: 2px;

}

.sbs-frame .sbs-menu {
	width: 100%;
	height: 26px;
	background: url(../images/sbs-menu.png) center top no-repeat;
	margin: 10px auto 6px auto;
	padding: 2px 0 0 0;
}
.sbs-frame .sbs-menu .menu-container {
	width: 92%;
	margin: 0 auto;
}

.sbs-frame .sbs-footer {
	background: #949B50;
	height: 64px;
}
.sbs-frame .sbs-footer .sbs-footer-img {
	display: block;
	position:relative; margin:0 auto 0 auto;
	height: 100px;
	background: url("../images/sbs-footer.png") center center no-repeat;
	top: -40px;
	margin-bottom: -40px;
}

.sbs-main-content {
	background: url("../images/frog-bg.png") no-repeat center center;
}
.sbs-main-content .content-footer-text {
	background: url("../images/sbs-content-footer-text.png") no-repeat top center;
	height: 70px;
}

.sbs-main-content .sbs-content-header {
	background: url("../images/sbs-content-header.png") no-repeat top center;
	height: 110px;
	position: relative;
}

.sbs-main-content .sbs-content {
	margin: 5px 10px;
}

.sbs-facebook {
	width: 45px;
	height: 45px;
	background: url("../images/sbs-facebook.png") no-repeat center top;
	cursor: pointer;
	position: absolute;
	z-index: 100;
}
.sbs-facebook:hover {
	background-position: center bottom;
}

.sbs-content-header .sbs-facebook {
	right: 70px;
	top: 6px;
}


.sbs-hr {
	background: url("../images/sbs-hr.png") no-repeat center center;
	height: 5px;
}

















