@import url("reset.css");

body
{ 
	background: #292929;
	font-family: Helvetica, Helvetica Neue, Arial;
	font-size: 10pt;
	color: #aaaaaa;
}

a
{
	color: #aaaaaa;
	text-decoration: none;
}

.dotted
{
	border-bottom: 1px dotted;
}

.dotted:hover
{
	border-bottom: none;
}


p
{
	padding-bottom: 5px;
}
 
h3
{ 
	 padding: 10px 0px;
}

#header
{
	position: relative;
	margin: 0px auto;
}

.largeHeader
{
	background: url(../images/splash.png) no-repeat;
	width: 517px;
	height: 446px;
}

.smallHeader
{
	background: url(../images/logoTop.png) 0px 10px no-repeat;
	width: 295px;
	height: 60px;
}

/* TOP MENU ---------------------------------------------- */

#topMenu
{
	position: relative;
	margin: 5px auto;
	width: 100%;
	height: 30px;
	clear: both;
}

#topMenu ul
{
	margin: 0 auto;
	width: 200px;
}

#topMenu ul li
{
	position: relative;
	float: left;
}

.button
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.blogButton
{
	display: block;
	overflow: hidden;
	width: 50px;
	height: 27px;
	background: url(../images/topMenu.png) 0px 0px;
	cursor: pointer; 
}

.blogButton:hover
{
	background: url(../images/topMenu.png) 0px 30px; 
}

.workButton
{
	display: block;
	overflow: hidden;
	width: 68px;
	height: 27px;
	background: url(../images/topMenu.png) -50px 0px;
	cursor: pointer;
}
.workButton:hover
{
	background: url(../images/topMenu.png) -50px 30px;
}

.aboutButton
{
	display: block;
	overflow: hidden;
	width: 70px;
	height: 27px;
	background: url(../images/topMenu.png) -118px 0px;
	cursor: pointer;
}
.aboutButton:hover
{
	background: url(../images/topMenu.png) -118px 30px;
}

/* MAIN COLUMNS ------------------------------------------------- */

#main
{
	position: relative;
	margin: 0px auto;
	width: 800px;
}

#leftColumn
{
	width: 20%;
	height: 500px;
	background: #555555;
	position: relative;
}

#rightColumn
{
	width: 80%;
	position: relative;
	clear: right;
}

/* FOOTER ------------------------------------------------------- */

	#footer
	{
		position: relative;
		clear: both;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		font-size: 9pt;
	}

	.poweredBy
	{
		margin: 10px;
	}

/* OTHER ELEMENTS ----------------------------------------------- */

.wrapper
{
	position: relative;
	width: 100%;
	min-height: 96px;
	margin: 0px;
	padding: 0px;
	background: url(../images/wrapper.png) top left no-repeat;
	clear: both;
}

.contentWrapper
{
	position: relative;
	width: 700px;
	float: right;
	padding: 10px 0px;
}

.hiddenText
{
	visibility: hidden;
}


/* Header Images */

.aboutHeader
{
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 27px;
	background: url(../images/headers.png) 0px 0px;
}

.skillsHeader
{
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 27px;
	background: url(../images/headers.png) 0px -30px;
}

.contactHeader
{
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 27px;
	background: url(../images/headers.png) 0px -64px;
}

.list
{
	list-style-type:circle;
	padding-left: 15px;
}

.list li
{
	padding: 2px;
}

/* Work content --------------------------------------- */

	#workList
	{
		padding: 10px 0px;
	}

	#workListHandle
	{
		width: 100%;
		clear: both;
	}

	#workListHandle span
	{
		cursor: pointer;
	}

	#workListHandle span:hover
	{
		text-decoration: underline;
	}

	#browseProjectsTitle
	{
		margin-top: 20px;
		float: left;
		width: 50%;
		height: 41px;
		background: url(../images/browseProjects.png) top center no-repeat;
	}

	#browseProjectsNav
	{
		margin-top: 20px;
		float: right;
		width: 50%;
	}

	#browseProjectsCurrent
	{
		width: 100px;
		position: relative;
		float: left;
		text-align: center;
		line-height: 48px;
	}

	.leftArrow
	{
		margin-top: 10px;
		position: relative;
		float: left;
		width: 28px;
		height: 28px;
		background: url(../images/arrows.png) 0px 0px;
		cursor: pointer;
	}

	.rightArrow
	{
		margin-top: 10px;
		position: relative;
		float: left;
		width: 28px;
		height: 28px;
		background: url(../images/arrows.png) -28px 0px;
		cursor: pointer;	
	}

	/* WORK/PROJECTS SLIDESHOW */

	.outerSlideshow
	{
		overflow: hidden;
		width: 100%;
		height: 300px;
		clear: both;
	}

	.slide
	{
		width: 800px;
		height: 300px;
		position: relative;
		float: left;
	}

/* About content -------------------------------------------- */

#contactFormContainer
{
	position: relative;
	top: 20px;
	width: 282px;
	padding-left: 18px;
	padding-bottom: 5px;
	overflow: show;
	min-height: 300px; 
	margin: 10px auto;
	background: url(../images/contactFormBG.png) 0px 20px no-repeat;
}

.formLabel
{
	display: blocK;
	width: 60px;
	position: relative;
	float: left;
}

.formInput
{
	position: relative;
	background: transparent;
	margin-bottom: 5px;
	clear: right;
	border: #aaaaaa 1px solid;
	color: #aaaaaa;
}

.submitButton
{
	display: block;
	margin: 0px auto;
}

.loadingContainer
{
	width: 100%;
	text-align: center;
}

.loadingGraphic
{
	display: none;
	width: 220px;
	height: 19px;
	margin: 35px auto;
	background: url(../images/ajax-loader.gif) no-repeat;
}

/* Miscellaneous content ------------------------------------ */

/* Used to determine element's visibility */
.hidden{}
.unhidden{}