@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'open_sans_condensed_bold';
  src: url('fonts/OpenSans-CondBold.ttf');
}

@font-face {
  font-family: 'open_sans_regular';
  src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'open_sans_condensed';
  src: url('fonts/OpenSans-CondLight.ttf');
  
}



h1, h2, h3 { 
font-family: 'open_sans_condensed_bold', 'Georgia', serif;
display: block;
margin:0;
padding:0;
border:0;
font-weight:normal;
}

body {
	background-color:#000;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	
	
	
}

h3 {
	font-size:20px;
	line-height:24px;
}


p { 
font-family: 'open_sans_regular', 'Georgia', serif;
font-size:13px;
margin:0;
padding:0;
border:0;
font-weight:normal;
}

.project_box {
	width: 180px;
	height:180px;
	
	margin: 8px;
	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
	
	position:relative;
    float:left;
	}
	

.project_box img {
	position:relative;
	border:none;
	width: 180;
    }
.project_box .roll {
	display:none;
    }
.project_box:hover .roll {
	display:block;
    position:absolute;
    z-index:1;
    left:0px;
    top:0px;
    width:180px;
    height:180px;
	background: rgba(0, 0, 0, 0.8);
	}

.project_text {
	padding-left:12px;
	padding-right:10px;
	width:170px;
    height:180px;
	color:#FFF;
	min-height: 10em;
    display: table-cell;
    vertical-align: middle 
	}
	
#featured {
	margin: 8px;
}

#container {
	display:block;
	width:800px;
	margin:auto;
	}
	
#page {
	}

#projects {
	background-color:#FFF;
	padding: 8px;
	}


.logo_header {
	display:block;
	width:560px;
	height:250px;
	position:absolute;
	margin-left:-64px;
	z-index:9;
	pointer-events:none;          
	background-image:url(images/logo.png);
	}
	
.float_breaker {
	clear:both;
}

#nav_menu {
	font-family: 'open_sans_condensed', 'Georgia', serif;
	font-weight:bold;
	height:148px;
	width:800px;
	font-size:22px;
	display: table-cell;
    vertical-align:bottom;
	text-align:right;	
}

#nav_menu a {
	color:#000;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
}
/*
#nav_menu a:hover {
	color:#FFF;
}*/

#nav_menu a:hover {
	background-color:#FFF;
	padding-left:8px;
	padding-right:8px;
	color:#F00;
}

#bottom {
	margin-top:20px;
	padding:8px;
	color:#666;
	margin-bottom:20px;
}


#bottom a {
	text-align:center;
	font-family: 'open_sans_condensed';
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	color:#999;
	margin-right:20px;
}

#bottom a:hover {
	color:#000;
	}

.bottom_nav p {
	margin-bottom:20px;
}

#bottom p {
	text-align:center;
}

.disclaimer {
	font-family: 'open_sans_regular', 'Georgia', serif;
	
	width:760px;
	margin:auto;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	
	}
	

a {
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#F00;
	text-decoration:none;
}
