/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: left;
        background: #ffcc99 url("../images/body-bg.gif") repeat-x;
}
div {
        position: relative;
}
img {
        border:2px solid #993400;
}
#pagewidth{
        width:1075px;
        text-align:left;        
        margin: 0;
}
#header{
        width:100%;
        height:178px;
        z-index: 300;
}
#wrapper{
        clear:both;
        padding-left: 362px;
        padding-bottom: 20px;
        background: url("../images/wrapper-bg.gif") repeat-y;
}
.home #wrapper {
	    padding-left: 200px;
	    background: none;
}
#leftcol{
        width:200px;
        float:left;
}
#rightcol{
	    padding-top:58px;
        float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 650px;
        padding-top:53px;
 }
.cols #maincol {
	    width: 350px;
}
.cols #rightcol {
        width:350px;
}
.home.cols #maincol {
        width: 400px;
}
.home.cols #rightcol {
        width: 400px;
}
.push {
       height: 35px;
}
#footer{
        clear: both;
        background:#676735;
        padding:5px 10px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#993300;
}
.green {
	   color: #666600;
}


 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 15px "Georgia", serif;
        color: #666600;
}
p, h1, h2, h3, table, form {
        margin-left: 15px;
        margin-right: 15px;
}
ul,ol{
        margin:0em 15px 1em 45px; /* 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: 15px;
        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.4em;
        margin-top: 0;
        margin-bottom: .4em;
        padding-bottom: 17px;
        font-style: italic;
        background: url("../images/underline.gif") no-repeat 0 bottom;
}
h2 {
        font-size: 1.2em;
        margin-top: 3em;
        margin-bottom: 1em;
        font-style: italic;
}
h3 {
        font-size: 1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3, legend {
        color:#993300;        
}


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

#nav {
        list-style:none;       
        margin:0 0 0 184px;
        padding: 0;
        width: 950px;
        line-height:1em;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        padding:150px 5px 6px 10px;
        margin: 0 0px;
        text-decoration:none;
        color:#ffcc99;
        width: 90px;
        float: left;
        text-align: center;
        font-size: 1.2em;
		line-height:1.2em;
        white-space: nowrap;
}
#nav li a:hover,
#nav li a.current  {
        font-weight: bold;
        background: #666633 url("../images/menu-rollover.jpg") no-repeat;
}
#nav li.classes a,
#nav li.classes a:hover,
#nav li.classes a.current  {
	   background-position: -744px 0;
}
#nav li.parties a,
#nav li.parties a:hover,
#nav li.parties a.current  {
	   background-position: -105px 0;
}
#nav li.register a,
#nav li.register a:hover,
#nav li.register a.current  {
	   background-position: -210px 0;
}
#nav li.calendar a,
#nav li.calendar a:hover,
#nav li.calendar a.current  {
	   background-position: -320px 0;
}
#nav li.shop a,
#nav li.shop a:hover,
#nav li.shop a.current  {
	   background-position: -425px 0;
}
#nav li.gallery a,
#nav li.gallery a:hover,
#nav li.gallery a.current  {
	   background-position: -530px 0;
}
#nav li.about a,
#nav li.about a:hover,
#nav li.about a.current  {
	   background-position: -640px 0;
}

#nav li li a{
   padding:8px 5px;
   width: 105px; /*  total width of submenu */
   w\idth: 95px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
   background: #993300 !important;
   text-align: center;
   font-size: 0.8em;
line-height:1.3em;
}
#nav li ul {
    width: 200px; /*  total width of submenu */
    position: absolute;
    left: -999em;
    height: auto; 
    margin: 178px 0 0;
    padding: 0;
    list-style: none;
}
#nav li ul a:hover { /* submenu hover */
	background: #666633;
font-weight:normal;
color:#fff;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
    left: 0;
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */




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

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:242px;
        width: 116px;
        top:21px;
        left:30px;
        overflow:hidden;
        background: none;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
        width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo-sub.jpg") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
.home #header h1 a span{
        background: url("../images/logo.jpg") no-repeat; /* logo image */	
}

/*       Side Image
========================= */
#side-image {
	position: absolute;
	top: 139px;
	left: -333px;
	text-align: center;
	color: #ffcc99;
	width: 200px;
	height: 589px;
}
#side-image p{
margin:0 0 1em 0;
}
#side-image h3 {
	color: #ffcc99;
	margin: 10px 0 0;
	font-style: italic;
}

/*       Footer
========================= */
#footer a, #footer a:hover {
        color:#ffcc99;
        text-decoration: underline;
}

#footer p {
        margin:0 0 0 60px;
        color:#ffcc99;
		font-weight: bold;
		text-align:left;

}
#footer-holder {
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin: 0px auto;   
}

/*     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 */
#leftcol, #nav ,#header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol,#rightcol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
#wrapper, .home #wrapper {padding-left: 0;}
/* 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;}
}
.logo {
	background-color: #ffcc99;
	background-position: right;
	background-image: url(../images/logonotext.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 100%;
	right: 3px;
	bottom: 3px;
	text-align: right;
}
.calendarnumbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFCC99;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.calendartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	vertical-align: top;
}
.spacer {
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
.bigspace {
	background-image: url(../images/space.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 200px;
}
.subhead {
	font-size: 15pt;
	font-weight: bold;
	color: #993300;
}
.logosmall {
	background-image: url(../images/logonotext.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #993300;
}
.regformtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.regformnonbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

