@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
a {
	outline: none;
}
#wrapper {
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/wrapper_fill.jpg);
	background-repeat: repeat-y;
}
#header   {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 273px;
}
#content  {
	background-repeat: no-repeat;
	height: 545px;
	background-image: url(images/content_blank.jpg);
}
#home   #content h3  {
	clear: both;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#homework #content h3 {
	background-image: url(images/homework.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#about  #content  h3 {
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	height: 60px;
}


#inside_content  {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#inside_content span {
	display: none;
}
#footer  {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 181px;
	clear: both;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#nav li {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#nav .special_width {
	padding-right: 15px;
	float: left;
}
#nav a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
#nav a:hover {
	color: #666666;
}
#projects #content h3 {
	background-image: url(images/projects.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#portfolio #content h3 {
	background-image: url(images/portfolio.gif);
	height: 60px;
	background-repeat: no-repeat;
}
#contact #content h3 {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#resume #content h3 {
	background-image: url(images/resume.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#credits #content h3 {
	background-image: url(images/credits.gif);
	background-repeat: no-repeat;
	height: 60px;
}

#home #content {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	height: 545px;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;

}

ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px;
	height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: -1px;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

#main_view {
	float: left;
	margin-left: -10px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
#home #inside_content,
#resume #inside_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	float: left;
	width: 475px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.clearer {
	clear: both;
}
#inside_content .worklinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#inside_content li {
	padding: 0px;
	margin-bottom: 5px;
}
#inside_content .worklinks a {
	text-decoration: none;
	color: #0066FF;
}
#inside_content .worklinks a:hover {
	color: #00CCFF;
}
#resume img {
	border: thin solid #000000;
	padding: 0px;
	margin-left: 15px;
}
