/* Hybrid Vision by Stephen Cameron */

* {
    margin: 0;
}

html, body {
    height: 100%;
}


body {
	background: #3d3d3d url(../img/bg.png);
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #bbb;
}

a:hover, a:active {
	color: #fff;
}

p { margin: 0 0 12px 0; }

ul { margin-bottom: 10px; }


hr {
	color: #777;
	height: 1px;
}

/*== Sections ==*/
#container {
	width: 100%;
	min-width: 850px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px; /* based on footer height */
}

#header {
	background: url(/img/header-bg.png) repeat-x;
	height: 107px;
	position: relative;
}

#logo {
	background: transparent url(/img/header-logo.png) top left no-repeat;
	height: 107px;
	width: 426px;
	cursor: pointer;
}

#logo h1 { 
    display:none; 
}

#infinity {
	background: url(/img/header-infinity.png) top left no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	right: 8px;
	top: 9px;
}

#nav {
	position: absolute;
	top: 48px;
	left: 420px;
	height: 14px;
}
#nav ul { margin: 0; padding: 0; }
#nav ul li { float: left; list-style-type: none; }
#nav ul li a { 
	height:14px; 
	display:block; 
	text-indent:-9900px;
	outline: none;
}

#nav ul li a:hover, #nav ul li a.selected { background-position: 0 -14px; }

#navPortfolio { background-image: url(/img/nav-portfolio.png); width: 112px; }
#navServices { background-image: url(/img/nav-services.png); width: 117px; }
#navAbout { background-image: url(/img/nav-about.png); width: 101px; }
#navContact { background-image: url(/img/nav-contact.png); width: 89px; }

#content {
	color: #eee;
	padding: 0 10px 4px 20px;
}

#content h2 { 
    margin-top: 0;
    padding: 8px 0 0 0; 
}

#footer {
	background: #232323;
	color: #bbb;
	padding: 8px 0;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #111;
	clear: both;
	height: 20px;
	width: 100%;
	min-width: 850px;
}

.push { height: 36px; /* height of footer */ }

.static { width: 940px; margin: 20px 0 15px 20px; float: left; }