/* Destination Log Home Page */
#dest_wrapper {
	overflow:hidden;
}
.featured_title {
	font-weight:bold;
}
.featured_item {
	overflow:hidden;
}

#dest_maincolumn {
	width:49%;
	float:left;
}
#dest_rightcolumn {
	width:49%;
	float:right;
}
#dest_map {
	width:100%;
	height:350px;
}
#school_page_map {
	width:100%;
	height:200px;
}
.communityProfileBlock {
	float:left;
	margin-right:10px;
	
}
.communityProfileBlock h3 {
	margin-bottom:5px;
}
.border {
	border: 1px solid #dedede;
	padding:5px;
}
.featuredPost h3 {
	margin-top:0;
}
.contentBlock {
	overflow:hidden;
	margin-bottom:10px;
}

.contentLeft {
	float:left;
}
.contentRight {
	float:right;
}
.width_65 {
	width: 64%;
}
.width_60 {
	width: 59%;
}
.width_35 {
	width: 34%;
}
.width_38 {
	width: 38%;
}
.width_45 {
	width:46%;
}
.width_50 {
	width: 49%;
}
.width_25 {
	width:50%;
}
.gray {
	background:#eeeeee;
	padding:10px;
	margin-bottom:10px;
}
.gray h2 {
	padding:0;
	margin:0 0 10px 0;
}
.mediaPlaceholder {
	background:#f4f5f5;
	text-align:center;
	font-weight:bold;
	height:100px;
	padding-top:85px;
}
.message_subject {
	font-weight:bold;
}

.profileList {
	float:left;
	width:230px;
	padding:5px;
}

/* School Page */

div.populationBlock {
	background: #753E66;
	padding: 5px;
	color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.populationBlock p {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}

h2.featured {
	margin: 0.5em 0 0.5em;
}

h2.school_messages {
	border-top: 1px solid #aaa;
	padding-top: 20px;
	margin-bottom: 10px;
}

div.message_heading {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}

div.message_heading p {
	line-height: 1.2em;
	margin: 0;
}

div.message_heading a {
	text-decoration: none;
}

/* Culture Bearers Page */

div.cultureBearers {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

div.cultureBearers div.contentLeft h3 {
	margin: 0px 0 10px;
}

div.cultureBearers div.contentLeft p {
	margin: 1.2em 0 0;
}
.locked_message {
	background:#ffa0a0;
	border:1px solid #ef3636;
	padding:5px;
	margin:5px 0 5px 0;
	font-weight:bold;
}
.profileBlock, .blogBlock {
	border:1px solid #c4c4c4;
	padding:10px;
	margin-top:5px;
}
.blogBlock {
	margin-top:10px;
}

.afeTopLinks ul li {
	display:inline;
	margin-right:5px;
}
.afeTopLinks {
	margin-bottom:15px;
}

.videoThumbHolder {
	position:relative;
	height:180px;
	width:240px;
}
.videoThumbHolder .videoPlay {
	display:block;
	height:180px;
	width:240px;
	background:url('../../images/play.png');
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}

.videoThumbHolderSmall {
	position:relative;
	height:90px;
	width:120px;
}
.videoThumbHolderSmall .videoPlay {
	display:block;
	height:90px;
	width:120px;
	background:url('../../images/play_small.png');
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}

.featured_item .videoThumbHolder, .featured_item .videoThumbHolderSmall {
	display:block;
	float:right;
	padding-left:5px;
}
