/*
 * Mark Kornblum web portfolio style sheet
 * created Nov 2006
 * updated May 2008
 -------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #ffffff;
	background-color: #2f15ec;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	line-height: 1.3em;
}


/*
 * Header, Nav Bar, and right side styling
 *-----------------------------------------*/
#header {
	height: 75px;
	width: 100%;
	color: #ffffff;
	background: url('topbanner.png') #2f15ec;
	background-repeat: no-repeat;
	background-position: 45px 30px;
}


#header ul {
	position: relative;
	float: right;
	margin: 60px 85px 0 390px;
	list-style-type: none;
}

#header li {
	float: left;
	padding: 0px 15px;
	border-right: 1px solid #ffffff;
}

#header li.last {
	border: none;
}

#header a, #header a:visited {
	color: #ffffff;
	background-color: #2f15ec;
	text-decoration: none;
}

#header a:hover {
	color: #15D4ED;
	background-color: #2f15ec;
	border-bottom: 1px solid #15D4ED;
}

#header h1 {
	display: none;
}

#rightside {
	clear: both;
	float: right;
	width: 85px;
	height: 500px;
	position: relative;
	background: url('rightside.png') no-repeat 0px 70px;
}


/*
 * Main Content Area Styling
 *-------------------------------------*/

#content {
	min-height: 80%;
	margin-top: 5px;
	margin-right: 85px;
	color: #2f2f2f;
	background: url('background.png') repeat-y top right #ffffff;
	padding: 3em;
}

/*hack for ie6 to get height correct, what else is new?*/
* html #content {
	height:80%;
}

h2 {
	text-indent: -9000px;
	height: 33px;
}

/*page headings replaced with images to allow use of a different font */
h2#completed {background:url('completed.png') no-repeat;}
h2#current {background:url('current.png') no-repeat;}
h2#welcome {background:url('welcome.png') no-repeat;}
h2#comingsoon {background:url('comingsoon.png') no-repeat;}


#content a, #content a:visited{
	color: #072F6F;
	text-decoration: none;
	border-bottom: 1px dotted #072F6F;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 2px dotted #cccccc;
}


#content a.img { 
        border-bottom: none;
 }

#content a.img:hover { 
        border-bottom: 1px dotted #072F6F;
}


/*
 * Various page element style controls
 *--------------------------------------*/
.emphasis {
	font-weight: bold;
}

.project {
	border-top: 2px dotted #cccccc; /*#2F15EC;*/
}

.floatleft {
	float: left;
	padding-right: 30px;
}

img {
	padding: 5px;
	text-decoration: none;
	border: none;
}

