@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #906;
	outline: none;
	outline-style: none;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 6px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: left;
}
.container > header h1{
	font-family: Merriweatherl, serif;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#page-wrap {
	width: 48%;
	margin: 5px auto 5px auto;
	padding: 40px 90px 20px 90px;
	background: white;
	-moz-box-shadow: 0 0 60px black;
	-webkit-box-shadow: 0 0 60px black;
	box-shadow: 0 0 60px black;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 800;
}
#bottom-wrap {
	width: 100%;
	padding: 25px 7px 5px 7px;
	font-size: 12px;
	color: #666;
	z-index: 1000;
	margin-top: 20px;
}
p {
	font: 16px/1.5 Merriweather, Serif;
	text-shadow: 4px 4px 4px #aaa;
	margin: 0 0 30px 0;
	text-indent: 0px;
}
ol,ul {
	list-style:none;
}

.FLVPlayer {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
