/***************************************************
		           CSS DIZAJN
			 made by www.krojac.com
***************************************************/

html, body{
	padding:0;
	margin: 0;
	background-image: url(../pic/background.jpg);
	background-repeat: repeat;
}

/***************************************************
			      Global design
***************************************************/	

.clearing { height: 0; width:100%;display: inline; clear: both; overflow:hidden; }  
.hidden{overflow: hidden;visibility: hidden;}

p{display: block;margin: 0px;padding-top: 3px;padding-bottom: 3px;}
acronym{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: help;
}

a, a.green-links, a.blue-links, a.blue-links,  a.link{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.link{
	color: #ADADAD;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}
a.blue-links{color: #5EAFD7;}
a:hover, a.blue-links:hover{color: #666666;}

#head{
	width: 995px;
	position: relative;
	float: left;
	height: 100px;
	background-image: url(../pic/background-container-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#head-logo-holder{
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 99;
} 

#head-search{
	position: absolute;
	top: 80px;
	z-index: 999;
	left: 380px;
} 

#scissors{
	position: absolute;
	z-index: 99;
	right: 30px;
	bottom: 10px;
}

/***************************************************
			    Main containers
***************************************************/

#container{
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
	background-position: center top;
}

#container-background{
	width: 995px;
	position: relative;
	background-image: url(../pic/background-container.png);
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: center top;
	float: left;
	padding-bottom: 5px;
}

#container-message{
	width:450px;
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	margin-right: -225px;
	right: 50%;
}

#holder-right{
	width:260px;
	float: right;
	position: relative;
	padding: 35px 35px 50px 0px;
}

#holder-content{
	width:100%;
	float: left;
	position: relative;
	background-image: url(../pic/webdizajn.png);
	background-repeat: no-repeat;
	background-position: 480px 0px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder-left, .holder-content-left-line{
	width:100%;
	float: left;
	position: relative;
}

.holder-content-left-line{
	background-image: url(../pic/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/***************************************************
			       GALLERY
***************************************************/

#gallery{
	width:620px;
	position: relative;
	float: left;
	padding: 40px 0px 10px 40px;
}

.thumbs{
	float: left;
	margin-bottom: 25px;
	margin-right: 20px;
	position: relative;
	width: 190px;
}

.thumbs-text{
	float: left;
	position: relative;
	width: 100%;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 2px;
	
}

.love{
	position: absolute;
	top: 72px;
	right: 5px;
	z-index: 999;
}

.vote{
	position: absolute;
	top: 25px;
	right: 0px;
}

a.photo-hover{
	padding: 0px;
	float: left;
	padding: 4px;
	border: 1px dashed #666666;
}

a.photo-hover:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	position: relative;
	width: 615px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", Arial;
	color: #666666;
	float: left;
	left: 30px;
	padding-top: 20px;
    _padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.page-nav-left{
	float: left;
	position: relative;
	width: 280px;
}

.page-nav-right{
	width:320px;
	position: relative;
	float: right;
}

a.page-nav-link{
	color: #666666;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Arial;
	text-decoration: none;
	padding: 2px 3px;
}

a.page-nav-link:hover{color: #B2C433;}

.page-nav-link-active{
	color: #B2C433;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 3px;
}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .text, .title{
	font-family: "Lucida Sans Unicode", Arial;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}

h1{
	font-size: 16px;
	color: #B2C433;
	display: block;
	position: relative;
	font-weight: normal;
	margin-bottom: 15px;
}

h2{
	font-size: 25px;
	color: #B2C433;
	display: block;
	padding-bottom: 5px;
}


h3 {
	padding-bottom: 2px;
	font-size: 18px;
	background-image: url(../pic/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-top: 10px;
}

h4 {
	font-size: 16px;
	color: #FF6600;
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
}

h5 {
	color: #666666;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

h6{
	font-size: 12px;
	padding-top: 3px;
}


.text{
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
}

.title{
	color: #999999;
	padding-bottom: 8px;
	font-size: 11px;
}


/***************************************************
				      FORMS
***************************************************/

form{
	margin: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", Arial;
}

label{
	color:#999999;
	font-size:11px;
	width:85px;
	display:block;
	float:left;
	line-height: 30px;
	padding-right: 4px;

}

.textbox, .box-error{
	font-size:11px;
	width:150px;
	line-height:22px;
	background-color: #333333;
	height: 22px;
	color: #CCCCCC;
	padding-right: 2px;
	padding-left: 4px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textbox-search{
	width:240px;
	height: 90px;
	background-image: url(../pic/texbox-search.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 0px;
	position: relative;
	float: left;
}

.textbox, .box-error{
	font-size:11px;
	width:150px;
	line-height:22px;
	background-color: #333333;
	height: 22px;
	color: #CCCCCC;
	padding-right: 2px;
	padding-left: 4px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box-error{
	border:1px solid #FF3300;
	height: 20px;
}


.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;	
}

.holder-form{height: 28px;}

.sub-button{
	color: #666666;
	height: 37px;
	width: 115px;
	font-size: 11px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pic/button.png);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	position: absolute;
	top: 17px;
	left: 360px;
}

/***************************************************
			        FOOTER
***************************************************/

#footer {
	width:995px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	float: left;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
	padding-bottom: 20px;
	background-image: url(../pic/background-container-bottom.png);
}

#FooterOne{
	width:600px;
	float:left;
	position: relative;
	color: #999999;
	padding-left: 10px;
	padding-top: 10px;
}

#FooterTwo{
	position: relative;
	width: 300px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}			
				
a.krojac {
	color: #FF9900;
	text-decoration: none;
	font-size: 10px;
}
a.krojac:hover {text-decoration: underline;}										

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	width: 900px;
	position: absolute;
	top: -17px;
	right: 5px;
}

#nav-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav-menu ul li{
	float: left;
}

#nav-menu ul li a{
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
	color: #999999;
	display: block;
	text-transform: uppercase;
	margin-right: 10px;
	background-image: url(../pic/line-menu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

#nav-menu ul li a:hover{
	color: #B2C433;
}

body#home a#home_link, body#add a#add_link, body#archive a#archive_link, body#top a#top_link{
	color: #B2C433;
}
