/* styles for the star rater */	
.star-rating{
	list-style:none;
	margin: 0px !important;
	padding:0px !important;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(/yearbook/stars-2006.gif) top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/yearbook/stars-2006.gif) bottom left;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(/yearbook/stars-2006.gif) bottom left;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

body {
	margin: 0;
	padding: 0;
	font: 10pt normal; "Trebuchet MS", Lucida, "Lucida Sans", sans-serif; 
/*	background: url('/yearbook/mod_bg.png'); */
	background: #fff; 
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
a {
	color: #336699;
	}
#container {
	margin: 0 auto;
	text-align: left;
	background: #a7c7e8 !important;
	}
.editable-hover {
	background: #FFC url(/yearbook/images/2007/textfield_edit.png) top right no-repeat;
}
a:hover	{
	text-decoration: none;
	color: #000;
	}
#static {
	/* background: #FFF; */
	width: 680px;
	margin: 50px auto;
}
#content	{
	padding: 0 1em 30px;
	}
#logo	{
	border-bottom: 2px solid #E1B703;
/*	background: url('/yearbook/mod_bg.png'); */
        background: #fff;
	height: 80px;
	}
#logo *	{
	margin: 0;
	}
#logo a     {
	display: block;
	width: 100%;
	height: 80px;
	}
#logo img	{
	position: absolute;
	right: 40%;
	top: 18px;
	}
#admin, #find {
        color: #ccc;
        font-size: .9em;
        display: inline;
        margin: -10px 0 0 0;
        position: absolute;
        top: 100px;
	font-weight: bold;
        text-align: right;
	}
#find a, #admin a {
	color: #000;
	text-decoration: none;}
#find a:hover, #admin a:hover {
	border-bottom: 1px solid #e1b703;
	}
#find	{
	right: 40%;
	margin-right: 51px;
	margin-left: 30px;
	}
#admin	{
	right: 30px;
	}

/* USER CONTENT */
#prev, #next, #middle {
	position: relative; 
/*	position: absolute; */
/*	top: 140px; */
	top: 70px;
	}
#prev		{
/*	margin-right: 51px;
	right: 40%;
	text-align: right;
*/
	}
#next		{
/*	margin-left: -41px;
	left: 60%;
	text-align: left;
*/
	}
#middle	{
/*	margin-left: 0px;
	left: 55%;
	text-align: center;	
*/
	font-weight: bold;
	font-size: 1.1em;

}
#userphoto	{
	position: absolute;
	top: 215px;
	right: 35%;
	margin-right: 230px;
	z-index: 0;
}
#userphoto img {
	display: block;
	clear: both;
	padding: 10px;
	border: 1px solid #E1B703 !important;
	background: url(/yearbook/images/2007/mod_bg.png);
	}
#userphoto form	{
	display: block;
	}
#userphoto p {
		text-align: center;
	}
#nick h4, #nick p {
	color: #336699 !important;
	font-weight: bold;
	}
#details	{
	position: relative;
	top: 100px;
	left: 60%;
	margin-left: -39px !important;
	width: 30%;
	display: block;
	clear: both;
	}
#details blockquote, .comment blockquote	{
	margin: 0.8em 0 0.8em 1.6em;
	font-style: italic;
	color: #777;
	padding: 0;
	}
#details div	{
	}
.subhead	{
	margin: 0 0 -.5em;
	}
.subhead h4	{
	font-size: 10pt;
	line-height: 1.2em;
	position: relative;
	right: 125px;
	margin: 0 -10px -1.2em;
	padding: 1.4em 0 0;
	text-align: right;
	clear:left;
	display: block;
	color: #336699;
	width: 125px;
	}
.subhead p	{
	line-height: 1.2em;
	margin: 0;
	}
.subhead p+p{
	margin-top: 1em;
	}
.subhead ul, .subhead ol {
	margin: 0.8em 0 0.8em 2em;
	padding: 0;
}
.subhead li {
	margin: 0;
	padding: 0;
}
.subhead textarea {
	width: 100%;
	height: 150px;
	}
#comments	{
	display: block;
	clear: both;
	padding: 10px 0 0;
	border-top: 1px solid #e1b703;
	margin: 20px 0 10em;
	}
#comments h2{
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #e1b703;
	}
h2 span {
	color: #777;
	padding-left: 1em;
	}
#footer		{
	width: 100%;
	height: 40px;
	display: block;
	clear: both;
	padding: .5em 0 0;
	margin: 0;
	text-align: center;
	border-top: 2px solid #E1B703;
/*	background: url(/yearbook/mod_bg.png); */
	background: #fff;
	}
.who		{
	background: url(/yearbook/images/2007/user_gray.png) top left no-repeat;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #E1B703;
	}
.editable,	{
	padding: .1em 0;
	}
.pics	{
	list-style: none;
	}
.pics td {
/*	display: inline;  */
	clear: none;
/*	float: left; */
	margin: 10px;
	text-align: center; 
	font-weight: bold;
	font-size: .9em;
	}
.imglist {
/*	display: block; */
	padding: 10px;
	margin-top: 3px;
	align: center;
	border: 1px solid #E1B703;
	background: url(/yearbook/images/2007/mod_bg.png);
	}
.views {
	padding-right: 18px;
	background: transparent url(/yearbook/images/2007/find.png) center right no-repeat;
	display: none;
	}
.cmnts {
	padding-right: 18px;
	background: transparent url(/yearbook/images/2007/comment.png) center right no-repeat;
	}
.userlist {
margin-left: 0;
}
.userlist li {
	line-height: 1.4em;
	list-style: disc outside; 
	padding-left: 20px; 
/*	background: transparent url(/yearbook/images/2007/bullet_yellow.png) center left no-repeat; */
	}

