/* ZERO OUT */
body,
ul,
li,
h1,
h2,
h4 {
margin: 0;
padding: 0;
}
h2 {
color: #292929;
text-transform: uppercase;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
padding: 0 0 5px 0;
margin-bottom: 28px;
width: 100%;
border-bottom: 1px dotted #292929;
}
h3 {
background: #75483c;
color: #fff;
padding: 2px 5px;
text-align: center;
-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; /* future proofing */
		-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
h4 {
margin: 4px 0;
}
/* LAYOUT */

body {
text-align: center;
font-size: 13px;
font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
background: url(http://www.oahuband.org/obsys/templates/public/images/bg_index.jpg) no-repeat top center;}
#wrapper {
text-align: left;
margin: 0 auto;
padding-top: 400px;
width: 960px;
position: relative;
}
#wrapper h1 a {
text-indent: -999px;
height: 100px;
width: 250px;
display: block;
position: absolute;
top: 0;
left: 0;
}
#wrapper li {
margin-left: 10px;
}
#wrapper #spotlight {
position: absolute;
left: 0;
top: 295px;
background: #000;
opacity: 0.6;
padding: 15px;
-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; /* future proofing */
		-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
	#wrapper #spotlight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	/* MAIN NAVIGATION */
	
	#wrapper #nav_main {
	width: 100%;
	height: 35px;
	position: absolute;
	top: 50px;
	right: 0;
	}
		#wrapper #nav_main ul {
		list-style-type: none;
		}
		#wrapper #nav_main li {
		float: right;
		}
		#wrapper #nav_main li a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		margin-right: 20px;
		padding: 5px 10px;
		background: #373737;
		border: 1px solid #424242;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; /* future proofing */
		-khtml-border-radius: 5px; /* for old Konqueror browsers */
		}	
		#wrapper #nav_main li a:hover {
		color: #fff;
		text-transform: uppercase;
		margin-right: 20px;
		padding: 5px 10px;
		background: #802a1d;
		border: 1px solid #892d1f;
		}		
ul.calendar_list li {
padding-top: 14px;
}
ul.calendar_list a {
text-decoration: none;
}
ul.calendar_list span {
font-weight: bold;
}
/* CONTENT COLUMNS */

/* CONTENT STYLES */
a {
color: #75483c;
}
a:hover {
color: #000;
}
ul {
list-style-type: none;
}
li {
padding-bottom: 4px;
}
#event_chair {
border: 1px solid #23615d;
}
#event_chair h2 {
color: #23615d;
}
.content_box {
position: relative;
width: 100%;
margin: 30px 20px 20px 20px;
padding: 10px 20px;
border: 1px solid #6d6347;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */	
}
.content_box h2 {
position: absolute;
color: #6d6347;
padding: 0 10px;
top: -28px;
left: 10px;
background: #fff;
text-transform: uppercase;
font-size: 20px;
font-family: "kandal-1","kandal-2",serif;
font-weight: normal;
}

.news_article {
padding-bottom: 30px;
clear: left;	
}
	.news_article h4 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 26px;
	font-family: "kandal-1","kandal-2",serif;
	}
		.news_article h4 a {
		color: #75483c;	
		text-decoration: none
		}
		.news_article h4 a:hover {
		color: #5b2618;	
		}

/* My Comment */
	.news_article hr {
	margin: 5px 0;
	padding: 0;
	border: 1px solid #d5d2c8;
	}
	.news_article p {
	line-height: 1.5em;
	}
	.news_article p.info {
	margin: 0;
	padding: 0 0 6px 0;
	color: #9e9b93;
	}
	.news_article p.author {
	float: left;
	position: relative;
	width: 120px;
	height: 140px;
	}
		.news_article a {
		text-decoration: none;
		}
		.news_article p.author img {
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px;
		border: 3px solid #eee;
		}
		.news_article p.author span {
		position: absolute;
		top: 100px;
		left: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #9e9b93;
		}
	.news_article ul.files {
	list-style-type: none;
	clear: left;
	width: 100%;
	background:	#eee url(http://www.oahuband.org/obsys/templates/public/images/bg_ul_files.gif) no-repeat right top;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */	
	}
.read_more a {
clear: left;
font-size: 11px;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 4px;
background: #75483c;
border: 1px solid #75483c;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */	
}
.read_more a:hover {
background: #5b2618;
}
.edit_this a {
font-size: 11px;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 4px;
background: #292929;
border: 1px solid #292929;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */	
}
.edit_this a:hover {
background: #363636;
}
/* ONE COLUMN */
#wrapper #col_a {
width: 960px;
}
	#wrapper #col_a .form_box {
	border: 1px solid #dbdbdb;
	margin: 35px 0;
	padding: 20px;
	position: relative;
	list-style-type: none;
	}
		/* REGISTRATION FORM */
		#wrapper #col_a h2 {
		position: absolute;
		top: -37px;
		color: #868686;
		background: #fff;
		padding: 8px;
		}
		#wrapper #col_a h3 {
		text-transform: uppercase;
		margin-top: 35px;
		}
		#wrapper #col_a .from_box p {
		position: relative;
		}
		#wrapper #col_a .input {
		position: absolute;
		left: 200px;
		}
		#wrapper #col_a .highlight_box {
		font-size: 10px;
		background: #eee;
		padding: 5px 10px;
		font-style: italic;
		}
/* TWO COLUMN */
#wrapper #col_b {
width: 575px;
float: left;

margin: 40px 0 0 0;
}
#wrapper #col_c {
width: 300px;
padding: 10px 15px;
margin: 40px 0 0 0;
float: right;
background: #ffe7c9;
border: 1px solid #ffe7c9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
/* THREE COLUMN LAYOUT */
/* TWO COLUMN */
#wrapper #col_d {
width: 300px;
float: left;
}
#wrapper #col_e {
width: 300px;
padding-left: 45px;
float: left;
}
#wrapper #col_f {
width: 250px;
float: right;	
}

/* FOOTER */
#footer {
clear: both;
padding-top: 50px;
color: #808080;
font-size: 10px;
}


/* TABLES */

table {
width: 100%;
}
th {
margin: 0;
padding: 0;
background: #eee;
border: 1px #eee solid;
}
td {
border-bottom: 1px #eee solid;
padding: 5px 3px;
}

