/*
   Teir2 Content CSS
   
   Content CSS specifically for Home, Hot Deals, Locations, Vehicles
   This includes CSS for the Booking System
   
*/

/*

blue stripe: #1448B3
links: #36CEA2

*/

/* ======== */
/* = Main = */
/* ======== */

.blogcontent #article {
	width: 600px;
	padding: 25px 20px 30px 10px;
}

.blogcontent #sidebar {
	float: left;
	width: 276px;
	padding: 35px 20px 0 20px;
}

.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

#BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}

/* ================ */
/* = Blog Summary = */
/* ================ */

.blogSummary {
	margin-bottom: 3em;
}
.national h2 {
	font-size: 1.8em;
}
	#content label{
		margin-top: 0px;
	}
	p.authorDate {
		font-size: 0.9em;
		color: #777;
		margin: -15px 0 12px 0;
	}
	p.blogVitals {
		margin: 1.5em 0 0 0;
		padding: 5px;
		color: #999;
		border: 1px solid #24B286;
		background: #E6FFF6;
	}
		a.comments {
			background: url(../images/icons/comments.gif) no-repeat left center;
			padding: 3px 0 3px 25px;
			float: left;
		}
		a.readmore {
			background: url(../images/icons/readmore.gif) no-repeat left center;
			padding: 3px 0 3px 25px;
		}
		
		a#editpost{
			background: url(../images/icons/edit.gif) no-repeat left center;
			padding: 3px 0 3px 25px;
		}
		
		a#unpublishpost{
			background: url(../images/icons/delete.gif) no-repeat left center;
			padding: 3px 0 3px 25px;
		}
		.tags {
			float: right;	
			padding: 3px 0 3px 25px;
			color: #24B286;
		}
.blogEntry .tags {
	float: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.blogEntry p.authorDate {
	margin: -15px 0 0 0;
}

/* =========== */
/* = Widgets = */
/* =========== */

.TestimonialHolder {
	margin-top: 3em;
	padding: 0;
}
		
.WidgetHolder h2 {
	margin-top: 0;
	border-bottom: 1px solid #1448B3;
}

p.tagcloud a {
	color: #24B286;
}

/* IE cuts the bottom of the tags off */
* html #sidebar p.tagcloud {
	padding-bottom: 10px;
}

ul.archiveMonths {
	list-style: inside;
	margin: -0.5em 0 1.5em 0;
	color: #24B286;
}
	ul.archiveMonths li {
		_border-bottom: 1px solid #24B286;
		padding: 0 0;
	}
		ul.archiveMonths li a {
			color: #24B286;
		}
		
/* ======================= */
/* = Content Itineraries = */
/* ======================= */

.trip {
	padding-top: 1em;
	margin-bottom: 1.5em;
}

.trip h3 {
	margin: 0 0 0.3em 0;
}
.trip h4 {
	margin-bottom: 0;
}

.trip_photos {
	margin: 0 0 0.5em 0;
}
	.trip_photos img.scenic {
		float: left;
		margin: 0 10px 0 0;	
	}
	.trip_photos .map_canvas {
		margin: 0 0 0 0;
		width: 290px;
		height: 160px;
		
		float: left;
	}

a.top {
	margin: 0 0 5em 0;
}

/* ================= */
/* = Content Links = */
/* ================= */

.link_item {
	margin-bottom: 1.5em;
}
	.link_item .link_title {
		margin-bottom: 0.6em;	
	}	
	.link_item img {
		display: block;
		margin-top: 4px;
	}
	.link_item h3,
	.link_item h4 {
		margin-bottom: 0.2em;
	}
	p.link_top {
		margin: 1em 0 1.5em 0;
		
	}
	
/* =================== */
/* = Content Contact = */
/* =================== */

#sidebar address {
	margin: 0;
	font-style: normal;
}
.contact #map_canvas {
	margin: 0 0 0 0;
	width: 300px;
	height: 260px;
	background: #ccc;
	float: left;
}
.contact #content {
	clear: both;
}