ul.eventList li {font-size:12px;}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Site-wide properties ======================================================== */
body{
	font-family: 'Nobile', arial, serif;
	font-size:100%;
	color:#252525;
	background:url('../images/bg.gif') top center no-repeat #000;
}
    
h1{ font-size: 1.5em; letter-spacing:-0.06em; font-weight: normal; color:#be8305; }
h2{ font-size: 1.2em; letter-spacing:-0.06em; font-weight: bold; color:#252525; }
h3{ font-size: 1.0em; letter-spacing:-0.09em; font-weight: bold; }
h4{ font-size: 0.8em; font-weight: bold; }

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator {
	clear: both;
	height: 1px;
	width: 100%; }

/* Basic Structure ============================================================= */
#wrap {
	margin: 3px auto;
	position: relative;
	width: 780px;
	border:10px solid #e4cc9b;
	background:#fff;
}

/* Header */
#header {
	float: left;
	width: 778px;
	height:155px;
	background:url('../images/header-bg.jpg');
	border:1px solid #baa67e;
}

/* Content */
#article {
	float: left;
	width: 430px;
	font-size:1.0em;
}
#article p, #article .inside div, #article .inside ul {
	font-size:0.8em;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 300px;
	font-size:0.8em;
}
	
/* Footer */
#footer {
	float: left;
	width: 100%;
	background:#6b0b0c;
	text-align:center;
	padding:20px 0;
}
#footer img {
	margin:10px;
}

/* Primary Nav =========================================================== */
#primary_nav_wrapper {
	border-bottom:1px solid #ddd;
	width:100%;
	height:30px;
	background:#fafafa;
}
#primary_nav {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
}
#primary_nav li {
	float:left;
	position:relative;
	margin:5px 8px;
	padding:0 0 0 12px;
	list-style:none;
	background: url('../images/vi.jpg') 0px 5px no-repeat;
}
#primary_nav li a {
	color:#5C4A35;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
}
#primary_nav li a:hover {
	text-decoration:underline;
}
#primary_nav li ul {
	display:none;
	width:150px;
	padding:2px;
	margin:0;
	position:absolute;
	left:0px;
	top:17px;
	background-color:#efefef;
	border:1px solid #aaa;
}
#primary_nav li ul a {
}
#primary_nav li:hover ul {
	display:block;
}
#primary_nav li ul li {
	list-style:none;
	float:none;
	position:relative;
}

#nav_shadow {
	background:url('../images/nav-shadow.png') repeat-x;
	clear:both; 
	width:100%;
	height:15px;
}

/* Links */
a {
	color:#ab0b0c;
	text-decoration:none;
}
a:hover {
	color:#6b0b0c;
	text-decoration:underline;
}

/* Misc */
p {
	margin:20px 0;
}

ul {
	margin:15px 0 15px 25px;
}
li {
	margin:5px;
}

#sidebar .photo {
	border:1px solid #222;
	margin:10px 0;
}

.copyright {
	color:#eee;
	font-size:0.6em;
}

#contact_top {
	width:780px;
	margin:10px auto;
	color:#fff;
	font-size:0.8em;
}

#menu h2 {
	background:#be8305;
	color:#fff;
	padding:3px 5px;
	margin:20px 0 5px 0;
}
