/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* ------------------Resized Background--------------*/
body {
	line-height:21px;
	color:#999999;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #000000;
	width:100%; 		
	height:100%;
}
#load {  
    display: none;  
    position: absolute;   
    top: 10px;  
    background: url(http://tylerstefanich.com/extra/ajax-loader.gif);  
    width: 43px;  
    height: 11px;  
    text-indent: -9999em;  
}
#random {
left:0;
position:fixed;
top:0;
width:100%;
}
#background {
	width:100%;
}

/* ------------------Title/Medium Headers--------------*/
.first_word{
font-size: 18px;
color:#666666;
}
.second_word{
font-size: 11px;
color:#666666;
font-style: italic;
}
/* ------------------TTTTTTTTTTTTTTTT--------------*/
body.section-1 { }
body.section-2 { }
body.section-3 { }

/* ------------------Links--------------*/
a:link { text-decoration: none; color: #666666;}
a:active { text-decoration: none; color: #666666;}
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #666666;}

a img { border: none; }

/* ------------------This Div contains everything But body/random/ --------------*/
#scroller {
position:absolute;
min-height:100%;
top:0;
left:0; 
margin-bottom:400px;
z-index:2;
}
/* ------------------Title/Medium Headers--------------*/
#content {
	z-index:998;
    margin: 100px 0 0 215px;
    top: 0px;
}

/* ------------------Container for Content for Everypage--------------*/
#containerContent {
	position:absolute;
	top:320px;
	left:215px;
	width: 670px;
	margin-bottom:500px;
	background-color:#ffffff;
    padding: 0px 5px 25px 50px;
}
/* ------------------Container for Contact info--------------*/
.containerContact {
	position:absolute;
	top:320px;
	left:215px;
	width: 670px;
	background-color:#ffffff;
    padding: 0px 5px 25px 50px;
}
/* ------------------Headers--------------*/
.containerHeader {
	top:270px;
	left:215px;
	position:absolute;
	width:675px;
}
/* ------------------Top of Body Content--------------*/
#contentHeader{
	z-index:998;
	position: absolute;
	font-size: 90px;
	font-weight: bold;
}
/* ------------------Menu--------------*/	

/* -----Image for Menu-------*/	
#contentMenu{  
	top:190px;
	left:69px;
	z-index:0;
	position: absolute;
}
/* -----Menu Div for Words-------*/	
#contentMenu2{
	line-height:26px;
	top:20px;
	left:25px;
	z-index:1;
	position: absolute;
	font-size: 18px;
	font-weight: regular;
}
/* -----Menu List Style-------*/	
#contentMenu2 li{
list-style-type:none;�
}
/* -----TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT-------*/

#content p { width: 510px; margin-bottom: 20px; }

#content .containerContact p {width:175px;}

p { margin: 0 0 9px 0;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
.nothumb {margin-bottom: 20px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/* ------------------Gallery Grid Layout -------------*/

#cola, #colb, #colc, #cold {
	width: 186px;
	float: left;
	padding: 0 0 0px 0;
	}

#cola, #colb, #colc {
	margin: 0 34px 0 0;
	}	
	
.item {
	margin: 0 0 21px 0;
	position: relative;
	}
	
.info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color:#FFFFFF;
	font-size:10px;
	font-style: italic;
	background-color: #666;
	background-image: url(../gallery/media/arrow_info.gif);
	background-repeat: no-repeat;	
	background-position: 162px 18px;
	display: none;
}
.item:hover .info {
display: block;
}
.item:hover .newprojects {
display:none;
}
.info h2 {
	font-size:13px;
	font-weight: normal;
	font-style:normal;
	margin: 0;
	padding: 15px 10px 4px 10px;
}
.info span {
	padding: 0 10px 0 10px;
}
div p.media {
	
}

/* ------------------Old Code Not being used -------------*/
#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

.containerMenu {
	
    padding: 5px 5px 25px 5px;
}

/* #cantact {
	z-index:998;
    height: 800px;
    top: 0px;
}
*/