/*
Theme Name: Beyond World
Theme URI: http://beyond.lt/
Author: Mantas Žilius
Version: 5.1
*/
* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
body {
	background: #000 url('./images/bg.jpg') no-repeat center 31px;
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #333;
}
a {
	color: #333;
}
a img {
	border: none;
}
/* === CLASSES === */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
/* === NAVIGATION === */
#navigation {
	background: #fff url('./images/nav-bg.jpg') repeat-x center bottom;
	text-shadow: 0 1px 0 #fff;
	font: 11px tahoma, verdana, arial, sans-serif;
	width: 100%;
	height: 22px;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #fff;
}
#navigation #wrap {
	width: 900px;
	margin: 0 auto;
}
#navigation ul > li {
	float: left;
}
#navigation ul li ul > li {
	float: none;
}
#navigation ul > li a {
	color: #333;
	padding: 0 10px 1px 10px;
	border-right: 1px solid #d6d6d6;
}
#navigation ul > li a.arrow {
	background: transparent url('./images/nav-arrow.png') no-repeat right center;
	padding-right: 25px;
}
#navigation .box {
	background-color: #e9e9e9;
	margin: 10px 0 0 0;
	border: 1px solid #fff;
	border-top: 1px solid #ccc;
	border-bottom: none;
	position: absolute;
	visibility: hidden;
}
#navigation .box {
	list-style: none;
	z-index: 300;
}
#navigation .box li a {
	display: block;
	border: none;
	padding: 8px 12px 10px 12px;
	border-bottom: 1px solid #fff;
}
#navigation .box li a:hover {
	background-color: #e0e0e0;
}
/* === LOGO === */
#logo {
	width: 163px;
	margin: 30px auto;
}
#logo #link {
	background: transparent url('./images/logo.png') no-repeat center center;
	display: block;
	float: left;
	width: 163px;
	height: 41px;
}
/* === CONTENT === */
#content {
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #000;
}
#content #wrap {
	background: transparent url('./images/tr.png') repeat;
	width: 900px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 5px;
}
#content #wrap #bg {
	background-color: #fff;
	width: 900px;
	border-radius: 5px 5px 3px 3px;
}
#content #wrap #bg a:hover {
	text-decoration: underline;
}
/* === CONTENT - LEFT === */
#content #wrap #bg #left {
	width: 551px;
	margin: 12px 19px 14px 15px;
	float: left;
}
#content #wrap #bg #left a {
	color: #28e;
}
#content #wrap #bg #left p {
	margin: 0 0 8px 0;
	line-height: 160%;
}
#content #wrap #bg #left .entry {
	padding: 9px 0 10px 0;
	border-top: 1px dotted #ccc;
}
#content #wrap #bg #left .entry .ndate {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dotted #ccc;
	cursor: default;
	font-weight: normal;
}
/* === CONTENT - RIGHT === */
#content #wrap #bg #right {
	width: 315px;
	float: right;
}
#content #wrap #bg #right .block {
	background-color: #e9e9e9;
	font-size: 11px;
	padding: 8px 12px 8px 12px;
	text-shadow: 0 1px 0 #fff;
	line-height: 165%;
	margin: 5px 5px 5px 0;
	border-left: 10px solid #d9d9d9;
}
#content #wrap #bg #right .block strong {
	margin-left: -1px;
}
/* === CONTENT - FOOTER === */
#content #wrap #footer {
	width: 892px;
	font-size: 10px;
	color: #ccc;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	padding: 5px 0 3px 0;
}
/* === CONTENT - ACCORDION === */
.accordion {
	position: relative;
}
.test-accordion {
	margin: 0 0 -11px 0;
}
.accordion-toggle {
	position: relative;
	z-index: 10;
	cursor: pointer;
	font-weight: bold;
}
.accordion-content {
	overflow: hidden;
}
.accordion-content p {
	margin: 0 !important;
	line-height: 150% !important;
}
/* === CONTENT - SLIDER === */
#slider {
	background: transparent url('./images/intro.jpg') no-repeat center center;
	color: #4c4c4c;
	font: 5px 'lucida sans unicode', arial, tahoma, verdana, sans-serif;
	width: 900px;
	height: 150px;
	border-radius: 5px 5px 0 0;
}
#selector {
	position: absolute;
	margin: 135px 0 0 1px;
	z-index: 2;
}
.sSlide {
	width: 900px;
	height: 150px;
	position: absolute;
	z-index: 0;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
.sEvent1 {
	background: transparent url('./images/intro1.jpg') no-repeat center center;
}
.sEvent2 {
	background: transparent url('./images/intro1.jpg') no-repeat center center;
}
.sActive {
	background-color: #fff;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 3px 1px 3px;
	cursor: pointer;
	float: left;
	margin-left: 4px;
	z-index:1;
	text-align: right;
	opacity: 0.5;
}
.sActive div {
	z-index: 1;
}
.sNormal {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 3px 1px 3px;
	cursor: pointer;
	float: left;
	margin-left: 4px;
	z-index: 1;
	text-align: right;
	opacity: 0.5;
}
.buttoner {
	float: left;
	display: block;
	opacity: 0.5;
}
/* === CONTENT - ZOOMBOX === */
#ZoomBox {
	background-color: #fff;
}
