@charset "utf-8";
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
}
#header {
	height: 200px;
	width: 950px;
	position: static;
	padding: 25px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	top: 0px;
	height: 1200px;
}

body {
	font-family: Inconsolata;
	font-size: 100%;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-family: 'Reenie Beanie', arial, serif;
	;
	;
	font-size: 1.5em;
	vertical-align: top;
}

#social {
	height: 50px;
	width: 350px;
	top: 0px;
	position: inherit;
	right: 0px;
	padding-top: 25px;
	float: right;
	text-align: right;
}
.service {
	height: 400px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 1000px;
	position: absolute;
	height: auto;
	text-align: center;
	font-family: 'Molengo', arial, serif;
	;
	;
	margin-top: 5px;
}
#design {
	height: 400px;
	width: 300px;
	position: relative;
}
#art {
	height: 400px;
	width: 300px;
	position: relative;
}
#presence {
	height: 400px;
	width: 300px;
	position: relative;
}
#logo {
	height: 75px;
	width: 350px;
	top: 0px;
	position: inherit;
	float: left;
	left: 0px;
	padding-top: 15px;
}
#wrapper #main table {
	text-align: center;
	font-family: 'Molengo', arial, serif;
	;
	;
	font-size: 0.85em;
	margin-bottom: 35px;
}
#bio {
	height: 100px;
	width: 1000px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(images/bio_bg.jpg);
	background-repeat: no-repeat;
}
#contact {
	position: relative;
}

#footer {
	height: 30px;
	width: 1000px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	font-size: .7em;
}
#wrapper #projects {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:30px;
	width:30px;
}


/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}

/* some styling for triggers */
	#triggers {
		text-align:center;
	}
	
	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;
	
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		
	}

