/********************************************************/
/*														*/
/*						General 						*/
/*														*/
/********************************************************/

body{margin: 0; padding: 0; font-family: Helvetica-Neue, Arial, sans-serif; background-color: #c92027;}
img{border:0;}
.container{width: 850px; margin: 0 auto;}
p{color: black;font-size: 12pt;}
a{color:#A73937;text-decoration: none;}




/********************************************************/
/*														*/
/*						Header	 						*/
/*														*/
/********************************************************/

div#header{height: 115px; z-index: 1000; position: fixed; width: 100%;box-shadow: 0 5px 30px #444444;}

div#header div#topper{
background: #b3b3b3; /* Old browsers */
background: -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(85%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b3b3b3 0%,#ffffff 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 85%); /* IE10+ */
background: linear-gradient(top, #b3b3b3 0%,#ffffff 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
height: 75px;
}

#header #logo{z-index: 1001; float: left; padding-top:6px;position: absolute; background: url(../images/logo.jpg) center center no-repeat white; width: 195px; height: 125px; box-shadow: 0 0 15px #888888;}
#header h2{font-size:28px; color: #A73937; margin:0 0 0 218px; padding-top: 12px; font-weight: normal; line-height: 21px;}
#header h4{font-size: 19px; color: #1a1a1a; font-weight: normal; margin: 10px 0 0 218px;}
#header ul{padding: 0; margin: 26px 0 0 210px; list-style: none; font-size: 14px; position: absolute; top: 58px;}
#header li{padding: 0; list-style: none; float: left; margin: 3px 12px 0 12px;}
#header li:first-child{margin-left:0;}
#header li:last-child{margin-right:0;}
#header a{color: #F0E6DD; text-decoration: none;}
#header a:hover{color: white;}
#social_icons img{height: 25px; width: 25px; float: right; margin: 20px 5px 5px 5px;}
#social_icons img:last-child{margin-left: 0;}




/********************************************************/
/*														*/
/*						Navigation 						*/
/*														*/
/********************************************************/

#nav{
	height: 40px;
	background: #b21f24; /* Old browsers */
	background: -moz-linear-gradient(top, #b21f24 32%, #ed1f24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#b21f24), color-stop(100%,#ed1f24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b21f24 32%,#ed1f24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b21f24 32%,#ed1f24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b21f24 32%,#ed1f24 100%); /* IE10+ */
	background: linear-gradient(top, #b21f24 32%,#ed1f24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f24', endColorstr='#ed1f24',GradientType=0 ); /* IE6-9 */
}

#nav li ul.lv2{
	display: none;
	position: absolute;
	margin:0;
	padding: 0;
	top: auto;
	z-index: 10;
	background-color: #f1f1f1;
	padding: 5px;
	border: 1px solid #ed1f24;
	border-radius: 4px;
	width: 180px;
}

#nav li ul.lv2 li{
	float: none;
	padding: 6px;
	margin: 0;
}

#nav li ul.lv2 li:hover{
	background-color: #e1e1e1;
}

#nav li ul.lv2 a{
	color: #808080;
}

#nav li ul.lv2.a:hover{
	color: #555555;
}

#nav li ul.lv2 ul{
	display: none;
}

#nav li ul.lv2 li:hover ul{
	display: block;
}

#nav li.main:hover ul{
	display: block;
}




/********************************************************/
/*														*/
/*					Main Content Area 					*/
/*														*/
/********************************************************/

#main{border-bottom: solid 3px #808080; padding-bottom: 16px; position: relative; z-index: 1; background-color: white;}
#main h1{font-size: 47px;color: white;text-shadow: 3px 3px 0 #555555; margin:0; padding:90px 0 0 20px;}
#main h2{font-size: 24px; color: black; font-weight: normal;}
#main h2:first-child{margin-top: 0;}
#main h3{font-size: 16px; font-weight: normal;color: #666666; font-family: Georgia, serif; margin: 20px 0 10px 0;}
#main p{font-size: 13px; color:#414042;}
#main #container{padding-top: 143px; z-index: 1; position: relative;}
#main #article{
    width: 848px;
    border: solid #A2A196 1px;
    border-top-width: 3px;
    background-color: #E2e3e4;
    border-bottom-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
}

#main #callout
{
    background: url(../images/placeholder.jpg) no-repeat;
    height: 165px;
}

#article, #content, #content_block
{
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
}

#main #article #content
{
    background-color: white;
    float: right;
    width: 670px;
}

#main #content_block
{
    padding: 15px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
}

#main #article #sub_navs
{
    width: 178px;
    float: left;
}




/********************************************************/
/*														*/
/*					Contact Page	 					*/
/*														*/
/********************************************************/

#main #article.contact
{
	background-color: white;
}

#main #article.contact #contact_container
{
	padding: 20px;
}

#main p.contact_message
{
	margin-top: 0;
	font-size: 18px;
	color: #666666;
}

#contact_container form{
	width: 50%;
	margin: 15px auto;
}

#contact_container label
{
	font-size: 21px;
	color: #2A050D;
}

#comment_counter
{
	font-size: 14px;
	color: gray;
	margin-bottom: 15px;
}

#contact_container input, #contact_container textarea
{
	border: 2px solid #808080;
	background-color: #f3f0ec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	margin: 5px 0 25px 0;
	font-size: 16px;
	padding: 9px;
	color: #6a453d;
}

textarea#comment{margin-bottom: 10px;}

#contact_container input:focus, #contact_container textarea:focus
{
	background-color: #fbfbf3;
}

#main #contact_submit
{
	width: 100px;
	border: 1px solid #808080;
	color: #707070;
	margin-left: 150px;
	margin-top: 40px;
}





/********************************************************/
/*														*/
/*						Homepage 						*/
/*														*/
/********************************************************/

#main .container.homepage{padding-top: 160px;}

#main .container.homepage > #article{
	border:0;
	z-index: 1;
	position: relative;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
}

.homepage .widgets{
	float: left;
	width: 30%;
	margin-left: 5%;
}

.homepage .widgets.first{
	margin-left: 0;
}

.homepage .widgets.third{
	float: right;
	margin-left: 0;
}

.homepage .widgets h5, #content_block h1{
	font-size: 30px;
	color: #A73937;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-shadow: none;
	padding: 0;
}

#slideshow{
	width: 100%;
	height: 312px;
	position: relative;
	z-index: 1;
	border: 1px solid #949494;
	background: #919090; /* Old browsers */
	background: -moz-linear-gradient(top, #919090 0%, #f2f2f2 62%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919090), color-stop(62%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #919090 0%,#f2f2f2 62%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #919090 0%,#f2f2f2 62%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #919090 0%,#f2f2f2 62%); /* IE10+ */
	background: linear-gradient(top, #919090 0%,#f2f2f2 62%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919090', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

#slideshow img{
	text-align: center;
}

#slideshow #slideshow-title{
	height: 35px;
	background-color: #231f20;
	color: white;
	font-size: 18px;
	opacity: 0.68;
	margin-top:278px;
	z-index: 100;
	position: absolute;
	width: 100%;
}

#slideshow #slideshow-title #text
{
	padding-top: 8px;
	padding-left: 10px;
}



/********************************************************/
/*														*/
/*				Sub-pages and Sub-navs 					*/
/*														*/
/********************************************************/

.sub-page{padding-top: 160px;}
#sub_navs ul{list-style: none; margin: 0; padding: 0;}
#sub_navs li{list-style: none; height: 32px; margin: 0; padding: 0;border-top:1px solid #CABAAF; border-bottom: 1px solid #A9A08A;}
#sub_navs li.child_li{padding-left: 12px;}
#sub_navs li.parent_li{font-weight: bold;}
#sub_navs li:last-child{border-bottom: 0;}
#sub_navs li > div{padding: 9px 0 0 9px;}
#sub_navs a{color:#A73937; text-decoration: none; font-size: 13px;}
div#pointer{background: url(../images/pointer.png) no-repeat; height: 47px; width: 213px; position: absolute;z-index: 3;margin-left:-18px;display: block;}
div#pointer h6{color: white; font-size: 13px; margin: 0; padding: 10px 0 0 26px;font-weight: normal;}
#loading{width: 32px;margin: 30px 0 0 300px;display: none; position: absolute;}





/********************************************************/
/*														*/
/*						Footer	 						*/
/*														*/
/********************************************************/

#footer
{
    background: #570b0d; /* Old browsers */
	background: -moz-linear-gradient(top, #570b0d 0%, #c92027 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#570b0d), color-stop(100%,#c92027)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #570b0d 0%,#c92027 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #570b0d 0%,#c92027 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #570b0d 0%,#c92027 100%); /* IE10+ */
	background: linear-gradient(top, #570b0d 0%,#c92027 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570b0d', endColorstr='#c92027',GradientType=0 ); /* IE6-9 */
    min-height: 200px;
    color: white;
}

#footer a{
	color: white;
}

#footer a:hover{
	color: #bb9999;
}

#footer p{
	color: white;
}

#footer div.nav-section
{
    max-width: 20%;
    float: left;
    padding: 0 15px;
}

#footer ul
{
    list-style: none;
    padding: 0;
    padding-top:28px;
    margin-top: 0;
}

#footer li.lv2
{
    margin-left: 9px;
}

#footer li.lv1 a
{
    font-size: 16px;
    text-decoration: none;
}

#footer li.lv2 a
{
    font-size: 12px;
    text-decoration: none;
}

#footer .address
{
    width: 20%;
    float: right;
    color: white;
}

#footer .address h5
{
    text-decoration: underline;
    font-size: 21px;
    margin: 28px 0 10px 0;
    font-weight: normal;
}

#footer .address p
{
    font-size: 13px;
}

#footer .address a
{
    color: white;
    text-decoration: none;
}

#footer .address h6
{
    margin:30px 0 8px 0;
    font-size: 16px;
    font-weight: normal;
}

#footer label
{
    font-size: 13px;
    color: white;
}

#footer input
{
    height: 22px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
}

#footer #submit
{
    margin: 8px 30%;
    font-size: 13px;
    color: #58595B;
}

#footer #submit:active
{
    background-color: gray;
    color: #DDDDDD;
}

hr#bottom
{
    margin: 38px 0 0 0;
    border: 0;
    height: 1px;
    background-color: white; 
}

div#bottom
{
    margin: 14px 0;
    text-align: center;
    color: white;
    font-size:12px;
}



/********************************************************/
/*														*/
/*						Calendar 						*/
/*														*/
/********************************************************/

.event_date
{
	font-weight: normal;
	clear: left;
	font-size: 21px;
	color: #6A453D;
	border-bottom: 1px dashed #cccccc;
	margin-top: 20px;
}

.event_title
{
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
}

.event_description
{
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 5px;
}




/********************************************************/
/*														*/
/*						Store 							*/
/*														*/
/********************************************************/

.store_image
{
	float:right;
	background-color: #f3f0ec;
	padding: 6px 8px;
	border: 1px solid #6a453d;
}

button.store, button.checkout, button#cancel, #submit, button.remove, button#purchase
{
	padding: 6px;
	border: 1px solid #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #dddddd;
	font-size: 13px;
	color: #444444;
	margin-left: 20px;
}

a.checkout button.checkout, button#cancel, button#purchase
{
	float: right;
}

a.checkout
{
	text-decoration: none;
}

div#store_add_form
{
	width: 500px;
}

div#store_add_form h3
{
	margin-top: 0;
}

div#store_add_form form
{
	margin-bottom: 0;
}

table#store td
{
    border: 1px solid #565656;
}

table#store td.remove
{
    border-width: 0;
}

td.remove
{
	width: 100px;
}