/* @override http://localhost:8888/css/noFlashPort.css */

body {
	background: url(../images/gradient_bg.jpg) fixed center top;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-width: 900px;
}

div#container {
	margin-left: 80px;
}

img#logo {
	margin-top: 80px;
	float: left;
}

p#intro {
	color: #454545;
	margin-top: 65px;
	font: italic 16px/25px Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
	width: 432px;
	float: left;
	clear: left;
}

/* @group Contact */

div#contact {
	float: left;
	width: 220px;
	margin-top: 36px;
}

div#contact h2 {
	color: #488912;
	text-transform: uppercase;
	font-size: 10px;
}

div#contact p {
	font: 13px/13px Georgia, "Times New Roman", Times, serif;
}

div#contact a {
	color: #1f1f1f;
}

div#contact a:hover {
	color: #488912;
}



/* @end */

/* @group Portfolio */

div#portContainer {
	float: left;
	margin-right: 40px;
	margin-top: 30px;
}

div#portContainer h2 {
	color: #4b4b4b;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 9px;
	margin-bottom: 49px;
}

div.thumbSet {
	float: left;
	width: 192px;
	height: 160px;
}

div.thumbSet h3 {
	margin-top: 2px;
	font-variant: normal;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #00894a;
}

div#portContainer a img {
	margin-bottom: 5px;
	border: 1px solid #fff;
}

div#portContainer img.largeImg {
	margin-bottom: 20px;
	clear: left;
	float: left;
}

div#portContainer h3 {
	float: left;
	margin-top: 0;
	width: 280px;
	margin-right: 30px;
	color: #474747;
}

div#portContainer p.projectDescription {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 20px;
	float: left;
	width: 540px;
	margin-top: 0;
}



/* @end */

/* Clear Fix
 */

div#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}