body		{margin:0; background:#f6f0e1;}

#wrapper 	{max-width:1023px; text-align:center; margin:auto;}
#header		{width:100%; margin:auto; margin-top:20px; background-image:url(../images/logobground.png); background-repeat:repeat-x;}
#logo		{margin:auto; position:relative; z-index:2;}
#mainimage	{width:100%; margin:auto; margin-top:-2%; position:relative; z-index:1;}
#content	{width:100%; margin:auto; margin-top:10px; margin-bottom:10px;}
#footer		{width:100%; margin:auto;}

#banner		{width:100%; margin:auto; margin-top:10px; text-align:center;}
#banner_image {margin:auto; position:relative; z-index:1; margin-top:0;}
#banner_text {margin:auto; position:relative; z-index:2; margin-top:-60px;}

#social	{width:100%; margin:auto; text-align:center;}
#social a:hover {opacity: 0.5;}

#mainimage img	{max-width:100%;}
#logo img		{max-width:100%;-webkit-filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.5));filter: url(#drop-shadow);-ms-filter:"progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')"; filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";}
#content img	{max-width:100%;}
#social img		{max-width:50px; margin:auto; padding: 20px 5px 0 10px;}

#nav	{clear:both; width:100%; margin:auto; margin-top:10px;}
#top_border {width:100%; margin:auto; margin-top:0px; height:13px; background-image:url(../images/nav_bground.png); background-repeat:repeat-x;}
#bot_border {width:100%; margin:auto; margin-top:0px; height:13px; background-image:url(../images/nav_bground.png); background-repeat:repeat-x;}
#hr			{clear:both; width:100%; margin:auto; height:13px; background-image:url(../images/nav_bground.png); background-repeat:repeat-x;}

#menu	{min-height:58px;}

#menu ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style:none;}

#menu ul li	{
	float: left;
	font-family: 'Righteous', cursive;
	font-size:1.8em;
	color:#908771;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 20px 9px 20px;
	-webkit-font-smoothing: antialiased;}

#menu ul li a	{text-decoration: none; color:#372c13;}

#menu ul li a:hover {color:#908771;}


#footer	{min-height:58px;}

#footer ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style:none;}

#footer ul li	{
	float: left;
	font-family: 'Righteous', cursive;
	font-size:0.9em;
	color:#908771;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 10px 20px 10px;
	-webkit-font-smoothing: antialiased;}

#footer ul li a	{text-decoration:underline; color:#372c13;}

#footer ul li a:hover {text-decoration:none;}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;		/* This chops off any overhanging divs */
}

.colmask img{max-width:100%;}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	border-style:none solid none none;
	border-color:#372c13;
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	border-style:none solid none none;
	border-color:#372c13;
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column (double page) settings */
.doublepage {
}
.doublepage .colleft {
	right:50%;			/* right column width */
	border-style:none solid none none;
	border-color:#372c13;
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
