/*  
Theme Name: BOX A BRAIN
Theme URI: 
Description: Box a brain and let it scream out
Version: 1.0
Author: @boxabrain
Author URI: http://www.boxabrain.com/
*/

/**************************************************************************************/

@font-face {
	font-family: 'Bebas Regular';
	src: url('fonts/BEBAS___.eot');
	src: local('fonts/Bebas Regular'), local('fonts/Bebas'), url('fonts/BEBAS___.woff') format('fonts/woff'), url('fonts/BEBAS___.TTF') format('truetype'), url('fonts/BEBAS___.svg#Bebas') format('svg');
}

/**************************************************************************************/

* { padding: 0px; margin: 0px; border: 0px; outline: 0px; }

body {
	font-family: Arial, sans-serif;
	background: url('images/bg.png') #c8c8c8;
	font-size: 11px;
	color: #000000;
}

a { 
	text-decoration: none; 
	color: #7f7f7f;
}

a:hover { color: #000000; }

li { list-style: none; }

/**************************************************************************************/

#container {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

#content {
	-webkit-box-shadow: 0px 0px 300px  #ffffff;
	-moz-box-shadow: 0px 0px 300px #ffffff;
	box-shadow: 0px 0px 300px #ffffff; 
	margin: 80px auto 0px auto;
	width: 220px;
	height: 260px;
}

#content .grid {
	background: url('images/bg-grid.gif') no-repeat;
	position: absolute;
	overflow: hidden;
	color: #7f7f7f;
	width: 260px;
	height: 260px;
}

#content .payoff { 
	padding-top: 270px; 
	overflow: hidden;
	text-align: justify;
}

#content .payoff h2 { 
	font-family: 'Bebas Regular', Arial, sans-serif;
	text-shadow: 1px 1px #ffffff;
	text-align: justify;
	font-weight: normal;
	font-size: 23px;
	width: 260px;
}

#content .payoff strong { 
	font-weight: normal;
	text-align: justify;
	font-size: 43px; 
	display: block;
}

#content .credits {
	line-height: 160%;
	padding-top: 30px;
	font-size: 10px;
	color: #7f7f7f;
}

#content .credits a { 
	font-style: italic;
	color: #7f7f7f; 
}

#fx {
	background: url('images/fx-pulse.png') no-repeat center 7px;
	position: absolute;
	width: 100%;
	height: 100%;
}

/**************************************************************************************/

#viewport {
	position: absolute;
	width: 260px;
}

#logo h1 {
	background: url('images/logo-boxabrain.gif') no-repeat;
	text-indent: -90000px;
	width: 260px;
	height: 260px;
}

#s2 {
	font-family: 'Bebas Regular', Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 40px;
	font-size: 14px;
}

#s3 {
	font-family: 'Bebas Regular', Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}

#s3 li {
	position: absolute;
	height: 42px; 
}

#s3 a {
	text-decoration: none;
	line-height: 42px;
	display: block;
}

#s3 .list1 {
	background: url('images/bg-list1.gif') no-repeat right;
	margin: -4px 0px 0px 45px;
	padding-right: 108px;
}

#s3 .list2 {
	background: url('images/bg-list2.gif') no-repeat left;
	margin: 37px 0px 0px -40px;
	padding-left: 85px;
}

#s3 .list3 {
	background: url('images/bg-list3.gif') no-repeat 65px 0px;
	margin: 81px 0px 0px 45px;
	padding-right: 112px;
	width: 65px;
}

#s3 .list4 {
	background: url('images/bg-list4.gif') no-repeat left;
	margin: 122px 0px 0px -35px;
	padding-left: 80px;
	width: 120px;
}

#s4 h3 {
	padding-top: 48px;
	margin-bottom: 51px;
	font-family: 'Bebas Regular';
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
}

#s4 .sites { margin-top: 50px; }
#s4 .sites li { margin-top: 5px; }

.section .cont { padding: 30px 60px 0px 42px; }

.section {
	overflow: hidden;
	width: 260px;
	height: 260px;
}

/**************************************************************************************/

#nav {
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	width: 40px;
	height: 40px;
	top: 20px;
	left: 20px;
}

#nav ul { width: 200px; }

#nav li { 
	background: url('images/bg-connect.gif') repeat-x center;
	width: 50px;
	height: 40px;
	float: left; 
}

#nav a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	background: #000000;
	text-indent: -90000px;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
}

#nav .m1 { background: url('images/icon-pulse.gif') #000000 no-repeat center center; }
#nav .m2 { background: url('images/icon-text.gif') #000000 no-repeat center center; }
#nav .m3 { background: url('images/icon-social.gif') #000000 no-repeat center center; }
#nav .m4 { background: url('images/icon-contact.gif') #000000 no-repeat center center; }

#locker { 
	background: url('images/icon-locker.gif') #000000 no-repeat 0px 0px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	text-indent: -90000px;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
}

.unlocked { background-position: 0px -40px !important; }

/**************************************************************************************/

.wrap {
	margin: 0px auto 0px auto;
	width: 260px;
}
