@charset "utf-8";
/* CSS Document */

.pornstarinfobox /* the top header with the pornstar name, pic, and various other info */
{
	background-color: #ffb400;
	background-image: url(../graphics/new_main/profile_back.png);
	height: 150px;
	margin: 0 0 15px 0;
	color: #FFC;
	font-family: verdana;
	font-size: 11px;
}

.pornstarinfobox img /* so the profile side and the profile pic goes to the left */
{
	float: left;
	margin: 0 10px 0 0;
}

.namebold, .nameskinny /* the first name is in bold and the surname in regular */
{
	font-family: arial;
	font-size: 46px;
	color: #b05402;
	text-transform: uppercase;
}

.namebold { font-weight: bold; }

.pornstarinfobox ul /* for displaying the pornstar stats */
{
	margin: -8px 0 40px 0;
	padding: 0;
	list-style-type: none;
	color: #b05402;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.pornstarinfobox li
{
	display: inline;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #b05402;
}

.alias_type 
{ 
	width: 95px;
	float: left;
}

.aliases /* for the aliases */
{
	margin: 0;
	width: 535px;
	float: left;
}

.pornstarinfobox a:link {color: #FFC; text-decoration: none;}
.pornstarinfobox a:visited {color: #FFC; text-decoration: none;}
.pornstarinfobox a:hover {color: #FFC; text-decoration: underline;}
.pornstarinfobox a:active {color: #FFC; text-decoration: none;}

.olddesignlist /* text list of movies instead of movie stills, for movies that don't use the right size stills */
{
	font-family: arial;
	font-size: 12px;
	list-style-type: square;
	color: #000000;
}

.olddesignlist a:link {color: #640000; text-decoration: none;}
.olddesignlist a:visited {color: #640000; text-decoration: none;}
.olddesignlist a:hover {color: #640000; text-decoration: underline;}
.olddesignlist a:active {color: #640000; text-decoration: none;}

