/*	==============================================
	CAPOEIRA BRASIL - FESTIVAL EXPLOSAO II 2010
	Copyright 2009
	URL: www.festivalexplosao.com
	AUTHOR: Piotr Szypulski
	DATE: 27 Jan. 2010
	REVISION: 2.0
	...
	CSS Directory:
		1. Reset
		2. Font import
		3. Site container
		4. Top panel
		5. Menu
		6. Content
		7. Media
		8. Footer
		9. Globals
		10.News
		&. Others
	================================================
	1. RESET
	================================================ */
* {  
	vertical-align:	baseline;  
	font-family:	"Delicious", Tahoma;  
	font-style:		inherit;  
	font-size:		12px;  
	border:		none;  
	padding:		0;  
	margin:		0;  
} 
/*	==============================================
        2. FONT IMPORT (CSS3)
	============================================== */
@font-face {
	font-family: "Delicious";
	src: url(Delicious-Roman.otf) format("opentype");

}
/*      note: Digital Ninja Font : http://quiccs.deviantart.com/ free */
@font-face {
	font-family: "Sans";
	src: url("../Sans.otf") format("opentype");
}
/*	==============================================
        3. SITE CONTAINER
	============================================== */
body {
	background: black;
	color: #c1c1c1;
}
div#container {
	width: 1200px;
	height: 700px;
	background: url(../images/interface/logo.gif) no-repeat center;
	margin: 0 auto 0 auto;
}
div#middle {
	margin-top: 305px;
}
div#middle > div:first-child {
	margin-left: 100px;
	float: left;
}
#mediaa {
	margin-right: 70px;
	float: right;
}
#b_news, #b_html, #b_fav, #b_pl, #b_en, #b_br, #b_sponsors,
#b_news, #b_program, #b_guests, #b_details, #b_more, #mor,
#b_contact_b, #b_form {
	cursor: pointer;
}
#media > * {
	position: relative; top: -170px; left: 20px;
}
div#content > div {
	display: none;
}
div#content > div#news {
	display: block;
}
/*	==============================================
        4. TOP PANEL
	============================================== */
div#top {
	width: 100%;
	height: 22px;
	text-align: right;
	}
div#top > img[id], a > img[id] {
	margin-right: 10px;
}
#adres {
	width: 170px;
	background: #343434;
	color: #121212;
	border: 1px solid #121212;
}
#submit {
	background: #1f1f1f;
	color: #c0c0c0;
	border: none;
}
p#newsletter_text {
	color: #9bee7a;
}
/*	==============================================
        4. MENU
	============================================== */
div#menu {
	width: 645px;
	height:63px;
}
div#menu div {
	float: left;
	height: 63px;
}
div#menu div#b_news {
	background: url(../images/interface/m_news.png);
	width: 128px;
}
div#menu div#b_program {
	background: url(../images/interface/m_program.png);
	width: 117px;
}
div#menu div#b_guests {
	background: url(../images/interface/m_guests.png);
	width: 125px;
}
div#menu div#b_details {
	background: url(../images/interface/m_details.png);
	width: 77px;
}
div#menu div#b_contact_b{
	background: url(../images/interface/m_contact.png);
	width: 65px;
}
div#menu div#b_form{
	background: url(../images/interface/m_form.png);
	width: 132px;
}
/*	==============================================
        5. CONTENT
	============================================== */
div#content {
	background: url(../images/interface/content_bc.png);
	border: 1px solid #797979;
	border-top: none;
	width: 642px;
	min-height: 500px;
}
/* Program imprezy */
div#program {
	width: 500px;
	margin: 0 auto;
}
div#program p {
	color: #cf8d2f;
	text-transform: uppercase;
}
div#program ul {
	margin: 20px;
}
div#program li {
	margin-left: 40px;
}
/* Goście */

div#guests {
	width: 500px;
	margin: 0 auto;
}
div#guest_single {
	height: 300px;
}
/*
div#guests p {
	color: #933838;
	text-transform: capitalize;
	margin: 0 auto 20px;
}
div#guests img {
	float: left;
	margin-right: 15px;
}
div#guests > div {
	width: 500px;
	height: 250px;
}
div#guests > div > div {
	text-align: justify;
}
*/
div#name {
	color: #933838;
	text-transform: capitalize;
	border-bottom: 1px solid #282828;
	margin-bottom: 20px;
	clear:both;

}
div#photo {
	float: left;
	margin-right: 15px;
}
div#bio {
	text-align: justify;
}
/* Szczegóły */
div#details {
	margin: 0 auto;
}
/* formularz */
div#form {
	width: 600px;
	margin: 0 auto;
}
div#form form > ul, ol {
	list-style: none;
	width: 600px;
}
div#form li {
	width: 600px;
	padding: 5px;
	text-align: right;
	margin: 0 auto;
}

div#form input, select {
	background: none;
	border: 1px solid #797979;
	color: #797979;
}
div#form input, select {
	width: 200px;
	height: 25px;
	font-size: 14px;
}
div#form input:focus {
	border-color: #82ff60;
}
div#form label {
	text-align: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 11px;
}

div#form li#img {
	width: 539px;
}

label.error {
	color: #932020;
	float: left;
	margin: 0;
}
/*	==============================================
        6. MEDIA
	============================================== */
div#media_top {
	background: url(../images/interface/media_bc.png) no-repeat;
	width: 374px;
	height: 264px;
}
div#media {
	background: #040402;
	border: 1px solid #1f231a;
	border-top: none;
	width: 372px;
	min-height: 300px;
}
div#media > div {
	padding: 10px;
}
/*	==============================================
        10. NEWS
	============================================== */
div#message_list {
	min-height: 400px;
	border: none;
	font-size: 12px;
	color: #c8c8c8;
	margin: 0 auto;
	width: 500px;
}
div#topic {
	border-bottom: 1px solid #282828;
	text-transform: uppercase;
	font-size: 14px;
	color: #b6ff60;
	font-weight:bold;
}
div#date {
	font-size: 8px;
	color: #b0c499;
}
em {
	text-transform: capitalize;
	color: #f6bc32;
}
div#news_content {
	margin: 10px 0 100px 0;
	font-size: 14px;
	text-align: justify;
  text-indent: 1.5em;	
}
/*	==============================================
        &. OTHERS
	============================================== */
div#countdown > form > input {
	font-family: "Sans", Tahoma;
	background: none;
	font-size: 23pt;
	margin: 20px 150px;
	color: white;
	width: 600px;
	height: 60px;
}
div#details {
	margin: 0 auto;
	width:500px;
}
div#details > center > p {
	color: #b0c499;
}
div#details > pre > p {
	color: #f6bc32;
}
div#b_contact {
	width: 200px;
	height: 100px;
	-webkit-border-radius: 20px; /* Safari, Chrome */
	-khtml-border-radius: 20px;    /* Konqueror */
	-moz-border-radius: 20px; /* Firefox */
	border-radius: 20px;
	border: 1px solid #575757;
	position: relative; left: 950px; top: -70px;
}
div#b_contact > p {
	margin-left: 25px;
	margin-top: 1px;
}
div#b_contact > div#mor {
	color: #d4a21f;
	margin-left: 80px;
}
div#b_contact > p.kom {
	margin-left: 40px;
}
div#b_contact > p > em {
	font-size: 20px;
	color: #b0c499;
}
div#contact {
	text-align: center;
}
div#contact > pre > em {
	color: #b0c499;
	font-size: 14px;
}

div#stat {
	margin: 0px auto;
	padding: 10px;
	width: 100px;
	clear: both;
}