/* CSS Document for		http://www.bok-o-bok.ru
/* Author				Jason Fleitz
/* Version				1.0
/* Updated				July 28, 2007
------------------------------------------------------------ */

/* Table of Contents */

/* 01.		CSS Reset
/* 02.		General Styles
/* 03.		Layout Styles
/* 04.		H1, H2, H3, H4, H5 Styles
/* 05.		Paragraph Styles
/* 06.		List Styles
/* 07.		Definition List Styles
/* 08.		Table Styles
/* 09.		Form Styles
/* 10.		Image Styles
/* 11.		Link Styles
------------------------------------------------------------ */


/* Enjoy */



/* 01. CSS Reset (Courtesy of Eric Meyers)
------------------------------------------------------------ */

@import url(/css/reset.css);

/* 02. General Styles
------------------------------------------------------------ */

body {
	background: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em
	}


/* 03. Layout Styles
------------------------------------------------------------ */

#wrapper {
	background: #ebebeb url('/img/bg/body.gif') no-repeat 75px top;
	margin: 0 auto;
	overflow: hidden;
	width: 980px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
	}

#emailForm {
	padding-top: 20px;
	float: right;
}

#header {
	padding: 5px 0 0 0;
}

#language {
	text-align: right;
}

#banner {
	padding-top: 20px;}

#nav {
	margin: 18px 0;
}

#content {
	width: 1000px;
}

#contentEn {
	width: 1000px;
}

#Press {
	line-height: 1.15em
}

#leftColumn {
	float:left;
	width: 600px;
}

#rightColumn {
	border: 1px dotted #666;
	float: left;
	margin: 30px 0 0 150px;
	padding-bottom: 20px;
	width: 230px;
}

#notesEn {
	background: url('/img/bg/notes-en.gif') no-repeat top left;
	height: 250px;
	margin-top: 20px;	
	overflow: hidden;
	width: 600px
}

#notesRu {
	background: url('/img/bg/notes-ru.gif') no-repeat top left;
	height: 250px;
	margin-top: 20px;	
	overflow: hidden;
	width: 600px
}

#notesEn #application {
	float: right;
	margin: 10px 65px 0 0;
}


#notesEn #application p {
	margin: 60px 0 10px 0;
}

#notesEn #application a {
	color: #000;
}

#notesEn #application a:hover {
	color: #f61324;
	text-decoration: none;
}

#notesEn #mailingAddress {
	float: left;
	margin: 55px 30px 0 60px;
}

#notesRu #application {
	float: right;
	margin: 10px 95px 0 0;
}

#notesRu #application p {
	margin: 60px 0 10px 0;
}

#notesRu #application a {
	color: #000;
}

#notesRu #application a:hover {
	color: #f61324;
	text-decoration: none;
}

#notesRu #mailingAddress {
	float: left;
	margin: 55px 30px 0 60px;
}

/*

#mailingAddress {
	background: url('/img/bg/mailing-address-ru.gif') no-repeat top left;
	height: 190px;
	width: 220px; padding-left:40px; padding-right:40px; padding-top:60px; padding-bottom:0
}

#mailingAddressEn {
	background: url('/img/bg/mailing-address-en.gif') no-repeat top left;
	height: 190px;
	width: 220px; padding-left:40px; padding-right:40px; padding-top:60px; padding-bottom:0
}

*/

#footer {
	float:left;
	border-top: 1px dotted #666;
	margin: 20px 0;
	width:100%;
	}

/* 04. H1, H2, H3, H4, H5
------------------------------------------------------------ */

#header h1.en {
	background: url('/img/bg/logo-en.gif') no-repeat top left;
	float: left;
	height: 140px;
	text-indent: -9999px;
	width: 300px
	}

#header h1 {
	background: url('/img/bg/logo-ru.gif') no-repeat top left;
	float: left;
	height: 140px;
	text-indent: -9999px;
	width: 320px
}

#header h2 {
	background: url('/img/bg/tagline-ru.gif') no-repeat top right;
	float: right;
	height: 140px;
	text-indent: -9999px;
	width: 660px
	}

#header h2.en {
	background: url('/img/bg/tagline-en.gif') no-repeat top right;
	float: right;
	height: 140px;
	text-indent: -9999px;
	width: 660px
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-bottom: 6px;
}

#content h2.border01 {
	background: url('/img/bg/border-01.gif') no-repeat bottom left;
}

#contentEn h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	}

#contentEn h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-bottom: 6px;
}

#contentEn h2.border01 {
	background: url('/img/bg/border-01.gif') no-repeat bottom left;
}

/* 05. Paragraph Styles
------------------------------------------------------------ */

p {
	margin: 20px 0 10px 0;
}

#content p {
	text-align: justify;
}

#contentEn p {
	text-align: justify;
}

#Press p {
	text-align: justify;
	margin: 10px 0 5px 0;
}

#rightColumn p {
	font-size: 12px;
	margin: 15px 5px 5px 5px;
	font-style: italic;
}

#cap {
	color:#f61324;
	float:left;
	font-size:38px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	margin-top:4px;
	margin-right:4px;
}

* html #cap {margin-right:-2px; margin-top:3px;}

.PressTitle {
    color: #333;
	font-size: 13px;
	font-weight: bold;
	}

.PressTitle a {
	text-decoration: none;
	color: #333;
    }

	
.PressDate {
	font-size: 11px;
	font-style: italic;
	}	

.Press {
	font-size: 11px;
	}
	
#footer p {
	font-size: 11px;
	margin: 20px 0 10px 0;
}

#contact {
	background: url('/img/bg/contact.gif') no-repeat bottom center;
	margin: 0 auto;
	width: 282px;
	height: 166px; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
	}

acronym {
	border-bottom:1px dotted #111;
	cursor:pointer;
	}

/* 06. List Styles
------------------------------------------------------------ */

#skipLinks ul li {
	display: inline;
	text-align: right;
}

#language ul li {
	display: inline;
}

#nav ul {
	text-align: center;
}

#nav ul li {
	display: inline;
}

#quickLinks {
	padding: 40px 0 10px 0;
}

#quickLinks li {
	display: inline;
	margin-right: 15px;
}

#quickLinks li.last {
	margin: 0;
}

.bullets {
	margin-left: 10px;
	padding-left: 20px;
	list-style-image: url('/img/bg/bullet.gif');
}

.bullets a {
	color: #000;
}

.bullets a:hover {
	color: #f61324;
	text-decoration: none;
}

/* 08.		Table Styles
------------------------------------------------------------ */

td {
 padding:20px;
 }

fieldset {
	border: 1px dotted #666;
	margin: 20px 0;
	}

.tablesm td {
 padding:5px;
 }

.tablesm fieldset {
	border: 1px dotted #666;
	margin: 5px 0;
	}

.tablesm {
	font-size:10px;
}

.tablesm {
	font-size:12px;
}

.highlighted {
	background: #F3F3F3;
}


/* 09. Form Syles
------------------------------------------------------------ */

#emailForm form {
	color: #666;
	font-size: 11px;
}

#emailForm form input {
	font-size: 11px;
}

form input.btn {
	background: #333;
	border: 0px none !important;
	color: #eee;
	padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}


/* 11. Link Styles
------------------------------------------------------------ */

#language ul li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	padding-left: 22px;
}

#language ul li a.russian {
	background: url('/img/bg/ru.gif') no-repeat center left;
}

#language ul li a.english {
	background: url('/img/bg/en.gif') no-repeat center left;
}

#skipLinks ul li a {
	background: url('/img/bg/skip-down.gif') no-repeat center left;
	color: #666;
	font-size: 11px;
	padding-left: 12px;
	text-decoration: none
}

#footer a {
	color: #f61324;
}

.menu a {
	text-decoration: none;
	font-style: italic;
	color: #5D5D5D;
}

.menu a:hover {
	text-decoration: none;
	font-style: italic;
	color: #f61324;
	}


a {
	color: #f61324;
}

a:hover {
	color: #333;
	text-decoration: none;
}

#skipLinks ul li a:hover,
#language ul li a:hover,
#footer a:hover {
	color: #333;
	text-decoration: none;
}

#nav ul li a:link,
#nav ul li a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 20px 20px 10px 20px;
	text-decoration: none;
	}

#nav ul li a:hover {
	background: #111;
	color: #ebebeb;
	text-decoration: none;
	}

#Home .home,
#About .about,
#Films .films,
#Community .community,
#Volunteers .volunteers,
#Sponsors .sponsors {
	background: #111;
	color: #f61324 !important;
	text-decoration: none !important;
	}

#Главная .Главная,
#Мы .Мы,
#Фильмы .Фильмы,
#Общество .Общество,
#Волонтеры .Волонтеры,
#Спонсоры .Спонсоры {
	background: #111;
	color: #f61324 !important;
	text-decoration: none !important;
	}


#quickLinks li a {
	text-decoration: none;
}