body{
	background-color:#000;
	padding:0;
	margin:0;
	font-family:Tahoma,Helvetica,Arial,Verdana;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	text-align:center;
	position:relative;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
ul{
	list-style-type:none;
    list-style-position:outside;
}
p,div,span,b,a,img,h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
	padding:0;
}
img {
	border: 0 none;
}
br{
	clear:both;
}

#header, #footer{
	background-color:#000;
	display:block;
	position:absolute;
	left:0;
	width:100%;
}
#header{
	top:0;
}
#footer{
	bottom:0;
	height:50px;
	position:fixed;
}
#menu{
	padding:20px 50px;
	text-align:left;
}
#menu a{
	color:#FFF;
	padding:5px 20px;
	border-left:solid 1px #333;
	font-weight:bold;
}
#menu a:hover{
	color:orange;
	text-decoration:underline;
}
#menu li{
	display:inline;
	width:100px;
}

#logo{
	display:block;
	width:335px;
	height:130px;
	background:url(../../images/logo.png) no-repeat;
	position:absolute;
	top:30px;
	left:50%;
}
#content-slider{
	position:absolute;
	left:0;
	top:170px;
	display:block;
	padding-bottom:60px;
}
.content-holder{
	display:block;
	float:left;
	margin-bottom:20px;
}
.content{
	display:block;
	width:600px;
	text-align:left;
	position:relative;
	background:url(images/content_bcg.png) repeat;
	color:#FFF;
	padding:0 20px 10px;
	border:solid 2px #FFF;
	overflow:auto;
	margin-right:10%;
	float:right;
}
.content h2{
	margin:10px 0;
}
.content h4{
	padding:10px 20px;
	margin:0;
	font-size:15px;
}
.content p{
	line-height:20px;
}
.content a{
	color: orange;
	font-weight:bolder;
}
.content a.read-more{
	border:solid 2px orange;
	color:orange;
	padding:4px;
}
.content a.read-more:hover{
	background-color:orange;
	color:#000;
}
.next-party{
	float:left;
	border:8px solid #DDD;
}
.content .next-party:hover{
	border-color:orange;
}
.content .next-party-info h2 a:hover,.content .party-item h4 a:hover{
	color:#DDD;
}
.next-party-info{
	float:right;
	width:280px;
}
.next-party-info h2{
	line-height:30px;
}
.next-party-info p{
	line-height:24px;
	font-size:16px;
	margin:25px 0;
}
.party-item{
	overflow:auto;
	margin-bottom:20px;
	height:170px
}
.party-item img{
	float:left;
	border:4px solid #DDD;
}
.party-item img:hover{
	border-color:orange;
}
.party-item-date{
	float:right;
	width:400px;
	font-size:17px !important;
	margin:20px 0 30px;
}
.party-item-link{
	float:right;
	width:400px;
	font-size:20px !important;
	margin-bottom:10px !important;
	padding:0 !important;
}
.party-item-info{
	float:right;
	width:400px;
	font-size:18px !important;
}
.gallery-item, .video-item{
	border:solid 2px #FFF;
	margin:5px;
	float:left;
}
.video-item{
	margin:9px;
	position:relative;
}
.gallery-item:hover, .video-item:hover{
	border-color:orange;
}
.video-item .playBtn{
	background:url(images/play.png) no-repeat;
	display:block;
	width:58px;
	height:41px;
	top:30px;
	left:35px;
	position:absolute;
}
.social{
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	top:8px;
	background:url(images/social.png) no-repeat;
}
#facebook{
	background-position:0 0;
	left:50px;
}
#twitter{
	background-position:-32px 0;
	left:100px;
}
#rss{
	background-position:-64px 0;
	left:150px;
}
#itdizajn{
	position:absolute;
	top:15px;
	right:50px;
	color:white;
	font-size:12px;
}
#itdizajn a{
	color:orange;
	font-weight:bold;
}
.scroller {
  width:600px; 
  overflow:hidden; 
  position:relative;
}
.scroller-content{ 
	width:570px; 
	position:relative;
	overflow:auto;
}
.scroller-handle{
	position:absolute;
	right:0;
	top:20px;
}
#about-usCnt p{
	line-height:22px;
	margin:10px 0;
}
#contactCnt p{
	line-height:22px;
	margin:15px 0;
}
#contactCnt .contact-info{
	width:220px;
	float:left;
}
#contactCnt #map{
	width:320px;
	float:right;
	height:300px;
	border:1px solid orange;
}
#newsletter{
	margin:13px auto 0;
	width:300px;
}
#newsletter label{
	color:#FFF;
	margin-right:3px;
}
#newsletter #nl-mail{
	border:solid 1px #FFF;
	background:#000;
	color:orange;
	margin-right:3px;
}
#newsletter #nl-submit{
	font-weight:bolder;
	border:solid 1px orange;
	cursor:pointer;
	background:#000;
	color:orange;
}
#newsletter #nl-submit:hover{
	color:#000;
	background:orange;
}
#newsletter p{
	color:orange;
}
body{
	background:url(../../images/bcg.jpg) center center no-repeat fixed;
}