/**
 * background: #2B1A15
 * lines etc.: #52352D
 * orange: #FF4200
 * orange hover: #FF7140
 * text: #FFFFFF
 */

/**
 * common styles
 */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2B1A15;
	background-image: url('../images/page_bg.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, "DejaVu Sans Condensed", sans-serif;
	font-size: 0.8em;
}

/**
 * headings
 */

h1, h2, h3, h4 {
	margin: 0.1em 0;
	padding: 0.1em 0;
	font-family: Georgia, serif;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
	color: #FF4200;
	line-height: 120%;
}
h3 {
	font-size: 20px;
}
h4.email {
	font-size: 24px;
	color: #FF4200;
}
h4.facebook {
	background-image: url('../images/facebook.gif');
	background-repeat: no-repeat;

	height: 21px;
	width: 96px;

	margin: 0;
	margin-bottom: 5px;
	overflow: hidden;

	text-align: center;
	font-size: 1%;
}
h4.facebook span {
	display: none;
}

/**
 * anchors
 */

a {
	color: #FF4200;
	text-decoration: underline;
}
div.iconLink a,
a.icon {
	padding-right: 15px;
	background-image: url('../images/outer_link.png');
	background-position: right center;
	background-repeat: no-repeat;
}
p.orangeLink a,
div.orangeLink a,
table.orangeLink a {
	color: #FF4200 !important;
	line-height: 125%;
}
p.whiteLink a,
div.whiteLink a,
table.whiteLink a {
	color: #FFFFFF !important;
}

img {
    border: none;
}

/**
 * blocks
 */

.clear {
	clear: both;
}
.ultraSmall {
	height: 1%;
	font-size: 1%;
	line-height: 1%;
}

/**
 * page blocks
 */

div#page {
	width: 1024px;
	margin: 0 auto;
}

/**
 * heading blocks
 */

div#head {
	height: 165px;
	margin: 45px 0 40px 0;
	padding: 0;
}
div#head div.padding {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
div#head div#logo {
	height: 100%;
	width: 260px;
	float: left;
}
div#head div#logo h1 {
	background-image: url('../images/antropo_logo.gif');
	background-position: center center;
	background-repeat: no-repeat;

	height: 55px;
	width: 180px;

	margin: 45px auto 0 auto;
	text-align: center;

	cursor: pointer;
}
div#head div#logo h1 span {
	display: none;
}
div#head div#about {
	height: 100%;
	width: 448px;
	float: left;
	border-left: 1px solid #52352D;
	border-right: 1px solid #52352D;
	margin: 0 auto;
}
div#head div#about h1 {
	font-size: 23px;
}
div#head div#about h2 {
	color: #FF4200;
	font-size: 16px;
	line-height: 150%;
}
div#head div#mainPartner {
	height: 100%;
	width: 290px;
	float: left;
}
div#head div#mainPartner h3 {
	font-size: 20px;
}
div#head div#mainPartner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#head div#mainPartner ul li {
	margin: 0.3em 0;
}

/**
 * content
 */

div#body {
	clear: both;
}

/**
 * body common styles
 */

div#body h1 {
	background-image: url(../images/heading_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;

	margin-top: 0;
	padding-top: 0;

	margin-bottom: 10px;
	padding-bottom: 20px;
}
div#body div.padding {
	width: 80%;
	margin: 0 auto;
}

/**
 * main menu
 */

div#mainMenu {
	width: 110px;
	float: left;
	margin-left: 0.5em;
}
div#mainMenu img {
	border: none;
}
div#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#mainMenu ul li {
	font-weight: bold;
	padding: 0.4em 0.7em 0.4em 0;
	text-align: right;
	border-bottom: 1px solid #52352D;
}
div#mainMenu ul li.first {
	border-top: 1px solid #52352D;
}
div#mainMenu ul li.borderless {
	border-bottom: none;
}

div#mainMenu ul li.active {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
div#mainMenu ul li.disabled a {
	color: #52352D;
}
div#mainMenu ul li a {
	text-decoration: none;
}
div#mainMenu ul li.active a {
	color: #FFFFFF;
}
div#mainMenu p.langs {
	margin: 0;
	margin-top: 1em;
	padding: 0;
	padding-right: 0.7em;
	text-align: right;
	color: #FFFFFF;
}
div#mainMenu p.seasons {
	margin: 0;
	margin-top: 2em;
	
	padding: 0;
	padding-right: 0.7em;
	
	text-align: right;
	line-height: 160%;
}
div#mainMenu p.seasons a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/**
 * right column
 */

div#rightColumn {
	width: 290px;
	float: right;
}
div#rightColumn p {
	color: #FF4200;
	margin: 0;
	margin-bottom: 2em;

	width: 80%;
	padding: 0;
}

/**
 * content
 */

div#content {
	margin: 0 310px 0 150px;
	position: relative;
	line-height: 140%;
}

/**
 * content containers
 */

div#content div.box {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #52352D;
	text-align: justify;
}
div#content div.box p {
	text-indent: 1.5em;
}
div#content div.box p.noIndent {
	text-indent: 0;
}
div#content div.box p.spaced {
	margin: 0.1em 0;
    padding: 0.1em 0;
}
div#content div.box p.spaced img {
    margin: 0.3em;
    padding: 0;
    border: 1px solid #52352D;
}
div#content div.lastBox {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

/**
 * news
 */

div#content div.news p.more {
	margin: 0.2em 0;
	padding: 0.2em 0;
	text-align: right;
}

/**
 * articles
 */

div#content div.news div.article {
	position: relative;
	margin-bottom: 10px;
	
	min-height: 60px;
}
div#content div.news div.article div.date {
	position: absolute;
	top: 0;
	left: 0;

	width: 33px;

	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FF4200;
}
div#content div.news div.article div.date hr {
	color: #FF4200;
	background-color: #FF4200;

	border: none;
	height: 2px;
	
	margin: 0;
	margin-top: -2px;
	padding: 0;
}
div#content div.news div.article div.content {
	margin-left: 50px;
}
div#content div.news div.article div.content p {
	text-indent: 0;
}

/**
 * newsletter form
 */

div#content form#newsletterForm {
	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 320px;

	margin: auto;
}
div#content form#newsletterForm fieldset {
	border: 0;
	margin: 0.5em 0;
	padding: 0;
}
div#content form#newsletterForm label {
	font-weight: bold;
}
div#content form#newsletterForm p {
	font-weight: bold;
	border-bottom: 1px solid #52352D;
	margin: 0.3em 0;
	padding: 0.3em 0;
}

/**
 * program block
 */

div#content div.program {
	/* overriding .box style */
	padding-bottom: 0;
	border-bottom: none;
}
div#content div.program h2 {
	 background-image: url('../images/heading_bg.png');
	 background-position: bottom;
	 background-repeat: repeat-x;

	 padding-bottom: 20px;
}
div#content div.program table {
	 border-collapse: collapse;
	 width: 100%;

	 margin: 0;
	 margin-bottom: 5px;
	 padding: 0;
}
div#content div.program table tbody tr td {
	margin: 1px 0;
	padding: 0.3em;

	background-color: #241612;
	border-bottom: 1px solid #52352D;
}
div#content div.program table tbody tr td a {
	text-decoration: none;
}
div#content div.program table tbody tr.orange td {
	color: #FF4200;
}
div#content div.program table tbody tr td.time {
	width: 45px;
	text-align: center;
}

/**
 * movies block
 */

div#content div.movies div.movie h2 a {
	 text-decoration: none;
}
div#content div.movies div.movie div.description p.info {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}
div#content div.movies div.movie div.description img {
	margin: 0.4em 0.9em;
	padding: 0.2em;
	background-color: #FFFFFF;
}
div#content div.movies p.more {
	margin: 0.2em 0;
	padding: 0.2em 0;
	text-align: right;
}

/**
 * contact block
 */

div#content div.contact {
	text-align: left;
}
div#content div.contact p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
div#content div.contact h4 {
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
}
div#content div.contact table {
	width: 100%;
	border-collapse: collapse;
}
div#content div.contact table tbody tr td {
	vertical-align: middle;
}
div#content div.contact div.iconHolder {
	margin-top: 30px;
}
div#content div.contact div.mainPartner {
	width: 220px;
	float: right;
}
div#content div.contact div.mainPartner h3 {
	font-size: 20px;
}
div#content div.contact div.mainPartner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 110%;
}
div#content div.contact div.mainPartner ul li {
	margin: 0.3em 0;
}
div#content div.contact div.iconHolder div.iconBox {
	float: left;
	line-height: 110%;
}
div#content div.contact div.iconHolder div.iconBox p {
	color: #FF4200;
}
div#content div.contact div.iconHolder div.regBox {
	width: 130px;
}
div#content div.contact div.iconHolder div.newsletterBox {
	margin-left: 25px;
	width: 180px;
}
div#content div.contact div.iconHolder div.facebookBox {
	margin-top: 15px;
	width: 50%;
}
div#content div.contact div.iconHolder div.facebookBox h4 {
	margin-bottom: 5px;
}

/**
 * partners block
 */

div#content div.partners {
	padding-bottom: 0;
}
div#content div.partners p {
	margin: 0;
	padding: 0;
}
div#content div.partners p.caption {
	text-indent: 0;
	font-weight: bold;
	margin-bottom: 5px;
}
div#content div.partners p.thanks {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #FF4200;
	margin-top: 5px;
}
div#content div.partners ul {
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style: square;
}
div#content div.partners ul li a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
div#content div.partners table.logos td.center {
    text-align: center;
}


/**
 * photos
 */

div#content div.photo {
	padding: 5px;
	margin: 0 5px 5px 0;

	width: 115px;
	height: 140px;

	float: left;

	background: #422820;
	border: 1px solid #52352D;

	font-size: smaller;
}

div#content div.photo p {
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

/**
 * clip holder
 */

div#content div.clip {
	margin: 0.5em 0 1em 0;
	padding: 0;
	border-bottom: none;
}
div#content div.clip p {
	margin: 0;
	padding: 0;
}

/**
 * ad holder
 */

div#content div.adHolder {
	 width: 468px;
	 margin: 1em auto;
}

/**
 * link hovers
 */

div#mainMenu a:hover,
div#rightColumn a:hover,
div#content a:hover {
	color: #FF7140 !important;
}
p.whiteLink a:hover,
div.whiteLink a:hover,
div#content p.whiteLink a:hover,
div#content div.whiteLink a:hover,
div#mainMenu p.whiteLink a:hover {
	color: #D0D0D0 !important;
}

