/*
Andrea Forte website main style sheet
Updated: May 13, 2006
*/

/*
===== layout =====
*/

html {
	overflow: auto;
}

body {
	height: 100%;
	margin: 0;
	overflow: auto;
	padding: 0;
}

body>div#nav, body>div#header, body>div#pic {
	position: fixed;
}

#header {
	height: 131px;
	left: 29px;
	position: absolute;
	top: 75px;
	width: 382px;
	z-index: -1;
}
img.left {
	float: left;
	margin: .5em 1em .5em 0em;	
}

#main {
	padding: 215px 42px 0 20px;
	width: 420px;
}

#nav {
	left: 473px;
	padding: 37px 0 443px;
	position: absolute;
	top: 0;
	width: 327px;
}

#pic {
	left: 481px;
	position: absolute;
	top: 475px;
	width: 319px;
}

#pic a {
	margin-right: 0.5em;
}

#pic_detail p {
	padding: 0.5em;
}

/*
===== global =====
*/

body {
	background: #C0C0C0 url(../images/page_bg.gif) left top repeat-y;
	color: #F0EEEE;
	font: 75%/150% Georgia, "Times New Roman", serif;
}

a {
	color: #B8D5A5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.notlinked {
	color: #FFCC99; 
	}

.callout {
	color: #E5DF95;
	margin-left:25px;
	margin-right:25px;
}
/*
===== skip links =====
*/

.skip {
	position: absolute;
	top: -2000em;
}

/*
===== header =====
*/

#header {
	background: url(../images/title.gif) left top no-repeat;
}

/*
===== navigation =====
*/

.pubs #nav {
	background: url(../images/door.jpg) 8px top no-repeat;
}
.personal #nav {
	background: url(../images/dock.jpg) 8px top no-repeat;
}
.cv #nav {
	background: url(../images/fes.jpg) 8px top no-repeat;
}



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

#nav li {
	background: url(../images/bullet.gif) 0 50% no-repeat;
	margin-bottom: 12px;
	padding-left: 17px;
}
#nav li.active {
	background: url(../images/bullet1.gif) 0 50% no-repeat;
	margin-bottom: 12px;
	padding-left: 17px;
}

#nav a {
	color: #fff;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.9em;
	font-weight: bold;
	text-decoration: none;
}

#nav a.active {
	color: #7DE189;
}

#nav a:hover {
	color: #ffc;
}

/*
===== background picture  =====
*/

#pic {
	font-family: arial, sans-serif;
	text-align: right;
}

#pic a {
	color: #ffc;
	font-size: 1em;
	text-decoration: none;
}

#pic_detail {
	background: #3D3C3C url(../images/pic_bg.gif) left top repeat-x;
	color: #fff;
}
#pic_detail p {
	color: #F0EEEE;
	font: 90%/130% Georgia, "Times New Roman", serif;
}


