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

body {
	background-color: #dddddd;
}
h1 {
	color: #FFFFFF;
	text-shadow: 3px 3px 24px #666;
	padding-bottom: 3px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50pt;
	line-height: normal;
	font-weight: bolder;
	padding-right: 150px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #444444;
	font-style: italic;
	text-align: center;
	padding-left: 150px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.title .views {
	font-weight: normal;
	display: inline;
	color: #000000;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.title .length {
	font-weight: normal;
	display: inline;
	color: #000000;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#mainmenu {
	margin-top: 12px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;*/
	height: 28px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainmenu #tabs {
	width: 700px;
	margin-right: auto;
	height: auto;
	padding-left: 115px;
}
#mainmenu #tabs ul {
	list-style: none;
	display: inline;
}
#mainmenu #tabs ul li {
	float: left;
	height: 28px;
	width: 115px;
	text-align: center;	/*margin-right: 2px;
	margin-left: 2px;*/
}
#mainmenu #tabs ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#mainmenu #tabs ul li a:hover {
	color: #333333;
	text-decoration: underline;
	display: block;
	background-image: url(images/tab_bg1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#legalfooter, #legalfooter a {
	font-size:16px;
	font: 100% Arial, Helvetica, sans-serif;
	color:#333333;
	padding:10px 0 0 0;
}
.movie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}
.break {
	text-align: center;
	background-color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 22pt;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 15px #000;
	border: 2px solid #999999;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.break a {
	color: #FFFFFF;
	text-decoration: none;
}
.break  a:hover {
	text-decoration: underline;
}
.pagination {
	clear: both;
	font-size: 16px;
	color: #333333;
	text-align: center;
	border:none;
	width:980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagination .dots {
	border:none;
}
.active {
	color:#333333;
}
.pagination span.active {
	border:1px solid #666666;
}
.pagination span, .pagelinks b {
	background:#e7e7e7;
	border:1px solid #888888;
	padding:2px 5px;
	margin:0;
	font-weight: bold;
	color: #555555;
}
.pagination a {
	color:#555555;
	margin:0px 3px;
	padding:0;
	font-weight:bold;
}
.pagination a:hover {
	color:#333333;
}