﻿/**
 * Theme Name: Honua Kai
 * Author: Stephen Henke

	#4B4B43 text
	#655F4E darkgold
	#949C50 gold
	#D8DCB4 lightgold
	#F2F3E4 palegold
	#226AAC blue
	#00539F dark blue
	#666666 dark gray
	#ecefd6
	#CABF9F
*/

/********* OVERRIDE default.css and portal.css as necessary ***********/
body {
	margin:auto auto;
	padding:0;
	text-align:center;
	width:100%;
	color:#4B4B43;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

img {
	border:0px;
	outline:0px;
	padding:0px 0px;
	margin:0px 0px;
}

a {
	color:#226AAC;
	font-size:11px;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#949C50;
	text-decoration: underline;
}


table{ border-collapse: collapse; font-size: 11px; font-weight:normal; font-family: Helvetica; color: #4b4b43; }



table{
	padding:0px 0px;
	margin:0px 0px;
	border:none;
	outline:none;
}

table td
{
	vertical-align: top;
}

.Textbox {
	border:1px solid #CABF9F;
}



/**********************************************/

.c_head {
	padding:0px 0px;
	margin:0px 0px;
}

.header {
	display:block;
	width:992px;
	overflow:hidden;
	margin-bottom:15px;
	padding:0px 0px;
	position:relative;
	min-height:107px;
	float: left;
}

.header .logo {
	position:absolute;
	top:17px;
	left:20px;
}

.header .primarymenu {
	position:absolute;
	top:28px;
	left:150px;
}

.header .primarymenu ul	{
	padding: 0px;
	margin: 0px;
}

.header .primarymenu li {
	list-style:none;
	margin:0 10px 0 0;
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	width: 102px;
	text-align: center;
	height: 42px;
	vertical-align: middle;
	padding-top: 13px;
	float: left;
}

.header .primarymenu li.long { width: 122px; }

.header .primarymenu li:hover 
{
	border-color: #ffffff;
}

.header .primarymenu .active
{
	border-color: #ffffff;
}

.header .primarymenu li p 
{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}


.header .primarymenu li a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
}

.header .primarymenu li a:hover {
	color:#ffffff;
}



/**********************************************/

.sitemap {  }
#content .sitemap #dnn_ContentPane { padding-left: 0px;  }
.sitemap ul {  }
.sitemap ul li{ list-style-type: none; padding-top: 22px; }
.sitemap ul li a { color:#8B8E48; font-size: 13px; text-decoration: none; }
.sitemap ul li a:hover{ text-decoration: underline; }
.sitemap ul li ul { padding-left: 12px; margin-left: 0px; }
.sitemap ul li ul li { padding-top: 2px; }
.sitemap ul li ul li a { color: #00539F; font-size: 11px; }

/**********************************************/

/****** START:: Press Room Photo Gallery styling  ****/
.pRGallery{}
.pRGallery h4  { float: left; width: 158px; height:32px; margin:0px;}
.pRGallery p   { float: left; width: 158px;}
.pRGallery img{ float: left; width: 158px; clear: left;}
.pRGallery a   { clear:left; width: `158px; padding:0 2px;}
.pRGallery table{}
.pRGallery td{ width: 162px; text-align:center; padding:20px 5px;}
/****** END :: Press Room Photo Gallery styling  ****/


.SubmitButton,
#topnav .search a.SubmitButton {
	background:#949C50;
	color:#FFF;
	outline:none;
	border:none;
	font-size:11px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration: none;
}

#topnav .search .SubmitButton:hover {
	color:#FFF;
	text-decoration:none
}

.CancelButton {
	color:#66604F;
	outline:none;
	border:1px solid #66604F;
	background:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:1px 4px;
}
.CancelButton a {
	color:#66604F;
}

/*************** CLEARFIX *****************/
/******* PositionIsEverything.com ********/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
