/**
 * skeleton.css - Example CSS file for theme, use this when adding a new CSS file
 * $Id$
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/

/* Header Container */

/* Banner Container */

.banner-container {
	height: 276px;
	position: relative;
	text-align: center;
}

.banner-container .main-tile-left {
	background: url(../images/main-tile-left.jpg);
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 276px;
}

.banner-container .main-tile-right {
	background: url(../images/main-tile-right.jpg);
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 276px;
}

.banner-container .banner-inner {
	width: 1003px;
	height: 276px;
	margin: auto;
	position: relative;
	background: url(../images/logo.jpg);
}

.banner-container .banner-image {
	right: 0;
	top: 28px;
	right: 31px;
	position: absolute;
}

/** Body Container **/

.body-container {
	background: #fff;
	padding: 40px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.body-inner {
	width: 940px;
	margin: auto;
	background: #fff;
}

.body-inner .left-col {
	width: 325px;
	float: left;
}

.body-inner .center-col {
	width: 325px;
	float: left;
	padding: 0px 27px;
}

.body-inner .right-col {
	width: 236px;
	float: left;
}

/* What it Is */

.what-it-is {
	border-top: 1px dotted #a2a1a4;
	padding: 18px 0px;
}

.what-it-is .title {
	margin-bottom: 15px;
}

/* Recent News [front page]*/

.recent-news {
	border-top: 1px dotted #a2a1a4;
	padding: 18px 0px 18px 0px;
}

.recent-news .title {
	line-height: normal;
}

.recent-news .news-item {
	padding: 15px 15px 5px 0px;
	border-bottom: 1px dotted #a2a1a4;
}

.recent-news .first {
	padding: 5px 15px 5px 0px;
}

.recent-news p {
	margin-bottom: 10px;
}

.recent-news .news-item .last {
	padding: 15px 15px 5px 0px;
}

.recent-news .news-title {
}

.recent-news .news-date {
	line-height: 1.5em;
	font-size: .9em;
	color: #a7a6a7;
	margin-bottom: 10px;
}

/* Reasons */

.reasons {
	border-top: 1px dotted #a2a1a4;
	padding: 18px 0px;
	font-size: .9em;
}

.reasons .title {
	line-height: normal;
	margin-bottom: 7px;
}

.reasons .reason-item {
	border-bottom: 1px dotted #a2a1a4;
	padding: 18px 0px;
	margin: 0;
}

.reasons .last {
	border: none;
}

.reasons .reason-item .photo {
	float: left;
	width: 135px;
	
}

.reasons .reason-item .content {
	padding-left: 150px
}

/* Park Flyover Video */

.flyover-video {
	padding: 18px 0px;
	font-size: .9em;
	border-top: 1px dotted #a2a1a4;
}

.flyover-video .title {
	line-height: normal;
	margin: 10px 0px;
}

/* Maps */

.maps {
	padding: 18px 0px;
	font-size: .9em;
	border-top: 1px dotted #a2a1a4;
}

.maps .title {
	line-height: normal;
	margin: 10px 0px;
}

/** Footer **/

/***********************************************************************
 * Classes
 **********************************************************************/

