@charset "UTF-8";
/* CSS Document */

/*
=============
Hulo! - Nupepa-style Hawaiian Word Game by Kamehameha Publishing.
11/24/09 - RG
=============
*/

body {
	background-color: #2e2a1e;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #dc6d00;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #dc6d00;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

}

ul {
    list-style-image:url(images/pointer.gif);
}


li {
    padding: 0 0 15px 0;
	line-height: 120%;
}


#container {
	position:relative;
	width: 1024px;
	height: auto;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	z-index:1;
}

#container P {
  margin: 0 0 0 0;
}

#header {
	position:relative;
	width: 1024px;
	height:auto;
	margin: 0px;
	padding: 0px;
	border: 0px; 
	z-index:2;
	
}

#content {
	position:relative;
	background-image: url(images/hulo_bg.jpg);
	background-repeat:repeat-y;	
	width: 1024px;
	height:auto;
	margin: 0px;
	padding: 0 0 0 127px;
	border: 0px;
	overflow: hidden;
	z-index:2;
	
}

#video_box {
	position:absolute;
	left: 10px;
	top: 30px;
	width: 400px;
	height: 245px;
	background-color:#b09c70;
	margin: 0px;
	padding: 5px;
	border: 0px;
	z-index: 5;
}

#hulo_box {
	position:absolute;
	left: 395px;
	top: 10px;
	width: 543px;
	height: 302px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 5;
}


#media_window {
	position: relative;
	background-image: url(images/top_tiles_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 316px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 2;
}

#top_content {
	position: relative;
	width: 770px;
	height:auto;
	margin: 0px;
	padding: 0 0 0 5px;
	border: 0px;
	z-index: 2;
}

#left_column {
	position: relative;
	width: 375px;
	float: left;
	height:auto;
	margin: 0px;
	padding: 0 14px 0 0px;
	border-right: 1px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-color: #b09c70;
	border-style: solid;
	background:none;
	z-index: 2;
	
}

#header_img_left {
	position: relative;
	width: 410px;
	margin-left: -30px;
	z-index:5;
}

#right_column {
	position: relative;
	width: 372px;
	float: left;
	height:auto;
	margin: 0px;
	padding: 0 0px 0 10px;
	border: 0px;
	background:none;
	z-index: 2;
	
}


#footer {
	position: relative;
	clear:both;
	background-image: url(images/hulo_footer.jpg);
	background-repeat:no-repeat;	
	width: 1024px;
	height:174px;
	margin: 0px;
	padding: 0;
	border: 0px;
	z-index:2;
}

#footer a:link {
	text-decoration: none;
	color: #ae8750;

}

#footer a:visited {
	text-decoration: none;
	color: #ae8750;

}

#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}

.dropcap {
	float: left;
	color: #000000;
	font-size: 50px;
	padding-top: 12px;
	padding-right: 4px;
	font-family: serif, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.caption {
	font-size:10px;
	font-weight:none;
}

/*
=============
Event Table Variables
=============
*/

.bold_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}

.event_title {
	width: 375px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 10px 5px;

}

.table_labels {
	width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align:top;
	font-weight: bold;
	color: #262319;
	padding-left: 5px;
}

.table_text {
	width: 325px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	vertical-align:top;
	color: #000000;	
	padding-bottom: 10px;
	

}