@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

#bodyContainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#series-ln {
	position: absolute;
	padding: 3px;
	left: 0;
	top: 395px;
	line-height: 1.3em;
	background: url(/i/opacity/b10.png) repeat 0 0;
}

	#series-ln a {
		color: white;	
	}

		#series-ln a:hover {
			color: yellow;	
		}

#elementLogo {
	width: 960px;
	padding: 0 0 15px 0;
}

	
/* COLUMNS */

#columns {
	clear: both;
	padding: 0 0 0 0;
}

	#columns p {
		margin: 5px 0 10px 0;	
	}

#col1 {
	width: 440px;
	padding: 0 30px 0 0;
	float: left;
}

#col2 {
	width: 450px;
	padding: 0 0 0 30px;
	float: left;
}

#colWide {
	width: 600px;
	margin: 0 0 0 180px;
	float: left;
}

.module {
	padding: 30px;	
	background: #f5f5e4;
	margin: 0 0 30px 0;
}

	.module ul {
		margin-top: 5px;	
	}

h3 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: .-02em;
	margin: 0 0 15px 0;
	color: black;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0 15px 0;
}

h5 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.videoBack {
	width: 450px;
	height: 259px;
	background: url(/img/series/theend/comingsoon.jpg) no-repeat 0 0;
	padding: 0;
}

	
.hide {
	display: none;	
}

.show {
	display: block !important;	
}

.weekModule {
	display: none;	 
}

/* COMMENT */

#commentBox {
	background: #bededd url(/img/series/theend/comment_top.png) no-repeat 0 0;	
}

#commentFooter {
	padding: 15px 30px 0 30px;
	background: url(/img/series/theend/comment_bottom.png) no-repeat 0 100%;	
}

	#commentFooter label {
		width: 40px;
		padding: 5px 0 0 0;
		float: left;
	}
	
	#commentFooter p {
		clear: both;	
		margin: 10px 0 0 0;
	}

	#commentFooter p input, #commentFooter p textarea {
		width: 288px;
		background: #e5f2f1;
		border: 1px solid #e5f2f1;
		padding: 5px;
		margin: 0 0 0 40px;
	}
	
	#commentFooter p textarea {
		height: 100px;
	}
	
		#commentFooter p input:focus, #commentFooter p textarea:focus {
			border: 1px solid white;
			background: white;
		}
	
	#commentFooter div.submit {
		padding: 50px 0 0 290px;	
	}
	
		#commentFooter div.submit input {
			padding: 3px 10px 3px 10px;
			font-weight: bold;
		}
		
#socialList p {
	float: left;
	width: 50%;
	padding: 10px 0 3px 0;
	margin: 0;
}

	#socialList img {
		display: inline-block;	
	}
	
	#socialList a {
		background: none !important;	
		padding: 0;
		text-decoration: none;
		color: #566c6b;
	}
	
		#socialList a:hover {
			color: #bc2026;	
		}
		
.msg, .msgerror, .msgsuccess, .msgno {
	padding: 12px 15px 12px 36px;
	border: 1px dotted #727272;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.msg {
	background-image: url(http://cdn.championforest.org/i/icons/information.gif);
}

.msgerror {
	background-image: url(http://cdn.championforest.org/i/icons/cancel.gif);
	border-color: #e20000;
}

.clearit {
	clear: both;
	float: none;
}
