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

body { 
	padding: 10px; 
	margin: 0; 
	background-color: #CCC; 
	text-align: center; 
	height: 100%; 
	font-family: monospace; 
	font-size: 12px; 
	background: url(../images/city_bg.jpg) 0 105% repeat-x;
}

/* LAYOUT */ 

#header {
	position: relative; 
	width:1000px; 
	height: 40px; 
	margin: 0 auto; 
	padding: 0; 
	background-color: #FFF; 
	overflow: visible;
}

#middle {
	position: relative; 
	width:1000px; 
	height: 540px; 
	margin: 0 auto; 
	padding: 50px 0 0 0; 
	background: url(../images/homepage2010_bg.jpg) center no-repeat;
}

#footer {
	position: relative; 
	width:1000px; 
	height: 14px; 
	margin: 0 auto; 
	padding: 1px 0; 
	background-color: #FFF;
}

.frame {
	text-align: left; 
	margin: 0; 
	padding: 0 10%; 
	width: 80%; 
	overflow: visible;
}

/*HEADER*/

.toplinks {
	float: right; 
	width: 100%; 
	height: auto; 
	text-align: right; 
	margin: 2px;
}

.menu {
	float: left; 
	width: 100%; 
	height: auto; 
	text-aign: left; 
	margin: 2px; 
	overflow: visible;
}

/*MIDDLE*/
.left {
	float: left; 
	width: auto; 
	text-align: left; 
}

.right { 
	float: right; 
	width: auto; 
	text-align: right; 
}

.pillbox { 
	margin: 0; 
	width: 450px; 
	/* for IE */ filter:alpha(opacity=70); 
	/* CSS3 standard */ opacity:0.7; 
	text-align: left;
}

.overlay .pillbox {
	margin: 0 auto; 
	width: 450px; 
	/* for IE */ filter:alpha(opacity=90); 
	/* CSS3 standard */ opacity:0.9; 
	text-align: left;
}

.pillbox .pb_top { 
	float: left; 
	width: 450px; 
	height: 10px; 
	/*PB top*/background: url(../images/pb2010_top.png) 0 0 no-repeat;
}

.pillbox .content { 
	float: left; 
	width: 440px; 
	height: auto;
	/*content area*/background-color: #D9E4E4; 
	padding: 0 5px; 
	display:block; 
}

.pillbox .pb_bottom { 
	float: left; 
	width: 450px; 
	height: 10px; 
	margin-bottom: 10px; 
	/*PB bottom*/background: url(../images/pb2010_bottom.png) 0 -10px no-repeat;
}

/*FONTS*/
h1 {
	font-size: 160%; 
	color: #333; 
	filter:alpha(opacity=70); 
	/* CSS3 standard */ opacity:0.70; 
}

h2, 
h3 {
	font-size: 200%; 
	color: #FFF; 
	filter:alpha(opacity=90); 
	/* CSS3 standard */ opacity:0.9; 
} 

p {
	font-size: 90%; 
	margin: 0 5px 5px 5px;
}

.name {
	margin: 1px 0; 
	padding: 0;
}

.website {
	font-size: 80%; 
	margin: 0 0 7px 0; 
	padding: 0; 
	color: #3C679F;
}

.skills, 
.title {
	font-size: 125%; 
	margin: 0 0 10px 0; 
	padding: 0; 
	color: #3C679F; 
	font-weight: bold; 
	font-stretch:condensed; 
	word-spacing: -4px;
}

.info, 
.date, 
.services {
	font-size: 90%; 
	color: #666; 
	margin: 7px 0 0 0; 
	padding: 0;
}

#footer, 
#footer a {
	font-size: 10px; 
	color: #A9B4B4;
}

.toplinks, 
.toplinks a {
	font-size: 10px; 
	color: #A9B4B4; 
	margin: 2px 0;
}

.menu, 
.menu a {
	font-size: 120%; 
	color: #3C679F; 
	margin: 2px 15px 0 0; 
	overflow: visible;
}

a, 
a:link, 
a:hover, 
a:visited {
	text-decoration: none; 
	overflow: visible; 
}

.menu a:hover {
	font-size: 120%; 
	color: #A9B4B4; 
	margin: 2px 15px 0 0;
}

.menu .active {
	background: url(../images/active.png) top no-repeat;
}

#contactarea a, 
#contactmessage a { 
	color: #A9B4B4; 
}

#contactarea a:hover, 
#contactmessage a:hover { 
	color: #CCC; 
}

/* CLASS ELEMENTS */ 

.overlay {
	position: absolute;
	text-align: center;
	width: 1000px;
	height: 540px;
	margin: -50px 0 0 -100px;
	padding: 50px 0 0 0;
	background: url(../images/portfolio/overlay_bg.png) 0 0 repeat;
}

.thumbarea {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	margin: 0;
	background: url(../images/portfolio/blackoverlay_bg.png) 0 0 repeat;
}

.thumbarea .currentThumb {
	height: 100px; 
	margin: -12px 6px 12px 6px;
	border: 1px solid #000;
	-moz-box-shadow: 10px 10px 10px #333;
	-webkit-box-shadow: 10px 10px 10px #333;
	box-shadow: 10px 10px 10px #000;
}

.thumbarea .thumb { 
	height: 70px;
	margin: 15px 3px;
	/* for IE */ filter:alpha(opacity=70);
	/* CSS3 standard */ opacity:0.7;
	padding: 1px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #000;
}

.thumbarea .thumb:hover {
	/* for IE */ filter:alpha(opacity=90);
	/* CSS3 standard */ opacity:0.9;
	border: 1px solid #CCC;
	padding: 0;
}

.image {
	width: 100%;
	margin: 3px 0 7px 0;
	padding: 0;
}

.content {
	margin: 0;
	padding: 0 5px;
	height: auto;
	overflow: hidden;
	color: #000;
}

#contactarea, #contactmessage {
	position: absolute;
	top: 50px;
	width: 900px;
	height: 100px;
	margin: -50px 0 0 -100px;
	padding: 5px 50px;
	background: url(../images/portfolio/blackoverlay_bg.png) 0 0 repeat;
	z-index: 100;
	color: #A9B4B4;
	font-size: 12px;
}

#contactarea input {
	height: 12px;
	border: 1px solid #CCC;
	background: #000;
	color: #FFF;
	font-size: 10px;
}

#contactmessage h2 {
	text-align: center;
	margin: 5px 0;
	font-size: 18px;
}

/* BUTTONS */
.image_buttons {
	text-align: center;
}

.previous_button{
	position: absolute;
	top: 40%;
	left: 225px;
	margin: 0;
	padding: 0;
	border: none;
	width: 30px; 
	height: 30px;
	margin: 5px 7px;
	/* for IE */ filter:alpha(opacity=80);
	/* CSS3 standard */ opacity:0.8;
}

.next_button {
	position: absolute;
	top: 40%;
	right: 225px;
	margin: 0;
	padding: 0;
	border: none;
	width: 30px; 
	height: 30px;
	margin: 5px 7px;
	/* for IE */ filter:alpha(opacity=80);
	/* CSS3 standard */ opacity:0.8;
}

.previous_button:hover, .next_button:hover {
	/* for IE */ filter:alpha(opacity=50);
	/* CSS3 standard */ opacity:0.5;	
}
