/* @override 
	http://excitedpixel.com/css/main.css
	http://excitedpixel.local/css/main.css
*/

*{
	margin: 0;
	padding: 0;
}

div#login{
	position: relative;
	width: 400px;
	top: 115px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 5px solid rgba(0, 0, 0, .4);
}

div#login div.form_error{
	float: none;
	width: auto;
	padding: 10px;
	border-left: 5px solid rgb(255, 0, 0);
	background-color: rgba(255, 0, 0, 0.2);
}

a{
	text-decoration: none;
	color: #00b1f0;
}

sup, sub{
	height: 0;
	line-height: 1;
}

div.form_row.error{
	border-left: 5px solid red;
}

div.form_row.required{
	border-left: 5px solid rgb(0, 177, 240);
}

div.form_row.required label		{
	font-weight: bold;
}

div.form_row.key span.box{
	background-color: rgb(0, 177, 240);
}

div.form_row select{
	float: left;
	height: 30px;
	border:none;
	min-width: 224px;
	font-size: 16px;
}

div.form_row input.button{
	display: block;
	cursor: pointer;
	float: none;
	position: relative;
	color: #FFF;
	background-color: rgb(0, 177, 240);
	min-width: 100px;
	border: none;
	border-left: none;
	padding: 5px;
	border-left: 1px solid #666;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}

div.form_row.right{
	border-left: none;
	border-right: 5px solid #777;
	position: relative;
	right: -5px;
}

div.form_row.right input.button{
	border-right: 1px solid #666;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	float: right;
}

div.col{
	float: left;
}

body{
	position: absolute;
	background-image: url(/img/bg.jpg);
	width: 100%;
	height: 100%;
	color: #BBB;
	font: 1em Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	overflow-x: hidden;
	/*overflow: hidden;*/
}

#feed{
	opacity: 1;
	position: absolute;
	width: 393px;
	height: 121px;
	background-image: url(/img/feed.png);
	right: 0px;
	top: 0px;
	overflow: hidden;
}

#feed .label{
	color: #999;
	position: absolute;
	top: 49px;
	left: 25px;
	font-size: 20px;
}

#feed ul{
	margin-top: -26px;
}

#feed ul li.active{
	opacity: 1;
}

#feed ul li{
	opacity: 0.2;
	display: block;
	position: relative;
	list-style: none;
	float: left;
	left: 82px;
	width: 265px;
	height: 53px;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 5px;
	/*border: dashed 1px rgba(100, 100, 100, 0.2);*/
}

#feed ul li img{
	float: left;
	position: relative;
	top: 2px;
	background-color: rgb(0, 177, 240);
	background-color: rgba(0, 177, 240, .10);
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#feed ul li p{
	margin-left: 55px;
	color: #999;
	font-size: 14px;
}

.excited{
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	background: none;
}

.pixel{
	font-size: 1.5em;
	font-weight: lighter;
	color: #00b1f0;
	background: none;
}

div.hr{
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #444;
	/*margin-top: 10px;*/
	margin-bottom: 20px;
	/*height:91px;
	width: 100%;
	border-bottom: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: -61px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: -1;
	background: url(/img/hr.png) no-repeat center;*/
}

.inset{
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	min-height: 100%;
	height: 100%;
	background-image: url(/img/light_bg.jpg);
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

#header{
	position: relative;
	height: 162px;
}

#header h1{
	position: absolute;
	right: 0;
	top: 10px;
	height: 96px;
	width: 258px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(/img/logo.png) no-repeat 0 0;
}

h4.tagline{
	top: 70px;
	left: 58px;
	color: #000;
	text-shadow: #2e2e2e 0 1px 0;
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-style: italic;
}

#footer{
	position: relative;
	width: 940px;
	margin-top: -81px;
	top: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(/img/light_bg.jpg);
}

#footer p.copyright{
	margin: 0;
	color: #000;
	font-size: 12px;
	text-shadow: #2e2e2e 0 1px 0;
}

/*#footer a{
	color: #CCC
}*/

/*#footer{
	position: relative;
	width: 940;
	color: #CCC;
	display: block;
	height: 30px;
	background:
	-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0 ,0)), to(rgba(0, 0, 0, 0)), color-stop(0.14, rgba(255, 0, 0, .1)), color-stop(0.29, rgba(255, 252, 0, .1)), color-stop(0.43, rgba(1, 180, 57, .1)), color-stop(.17, rgba(0, 234, 255, .1)), color-stop(0.71, rgba(0, 3, 144, .1)), color-stop(0.86, rgba(255, 0, 198, .1)));
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}*/

div.site{
	position: relative;
	height: 340px;
}

div.site h3{
	font-size: 1.8em;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
	text-shadow:rgb(0, 0, 0) 0px 3px 3px;
	text-shadow:rgba(0, 0, 0, 0.8) 0px 3px 3px;
}

hr{
	display: none;
}

.column.left{
	float: left;
}

.column.right{
	float: right;
}

div#main div#respond h4{
	margin-left: 0px;
	padding-left: 0px;
}

div.site p{
	margin-left: 20px;
}

div.site img{
	background-color: rgb(0, 177, 240);
	background-color: rgba(0, 177, 240, .10);
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3), 3px 0px 10px rgba(0, 0, 0, 0.3), -3px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3), 3px 0px 10px rgba(0, 0, 0, 0.3), -3px 0px 10px rgba(0, 0, 0, 0.3);*/
}

div#messages{
	position: relative;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

div#messages p{
	padding: 10px;
}

div#messages .notice{
	background-color: #349600;
	background-color: rgba(0, 255, 0, .2);
	border-left: 5px solid #00ff00;
}

div#messages .error{
	background-color: #ff7474;
	background-color: rgba(255, 0, 0, .2);
	border-left: 5px solid #ff0000;
}

.hidden{
	display: none;
}

div#band{
	position: absolute;
	width: 100%;
	left: 0;
	top: 162px;
	z-index: 1;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;
}

ul#subnav{
	color: #fff;
	position: relative;
	top: 121px;
	display: block;
	width: 910px;
	height: 40px;
	padding-left: 30px;
	background-color: #000;
	border: 1px solid #444;
	border-left: none;
	border-right: none;
	z-index: 2;
	-webkit-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
}

ul#subnav li{
	position: relative;
	list-style: none;
	float: left;
	width: 150px;
	height: 100%;
	border: 1px solid #444;
	border-top: none;
	border-bottom: none;
	margin-left: -1px;
	text-align: center;
	background: url(/img/bar_background.png) repeat-x 0 0;
	line-height: 2.1em;
	font-size: 20px;
}

ul#subnav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}

ul#subnav li.active{
	background: url(/img/bar_background_active.png) repeat-x 0 0;
	overflow: visible;
	border: none;
	padding-bottom: 15px;
	text-shadow: rgb(0, 0, 0) 0 -1px 0, rgb(255, 255, 255) 0 1px 0;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.3) 0 1px 0;
}

div.explosion{
	position: absolute;
	left: -90px;
	width: 393px;
	height: 276px;
	background: url(/img/pixel_explosion.png) no-repeat;
	
}

div.robot{
	position: absolute;
	top: 1px;
	left: 80px;
	width: 338px;
	height: 400px;
	background: url(/img/sad_robot.png) no-repeat;
	
}

div#main{
	position: relative;
	width: 920px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	color: #fff;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #333;
	background-image: url(/img/light_bg_overlayed.jpg);
}

.hello h2{
	position: relative;
	float: right;
	right: 0;
	margin: 10px;
	margin-top: 35px;
	top: 0px;
	width: 480px;
	font-size: 36pt;
}

.hello p{
	position: relative;
	clear: right;
	float: right;
	right: 0;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	top: 0px;
	width: 480px;
	font-size: 12pt;
	line-height: 26px;
}

.hello p strong{
	color: #00b1f0;
	font-size: 1.5em;
	background-color: rgba(0, 177, 240, .2);
}

.hello .value{
	color: #00b1f0;
	font-weight: bold;
	position: absolute;
	left: 120px;
}

.clearing{
	clear: both;
}

#mobile_link{
	position: absolute;
	width: 100%;
	height: 24px;
	font-size: 18px;
	text-align: center;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid #444;
}

div#post, div#posts{
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	clear: both;
}

div#post{
	padding-left: 0px;
}

div#post pre{
	border-left: 5px solid #00b1f0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
	background: white;
	color: black;
}

div#post ul{
	font-size: 14px;
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: disc;
}

div#post ul li{
	margin-left: 16px;
	margin-top: 5px;
	padding-left: 10px;
}

div#post h2, div#posts h2{
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}

/*div.post{
	margin-bottom: 0px;
}*/

span.says{
	font-size: 14px;
}

div#main > .navigation{
	padding: 10px;
	margin-top: 5px;
}

div#main > .navigation strong{
	margin: 10px;
	font-size: 24px;
	line-height: 10px;
}

.navigation .alignright{
	float: right;
}

.navigation .alignleft{
	float: left;
}

.navigation{

}

p{
	margin-top: 10px;
	font-size: 14px;
}

/*div.columnize{
	height: 370px !important;
	overflow: hidden;
}*/

div#main div.column{
	margin-right: 10px;
	width: 455px !important;
}

div#main div.column.last{
	margin-right: 0px;
}

textarea{
	width: 65%;
}

div.form_row p{
	margin-left: 5px;
	margin-top: 7px;
}

div.form_row.key strong{
	color: #00b1f0;
}

div.form_row{
	border-left: 5px solid #666;
	border-left: 5px solid rgba(255, 255, 255, 0.4);
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	height: 100%;
	margin-top: 5px;
	overflow: hidden;
	min-height: 30px;
	width: 100%;
	/*background-color: rgba(255, 255, 255, 0.1);*/
}

div.form_row.unbordered{
	border:none;
}

div.form_row input, div.form_row textarea{
	float: left;
	font-size: 16px;
}

div.form_row input[type="text"], div.form_row input[type="password"]{
	min-width: 220px;
}

div.form_row input{
	/*height: 30px;
	font-size: 20px;*/
	height: 30px;
	font-size: 16px;
}

div.form_row small{
	position: relative;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}

div.form_error{
	float: right;
	width: 30%;
	padding:6px;
	border-left: 5px solid rgb(255, 0, 0);
	background-color: rgba(255, 0, 0, 0.2);
}

div#main h4{
	padding: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#posts ul.tags{
	margin-left: 0;
}

ul.tags{
	margin: 0px;
	list-style: none;
	margin-bottom: 20px;
	overflow: auto;
	width: 100%;
}

ul.tags li{
	float: left;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: rgb(0, 177, 240);
}

ul.tags li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

ol#commentlist{
	padding: 0;
	list-style: none;
}

ol#commentlist ol{
	list-style: none;
	padding-left: 20px;
}

ol#commentlist li{
	padding: 5px;
	padding-left: 0;
	padding-right: 0;
	display: block;
	/*border-left: 1px solid #222;*/
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
}

/*ol#commentlist li div.author{
	font-size: 1.2em;
}*/

ol#commentlist li div.comment{
	background-color: #222;
	padding: 10px;
	margin-top: 5px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
}

div.entry p.postmetadata{
	margin-top: 5px;
}

div#respond{
	padding: 0;

	padding-bottom: 30px;
}

div#respond p{
	margin-top: 5px;
}

div.entry{
	margin-bottom: 10px;
}

div.entry small{
	font-size: 12px;
	color: #999;
}

div.work{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.work.previous{
	opacity: 0.1;
	left: -940px;
}

div.work.next{
	opacity: 0.1;
	left: 940px;
}

div.work img.main{
	position: absolute;
	top: 31px;
	left: 55px;
	padding: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgb(0, 177, 240);
	background-color: rgba(0, 177, 240, 0.5);
}

div.navigation.disabled{
	opacity: .3;
}

div.work ul.thumbs{
	list-style: none;
	/*position: absolute;*/
	float: right;
	clear: right;
	right: 0;
	/*bottom: 29px;*/
	width: 347px;
	height: 63px;
	margin-top: 10px;
	margin-right: 28px;
}

div.work ul.thumbs li{
	float: left;
	margin-right: 20px;
}

div.work ul.thumbs li img{
	height: 53px;
	width: 80px;
	padding: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgb(0, 177, 240);
	background-color: rgba(0, 177, 240, 0.5);
}

div.work h2{
	text-shadow:rgba(255,255,255,0.6) 0px -1px 0, rgba(0,0,0,1) 0 2px 0;
	position: relative;
	float: right;
	margin: 10px;
	margin-right: 55px;
	top: 22px;
	width: 320px;
	font-size: 36pt;
}

div#main div.navigation{
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	top: 0px;
	display: block;
	width: 50px;
	height: 100%;
	background-color: #333;
	background-color: rgba(255,255,255,.1);
}

div.vertical_center{
	position: absolute;
	top: 50%;
}

div#main div.backward{
	left: 0;
	border-right: #111 solid 1px;
}

div#main div.forward{
	right: 0;
	border-left: #111 solid 1px;
}

div#main .navigation a{
	font-size: 16px;
	position: relative;
	top: -10px;
	left: 4px;
	border: 1px solid #000;
	-webkit-border-radius:20px;
	-moz-border-radius:10px;
	padding: 10px;
	padding-left: 15px;
	padding-right:  15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #115c7d;
	color: #115c7d;
}

div#main .navigation a:hover{
}

div#main .navigation.hover{
	background-color: #222;
	background-color: rgba(255,255,255,.05);
	cursor: pointer;
}

div#main .navigation a.hover{
	border: 1px solid #000;
	color: #000;
}

div.work p{
	position: relative;
	float: right;
	clear: right;
	margin: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 55px;
	width: 320px;
	line-height: 20px;
	font-size: 14px;
}

div#contact{
	padding-top: 10px;
	padding-bottom: 10px;
}

div#contact h2{
	text-shadow:rgba(255,255,255,0.6) 0px -1px 0, rgba(0,0,0,1) 0 2px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	width: auto;
	font-size: 36pt;
}

.no_border{
	border: none !important;
}
