/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Alegreya+SC:700|Cutive+Mono);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ 
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #810606;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: auto;
    height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
*/
.js_box {
	width: 1000px;
	height: 750px;
	position: relative;
}

.js_box > h1 {
	z-index: 9999;
	font-weight: 400;
	padding: 50px 20px;
}

.js .js_box > h1 {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 0;
	left: 0;
	color: #f0f0f0;
	padding: 20px;
	font-size: 20px;
}

.js_box > h1 a {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: 700;
}

.js_box > h1 a:hover,
.js_box > h1 a.demo-current {
	color: #222;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9999;
	background: rgba(255,255,255,0.4);
}

.js .codrops-top {
	position: absolute;
	width: 1000px;
	left: 0;
	top: 0;
	background: transparent;
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	color: rgba(0,0,0,0.7);
	display: inline-block;
}

.codrops-top a:hover {
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
 #u_navibox {
	height: auto;
	width: 1000px;
	float: left;
	padding-bottom: 10px;
}
 #u_navibox h1 {
	position: relative;
	left: 30px;
	top: 24px;
	height: auto;
	width: 970px;
	color: #999;
	font-size: 13px;
}
.up {
	text-align: right;
	margin-top: 0px;
	margin-right:20px;
	float: right;
}
.under_navi {
	float: left;
	position: relative;
	left: 84px;
	bottom: 0px;
	width: 900px;
	text-align: center;
}
.under_navi li {
	font-size: 12px;
	color: #333;
	list-style-type: none;
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	font-weight: normal;
}
.under_navi .at {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
/*
.body #container .js_box .right {
	width: 984px;
	padding-top: 0px;
	float: right;
	padding-right: 16px;
} 
.body #container .js_box .right ul li {
	font-size: 12px;
	color: #333;
	float: right;
	width: auto;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}
.body #container .js_box .right .bd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
*/
