/**********************
	1. Common styles
	2. Layout
	3. Header
	4. Main menu
	5. Content
	6. Footer
	7. SMI
	8. Video, Photo, Reports
	9. Nominations, Film details
	10. Program
	11. Registration
	...
	00. Utils 
*/

/*********************
	1. Common styles
*/

html,body {
	height: 100%;
	background: #fff;
}

html>body {
	min-height: 100%;
	height: auto;
}

body {
	position: relative;
	background: url(/images/content-bg.gif) top center repeat-y;
}

#page {
	font-family: verdana, tahoma, arial;
	font-size: 62.5%;
	min-width: 953px;
	height: 100%;
}

.sidebar {
	font-family: tahoma;
}

.main-content a, .simple-layout #content a {
	color: #0070b0;
	text-decoration: underline;
}

.simple-layout h3 {
	font-size: 200%;
	color: #ee208b;
	margin: 15px 0;
}

/*********************
	2. Layout
*/

#header {
	height: 214px;
}

#main-menu {
	margin: -6px 0;
	height: 62px;
}

#main-menu-i {
	padding: 6px 0 6px 10px;
	width: 953px;
	margin: 0 auto;
}

#wrap {
	height: 100%;
	width: 953px;
	margin: 0 auto;
}

#content {
	padding-bottom: 62px;
	margin:14px 0 0 11px;
}

#footer {
	height: 62px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.simple-layout #content {
	margin-left: 85px;
	margin-right: 85px;
	font-family: tahoma;
}

/************
	3. Header 	
*/

#header {
	background: url(/images/header-bg.gif) repeat-x;
}

#header-i {
	min-width: 953px;
	height: 100%;
	margin: 0 auto;
	background: url(/images/header-main.jpg) center top no-repeat;
}

#header-i-i {
	width: 953px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.lang-bar {
	position: absolute;
	left: 10px;
	top: 170px;
}

.lang-bar-i {
	padding-left: 5px;
	height: 23px;
	background: url(/images/lang-bar-l.png) no-repeat;
	margin-right: 3px;
}

.lang-bar-i ul {
	display: inline-block;
	height: 23px;
	padding-right: 5px;
	background: url(/images/lang-bar-r.png) top right no-repeat;
	margin-right: -3px;
}

.lang-bar-i ul li, .lang-bar-i span {
	float: left;
	padding: 5px 0 0;
	color: #fff;
}

.lang-bar-i a {
	color: #fff;
	padding-left: 8px;
	text-decoration: underline;
}

.lang-bar-i .active a {
	text-decoration: none;
	font-weight: bold;
}

/************
	4. Main menu 	
*/

#main-menu {
	background: url(/images/main-menu-bg.png) repeat-x;
}

#main-menu ul {
	float: left;
}

#main-menu li {
	float: left;
	margin: 0 15px;
	height: 55px;
	text-align: center;
}

#main-menu a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	font-size: 140%;
	text-align: center;
	color: #616161;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

#main-menu li.active {
	margin:0;
	background: url(/images/menu-item-a.png) no-repeat;
}

#main-menu li.active a {
	width: 122px;
	color: #fff;
	text-shadow: 0 1px 1px #404040;
}

#main-menu .smi {
	float: right;
	width: 231px;
	margin: 16px 0 0;
	background: url(/images/smi-bg.png) no-repeat;
}

#main-menu .smi li {
	margin-right:0;
}

#main-menu .smi li a {
	font-size: 110%;
	display: inline;
	font-weight: normal;
	height: 28px;
	line-height: 26px;
	text-shadow: 0 1px 1px #fff;
}

/************
	5. Content 	
*/

#content {
	
}

.banner-list {
	float: left;
	width: 215px;
}

.banner-list-i {
	padding: 0 8px;
}

.banner-list h3 {
	height: 49px;
	background: url(/images/partners-header-l.png) no-repeat;
	margin-right:7px;
	color: #be0172;
	font-size: 140%;
}

.banner-list h3 span {
	padding: 8px 0 0;
	display: block;
	height: 49px;
	margin-right: -7px;
	background: url(/images/partners-header-r.png) top right no-repeat;
}

.banner-list .partners, .banner-list .media-partners {
	text-align: center;
}

.banner-list img {
	margin: 10px 0;
} 

.main-content {
	float: left;
	width: 510px; 
}

.main-content h3 {
	height: 26px;
	background: url(/images/cont-header-l.png) no-repeat;
	margin-right:5px;
	color: #fff;
	font-size: 120%;
}

.main-content h3 span {
	padding: 5px 0 0 10px;
	display: block;
	height: 26px;
	margin-right: -5px;
	background: url(/images/cont-header-r.png) top right no-repeat;
}

.main-content .article {
	border-left:1px #d9d9d9 solid;
	border-right:1px #d9d9d9 solid;
	padding: 7px;
	font-size:110%;
}

.simple-layout .in-attention {
	font-size:110%;
}

.article img {
	float: left;
	margin: 0 10px 6px 0;
}

.article .date {
	font-weight: bold;
	color: #b9006f;
}

.article p {
	margin: 15px 0;
}

.main-content .foot {
	height: 6px;
	background: url(/images/cont-footer-l.png) no-repeat;
	margin: 0 6px 15px 0;
	position: relative;
}

.main-content .foot span {
	display: block;
	height: 6px;
	margin-right: -6px;
	background: url(/images/cont-footer-r.png) top right no-repeat;
}

.main-content .foot .read-all {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 33px;
	line-height: 25px;
	position: absolute;
	top: -17px;
	right: 2px;
	background: url(/images/read-more.png) no-repeat;
	color: #fff;
	text-shadow: 0 1px 1px #f800f1;
	font-size: 110%;
}

.main-content .article .news-item {
	margin: 12px 0 6px;
}

.main-content .article .news-item img {
	float: right;
	margin: 0 0 0 10px;
}

.main-content .read-more {
	text-align: right;
	padding-top: 3px;
	clear: both;
}

.main-content .read-more a {
	color: #d00094;
	font-weight: bold;
}

.pager {
	background: #a2175c;
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 110%;
}

.pager ul, .pager li, .pager a {
	display: inline-block;
}

.pager span {
	padding: 0 10px 0 25px;
}

.pager li a {
	width: 39px;
	height: 25px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
}

.pager li.active {
	background: #cb4699;
	font-weight: bold;
}

.sidebar {
	float: left;
	width: 216px;
}

.sidebar-i {
	padding: 0 7px;
}

.search {
	background: url(/images/search-bg.png) no-repeat;
	width: 201px;
	height: 23px;
}

.sidebar .search input {
	border: none;
	background: transparent;
	font-size: 110%;
	display: inline-block;
}

.sidebar .search .txt {
	padding: 3px;
	width: 140px;
}

.sidebar .search .btn {
	width: 50px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #69003f;
}

.sidebar .register, .sidebar .premieres, .sidebar .recently-added {
	margin: 10px 0;
}

.sidebar .recently-added h3 {
	background: url(/images/recently-added-head.png) no-repeat;
	height: 70px;
	width: 202px;
}

.sidebar .recently-added-item {
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
}

.sidebar .recently-added-item-i {
	padding: 5px 6px;
}

.sidebar .recently-added-item-i img {
	width: 188px;
}

.sidebar .recently-added-item .date {
	margin: 4px 0 0;
	color: #787878;
	font-size: 85%;
}

.sidebar .recently-added-item .title {
	color: #c61b7c; 
	text-decoration: underline;
}

.sidebar .details-info {
	background: url(/images/recently-added-foot.png) no-repeat;
	height: 82px;
	padding: 3px 9px 0;
	color: #fff;
}

.sidebar .details-info a {
	color: #fff;
	text-decoration: underline;
	font-size: 110%;
	font-weight: bold;
}

/************
	6. Footer 	
*/

#footer {
	background: url(/images/footer-bg.gif) repeat-x;
	font-family: tahoma;
}

#footer-i {
	min-width: 953px;
	height: 100%;
	margin: 0 auto;
	background: url(/images/footer-main.jpg) no-repeat center top;
}

#footer-i-i {
	width: 953px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#footer .copyright {
	margin: 0 0 0 30px;
	padding: 0 10px;
	width: 306px;
	height: 53px;
	background: url(/images/footer-copy-bg.png) no-repeat;
	color: #0873b7;
}

#footer .copyright div {
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 5px;
}

#footer .copyright div span {
	color: #7b7b7b;
}

#footer .logo {
	position: absolute;
	bottom: 0;
	right: 320px;
	width: 118px;
	height: 60px;
	background: url(/images/footer-logo-bg.png) no-repeat;
}

.development {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 316px;
	height: 58px;
	background: url(/images/footer-dev-bg.png) no-repeat;
}

.development p {
	margin: 14px 10px 0;
	color: #6a6b6b; 
}

.development div {
	margin: 3px 10px;
	color: #0095da;
}

/************
	7. SMI 	
*/
.smi-info-item {
	margin: 20px 0;
	font-size: 120%;
}

.smi-info-item h4, .smi-info-item .date {
	color: #eb04c3;
	margin: 1px 0;
}

.smi-info-item p {
	color: #515151;
}

/************
	8. Video, Photo, Reports
*/

.video-reports-item {
	width: 350px;
	margin: 0 0 20px;
	float: left;
}

.video-reports .r {
	float: right;
}

.video-reports .date, .photo-reports .date {
	color: #787878;
}

.video-reports h4, .photo-reports h4 {
	font-size: 120%;
	color: #c61b7c;
	margin: 4px 0 10px;
}

.video-reports p {
	margin: 10px 0 0;
	color: #4d4d4d;
	font-size: 110%;
}

.photo-reports-item {
	margin: 0 0 20px;
}

.photo-reports-item li {
	display: inline;
	vertical-align: top;
	margin: 0 5px 5px 0;
}

.reports-item {
	margin: 0 0 15px;
}

.reports-item .media-cont {
	margin: 0 10px 10px 0; 
	float: left;
}

.reports-item h4, .reports-item p {
	font-size: 110%;
	margin-bottom: 12px;
}

.reports-item h4 {
	color: #c61b7c;
	font-size: 120%;
}

/************
	9. Nominations, Film details
*/

.nominations h4 {
	color: #ec3783;
	font-size: 140%;
	width: 400px;
}

.nominations h4 span {
	font-size: 90%;
	font-weight: normal;
	color: #959595;
}

.nominations p {
	color: #4a4a4a;
	font-size: 120%;
	margin: 12px 0 0;
}

.nominations-menu {
	float: left;
	width: 286px;
	background: url(/images/nominations-list-t.png) top left no-repeat; 
	position: relative;
}

.nominations-menu-i {
	padding: 50px 0 8px;
	background: url(/images/nominations-list-b.png) bottom left no-repeat; 
}

.nominations-menu ul {
	background: url(/images/nominations-list-m.png) repeat-y;
	padding: 0 2px;
}

.nominations-menu ul li {
	padding: 7px 15px;
	font-size: 120%;
}

.nominations-menu ul li a {
	color: #ec3783 !important;
	text-decoration: underline;
}

.nominations-menu ul li.active {
	background: #ec3783;
}

.nominations-menu ul li.active a {
	color: #fff !important; 
	font-weight: bold;
}

.nominations-menu ul .prem {
	position: absolute;
	top: 10px; 
	font-weight: bold;
	font-size: 150%;
}

.about {
	float: right;
	width: 460px;
}

.film-list {
	margin: 15px 0;
}

.film-item {
	margin-bottom: 4px;
	background: #e9e9e9;
	padding: 6px;
}

.film-item .img {
	width: 115px;
	float: left;
}

.film-item .img img {
	width: 115px;
	margin: 0 0 5px;
}

.vote {
	background: url(/images/vote.png) no-repeat;
	height: 34px;
}

.vote dt, .vote dd {
	padding: 1px 0 0;
	float: left;
	width: 57px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #fff !important;
}

.vote a {
	color: #fff !important;
}

.vote .y, .vote .n {
	padding: 3px 0 0;
	color: #009d08  !important;
	font-weight: normal;
	font-size: 100%;
	white-space:nowrap;
	overflow: hidden;
}

.vote .n {
	color: #af0000 !important;
}


.film-item .desc {
	width: 645px;
	float: right;
	position: relative;
}

.film-item .desc .prem {
	display: block;
	position: absolute;
	top: 3px;
	right: 10px;
	background: url(/images/premier.png) no-repeat;
	width: 228px;
	height: 44px;
}

.film-item .date {
	color: #797979;
}

.film-item p {
	font-size: 110%;
}

.film-item .duration {
	color: #ec3783;
	font-size: 120%;
}

.details {
	margin: 10px 10px 0 0;
	text-align: right;
}
		
.details a {
	color: #ec3783;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

.nominations .pager {
	width: 500px;
	margin: 0 auto 20px;
}

.title {
	margin: 15px 0 10px;
	font-size: 120%;
	color: #ec3783;
}

.film-cont {
	width: 290px;
	margin: 20px auto 10px;
}

.download {
	padding: 26px 0 20px 55px;
	background: url(/images/download.png) no-repeat;
	margin: 0 auto 10px;	
	width: 245px;
}

.download a {
	background: #ed2685;
	padding: 4px;
	font-size: 120%;
	color: #fff !important;
	font-weight: bold !important;
}

/************
	10. Program 	
*/

.program {
	background: #f0f0f0 url(/images/program-b.png) left bottom repeat-x;
	border: 1px #ccc solid;
	border-top: none;
	border-bottom: none;
	padding: 0 0 40px;
	margin: 0 0 20px;
}

.program h3 {
	height: 53px;
	background: url(/images/program-head.png) repeat-x;
	color: #fff;
	text-align: center;
	font-size: 130%;
	margin: 25px 0 5px;
}

.program h3 span {
	display: inline-block;
	padding: 9px 0 0;
	font-weight: normal;
}

.program .organization {
	text-align: center;
	color: #606060;
	font-size: 120%;
}

.program h4 {
	margin: 6px;
	background: #a70a86;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding-left: 10px;
	display: inline-block;
}

.program h4 span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-right: 20px;
	margin-right: -13px;
	background: url(/images/program-day-head.png) top right no-repeat;
	min-width: 160px;
}

.program .program-table {
	margin: 6px;
}

.program .program-table table {
	width: 100%;
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
}

.program .program-table td {
	padding: 15px;
	border-right: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
	color: #a70a86;
	font-size: 120%;
}

.program .program-table td.f {
	width: 200px;
}

/************
	11. Registration 	
*/

.registration {
	width: 600px;
	margin: 0 auto;
	font-size: 120%;
	color: #3b3b3b;
}

.registration td {
	padding: 5px;
	vertical-align: top;
}

.registration input {
	width: 150px;
	border: 1px #969696 solid;
	font-size: 
}

.registration img {
	vertical-align: top;
}

.registration textarea {
	width: 400px;
	height: 100px;
	border: 1px #969696 solid;
}

.notice {
	font-size: 120%;
	color: #3b3b3b;
}

/************
	00. Utils 	
*/

.slfclr {
	overflow: hidden;
	zoom: 1;
}

.replace {
	text-indent: -10000px;
}