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

body {
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #00205a url(../images/bgd-fade.jpg) repeat-x 0 160px;
}
* { padding: 0; margin: 0; border: 0; }
a { color: #1188aa; }
a:hover { color: #ff9900; }
table { border-collapse: collapse; }

/*---:[ core layout elements ]:---*/

#header-wrap {
	height: 160px;
	background: #FFF url(../images/header-bgd.png) repeat-x bottom;
	}
#header {
	width: 980px;
	margin: 0 auto;	
	}
#content-wrap-outer {
	background: url(../images/bgd.jpg) no-repeat center top;
	}
#content-wrap {
	background: url(../images/content-bgd.png) no-repeat center top;
	padding-bottom: 30px;
	}
#content {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	}
#content .feature {
	background-color: #000;
	}
#content .maincol {
	width: 630px;
	padding: 20px 30px;
	float: left;
	min-height: 600px;
	}
#content .home {
	width: 910px; !important;
	min-height: inherit !important;
	}
#content .sidecol {
	width: 220px;
	padding: 20px 30px 20px 20px;
	float: right;
	min-height: 600px;
	background: url(../images/sidebar-bgd.png) no-repeat left 20px;
	}
#footer {
	width: 900px;
	padding: 20px 30px;
	margin: 0 auto;
	background: #ebf3f5 url(../images/footer-btm.png) no-repeat center bottom;
	clear: both;
	}
#footer-outer {
	width: 900px;
	padding: 10px 30px 30px 30px;
	margin: 0 auto;
	text-align: center;
}
/*---:[ content styles ]:---*/

#content {
	line-height: 1.6;
}
#content p, #content ul {
	margin: 10px 0;
}
#content ul, #content ol {
	margin-left: 20px;
}
#content h1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 30px;
	letter-spacing: -1px;
	color: #0cacc0;
	margin-bottom: 10px;
}
#content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size: 18px;
	color: #bbcc44;
	text-transform: uppercase;
}

#content h2.first {
	margin-top: 0;
	margin-bottom: 0;
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 14px;
	color: #889a83;
	text-transform: uppercase;
}
#content .intro {
	color: #999;
	font-size: 16px;
	font-weight: bold;
}
#content .small {
	font-size: 11px;
}

#content table.data {
	width: 100%;
	border-collapse: collapse;
}
#content table.data th {
	background-color:#999;
	border-bottom: 2px solid #FFF;
	padding: 3px;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}
#content table.data td {
	background-color:#EFEFEF;
	border-bottom: 2px solid #FFF;
	padding: 3px;
}


/*---:[ WYSIWYG Styles ]:---*/

.caption,
td.caption {
	font-size: 11px;
	margin-top: 0!important;
}
td.image {
	vertical-align: top;	
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.imageholderleft {
	margin: 0 0 5px 10px;
	float: right;
}
.imageholderright {
	margin: 0 0 5px 10px;
	float: right;
}
.imageholder2col {
	margin-bottom: 10px;
	width: 100%;
}


/*---:[ Gallery and In-Page Nav elements ]:---*/

.gallery {
	display:block;
	clear: both; 
}
.gallery a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
}
.gallery img {
	border: 3px solid #FFF;
}

.pagenav {
	clear: both;
}
a.pagenav-img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
}
.pagenav-img img {
	border: 3px solid #FFF;
}

/*---:[ Guest Photo Formatting for DM Diaries ]:---*/ 

.guestGallery {
	padding: 10px 0;
}
.guest {
	padding: 0;
	float: left;
	height: 215px;
	width: 145px;
	margin: 0 10px 10px 0;
}
.guest img {
	float: left;
	margin: 0 0 5px 0;
}
.guestFull {
	width: 620px;
	height: 195px;
	margin: 0;
}
.guestFull img {
	margin-right: 10px;
}
.guestName {
	font-weight: bold;
}
.guestTitle {
}
.guestComments{
	font-style: italic;
	margin-top: 5px;
}

/*---:[ #header elements ]:---*/

.topbar {
	height: 107px;
	position: relative;
	}
	.topbar img {
		margin: 10px 0 0 20px;
		}
	.topbar h1 {
		margin: 0 0 0 20px;
		padding: 0;
		width: 480px;
		height: 102px;
		text-indent: -9000px;
		background: url(../images/logo.png) no-repeat 0 10px;
		}
	.topbar ul {
		position: absolute;
		right: 20px;
		bottom: 12px;
		width: 400px;
		}
	.topbar li {
		float: left;
		list-style: none;
		}
	.topbar li a {
		background: url(../images/top-icons.png) no-repeat;	
		margin-left: 15px;
		padding-left: 20px;
		display: block;
		text-decoration: none;
		}
	.topbar li a.home {
		background-position: 0 0;
		}
	.topbar li a.news {
		background-position: 0 -25px;	
		}
	.topbar li a.schedule {
		background-position: 0 -50px;
		}
	.topbar li a.contact {
		background-position: 0 -75px;
		}
.navbar {
	height: 51px;
	padding: 2px 10px 0 10px;
	background: url(../images/nav-bgd.png) no-repeat center 0;
	}
	.navbar li {
		float: left;
		list-style: none;
		font-size: 17px;
		}
	.navbar li a {
		display: block;
		height: 35px;
		padding: 16px 24px 0 24px;
		background: url(../images/nav-divider.png) no-repeat right 0;
		text-decoration: none;
		color: #556572;
		text-shadow: 1px 1px #FFF;
		}
	.navbar a:hover { 
		color: #ff9900; 
		}
	.navbar li a.last {
		background: none;		
		}
	body.ab a.ab,
	body.fj a.fj,
	body.tg a.tg,
	body.co a.co,
	body.ph a.ph
	 {
		color: #ff9900;	
	}

/*---:[ Sidebar elements ]:---*/

.sidecol .section {
	margin-top: 10px;
	margin-bottom: 20px;
}
.sidecol .trips li {
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
}
.sidecol .trips .small {
	color: #000;
	font-weight: normal;
	line-height: 1.4;
}
.sidecol h3 {
	margin: 0 !important;
}
.sidecol ul {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.sidecol li {
	padding-left: 18px;
	list-style-type: none;
	background: url(../images/arrow-medium.png) no-repeat 0px 2px;
}
.sidecol a.here {
	color: #ff9900;
}

/*---:[ Homepage elements ]:---*/

#content .home-feature {
	width: 266px;
	margin-right: 20px;
	padding: 10px;
	float: left;
	line-height: 1;
	background: url(../images/feature-bgd.png) repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}
#content .home-feature-last {
	margin-right: 0;
	}
#content .home-feature h2 {
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: none;
	}
#content .home-feature p {
	text-align: justify;
	line-height: 1.4;
	font-size: 12px;
	}
#content .home-feature img {
	margin: 5px 0;
	}
#content .home-feature a.button {
	display: block;
	height: 27px;
	width: 251px;
	padding-top: 5px;
	padding-left: 15px;
	background: url(../images/home-button.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}

#content .homePromo {
	border: 1px solid #CCC;
	padding: 15px;
	margin: 0 12px 15px 0;
}

/*---:[ Footer elements ]:---*/

#footer {
	clear: both;
	line-height: 1.4;
}
#footer h2 {
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom: 0;
}
#footer .blog {
	float: left;
	width: 310px;
	margin-right: 20px;
	}
	#footer .blog h2 {
		background-image: url(../images/icon-rss-large.png);
		}

#footer .twitter {
	float: left;
	width: 310px;
	margin-right: 20px;
	}
	#footer .twitter h2 {
		background-image: url(../images/icon-twitter-large.png);
		}
	#footer .twitter .date {
		font-size: 11px;
		}

#footer .newsletter {
	float: left;
	width: 240px;
	}
	#footer .newsletter h2 {
		background-image: url(../images/icon-newsletter-large.png);
		}
	#footer .newsletter label {
		font-weight: bold;
		font-size: 12px;
		padding-left: 2px;
		}
	#footer .newsletter form {
		padding-left: 30px;
		}
	#footer .newsletter input#name,
	#footer .newsletter input#hhiyly-hhiyly {
		background: url(../images/newsletter-bgd.png) no-repeat;
		border: none;
		display: block;
		width: 180px;
		height: 23px;
		padding: 8px 10px 0 10px;
		margin: 0 0 5px 0;
		color: #999;
		}
	#footer .newsletter input#submit {
		margin-top: 5px;
		}

#footer h2 {
	color: #000;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid #FFF;
	margin: 0 0 10px 0;
	padding: 2px 0 5px 30px;
}
#footer ul {
	margin-left: 10px;
	min-height: 175px;
}
#footer li {
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-type: none;
	background: url(../images/arrow-medium.png) no-repeat 0px 2px;
}
#footer p {
	border-top: 1px solid #FFF;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
}
#footer-outer a {
	color: #bbcc44;
	font-weight: bold;
	font-size: 12px;
}
#footer-outer a:hover {
	color: #ff9900;
}
#footer-outer p.copyright {
	color: #FFF;
	margin-top: 10px;
}

#footer .blog-home, 
#footer .twitter-home,
#footer .newsletter-home {
	width: 266px;
	margin-right: 20px;
	padding: 10px;
}
#footer .newsletter-home {
	margin-right: 0;
}
#footer .blog-home ul, 
#footer .twitter-home ul,
#footer .newsletter-home ul {

}

/*---:[ Misc elements ]:---*/

.clear {
	clear: both;
}
.small {
	font-size: 11px;
}

hr {
	border-top: 1px solid #CCC;
	margin: 10px 0;
}