﻿/* RESET */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{font:100% inherit inherit inherit;margin:0;padding:0;border:0;vertical-align:baseline;}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ul,ol{list-style:none}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}
/* RESET */

html
{
	text-align:center;
	background-color:#630D0D;
}

body
{
	width:840px;
	margin:0 auto;
	text-align:left;
	background-color:#630D0D;
	font-family: Arial;
	font-size: 12px;
	line-height:16px;	
}

h1
{
	color:#630D0D;
	font-size:20px;
	font-weight:normal;
}

a
{
	color:#630D0D;
	text-decoration:none;
}

a:hover
{
	color:#CB9865;
}

p
{
	padding:5px 0;
}

ul
{
	margin:0 0 10px 25px;
}
ul li
{
	list-style-type:disc;
}

strong
{
	font-weight:bold;
}

strong a
{
	color:#000;
	font-weight:bold;
}

h2
{
	font-size:14px;
	color:#630D0D;
	font-weight:bold;
}

#header
{
	background-color:#630D0D;
	position:relative;
}

#header .text
{
	position:absolute;
	left:200px;
	top:50px;
}

#nav
{
	height:26px;
	background-image:url('../media/image/content-bg.png');
	background-repeat:repeat-y;
	text-align:center;
}

#nav ul
{
	height:26px;
	background-image:url('../media/image/nav-bg.png');
	background-repeat:repeat-x;
	width:800px;
	margin:0 auto;
}

#nav ul li
{
	display:inline;
	padding:0 10px;
	line-height:22px;
}

#nav ul li a
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#nav ul li a:hover
{
	color:#CB9865;
}

#content
{
	background-image:url('../media/image/content-bg.png');
	background-repeat:repeat-y;
	padding:10px 25px 0 35px;
	min-height:400px;
	overflow:hidden;
}

#content h1
{
	margin-left:-10px;
}

#footer
{
	background-color:#630D0D;
	position:relative;
}

#footer .headdress
{
	position:absolute;
	right:656px;
	bottom:-202px;
}

#footer .whettstone
{
	color:#CB9865;
	float:right;
	margin-top:5px;
	text-decoration:none;
}

.validity
{
	border:solid 2px #404040;
	background-color:#ccc;
	padding:0 0 0 25px;
	width:400px;
	margin:5px auto;
	min-height:35px;
}

.validity img
{
	margin:5px;
}

.validity li
{
	font-size:14px;
	font-weight:normal;
	color:#404040;
	list-style-type:disc;
}

.communityeventdonate
{
    width: 300px;
    border-spacing:10px;
    border-left:solid 2px #B38C65;
    float:right;
    border-collapse: separate;
    *border-collapse: expression('separate', cellSpacing = '10px'); /* IE7 Hack */
    margin-left:10px;
}

.communityeventdonate h2
{
	margin-bottom:10px;
}

.community
{
	margin-bottom:15px;
}

.community dt a
{
	font-weight:bold;
	font-size:14px;
}

.community dd
{
	padding:5px;
}

.event
{
	margin-bottom:10px;
}

.event dt
{
	font-weight:bold;
	font-size:14px;
}

.event dd
{
	padding:2px;
}

.calendar
{
	background-color:#fff;
	float:right;
	width:180px;
	border:solid 2px #000;
}

.calendar td, .calendar th
{
	text-align:center;
	font-size:14px;
	padding:2px;
}

.calendar a
{
	text-decoration:none;
}

.calendar .title
{
	background-color:#630D0D;
	color:#fff;	
	text-align:center;
	padding:0;
	margin:0;
}

.calendar .selected
{
	background-color:#9B6835;
	color:#fff;
	font-size:20px;
}

.calendar .hasevent
{
	font-weight:bold;
	background-color:#CB9865;
}

.calendar .hasevent a:hover
{
	color:#9B6835;
}

.nextprev
{
	font-size:24px;
	color:#fff;
}