﻿
/*******************************************************************************************************
	WHGH SITE CSS
*/

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 16px;
}

a {
	color: #3e71af;
	cursor: hand;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

ul.clean
{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: separate;
}

/*  LINES  */

.dottedLine {
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background: transparent url('../images/graydottedline.png') repeat-x;
}

.line1pxWhite
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #ffffff;
}

.line1pxGray
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #d4d4d4;
}

.line1pxDarkGray
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #a8a8a8;
}

.line1pxLightBlue
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #6f9bb1;
}

.col1px {
	width: 1px;
	height: 10px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	float: left;
}

/*  SITE LAYOUT  */

#browserWrapper {
	background: transparent url('../images/site_back.png') repeat-x;
	width: 100%;
	min-height: 1000px;
	overflow: auto;
}

#siteWrapper {
	width: 1000px;
	overflow: auto;
	margin: 0 auto;
}

#siteLogoSearchBar {
	width: inherit;
	height: 84px;	
}

#bodyWrapper {
	clear: both;
	width: inherit;
	background-color: #ffffff;
	overflow: auto;
	color: #000000;
}

#bodyWrapperInner {
	border: 1px solid #a8a8a8;
	padding: 1px;
	overflow: auto;
}

#navWrapper {
	float: left;
	width: 208px;
	overflow: hidden;
}

#footer {
	width: inherit;
	margin: 60px 0 40px 0;
	color: #888888;
	font-size: .9em;
	overflow: auto;
}

#footer a {
	color: #888888;
}

#footer li {
	float: left;
	margin-right: 10px;
}



/*  SEARCH BAR  */

.headerRight {
	float: right;
	width: 308px;
	height: 69px;
	overflow: hidden;	
}

#toolBar {
	width: 308px;
	height: 44px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-top:4px;
	line-height: 12px;
}

#searchWrapper {
	width: 308px;
	height: 21px;
	color: #ffffff;
}

#searchBox {
	float: left;
	width: 233px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #888888;
}

#searchButton {
	float: left;
	overflow: auto;
}

button {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.btnFontPlus {
	border: 0;
	width: 13px;
	height: 13px;
	background: transparent url('../images/btnFontPlus.png') no-repeat;
	vertical-align: top;
	margin-left: 5px;
}

.btnFontMinus {
	border: 0;
	width: 13px;
	height: 13px;
	background: transparent url('../images/btnFontMinus.png') no-repeat;
	vertical-align: top;
	margin-left: 5px;
}

.btnFontNormal {
	border: 0;
	width: 13px;
	height: 13px;
	background: transparent url('../images/btnFontNormal.png') no-repeat;
	vertical-align: top;
	margin-left: 5px;
}

/*  SUB NAV  */

.subnav {
	position: absolute;
	width: 175px;
	overflow: hidden;
	border: 1px solid #ffffff;
	padding: 5px;
	font-size: .9em;
	/*font-weight: bold;*/
	color: #ffffff;
	background: transparent url('../images/menu_back.png') repeat-x;
}

.subnav li {
	padding: 0 0 1px 4px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #3e71af;
}

.subnavlast {
	margin: 0;
	border-bottom: 0;
}

.subnav a {
	color: #ffffff;
}


/*  TEXT  */

.textGray {
	color: #888888;
}

.textDarkGray {
	color: #424242;
}

.textRed {
	color: #c21717;
}

.title {
	color: #2d5487;	
	font-family: Georgia, Times, serif;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}

.title a {
	color: #2d5487;	
}

.largeTitle {
	color: #2d5487;	
	font-family: Georgia, Times, serif;
	font-size: 2.3em;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	overflow: hidden;
}

.largeTitle a {
	color: #2d5487;	
}

.headline {
	color: #112d4f;
	font-family: Arial;
	font-size: 2.5em;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}

.subHeadline {
	color: #112d4f;
	font-family: Arial;
	font-size: 1.6em;
	line-height: 1.1em;
}

.captionTitle {
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
}

.caption {
	font-size: .8em;
	line-height: 1.1em;
}

.readTools {
	height: 31px;	
}


/*  ADS  */

.bigboxad {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: #eeeeee;
}

.skyscraper {
	width: 160px;
	height: 600px;
	overflow: hidden;
	background-color: #eeeeee;
}


/*  MENU  */

#menuTop {
	width: inherit;
	height: 14px;
	background: transparent url('../images/menu_top.png') no-repeat;
}

#menuBottom {
	width: inherit;
	height: 14px;
	background: transparent url('../images/menu_bottom.png') no-repeat;
}

#menuItemList {
	margin-bottom: 1px;
}

#menuItemList li {
	width: inherit;
	height: 40px;
	padding-top: 1px;
}


/*  ROTATOR  */

#rotatorWrapper {
	float: left;
	width: 787px;
	height: 357px;
}

/*  CONTENT  */

#contentWrapper {
	overflow: auto;
	margin: 8px 9px 11px 9px;
}


/*  HOME  */

#colHomeLeft {
	clear: both;
	float: left;
	overflow: hidden;
	padding-right: 9px;
	border-right: 1px solid #d4d4d4;
}

#colHomeLeftInner {
	overflow: hidden;
	width: 300px;
}

#colHomeBody {
	float: left;
	overflow: hidden;
	width: 442px;
	background: transparent url('../images/page_icon_home.png') no-repeat top right;
}

#colRight {
	float: left;
	width: 160px;
	overflow: hidden;
}


/*  CONTEXT PAGE  */

#colContentRight {
	float: left;
	overflow: hidden;
	padding-left: 9px;
	border-left: 1px solid #d4d4d4;
}

#colContentRightInner {
	overflow: auto;
	width: 300px;
}

#colBody {
	float: left;
	overflow: hidden;
	width: 657px;
	/*background: transparent url('../images/page_icon_home.png') no-repeat top right;*/
}


/*  POST IMAGE  */

.postPhoto {
	clear: both;
	border: 1px solid #d9d9d9;
	padding: 5px;
	overflow: auto;
	float: left;
	margin: 0 20px 20px 0;
}

.postPhotoInner {
	background-color: #f7f7f7;
	overflow: auto;
}


/*  WIDGET  */

.widget {
	clear: both;
	border: 1px solid #d9d9d9;
	padding: 5px;
	overflow: auto;
}

.widgetInner {
	background-color: #f7f7f7;
	overflow: auto;
}

.widgetBody {
	margin: 5px 12px 10px 12px;
}

.widgetImage {
	width: 263px;
	height: 166px;
	background-color: #ffffff;
}

/*  BREAD CRUMB  */
#breadCrumbTrail {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 8px 8px;
	color: #474747;
	overflow: hidden;
}

#breadCrumbTrail li {
	float: left;
	margin-right: 10px;
}

#breadCrumbTrail .last a {
	color: #474747;
}

#breadCrumbTrail a {
	color: #c6c6c6;
}


/*  SEARCH  */

.searchLink {
	font-size: .9em;
	font-weight: bold;
	color: green;
}

.searchTitle {
	color: #2d5487;	
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	overflow: hidden;
}

.searchTitle a {
	color: #2d5487;	
}


/* POST ITEM  */

.postItem {
	clear: both;
	margin-bottom: 40px;
}

.postItemSummary {
	clear: both;
	margin-bottom: 10px;
}

.postItemBody {
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #424242;
}

.postItemInfo {
	color: #888888;
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom: 2px;
}

.postItemTools {
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom: 2px;
}

.postItemTools a {
	color: #c21717;	
}

.postItemTools li {
	float: left;
	margin-right: 6px;
}

/*  EVENT ITEM  */

.eventColSpacer {
	padding-left: 19px;
	float: left;
}

.eventContentColSpacer {
	padding-left: 10px;
	float: left;
}

.eventItem {
	float: left;
	width: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

.eventItemImage {
	width: 210px;
	height: 130px;
	background-color: #efefef;
	margin-bottom: 5px;
}

.eventItemTitle {
	color: #2d5487;	
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.eventItemTitle a {
	color: #2d5487;	
}

/*  SMALL WIDGET  */

.widgetSmall {
	clear: both;
	border: 1px solid #d9d9d9;
	padding: 5px;
	overflow: auto;
}

.widgetSmallInner {
	background-color: #f7f7f7;
	overflow: auto;
}

.widgetSmallBody {
	margin: 4px;
}

.widgetSmallImage {
	width: 140px;
	height: 102px;
	background-color: #ffffff;
}

