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


body {
	background: top center no-repeat;
	width: 1050px;
	height: 100%;
	margin: auto;
}

#nav img {
	border: none;
	width: 214px;
}

#nav ul {
	padding: 0;
}

#nav, #nav ul {
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 214px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li {
	float: left;
	width: 214px;
	padding: 0 30px 0 0;
}

#nav li ul {
	position: absolute;
	width: 213.5px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#navWrapper {margin: 40px 0 0 0;}

#nav a img {height: 27px; width: 214px; border-width: 0;}
a#dysonology img {background: url(images/Navs/Dysonology_black.png) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;}
a#dysonology:hover img {background: url(images/Navs/Dysonology_pink.png) top left no-repeat;
	border-bottom: 4px solid #F29DFF;}

a#profile img {background: url(images/Navs/Profile_black.png) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;}
a#profile:hover img {background: url(images/Navs/Profile_yellow.png) top left no-repeat;
	border-bottom: 4px solid #EDE21C;}

a#portfolio img {background: url(images/Navs/Portfolio_black.png) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;}
a#portfolio:hover img {background: url(images/Navs/Portfolio_blue.png) top left no-repeat;
	border-bottom: 4px solid #00C5FF;}

#subNav {margin-top: 15px}

a#gq img {background: url(images/Navs/GQ_black.png) top left no-repeat;}
a#gq:hover img {background: url(images/Navs/GQ_blue.png) top left no-repeat;}

a#rubbish img {background: url(images/Navs/Rubbish_black.png) top left no-repeat;}
a#rubbish:hover img {background: url(images/Navs/Rubbish_blue.png) top left no-repeat;}

a#wired img {background: url(images/Navs/Wired_black.png) top left no-repeat;}
a#wired:hover img {background: url(images/Navs/Wired_blue.png) top left no-repeat;}

a#escape img {background: url(images/Navs/Escape_black.png) top left no-repeat;}
a#escape:hover img {background: url(images/Navs/Escape_blue.png) top left no-repeat;}

a#freelance img {background: url(images/Navs/Freelance_black.png) top left no-repeat;}
a#freelance:hover img {background: url(images/Navs/Freelance_blue.png) top left no-repeat;}

a#blog img {background: url(images/Navs/Blog_black.png) top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;}
a#blog:hover img {background: url(images/Navs/Blog_green.png) top left no-repeat;
	border-bottom: 4px solid #43ef25;
	}

#mainContent {
	padding-top: 150px;
	width: 1050px;
	height: 100%;
	clear: both;
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.info {
	width: 214px;
	float: left;
	margin: 0 30px 0 40px;
	font-family: "Georgia", Times New Roman, Times, serif;
	size: 14pt;	
}

.info a:link {
	text-decoration: underline;
	color: #F29DFF;
}

.info a:hover {
	color: #D977ED;
}

.info strong {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #00C5FF;
	size: 14pt;
}

#bio {
	width: 214px;
	float: left;
	margin: 0 30px 0 40px;
	font-family: "Georgia", Times New Roman, Times, serif;
	size: 14pt;	
}

#bio a:link {
	text-decoration: underline;
	color: #EDE21C;
}	

#bio a:hover {
	color: #CCBF1B;
}

.column2 {
	width: 214px;
	float: left;
	padding-top: 0;
	margin: 0 30px 0 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	size: 14pt;
	line-height:1.5;
}

.column2 strong {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #00C5FF;
	size: 14pt;
}

.column2 .photo div img:hover {
	border: none;
}

.column2 a {
	text-decoration:none;
	color: inherit;
}

.column2 a:hover {
	color: #00C5FF;
}
	
#gallery {
	float: left;
	width: 750px;
}

#gallery2 {
	float: left;
	width: 506px;
	font-family: "Georgia", Times New Roman, Times, serif;
	size: 14pt;	
}

.figure img {
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
}

.figure {
	display: inline-block;
	vertical-align: top;
	width: 226px;
	height: 230px;
	margin: 0 14px 15px 0px;
}

.photo {
  float: left;
  background: url(images/thumbs/shadow.gif) no-repeat bottom right;
}

.photo div {
  padding: 0px 6px 6px 0px;
}

.photo div img:hover {
	border: 4px solid #00C5FF;
}

.friends {
	float: left;
	width: 214px;
	font-family: "Georgia", Times New Roman, Times, serif;
	size: 14pt;	
	padding-right: 30px;
}

.friends a {
	text-decoration:none;
	color: inherit;
	}
	
.friends a:hover {
	color: #EDE21C}