/* sticky footer */
* {margin:0;padding:0;}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto; 
	min-height: 100%;
}

body {
	background-color: #fff;
	color: #666;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;	
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #de0184;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.3em;
}

h1#title  {
	position: absolute;
	left: -9000px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #111;
	line-height: 2em;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #111;
}

dl {
	margin-top: 1em;
	font-size: 93%;
}
dt {
	font-size: 110%;
	font-weight: normal;
	color: #111;
	line-height: 1.3em;
	margin-top: .7em;
}
dd.jobTitle {
	font-size: 100%;
	color: #111;
	margin-top: .5em;
}
dd {	
	margin-top: .3em;
	margin-left: 2em;
}

#header {
	height: 300px;
	overflow: hidden;
	background: #2d2d2d url(../images/bkgd_header.png) repeat-y;
	position: relative;
}
#header #titleLogo {
	position: relative;
	left: 50px;
	top : 70px;
	z-index: 10;
}
#header #titleImage {
	text-align: right;
}
#header #titleImage img {
	position: relative;
	right: 50px;
	top : -150px;
}

#header2 {
	height: 140px;
	overflow: hidden;
	background: #2d2d2d url(../images/bkgd_header.png) repeat-y;
	position: relative;
}
#header2 h1 {
	position: relative;
	left: 50px;
	top : 30px;
	z-index: 5;
	color: #fff;
	font-size: 46px;
	font-family: "Helvetica Neue", Helvetiva;
}
#header2 h1 span.pink {
	color: #de0184;
}
#nav {
	position: absolute;
	bottom: 0;
	left: 50px;
}
#nav ul {
	width: 100%;
	padding: 0;
	background: transparent;
}
#nav li  {
	width: 100%;
	list-style: none; 
	display: inline;
}
#nav a {
	font-family: "Helvetica Neue", Helvetiva;
	letter-spacing: .1em;
	padding: .2em 1.2em 1.5em;
	line-height: 1.5em;
	color: #111;
	background: #ccc;
	background: rgba(204, 204, 204, .5);
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#nav a:hover {
	background: rgba(204, 204, 204, .9);
	color: #de0184;
	text-decoration: none;
	
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
}
#nav a.selected {
	background: #fff;
}

@-webkit-keyframes fade{
    0%   { background: rgba(204, 204, 204, .5); }
	80% { background: rgba(204, 204, 204, .1); }
    100% { background: rgba(204, 204, 204, .9); }
}

#main {
	min-width: 830px;
	margin: 1.5em 40px 0 50px;
	padding-bottom: 52px; /* give height for footer and slightly more */
}

#footer {
	text-align: right;
	padding-right: 50px;
	background: #2d2d2d;
	color: #ccc;
	line-height: 32px;
	font-size: 85%;
	/* to make it stick to the bottom */
	position: relative;
	margin-top: -32px; 
	height: 32px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Projects pages */
#leftCol {
	float: left;
	width: 130px;
	margin: 1.5em 0;
}
#leftCol li  {
	list-style: none; 
}

#rightCol {
	float: left;
	width: 700px;
}

#rightCol table {
	display: table;
	border-spacing: 0px 0px;
	border-width: 0px;
	margin: 1.5em 0;
	font-size: 85%;
}
#rightCol table tr td {
	border-top: 1px solid #333;
	padding: .5em .2em;
}
#rightCol table tr:first-child td {
	border-top: 0;
}
#rightCol table img {
	border: 1px #999 solid;
	margin-right: .5em;
}


