/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #282828;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FCFAE6;
}

h2, h3 {
	margin: 0;
/*	text-transform: lowercase; */
	font-weight: normal;
	color: #FFFFC6;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #F6E48A;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #F6E48A;
}

img, .imgUstvarjalciLogo {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #6fbae4 url(images/headerBackgroundTile.jpg) repeat-x;
}

span.commentMain{
	background:url(images/commentBullet.png) no-repeat;
	_background:url(images/commentBullet.gif) no-repeat; /* IE6 Hack */
}

/* Header */

#header {
	width: 968px;
	height: 277px;
	margin: 0 auto 0px auto;

}

#logo {
	float: left;
	position: relative; margin: 0 auto;
}

.inactiveNavBtn, .activeNavBtn, .bonusNavBtn {
	position: absolute;
	background-color: #1e1e1e;
	padding: 5px 10px 5px 10px;
	bottom: 7px;

	font-family: Arial, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
}

.activeNavBtn {
	background-color: white;
	color: #1e1e1e;
}

.bonusNavBtn {
	background-color: #9e9e9e;
}

a.linkActiveNavBtn:link {background-color: white; color: #1e1e1e; text-decoration: none;}
a.linkActiveNavBtn:visited {background-color: white; color: #1e1e1e; text-decoration: none;}
a.linkActiveNavBtn:hover {background-color: white; color: #a0a1a5; text-decoration: none;}
a.linkActiveNavBtn:active {background-color: white; color: #1e1e1e; text-decoration: none;}

a.linkInactiveNavBtn:link {background-color: #1e1e1e; color: white; text-decoration: none;}
a.linkInactiveNavBtn:visited {background-color: #1e1e1e; color: white; text-decoration: none;}
a.linkInactiveNavBtn:hover {background-color: #1e1e1e; color: #a0a1a5; text-decoration: none;;}
a.linkInactiveNavBtn:active {background-color: #1e1e1e; color: white; text-decoration: none;}

a.linkNormal:link {background-color: #1e1e1e; color: #b5bacd; text-decoration: underline;}
a.linkNormal:visited {background-color: #1e1e1e; color: #b5bacd; text-decoration: underline;}
a.linkNormal:hover {background-color: #1e1e1e; color: #b5bacd; text-decoration: none;}
a.linkNormal:active {background-color: #1e1e1e; color: #b5bacd; text-decoration: underline;}

a.linkEmpty:link {background-color: #1e1e1e; color: #b5bacd; text-decoration: none;}
a.linkEmpty:visited {background-color: #1e1e1e; color: #b5bacd; text-decoration: none;}
a.linkEmpty:hover {background-color: #1e1e1e; color: #b5bacd; text-decoration: none;}
a.linkEmpty:active {background-color: #1e1e1e; color: #b5bacd; text-decoration: none;}

a.linkBlackFooter:link {background-color: #000000; color: #b5bacd; text-decoration: underline;}
a.linkBlackFooter:visited {background-color: #000000; color: #b5bacd; text-decoration: underline;}
a.linkBlackFooter:hover {background-color: #000000; color: #b5bacd; text-decoration: none;}
a.linkBlackFooter:active {background-color: #000000; color: #b5bacd; text-decoration: underline;}

/* Page */

#page, #footer, #footerAbove, #footerAbove2, #footerAbove3, #footerAbove4 {
	width: 948px;
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
	color: white;
	background-color: #1e1e1e;
}

/* Footer */

#footerAbove {
	width: 948px; 
	background-color: black;
	padding: 10px 20px 10px 20px;
}

#footerAbove2 {
	width: 948px;
	font-size: 14px;
	background-color: #333333;
	color: white;
	padding: 10px 20px 10px 20px;
}

#footerAbove3 {
	width: 948px;
	font-size: 14px;
	background-color: #666666;
	color: white;
	padding: 10px 20px 10px 20px;
	position: relative;
}

#footerAbove4 {
	width: 948px;
	font-size: 14px;
	background-color: #cccccc;
	color: black;
	padding: 10px 20px 10px 20px;
	position: relative;
}

#footerPlanetImg {
	background: url(images/planetLogo.png) 0 0 no-repeat;
	_background: url(images/planetLogo.gif) 0 0 no-repeat; /* IE6 Hack */
	position: absolute;
	right: 20px;
	top: 4px;
	width: 61px;
	height: 30px;
}

#footerRTVImg {
	background: url(images/rtvLogo.png) 0 0 no-repeat;
	_background: url(images/rtvLogo.gif) 0 0 no-repeat; /* IE6 Hack */
	position: absolute;
	right: 20px;
	top: 4px;
	width: 61px;
	height: 30px;
}

.smallTitle {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: regular;
	color: #a7a7a7;
}
.bigTitle, .bigTitle2 {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: white;
}

.bigTitle2 {
	padding-bottom: 15px;
}

#footerAbove p {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	line-height: 16px;
	margin: 5px 0 5px 0;
	padding: 0;
}

#footer {
	width: 968px; 
	position: relative; 
	padding: 12px 10px 10px 10px;
	margin-bottom: 40px;
}

#footerCopyright {
	position: absolute;
	background-color: #1e1e1e;
	top: 35px;
	right: 25px;

	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

/* Content */

.contentWhole, .contentWholeBottom {
	float: left;
	width: 948px;
}

.contentBlogWhole {
	float: left;
	width: 948px;
/*	padding-bottom: 15px;*/
/*	border-bottom: 1px solid #4b4b4b;*/
}

.contentUstvarjalciSmallSpacer {
	float: left;
	width: 948px;
	height: 15px;
	border-bottom: 1px solid #4b4b4b;
	margin-bottom: 10px;
}

.contentEkipaSmallSpacer {
	width: 440px;
	height: 1px;
	padding-bottom: 10px;
}

.contentUstvarjalciRightSpacer {
	width: 580px;
	height: 10px;
}

.contentUstvarjalciPersonName, .contentUstvarjalciPersonTitle {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #a0a7be;
	margin-bottom: 10px;
}

.contentUstvarjalciPersonTitle {
	font-size: 12px;
	font-weight: normal;	
	color: #8c8c8c;
}

.contentUstvarjalciL {
	float: left;
	width: 320px;
	padding-right: 20px;
}

.contentUstvarjalciR {
	float: right;
	width: 590px;
}

.imgUstvarjalciLogo {
	margin: 0px 10px 10px 0px;
}

.imgFotoThumb {
	border: none;
	margin: 5px 10px 10px 0px;
}

.contentUstvarjalciRText {
	float: right;
	width: 425px;
}

.imgUstvarjalciPerson {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid white;
	margin-top: 3px;
}

/* DOMOV PRVA STRAN */

.contentLeftDomovTitle {
	float: left;
	width: 465px;
	padding-bottom: 15px;
/*	background: aqua; */
}

.contentRightDomovTitle {
	float: right;
	width: 465px;
	padding-bottom: 15px;
/* 	background: aqua;*/
}

.contentVideoDomov {
	margin: 15px 0px 0px 0px;
}

/* EKIPA */

.contentLeftHalfTitle {
	float: left;
	width: 465px;
	padding-bottom: 15px;
	border-bottom: 1px solid #4b4b4b;
}

.contentRightHalfTitle {
	float: right;
	width: 465px;
	padding-bottom: 15px;
	border-bottom: 1px solid #4b4b4b;
}

.contentEkipaLeftWrapper {
	float: left;
	width: 465px;
}

.contentLeftHalf {
	padding-bottom: 10px;
	border-bottom: 1px solid #4b4b4b;
}

.contentLeftHalfNoBorder {
	padding-bottom: 10px;
/*	border-bottom: 1px solid #4b4b4b;*/
}

.contentBlogItem {
	float: left;
	width: 948px;
	padding-bottom: 0px;
/*	border-bottom: 1px solid #4b4b4b;*/
}

.contentBlogText {
	float: right;
	width: 775px;
}

.contentEkipaRightWrapper {
	float: right;
	width: 465px;
}

.contentRightHalf {
	padding-bottom: 10px;
	border-bottom: 0px solid #4b4b4b;
}

.contentDomovRightHalfBlog {
	height: 288px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #4b4b4b;*/
}

.smallBlogImg {
	float: left; 
	margin: 3px 10px 0 0; 
	border: 1px solid white;
}

.imgThumbFoto {
	margin: 2px 2px 0 2px; 
	padding: 2px;
	border: 1px solid #a7a7a7;
}

.contentEkipaText {
	float: right;
	width: 300px;
}

.imgEkipaPerson {
	float: left;
	margin: 0px 10px 10px 0px;
	margin-top: 3px;
	border: 2px solid white; 
}

.contentEkipaLabel {
	font-size: 12px;
	font-weight: bold;	
	color: #5e5e5e;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* NOT USED!!! */

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Footer 

#footer {
	height: 400px;
	min-height: 74px;
	padding: 10px 0 0 0;
	background: #6F5E45 url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FCFAE6;
}

#legal a {
	font-weight: bold;
	color: #F6E595;
}
*/
