body{
	margin:0;
	padding:0;
	background-color:#2E313A;
	background: url('bg.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #fff;
}

div{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

#header{
	text-align:center;
	font-size: 16px;
	padding: 50px 0 30px 0;
	font-weight:normal;
	letter-spacing: 6px;
}

.blue{
	color: #65A2FD;
}

#header h2{
	font-size:12px;
	letter-spacing: 2px;
	color: #fd0;
}

#header a{
	text-decoration:none;
	color:#fff;
}

.intro, .messageError, .messageOk{
	text-align:center;
	margin-bottom:30px;
	letter-spacing: 1px;
}

.post{
	text-align:left;
	letter-spacing: 1px;
	font-size:14px;
	line-height:24px;
	width:100%;
	color:#fff;
	text-decoration:none;
	margin-bottom:30px;
	background: rgba(127, 219, 214, 0.1);
	border:1px solid rgba(127, 219, 214, 0.6);
}

.post.draft{
	border:1px solid rgba(200, 200, 200, 0.6);
	background: rgba(200, 200, 200, 0.1);
}

.post.draft .date{
	color: rgb(200, 200, 200);
}

.post.draft .meta{
	background: rgba(200, 200, 200, 0.1);
}

.post .content {
	padding: 15px 15px 15px 15px;
}

.post .meta{
	text-align:right;
	font-size:12px;
	padding: 5px 10px 5px 0;
	color:#93fff9;
	background: rgba(127, 219, 214, 0.1);
}

.post .date{
	color: #93fff9;
	transition:color 300ms;
}

.post a, a.link{
	text-decoration:none;
	color: #fd0;
}

.post a:hover, a.link:hover{
	color: #ff93b7;
}
.postNavigation{
	text-align:center;
	letter-spacing: 1px;
}

.postNavigation a.center{
	margin: 10px auto;
}

.postNavigation a.right{
	display:box;
	width:150px;
	height:24px;
	float:right;
	text-align:right;
}

.postNavigation a.left{
	display:box;
	width:150px;
	height:24px;
	float:left;
	text-align:left;
}

.block{
	width:100%;
	height:150px;
	background:#fefefe;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	color:#fff;
}

.block.half{
	width: 50%;
	float:left;
}

.block .bg{
	width:100%;
	height:100%;
	overflow:hidden;
}

.block .bg .videoContainer{
	width:100%;
	height:100%;
	overflow: hidden;
	position:absolute;
}

.block .overlay{
	opacity:0;
	transition: opacity 300ms;
}

.block:hover .overlay{
	opacity:1;
}

.block .overlay, .block .overlay .black, .block .overlay .info{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}

.block .overlay .black{
	background-color:#000;
	opacity: 0.7;
}

.block .overlay .info{
	display: table; 
}

.block .overlay .info span{
	color:#fff;
	text-align: center;
	display: table-cell; 
	vertical-align: middle; 
	padding: 0 30px;
	letter-spacing: 1px;
}

#hypnorain{
	background: url('hypnorain_bg/hypnorain_bg.jpg') center no-repeat;
}

#haxecoder{
	background: url('haxecoder_bg.png') center no-repeat;
}

#twitter{
	background-color: #55acee;
}

#email{
	background-color: #eee;
	color:#f66;
}

.block .bg .centerIcon{
	font-size:50px;
	text-align:center;
	line-height:150px;
	vertical-align:middle;
	margin:0;
	padding:0;
}

#main{
	margin:0 auto;
	max-width: 800px;
	padding: 0 30px;
}

.row{
	width:100%;
}

.footer{
	text-align:center;
	font-size:12px;
	letter-spacing: 2px;
	margin:50px 0;
}

.wrapper{
	clear:both;
}

#contactForm ul{
	margin:0;
	padding:0;
	list-style:none;
}
#contactForm li{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
#contactForm li:last-child{
	margin:0;
	padding:0;
	margin-bottom:0;
}
#contactForm li input[type="text"], #contactForm li input[type="email"]{
	padding:10px;
	width:250px;
	border:1px solid #ccc;
	color:#111;
	font-size:16px;
}
#contactForm li textarea{
	padding:10px;
	width:100%;
	height:150px;
	border:1px solid #ccc;
	color:#111;
	font-size:16px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contactForm li #captcha{
	width:140px;
}
.btn{
	display:block;
	border:0;
	width:200px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#65A2FD;
	margin-bottom:0;
	color:#fff;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	transition: background-color 300ms;
	outline:none;
	cursor:pointer;
}
.btn:hover{
	background-color:#215097;
}