@charset "utf-8";

/* Base styles */
body {
	background:#000000 url(images/bg.gif) repeat;
	color:#FFFFFF;
	padding:0;
	margin:0;
	font:0.95em Arial, Helvetica, sans-serif;
	letter-spacing:0.01em;
	line-height:1.4;
}
ul {
	list-style:none;
	padding-left:0;
	margin-left:0;

}
ul li {
	margin-left:0;
	margin-bottom:1em;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a img {
	border:none;
}
h2 {
	border-bottom:2px solid #0071bc;
	padding-bottom:0.3em;
}


/* ID Specific */
#container {
	background:#000000 url(images/swirlie.png) 99% 99% no-repeat;
	border:1px solid #6e6d6d;
	width:950px;
	position:relative;
	margin:16px auto;
}
#nameTag {
	position:absolute;
	right:-20px;
	top:20px;
	text-indent:-10000px;
	background:url(images/nametag.png) no-repeat;
	width:286px;
	height:206px;
	z-index:100;
}
#featureImage {
	width:950px;
	height:475px;
	background:url(images/feature_1.jpg) no-repeat;
}
#caption {
	text-align:right;
	padding:326px 42px 0 0;
	font-size:0.8em;
}
#portfolio {
	margin:-105px 42px 100px;
}
#footer {
	width:950px;
	margin:0 auto 25px;
	color:#b1b0b0;
	font-size:0.8em;
}
#copyright {
	margin-left:42px;
}
#socialLinks {
	float:right;
}
#socialLinks img {
	float:left;
	margin-right:20px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#socialLinks img.last {
	margin-right:0;
}
#socialLinks img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

/* Portfolio styles */
#portfolio .sample {
	text-align:center;
	width:150px;
	float:left;
	margin-right:28px;
}
#portfolio .sample.last {
	margin-right:0;
}
#portfolio .sample img {
	display:block;
	border:1px solid #8b8b8b;
	margin-bottom:6px;
}

/* Columns */
.two-col {
	clear:both;
	margin:0 42px;
	padding:30px 0;
}
.two-col .col {
	float:left;
	width:393px;
	margin-right:80px;
}
.two-col .col.last {
	margin-right:0;
}
.clear {
	clear:both;
}

/* Contact */
.contactHeader {
	font-weight:bold;
	margin-right:25px;
}

/* Overlays */
.overlay {
	display:none;
}
.innerWrap {
	color:#000000;
}
.innerWrap h2 {
	border:none;
	margin:0 0 0.2em;
}
.innerWrap a:link {
	color:#434be8;
}
.innerWrap a:hover {
	color:#434be8;
}
.innerWrap a:visited {
	color:#434be8;
}
.innerWrap .description {
	color: #898989;
}
.innerWrap img {
	padding-right:25px;
}
.innerWrap ul {
	list-style:disc;
	padding-left:5px;
	margin-left:10px;
}
.innerWrap ul li {
	margin-bottom:0.6em;
}
.innerWrap .left {
	float:left;
}
.innerWrap .col1 {
	width:175px;
}
.innerWrap .col2 {
	width:320px;
}
.currentTextHolder {
	color:#000000;
}
.pp_nav p {
	margin:-1px 8px 1px !important;
}