/** 
 * @section HTML Styles
 * base code taken from 9elements.com
 * Modified by Sachi Shirasaka for 54chi,llc
 * All background pictures from Flickr. Check the source for the URLs.
 */ 
html {
	height: 100%;
	overflow:hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-size: 100.01%;
	height: 100%;
	color:#fff;
	background:#000;
}

a {
	color:#A6D233;
	text-decoration:underline;
}

a.back {
	display:block;
	margin-top:5px;
	color:#FF7C00;
}

a:hover {
	color:#CC4A00;
}

strong {
	font-weight:bold;
}

h2 {
	margin:0 0 12px -4px;
	padding:0;
	font-size:60px;
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
	line-height:80px;
}

h2 strong {
	font-weight:bolder;
}

p {
	margin-bottom:7px;
}

/** 
 * @section Bugfixes and shortcuts
 *
 * This section contains bugfixes and shortcuts
 */ 

.clearfix {display:inline-block;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.left { float:left; }
.right { float:right; }
.hide { display:none; }

#content {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 4;
}  

#logo {
/*	background:#A6D233 none no-repeat scroll 90% 50%;*/
	/*border-bottom:1px solid #4F4F4F;
	border-top:1px solid #000000;*/
	/*height:300px;
	margin:0 auto;
	position:absolute;
	top:0;
	right: 5%;
	width:150px;
	z-index:3;
	text-align: center;
	padding: 20px;*/
	float: left;
	left: 0;
	width: 150px;
}

#screen-container {
	position:absolute;
}

ul.images li {
	float:left;
	margin-right:14px;
}

ul.images li img {
	padding:1px;
	border:1px solid #777;
	
}

.screen {
}

.big-padding {
	padding-top:250px;
	padding-left:50px;
}

.medium-padding {
	padding-top:150px;
	padding-left:50px;
}

.small-padding {
	padding-top:50px;
	padding-left:50px;
}

.le-box-1 {
	width:500px;
	padding:50px;
	background: transparent url(../images/black-transparent.png);
}

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
		


