/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration: none; color:#fff;}
a:hover { background-color:#ccc; color:#000;}
.clear {clear:both;}

/* typography.css */
body {
	font-size:75%;
	color:#fff;
	background:#050500;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;color:#fff;
	}
	
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
	}
	
h2 {
	font-size:22px;
	line-height:28px;
	margin-bottom:7px;
	}
	
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

p {margin:0 0 5px 0;}



/* layout.css */
body {
	background: #050500 url(images/bg.gif) repeat top center;
	}
	
#header {
	background: url(images/header_bg.gif) repeat top center; 
	display:block; 
	height:350px;
	}	
	
#header_wrapper {
	background: url(images/header.gif) no-repeat top center;
	width:900px;
	margin:0 auto;
	height:350px;
	}	
	
#contact {
	height:35px;
	width:292px;
	display:block;
	position: fixed;
	margin-left: -49px;
	}
	
#contact_alt {
	background: url(images/contact.gif) no-repeat;
	height:35px;
	width:292px;
	display:block;
	}
	
#body_wrapper {
	width:900px;
	margin:0 auto;
	}	
	
#left_col {
	width:250px;
	float:left;
	}	
	
#right_col {
	width:630px;
	float:right;
	}	
	
.project {
	background:url(images/black.png) repeat;
	width:610px;
	padding:10px;
	margin-bottom:100px;
	}

.details {margin-top:10px;}

.specs {float:left;}

.info_btn a {
	background: url(images/info_btn.gif) no-repeat;
	width:60px;
	height:20px;
	float:right;
	margin-left:5px;
	cursor: pointer;
	}
	
.info_btn a:hover {background-position: 0 -20px;}

.visit_btn a {
	background: url(images/visit_btn.gif) no-repeat;
	width:60px;
	height:20px;
	float:right;
	}
	
.visit_btn a:hover {background-position: 0 -20px;}

.blank_btn {
	background: #000;
	width:60px;
	height:20px;
	display: block;
	float:right;
	}

#footer {
	background:url(images/black.png) repeat;
	width:610px;
	padding:10px;
	clear:both;
	float:right;
	}
	
.project a:hover .over  {
	background: url(images/project_over.png);
	width: 610px;
	height: 400px;
	display: block;
	z-index: 20;
	position: absolute;
	}


