/**
* main CSS
*  Created: August 8, 2010
*  Last modified: March 8, 2011
*/

@import url('reset.css');
@import url('nivo-slider.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,400italic,900);

*{
	margin:auto;
	padding:0;
	}
	a{
	color:#007FFF;
	text-decoration: none;
	outline: none;
	}
	a:hover{
	text-decoration: underline;
	
	}
	img{
	border:none;
	}
	html, body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	
	}
	body {
	background:#000;
	}

	#loading {
	position: absolute;
	/*top: 49.5%;*/
	top: 40.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url('../images/decor/progress.gif');
	}
	#supersize{
	position:fixed;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	}
	#supersize img, #supersize a{
	height:auto;
	width:100%;
	position:absolute;
	z-index: 0;
	}
	#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
	}
	#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
	}
	
	#footer {width: 960px; margin: auto; color: #444; font-size: 11px; text-align: right; padding: 20px 0px; font-family: Arial, Helvetica, sans-serif; margin-top: 10px;}
  			
	.padMe {padding: 0px 5px 0px 5px;}
	
	a:link, a:visited {color: #898989;text-decoration: none;}
	a:hover {color: #999;}
	
	#everything {
	/*border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 1px solid #1f1f1f;
	border-top: 1px solid #1f1f1f;
	border-top: 2px solid rgb(63, 63, 63);
	
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	background: rgba(0, 34, 49, 0.5);*/
	
	padding: 10px 0px 50px 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	min-height: 500px;
	}
	
	
	#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	}
	
::selection
{
color: black;
background-color: #00baff;
}
::-moz-selection
{
color: black;
background-color: #00baff;
}

iframe {
width: 100%;
height: 350px;
border: 0;
margin-top: 20px;
}

#content {
margin: auto;
width: 960px;
min-width: 960px;
text-align: left;
color: #898989;
padding: 10px 30px;
background-color: rgba(50, 50, 50, 0.95);
border-radius: 3px;
}

#siteInfo h1 {
letter-spacing:1.5px;
font-size: 42pt;
font-weight: 100;
margin-top: 7px;
margin-bottom: 7px;
}


#siteInfo {
	height: 80px;
	text-align: left;
	position: absolute;
	top: 10px;
	text-shadow: 0px 0px 30px gray;
}

#siteInfo a {
	color: #ffffff;
}

#siteInfo a:hover {
	color: rgba(255, 255, 255, 0.7);
}


#navi {
	width:180px;
/* 	height: 388px; */
	margin-top: 12px;
	margin-right: 55px;
	color: #fff;
	display: inline-block;
	text-transform:uppercase;
	font-size: 10pt;
font-weight: 900;
letter-spacing: 2px;
vertical-align: top;
}


#navi a {
color: #fff;
}

#navi li {
padding: 5px 0px 5px 0px;
}

.mainNavi a:hover {
	color: #00baff !important;
}


#section, body, html, #everything {
width: 100%;
min-width:960px;
}

div#section0 #navi li#navi0 a,
div#section1 #navi li#navi1 a,
div#section2 #navi li#navi2 a,
div#section3 #navi li#navi3 a,
div#section4 #navi li#navi4 a,
div#section5 #navi li#navi5 a,
div#section6 #navi li#navi6 a,
div#section7 #navi li#navi7 a,
div#section8 #navi li#navi8 a, 
div#section9 #navi li#navi9 a {
	border-bottom: 2px solid #00baff;
}


#contentArea {

	width: 720px;
	display: inline-block;

	overflow: auto;
	margin-top: 12px;
	
}

#contentArea h2 {
margin-bottom: 10px;
}


.pub-item, div.itemized {
margin-bottom: 20px;
background-color: #222;
padding: 20px;
border-radius: 3px;
overflow: hidden;
}

#projectList {
	margin-top: 35px;
	height: 200px;
	overflow: auto;
}

#projectList .date {
	padding-right: 11px;
}

#projectList ul li {


padding: 7px 0 7px 15px;
border-top: 1px solid #555555;
letter-spacing: 1px;
font-size: 13pt;
}

#projectList li a {
	color: #ffffff;
	display: block;
	width: 100%;
}

#contentArea a:hover, #projectGrid a:hover h2 {
	cursor: pointer;
	color: #00baff;

}

#projectList li:hover {
	border-top: 1px solid #ffffff;
}

#projectList li:hover + li {
	border-top: 1px solid #ffffff;
}

#projectList li#lastItem {
	background: none;
	margin: 0;
	padding: 0;
}

#projectList li#lastItem:hover {
	border-top: 1px solid #555555;
}



#contentArea .date {
	float:none;
	font-size: 7.5pt;
	color: #cacaca;
	padding-top: 4px;
	font-weight: 100;
letter-spacing: 1px;
text-transform: uppercase;
}

#contentArea .projectGridItem a:hover, #contentArea .projectGridItem a:hover * {
text-decoration: none !important;
}

#contentArea .projectGridItem a {
text-decoration: none;
}

#newsTitle, #newsTitle a {
	color: white;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 1px;
	

 border-bottom: 1px solid #666666;
/*  margin-right: 7px; */
 padding: 0px 0 10px 0;

}

#newsTitle .date {
	/*color: #989898;
	padding-right: 30px;
	letter-spacing: normal;
	*/
	padding-top: 5px;
}

#newsTitle {
  
}

#contentArea #filterBy {
	font-size: 7.5pt;
	color: #00baff;
	font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
}
#projectGrid #filterBy {
margin-bottom: 20px;
}

#contentArea #filterBy a {
	font-size: 7.5pt;
	padding-left: 2px;

}


#htmlContent, .excerpt, #posts p {
	margin-top: 20px;
font-size: 9pt;
line-height: 1.5em;
	color: #ffffff;
}

#htmlContent h2, #projectGrid a h2, #htmlContent h4, #posts h4 a {
	color: #ffffff;
font-size: 12pt;
letter-spacing: 1px;
}
#projectGrid h2 {
margin-bottom: 0px;
}

#htmlContent a {
	color: #00baff;
}

#htmlContent h4 {
	color: #ffffff;
}
#posts img {
margin-top: 5px;
max-width: 100%;
height: auto;
}

#posts .postdate {
font-size: 9.5pt;
}
#posts {
	margin-top: 20px;
}
.post {
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}

#htmlContent p, #posts p {
	font-size: 9pt;
}

#htmlContent a:hover {
	text-decoration: underline;
}

#htmlContent img {
	float: left;
	
	margin-right: 10px;
}

#section0 #htmlContent h4, #current h4 {
margin-bottom: 10px;
}

#section0 #htmlContent .upcomingDate {
color: #fff;
}

#section0 #htmlContent .itemized, #current .itemized {

}
#section0 img {
float: none;
}
#current #htmlContent p.itemized:first-child {

}
#current {
    padding: 0px 0px 10px 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
}

.clearer {
clear: both;
}


#projectGrid {
margin-top: 30px;
overflow: hidden;
}
#projectGrid h2 {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
#subcontentGrid-filter {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 15px 0;
	margin-top: 20px;
}

.gridMargin {
}
.projectGridItem {
margin-bottom: 45px;
width: 210px;
height: 226px;
float: left;
overflow: hidden;
}
.projectGridItem:nth-child(3n+2) {
margin-right: 45px;
margin-left: 45px;
}
#section .projectGridItem:nth-child(3n+2) {
margin-right: 25px;
margin-left: 25px;
}
#section .projectGridItem {
margin-bottom: 10px;
}
.project-image-wrap {
margin-top: 5px;
height: 100%;
background: gray;
}
#current #htmlContent {
height: 120px;
overflow-y: scroll;
margin-top: 10px;
}

#slider {
margin-top: 15px;
}
#section #slider {
margin-top: 0px;
}