/*
	Main styles
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/14px Arial, Tahoma, sans-serif;
	color: #000;
	background: #baeaf9 url("../images/festsvabody/background.png") repeat;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 0 0 0 20px;
}

pre {
	font: 13px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 1em 0;
}

a {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

/*
	Layonts
*/

#all {
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
	background: url("../images/festsvabody/stuzhki.png") center 142px no-repeat;
}

#background {
	float: left;
	width: 100%;
	background: url("../images/festsvabody/container-back.png") center repeat-y;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 100%;
	background: url("../images/festsvabody/content-back.png") 0 0 repeat-x;
}

#menu {
	float: left;
	width: 100%;
}

#text {
	float: left;
	width: 410px;
}

#text.full {
	width: 600px;
}

#sidebar {
	float: left;
	width: 390px;
}

#sidebar.short {
	width: 200px;
}

#footer {
	float: left;
	width: 800px;
	height: 365px;
	margin-top: 20px;
}

#copyright {
	float: left;
	width: 800px;
	height: 25px;
	background: #2b2b2a;
}

/*
	Logo
*/

#logo {
	float: left;
	width: 800px;
	height: 150px;
	background: #7accfe url("../images/festsvabody/header.jpg") 0 0 no-repeat;
}

/*
	Menu
*/

#menu {
	width: 800px;
	height: 27px;
	background: #fff url("../images/festsvabody/menu-back.png") 0 0 repeat-x;
}

#menu ul {
	margin: 2px 0 0;
	padding: 0;
	height: 22px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0 10px;
	font: bold 13px/22px Georgia, Garamond, Arial, Tahoma, sans-serif;
	list-style: none;
	text-transform: uppercase;
}

#menu li a {
	color: #000;
	display: block;
	text-decoration: none;
}

#menu li.active {
	background: #fd0000;
}

#menu li.active a {
	color: #fff;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a:hover.active {
}

/*
	Content
*/

#content .post {
	margin: 10px;
}

#content .post.first {
	margin: 0 10px 20px 0;
}

#content .post .text {
	margin: -50px 0 0 25px;
}

#content .post.first .text {
	margin: 0 0 0 25px;
}

#content .post p {
	font: 13px/15px Arial, Tahoma, sans-serif;
}

#content .post ul {
	font: 13px/15px Arial, Tahoma, sans-serif;
	margin: 10px 0 0 20px;
}

#content .post ul li {
	margin: 0;
}

#content .post ul li ul {
	font: 12px/15px Arial, Tahoma, sans-serif;
	margin: 0 0 0 1em;
}

#content p a, #content ul a, #content h2 a, #content h3 a {
	color: #000;
}

#content h2 {
	font: bold 14px Arial;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 0 35px;
}

#content h3 {
	font: bold 18px/20px Arial, Tahoma, sans-serif;
	margin: 10px 0 0;
}

#content .date {
	background: url("../images/festsvabody/date-back.png") top left no-repeat;
	width: 108px;
	height: 49px;
	position: relative;
	left: -90px;
	z-index: 1;
	color: #fff;
}

#content .date p {
	font: bold 16px/16px Arial;
	text-transform: uppercase;
	padding: 15px 0 0 18px;
}

#content .archive {
	margin: 20px 0;
	border-top: 1px solid #76D5FD;
}

/*
	Other styles
*/

#content .req {
	color: red;
}

/*
	Sidebar
*/

#sidebar .left {
	float: left;
	width: 200px;
	background: #76d5fd url("../images/festsvabody/sidebar-left-back.png") 0 0 no-repeat;
	margin-right: 5px;
}

#sidebar .right {
	float: right;
	width: 185px;
	background: #76d5fd url("../images/festsvabody/sidebar-right-back.png") 0 0 no-repeat;
}

#sidebar .text {
	overflow: hidden;
	padding: 0 10px;
}

#sidebar .shortcut {
	background: url("../images/festsvabody/shortcut.png") top right no-repeat;
	width: 116px;
	height: 114px;
	position: relative;
	left: 96px;
	z-index: 1;
	color: #fff;
}

#sidebar .shortcut h3 {
	font: bold 14px/14px Arial;
	text-transform: uppercase;
	padding: 12px 0 0 20px;
}

#sidebar h2 {
	margin: 10px 0 0;
}

/*
	Copyright
*/

#copyright p {
	font: 11px/20px Arial;
	color: #fff;
	margin: 3px 0 0;
}

#copyright p.design {
	background: url("../images/festsvabody/design-copyright.png") 0 0 no-repeat;
	padding-left: 22px;
	margin-left: 10px;
}

#copyright p.design a {
	color: #fff;
}

/*
	Photos
*/

#content .photos {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#content .photos a img {
	border: 1px solid #f3e9e9;
}

#content .photos .all {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content .photos .cover {
	float: left;
	width: 100px;
}

#content .photos .info {
	float: left;
	width: 450px;
}

#content .photos .info p {
	margin: 10px;
}

#content .photos .info .title {
	font: 16px/18px Arial;
	margin-top: 0px;
}

#content .photos .row {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

#content .photos .row a {
	border-bottom: 0;
}

/*
	Sponsors
*/

#sponsors {
	margin-left: 0px;
	margin-top: 10px;
	overflow: hidden;
}

#sponsors a {
	display: block;
	width: inherit;
	height: inherit;
}

#sponsors span {
	display: none;
}

#sponsors ul {
	float: left;
	margin: -5px 0 0 10px;
	list-style-type: none;
}

#sponsors ul li {
	float: left;
	background: #fff;
	border: 5px solid #0bc4f9;
	max-width: 150px;
	margin: 0;
	margin-top: 5px;
}

#sponsors .empty {
	float: left;
	width: 150px;
	height: 44px;
	background: #fff;
	border: 5px solid #0bc4f9;
	margin-left: 10px;
	margin-top: 5px;
}

/*
	Orgs
*/

#orgs {
	margin-left: 0px;
	overflow: hidden;
}

#orgs a {
	display: block;
	width: inherit;
	height: inherit;
}

#orgs span {
	display: none;
}

#orgs .erb {
	float: left;
	width: 140px;
	height: 82px;
	border: 5px solid #0bc4f9;
	margin-top: 5px;
	margin-left: 12px;
	background: #fff url("../images/festsvabody/logos/erb.png") center center no-repeat;
	padding: 5px;
}

#orgs .studfarmat {
	float: left;
	width: 140px;
	height: 82px;
	border: 5px solid #0bc4f9;
	margin-top: 5px;
	margin-left: 12px;
	background: #fff url("../images/festsvabody/logos/studfarmat.png") center center no-repeat;
	padding: 5px;
}

#orgs .bma {
	float: left;
	width: 140px;
	height: 82px;
	border: 5px solid #0bc4f9;
	margin-top: 10px;
	margin-left: 12px;
	background: #fff url("../images/festsvabody/logos/bma.png") center center no-repeat;
	padding: 5px;
}

/*
	Links
*/

#links {
	float: left;
	width: 158px;
	height: 55px;
	background: #2b2b2a;
	border: 5px solid #fff;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	z-index: 10;
	position: relative;
}

#links li {
	float: left;
	width: 35px;
	margin-top: 10px;
	padding-top: 25px;
}

#links li a {
	color: #fff;
	font: bold 10px Arial;
}

#links li#myspace {
	background: url("../images/festsvabody/icons/myspace.png") center 0 no-repeat;
	width: 45px;
	height: 20px;
	margin-left: 5px;
	text-align: center;
}

#links li#rss {
	background: url("../images/festsvabody/icons/rss.png") center 0 no-repeat;
	width: 25px;
	height: 20px;
	margin-left: 10px;
	text-align: center;
}

#links li#lj {
	background: url("../images/festsvabody/icons/lj.png") center 0 no-repeat;
	width: 55px;
	height: 20px;
	margin-left: 10px;
	text-align: center;
}

/*
	Reporters
*/

#reporters {
	float: left;
	width: 158px;
	height: 25px;
	background: #d60000;
	border: 5px solid #fff;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	z-index: 10;
	position: relative;
	text-align: center;
}

#reporters a {
	font: bold 14px/25px Arial;
	color: #fff;
}

/*
	Slideshow
*/

#slideshow {
	width: 560px;
	height: 300px;
	margin: 20px 20px;	
	border: 5px solid #0bc4f9;
}

/*
	Pages
*/

#pages {
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0;
}

#pages .prev {
	float: left;
	margin-left: 10px;
}

#pages .next {
	float: right;
	margin-right: 10px;
}

#pages a {
	color: #000;
}

/* Other */

#banners-partners img {
	max-width: 180px;
}