/* style sheet for Rossi pages */

body
{
	color: #333;
	font-family: verdana, trebuchet MS, arial;
	font-size: 10px;
	line-height: 120%;
	font-style: normal;
	background-color: #669;
}

h1
{
	color: #336;
	font-family: verdana, trebuchet MS;
	font-size: 14px;
	line-height: 120%;
	font-style: normal;
	font-weight: bold;
}

p
{
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 200px;
	text-align: left;
}

a
{
	color: #336;
	font-family: verdana, trebuchet MS, arial;
	font-size: 10px;
	line-height: 120%;
	font-style: normal;
	border-bottom: 1px #600 dotted;
	text-decoration: none;
}

em { font-style: italic; }

blockquote
{
	margin: 10px 20px 10px 20px;
}



/* classes */

#wrapper
{
	margin: 20px;
	width: 990px;
	background-color: #999;
	border: 1px #300 solid;
	padding: 5px;
}


#nav
{
	color: #633;
	font-family: trebuchet MS;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 10px;
	list-style-type: none;
}

#nav li {
    display: inline; 
    }
   
 #nav a
 {
 	border: none;
 	color: #600;
 	font-family: trebuchet MS, verdana;
 	font-size: 11px;
 	font-weight: bold;
 	margin-right: 15px;
 }

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

#cover_thumbnail
{
	position: relative;
	top: 35px;
	left: 125px;
	border: #666;
}


#namebar
{
	width: 650px;
	height: 50px;
	margin-top: 50px;
	margin-right: -50px;
	background-color: #336;
	float: right;
}

#name
{
	color: #633;
	font-family: trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 50px;
}


#bioblurb
{
	color: #336;
	font-family: trebuchet MS;
	font-size: 10px;
	margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 35px;
	width: 500px;
}


#portrait
{
	position: relative;
	top: 0px;
	right: 20px;
	float: right;
	border: 1px #336 solid;
}


#linkslist
{
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 150px;
	color: #336;
	font-family: trebuchet MS, verdana;
	font-size: 11px;
	font-weight: bold;
}

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


#linkslist a
{
	color: #336;
	font-family: trebuchet MS, verdana;
	font-size: 11px;
	font-weight: bold;
	border: none;
}


#linkslist a:hover { color: #C90; }


#linkslist ul ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}


#column_right
{
	width: 500px;
	margin-left: 400px;
}

#subpage_img
{
	float: left;
	clear: both;
	top: -65px;
	position: relative;
	border: #333;
}


#img_left
{
	float: left;
	clear: left;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 100px;
}


#img_right
{
	float: right;
	clear: right;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 100px;
}

#img_center
{
	float: none;
	clear: both;
	margin: 50px auto 10px auto;
}

#caption
{
	color: #666;
	font-family: verdana, trebuchet MS;
	font-size: 10px;
	line-height: 120%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-top: 1px;
	vertical-align: bottom;
	width: 200px;
}
