/* style.css - THE Style Sheet */

body {
	font-size: 14px;
	color: #FFFFFF;
	background: #000 url(../img/bg.png) repeat-x top;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #0099cc;
}

a:hover {
	color: #99ccff;
}

h2 {
	background: #1D1D1D url('img/section-bg.png') top left repeat-x;
	width: 98%;
	margin: 20px 0;
	padding: 10px;
	font-size: 28px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

li {
	margin-left: 15px;
	list-style: square;
}

.polaroid {
	border: solid #FFFFFF thin;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	margin: 5px;
}

#page {
	position: relative;
}

#notification {
	width: 800px;
	height: 30px;
	background-color: #09c;
	/*background: #1d1d1d url('../img/section-bg.png') repeat-x top;*/
	color: #fff;
	font-size: 20px;
	position: absolute;
	text-align: center;
	top: -50px;
	padding: 12px 5px 5px;
	z-index: 1000000;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
}

/****************************************************/
/******************* Header *************************/
/****************************************************/

#header {
	width: 100%;
	height: 82px;
	padding: 15px 0 0;
	position: relative;
}

#logo {
	float: left;
	margin-left: 30px;
}

#menu {
	position: absolute;
	bottom: 0; right: 30px;
}

#menu-ul {
	float: right;
	list-style: none;
	position: relative;
}

	#menu-ul li {
		display: block;
		float: left;
		width: 50px;
		margin: 0 20px;
		text-align: center;
		color: #FFF !important;
		line-height: 18px;
	}
		
		#menu-ul li .menu-indicator {
			height: 1px;
			margin-top: 3px;
			width: 50px;
			background: url(img/menu-indicator.png) repeat-x top center;
			opacity: 0.3;
		}

/****************************************************/
/******************* Contact ************************/
/****************************************************/

#contact {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 250px;
	background: #1d1d1d url('../img/section-bg.png') repeat-x top;
	padding: 5px 10px;
	box-shadow: 0 0 5px #111;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;*/
}

#contactform {
	position: fixed;
	bottom: -200px;
	right: 10px;
	width: 500px;
	background: #1d1d1d url('../img/section-bg.png') repeat-x top;
	padding: 5px 10px;
	box-shadow: 0 0 5px #111;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;*/
}

#contactleft {
	float: left;
	width: 185px;
	height: 160px;
	position: relative;
}

#contactright {
	float: right;
	width: 300px;
	height: 160px;
	position: relative;
}

input.formtext{
	width: 166px;
}

textarea.formtext {
	width: 295px;
	height: 117px;
}

.formtext{border:#999 2px solid;background:#fff; padding: 2px; outline: none; color:#000; margin: 0;}
.formtext:hover{border:#09c 2px solid;}
.formtext:focus{border:#09c 2px solid;background:#aef;}

.submit {
	width: 61px;
	height: 14px;
	text-align: center;
	position: absolute;
	right: 11px; bottom: 20px;
}

#hideform {
	width: 61px;
	height: 12px;
	font-size: 12px;
	position: absolute;
	left: 0px; bottom: 20px;
}

/****************************************************/
/******************** Index *************************/
/****************************************************/

#background {
	width: 100%;
	position: absolute;
	top: 288px;
	height: 513px;
	background:  url(../img/index-bg.png) repeat-x top;
	z-index: -1;
}

/* Top */

#top {
	height: 320px;
	/*margin-top: 20px;*/
}

	#top-text {
		text-align: center;
		float: left;
		width: 300px;
		font-size: 18px;
		margin-top: 75px;
		text-shadow: rgb(0, 0, 0) 0px 0px 10px;
	}

	#laptop {
		height: 320px;
		width: 524px;
		background:  url(../img/laptop.png) repeat-x bottom;
		float: right;
		position: relative;
	}
	
/* Middle */

#middle {
	height: 229px;
}

	.middle-item {
		width: 260px;
		height: 229px;
		float: left;
		background:  url(../img/middle-seperator.png) no-repeat right bottom;
		text-align: center;
		padding: 0 20px;
	}
	
	.middle-item:last-child {
		background: none !important;
	}
	
		.middle-item .thumbnail img {
			border: solid #FFFFFF thin;
			-moz-box-shadow: 0px 0px 10px #000000;
			-webkit-box-shadow: 0px 0px 10px #000000;
			margin-bottom: 10px;
		}
		
		.middle-item .text {
			text-align: justify;
		}
		
/* Bottom */

#bottom {
	height: 262px;
	color: #000;
}

	table tr td {
		float: left;
		height: 100px;
		width: 400px;
		margin: 10px 20px 10px;
	}
	
		table tr td .icon {
			float: left;
			width: 50px;
			height: 70px;
			text-align: center;
			padding-top: 30px;
		}
		
		table tr td .text {
			float: right;
			width: 340px;
		}		

/****************************************************/
/******************** About *************************/
/****************************************************/

.section {
	background: #1d1d1d url('../img/section-bg.png') repeat-x top;
	padding: 10px;
	margin: 20px 0;
	width: 98%;
}

.elliott {
	width: 46%;
	float: left;
	margin: 0;
}

.ben {
	width: 46%;
	float: right;
	margin: 0;
}

/****************************************************/
/******************* Portfolio **********************/
/****************************************************/

.sitediv{
width: 900px;
background:#3d3d3d;
overflow:hidden;
height: 100px;
border: #fff thin solid;
margin: 10px 0px;
opacity:0.5;
}
.sitediv .right{
float:right;
display:none;
padding: 5px;
width: 450px;
height: 100%;
background:#000;
background:rgba(0,0,0,0.8);
}
.sitediv .right h3{
font-size:26px;
font-weight:bold;
}
.sitediv img{
float:left;
display:inline;
width: 900px;
}
.visitbutton{
background:#09c;
padding: 2px 5px;
/*border-radius: 5px;*/
color:#fff;
}
.current-site {
	display: block !important;
}


.site-block {
	height: 300px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	overflow: hidden;
	display: none;
	background-color: #000;
}

.site-description {
	position: absolute;
	top: 0; left: 0;
	width: 400px;
	height: 300px;
	background:url('/img/semitransparent.png');
	padding: 10px;
}

.site-analysis {
	position: absolute;
	top: 280px; left: 420px;
	width: 20px;
	height: 20px;
	background:url('/img/semitransparent.png');
	text-align: center;
}

	.site-analysis .out {
		display: none;
	}
	
/* Overlay */

.overlay {
	position: absolute;
	top: 0; left: 0;
	z-index: 20;
	opacity: 0;
}

.box {
	position: absolute;
	border: #000 1px solid;
	background-color: rgba(0,0,0,0.7);
}

.box * {
	opacity: 1;
	margin: 5px;
}

/* Navigation */

#portfolio-navigation {
	width: 95%;
	text-align: center;
}

.site-thumbnail {
	display: inline-block;
	cursor: pointer; 
}
		
/****************************************************/
/******************* Footer *************************/
/****************************************************/

#footer {
	height: 140px;
	clear: both;
	background-color: #000;
	z-index: 100; 
}

	#footer>p {
		line-height: 30px;
		text-align: center;
	}

	#footer-content {
		border-top: #fff solid 1px;
		opacity: 0.33;
	}
	
		#footer-content #left {
			float: left;
			width: 50%;
			padding: 10px;
		}
		
		#footer-content #right {
			float: right;
			width: 45%;
			padding: 10px;
			border-left: #fff solid 1px;
		}
