/* Layout
---------------------------------------------------------*/

body {
	margin: 0;
	padding: 10px 0 30px 0;
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	background: #851e1e url(background.png) no-repeat scroll top center;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color:#a51f1f;
}

a:hover {
	text-decoration: none;
	background-color:#a51f1f;
	color: #fff;
}

p {
	padding: 0;
	margin: 0.7em 0;
}

h1 {
	margin: 1.3em 0 0.7em 0;
	font-size: 130%;
	text-transform: uppercase;
	color: #555;
}

h2 {
	margin: 1.3em 0 0.7em 0;
	font-size: 110%;
	text-transform: uppercase;
	color: #555;
}

#site {
	width: 787px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(content-background.png) repeat-y;
}

#title {
	height: 240px;
}

#menuBar {
	color: #fff;
	height: 51px;
	position: relative;
	background: #3c3c3c url(menu-background.png);
}

	#info {
		position: absolute;
		top: 10px;
		left: 20px;
	}

	#menu {
		position: absolute;
		top: 0;
		right: 30px;
	}
	
		#menu a {
			font-size: 90%;
			font-weight: bold;
			text-decoration: none;
			background-image: url(menu-item.png);
			padding: 12px 10px 0 10px;
			float: left;
			color: #fff;
			display: block;
			height: 26px;
		}
		
		#menu a:hover, #menu a.active {
			color: #000;
			background-image: url(menu-item-hover.png);
		}

#content {
	margin: 0 18px 10px 18px;
}

div#foot {
	height: 26px;
	background: #fff url(border-bottom.png);
}




/* Content
---------------------------------------------------------*/

div.page {
	margin-bottom: 2em;
}

	div.page a {
		text-decoration: none;
		text-align: center;
		border: 1px dashed #eee;
		display: block;
		float: left;
		font-size: 120%;
		padding: 0.1em 0;
		margin: 1px;
	}
	
	div.page a.active {
		color: white;
		background-color: #a51f1f;
	}

div.alphabet {
	margin-bottom: 2em;
}

	div.alphabet a {
		text-decoration: none;
		text-align: center;
		border: 1px dashed #eee;
		display: block;
		float: left;
		font-size: 120%;
		padding: 0.1em 0;
		width: 1.5em;
		margin: 1px;
	}
	
	div.alphabet a.active {
		color: white;
		background-color: #a51f1f;
	}
	
div.newsContainer {
	position: relative;
}
	
div.newsList {
	float: left;
	width: 450px;
}
	
div.starNewsList a, div.newsList a, div.celebList a {	display: block;	margin: 10px 5px;	border-bottom: 1px dashed #aaa;	padding: 0.2em 0;}div.starNewsList a:hover, div.newsList a:hover, div.celebList a:hover {	background-color: #a51f1f;}

div.celebList a  {
	padding-left: 1em;
}

div.newVideos {
	width:280px;
	float: right;
}

	div.video {
		text-align: center;
		background-color: #eee;
		padding: 10px 0;
		width: 270px;
		margin-top: 10px;
	}		div.starVideo {		float: left;		margin: 5px 5px;	}
	
a.teaserLink {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #eee;
	display: block;
	text-align: center;
	font-size: 250%;
	padding: 0.5em 0;
}

a.teaserLink:hover {
	background-color: #a51f1f;
}

a.smallTeaserLink {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #eee;
	display: block;
	text-align: center;
	font-size: 150%;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

a.smallTeaserLink:hover {
	background-color: #a51f1f;
}

img.starPortrait {
	float: left;
	margin: 0 1em 1em 0;
}

div.pics {
	width: 620px;
	margin: 0 auto;
}

div.pics a {
	text-align:center;
	display: block;
	float: left;
	width: 128px;
	height: 128px;
	margin: 0 0 20px 20px;
	background-color: #fff;
}

div.pics a:hover {
	background-color: #fff;
}

