* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	background: url(../img/hd.gif) repeat-x #FFF;
}

a {
	color: #222;
	text-decoration: none;
}

h1,h2 {
	display: none;
}

fieldset {
	border: 0;
}

label {
	display: block;
	height: 35px;
	line-height: 40px;
}

input, textarea {
	width: 340px;
	border: 1px solid #bbb;
	padding: 2px;
}

.submit input {
	width: auto !important;
	background: #bbb;
	font-size: 12px;
}

.hide {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.error-message {
	color: #AA1E38;
}

#page {
	position: relative;
}

#header {
	position: relative;
	height: 160px;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0;
	right: 21px;
	width: 324px;
	height: 160px;
	display: block;
	text-indent: -10000px;
	background: url(../img/logo.gif) no-repeat;
}

#nav {
	position: absolute;
	list-style: none;
	top: 125px;
	left: 50px;
	height: 30px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: -10000px;
}

#nav .a {
	width: 130px;
}

#nav .m {
	width: 150px;
}

#nav .y {
	width: 140px;
}

#nav .active .a {
	background: url(../img/nav.gif) 0 -30px no-repeat;
}

#nav .active .m {
	background: url(../img/nav.gif) -130px -30px no-repeat;
}

#nav .active .y {
	background: url(../img/nav.gif) -280px -30px no-repeat;
}

#wrp {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

#misc {
	height: 40px;
	width: 450px;
	position: relative;
	list-style: none;
	top: 0;
	left: 50px;
	background: url(../img/nav.gif) -440px 5px no-repeat;
}

#misc li {
	display: inline;
}

#misc a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-indent: -1000px;
}

#misc .n {
	width: 95px;
}

#misc .p {
	width: 130px;
}

#misc .c {
	width: 100px;
}

#misc .k {
	width: 100px;
}

#misc .active .n {
	background: url(../img/nav.gif) -440px -26px no-repeat;
}

#misc .active .p {
	background: url(../img/nav.gif) -535px -26px no-repeat;
}

#misc .active .c {
	background: url(../img/nav.gif) -665px -26px no-repeat;
}

#misc .active .k {
	background: url(../img/nav.gif) -765px -26px no-repeat;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	margin: 0 0 40px 50px;
	background: #bbb;
	text-align: left;
}

#content .spcr {
	padding: 10px 0;
}

#content .col {
	position: relative;
	display: block;
	width: 390px;
	float: left;
}

#content .view, #content .articles {
	position: relative;
	top: 0;
	left: 10px;
	width: 780px;
	background: #FFF;
	display: block;
}

#content .pages p, #content .requests p, #content .requests form, #content .users form {
	clear: both;
	padding: 0 20px 20px 20px;
}

#content .pages h3, #content .actor h3, #content .articles h3, #content .requests h3, #content .users h3 {
	padding: 20px;
	font-size: 24px;
	color: #AA1E38;
}

#content .pages img {
	padding: 0 10px 10px 0;
}

#content .actors ul {
	list-style: none;
	clear: both;
}

#content .actors li {
	display: inline;
}

#content .actors a {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 226px;
	cursor: pointer;
}

#content .actors span {
	position: relative;
	top: 10px;
	left: 10px;
	background: #FFF;
	display: block;
	height: 206px;
	line-height: 18px;
	font-size: 12px;
	width: 180px;
}

#content .actors img {
	position: relative;
	top: 1px;
	left: 1px;
	width: 176px;
	height: 176px;
	border: 1px solid #FFF;
	cursor: pointer;
}

#content .actors strong {
	display: block;
	clear: both;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #222;
}

#content .actors a:hover img {
	border: 1px solid #a2a2a2;
}

#content .actors .y {
	background: url(../img/nav.gif) -280px 0 no-repeat;
	height: 30px;
	width: 140px;
	margin-left: 10px;
	text-indent: -10000px;
	clear: both;
}

#content .actor h3 {
	padding: 20px 20px 10px 10px;
}

#content .actor h4 {
	font-size: 13px;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
	clear: both;
}

#content .actor #mp3s h4 {
	height: 13px;
	line-height: 16px;
	padding: 20px 10px 0 10px;
}

#content .actor .video {
	text-align: center;
	width: 640px;
	margin: 0 auto;
}

#content .actor .video h4, #content .actor .video p {
	text-align: left;
}

#content .actor p {
	padding: 10px;
}

#content .actor a, #content .pages a, #content .articles a {
	color: #AA1E38;
}

#content .actor a:hover, #content .pages a:hover, #content .articles a:hover {
	text-decoration: underline;
}

#content .actor .menu {
	list-style: none;
	padding-left: 10px;
	height: 30px;
}

#content .actor .menu li {
	display: inline;
}

#content .actor .menu a {
	display: block;
	width: 60px;
	height: 30px;
	float: left;
	text-indent: -10000px;
	background: url(../img/nav.gif) -890px 0 no-repeat;
}

#content .actor .menu .p {
	width: 55px;
	background-position: -890px 0;
}

#content .actor .menu .l {
	width: 46px;
	background-position: -945px 0;
}

#content .actor .menu .v {
	width: 53px;
	background-position: -991px 0;
}

#content .actor .menu .a {
	width: 54px;
	background-position: -1044px 0;
}

#content .actor .menu .n {
	width: 77px;
	background-position: -1098px 0;
}

#content .actor .menu .f {
	width: 35px;
	background-position: -1175px 0;
}

#content .actor .video-menu {
	list-style: none;
	height: 50px;
	clear: both;
}

#content .actor .video-menu li {
	display: inline;
}

#content .actor .video-menu a, #content .actor .video-menu strong, #content .actor .video-menu span {
	display: block;
	float: left;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	color: #333;
}

#content .actor .video-menu span {
	padding: 0;
}

#content .actor .video-menu .active a {
	text-decoration: underline;
}

#content .actor .active .p {
	background-position: -890px -30px;
}

#content .actor .active .l {
	background-position: -945px -30px;
}

#content .actor .active .v {
	background-position: -991px -30px;
}

#content .actor .active .a {
	background-position: -1044px -30px;
}

#content .actor .active .n {
	background-position: -1098px -30px;
}

#content .actor dl {
	padding-left: 10px;
}

#content .actor dt {
	display: block;
	float: left;
	clear: both;
	width: 110px;
}

#content .actor dd {
	margin-left: 110px;
	padding-bottom: 5px;
	padding-right: 20px;
}

#content .actor #big {
	width: 370px;
	height: 502px;
	position: relative;
	margin: 10px 0 0 10px;
	display: block;
}

#content .actor .copyright {
	padding: 0 10px;
	text-align: right;
	color: #666;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	clear: both;
}

#content .actor .pics {
	list-style: none;
	margin: 0 0 0 10px;
	clear: both;
}

#content .actor .pics li {
	display: block;
	float: left;
	padding: 0 5px 10px 0;
}

#content .actor .pics img {
	width: 70px;
	height: 95px;
	display: block;
	cursor: pointer;
}

#content .news {
	list-style: none;
	padding-left: 10px;
}

#content .articles .news {
	padding: 0 20px 20px 20px;
}

#content .actor .news {
	padding: 0 20px 20px 10px;
}

#content .news h4 {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

#content .news p {
	padding: 0;
}

#content .news li {
	clear: both;
	padding-bottom: 10px;
}

#content .news img {
	float: left;
	display: block;
	padding: 4px 10px 0 0;
}

#content .requests {
	min-height: 440px;
}

.pagination {
	list-style: none;
	height: 40px;
	line-height: 40px;
	clear: both;
	float: none;
	margin: 0 auto;
	width: auto;
	padding: 0 40px;
}
.pagination li, .pagination .nxt a, .pagination .prv a {
	display: block;
	line-height: 40px;
}

.pagination a {
	color: #AA1E38;
}

.pagination .prv {
	float: left;
	width: 10%;
	text-align: right;
}

.pagination .prv a {
	background:url(../img/prev.gif) 0 15px no-repeat;
	color: #FFF !important;
}

.pagination .nmbrs {
	float: left;
	width: 80%;
	text-align: center;
	color: #3F4946;
	text-indent: 0;
}

.pagination .nxt {
	float: right;
	width: 10%;
}

.pagination .nxt a {
	background: url(../img/next.gif) right 15px no-repeat;
	color: #FFF !important;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
	background: url(../img/ft.gif) repeat-x #FFF;
}

#footer ul {
	width: 840px;
	height: 40px;
	position: relative;
	list-style: none;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: left;
	background: url(../img/misc.gif) no-repeat;
}

#footer li {
	display: inline;
}

#footer a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: -10000px;
}

#footer .i {
	width: 70px;
}

#footer .d {
	width: 95px;
}

#footer .s {
	float: right;
	width: 200px;
}

#footer .active .i {
	background: url(../img/misc.gif) 0 -30px no-repeat;
}

#footer .active .d {
	background: url(../img/misc.gif) -70px -30px no-repeat;
}

#footer .s:hover {
	background: url(../img/misc.gif) -640px -30px no-repeat;
}
