/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px 0 100px 0;
        text-align: center;
        background:#c9d194 url("../images/body-bg2.jpg") no-repeat 50% 0;
}
div {
        position: relative;
}
img {
        border: 2px solid #b89ba2;
}
#vcenter{
	/*float:left; height:50%; margin-bottom:-259px;width:1px;*/
	/* http://blog.themeforest.net/tutorials/vertical-centering-with-css/    Method 3 */
}
#pagewidth{
        clear:both;
		width:800px;
		min-height:505px;
        text-align:left;
        margin: 170px auto 0;
}
#header{
        width:100%;
        height:149px;
        background: url("../images/header-bg.png") no-repeat;
}
#wrapper{
        clear:both;
        background: url("../images/page-bg.png") repeat-y;
}
#leftcol{
        width:200px;
        float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 780px;
        padding-top:5px;        
        
 }
#footer{
        clear: both;        
        padding: 20px 0px 0;
        background: url("../images/footer-bg.png") no-repeat;
        height: 80px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
.noborder {
	   border: none;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px 'Times New Roman', serif;
        color: #211704;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 25px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.7em;
}
h1 {
        font-size: 1.8em;
        margin-top: 0;
        margin-bottom: .3em;
}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;
}
h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0.3em;
	clear: left;
}
h1, h2, h3, legend {
        color:#7a3379;
        font-style: italic;
        font-weight: normal;
}
.cols2 {
	float: left;
	width: 45%;
	padding: 5px 0px 10px;
}
.cols3 {
	float: left;
	width: 28%;
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:515px;
        margin:0;
        padding:0;
        line-height:1em;
        position: absolute;
        top: 52px;
        right: 40px;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        width: 50px;
        margin-right: 15px;
        height: 25px;
        text-decoration:none;
        color:#7a3379;         
        font-style: italic;
        font-size: 1.6em;
        text-transform: lowercase;
        background: url("../images/menu.gif") no-repeat;
        text-indent: -999em;
		outline: none;
}
#nav li a.about {
	    background-position: 0px 0px;
}
#nav li a.bio {
	    background-position: -70px 0px;
	    width: 95px;
}
#nav li a.events {
	    background-position: -180px 0px;
	    width: 60px;
}
#nav li a.gallery {
	    background-position: -250px 0px;
	    width: 70px;
}
#nav li a.licensing {
	    background-position: -338px 0px;
	    width: 80px;
}
#nav li a.contact {
	    background-position: -435px 0px;
	    width: 70px;
}
#nav li a:hover,
#nav li a.current  {
        color:#625ea1;
        text-decoration: none;
        background-position: 0 -27px;        
}

#nav li a.bio:hover {
	background-position: -70px -27px;
}
#nav li a.events:hover {
	background-position: -180px -27px;
}
#nav li a.gallery:hover {
	background-position: -250px -27px;
}
#nav li a.licensing:hover {
	background-position: -338px -27px;
}
#nav li a.contact:hover {
	background-position: -435px -27px;
}

/*       Links
======================= */
a {
        color:#625ea1;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:101px;
        width: 177px;
        top:16px;
        left:22px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
        text-indent: -999em;
}
#header h1 a span{
        display:block;
        height:100%;
        width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.gif") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}


/*       Maincol
========================= */
p.home-title {
	    margin: 10px 0px 30px 25px;	     
}
#maincol p.right {
        margin-right: 25px !important;
        margin-right: 10px;
        margin-left: 15px;
}
.subheadrollover {
	padding-bottom: 15px;
}
#roll {
	clear: left;
}

/*       Gallery Rollovers
========================= */

.holiday {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 30px;
}
.holiday a {
	padding: 77px 10px 3px 13px;
	color: #5c533d;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-holiday.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-decoration: none;
}
.holiday a:hover {
	background-position: 0px -100px;
}

.foodwine {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
}
.foodwine a {
	padding: 77px 10px 3px 25px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-foodwine.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.foodwine a:hover {
	background-position: 0px -100px;
}
	
.coastal {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
}
.coastal a {
	padding: 77px 10px 3px 40px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-coastal.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.coastal a:hover {
	background-position: 0px -100px;
}

.tropical {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 50px 0px 20px;
}
.tropical a {
	padding: 77px 10px 3px 25px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.17em;
	width: 125px;
	background-image: url(../images/button-tropical.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-transform: uppercase;
}
.tropical a:hover {
	background-position: 0px -100px;
}
.autumn {
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
	float: left;
}
.autumn  a {
	padding: 77px 10px 3px 38px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-seasonal.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.autumn  a:hover {
	background-position: 0px -100px;
}

.floral {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 30px;
}
.floral a {
	padding: 77px 10px 3px 12px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-floral.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.floral a:hover {
	background-position: 0px -100px;
}

.unique {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
}
.unique a {
	padding: 77px 10px 3px 15px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-unique.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.unique a:hover {
	background-position: 0px -100px;
}

.miscellaneous {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
}
.miscellaneous a {
	padding: 77px 10px 3px 20px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	width: 125px;
	background-image: url(../images/button-misc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.miscellaneous a:hover {
	background-position: 0px -100px;
}

.new {
	float: left;
	width: 125px;
	display: block;
	height: 125px;
	margin: 0px 0px 0px 20px;
}
.new a {
	padding: 77px 10px 3px 10px;
	color: #5c533d;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.15em;
	width: 125px;
	background-image: url(../images/button-new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-transform: uppercase;
}
.new a:hover {
	background-position: 0px -100px;
}
	
	
/*       Footer
========================= */
#footer a {
        color:#5c533d;
        text-decoration: none;
        text-transform: uppercase;
        background: url("../images/link-bg.png") no-repeat left top;
        display: block;
        width: 175px;
        padding: 0px 0 0px 30px;
        margin-left: 25px; 
		line-height: 32px;
        
}
#footer a:hover {
        background: url("../images/link-bg.png") no-repeat left bottom;        
}
#footer a span {
	    text-transform: none;
	    color: #7a3379;
	    text-decoration: none;
	    font-style: italic;
	    padding-left: 5px; 
}
#footer p{
        margin:0;
}
#footer p.left {
	width: 250px;
}
#footer p.right {
	padding-top: 10px;
	margin-right: 40px;	
	width: 465px;
	text-align: right;
}
#footer p.right strong {
	color:#5c533d;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	padding-right: 10px;	
	float: left;
}
#footer p.right span {
	margin: -5px 8px 0;
	padding-left: 32px;
	float: right;
	height: 25px;
	padding-top: 5px;
}
#footer p.right span.ph {
	background: url("../images/ph.gif") no-repeat 0 5px;
		
}
#footer p.right span.cell {
	background: url("../images/cell.gif") no-repeat 0 5px;
	padding-left: 36px;
}
#footer p.right span.fax {
	background: url("../images/fax.gif") no-repeat 0 5px;
	padding-left: 47px;
	margin-left: 3px;
}




/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#nav, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
#header {height: 30px;}
p.home-title {float: none; width: 100%;}
p.right {float: none;}
#footer a {display: none}
body, #pagewidth {padding: 0; margin: 0}
}
.cols2clear {
	clear: left;
}
