/*   
Project Name: Levji skok
Description: CSS made specialy for the www.levjiskok.si by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</a>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
Copyrights: 2009 All Rights Reserved
*****
*/

/*====================================================*/
/* CSS WORK AROUNDS*/
/*====================================================*/
/*
Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser.
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*
By setting the HTML height to 100% and then adding a one-pixel margin to the bottom, 
you can force Firefox to draw a scroll bar. This prevents the annoying page jump that 
you might see on shorter pages in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}

/* end hiding from IE5 mac */


/*====================================================*/


/*====================================================*/
/* general */
/*====================================================*/

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
}


/*centering all the main elementes */
body {
	text-align: center;
	background-image:url(../_images/wireframe/bg.gif);
	background-repeat: repeat-y;
	background-color: #e7e8e9;
	background-position: center;

}


#glava,
#telo,
#noga {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: left;
	
	width: 759px;
	background-color: #FFFFFF;
}


/*-------------------------------------*/

a, 
a:link, 
a:visited {
	color: #fbb040;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fbb040;
	font-weight: bold;
	text-decoration: underline;
}

a.sel {
	color: #fbb040;
}

/*-------------------------------------*/

.clear {
	clear: both;
	font-size: 1px;
	height: 0px; 
	overflow: visible !important;
	overflow: hidden;
}

/*-------------------------------------*/


h1 {
	margin-bottom: 6px;
	
	font-size: 12px;
	font-weight: bold;
}


.opozorilo {
	color: #fbb040;
}

/*====================================================
  GLAVA
====================================================*/
#glava {
	
}

#glava .emo {
	display: inline;
    float: left;
	margin-left: 180px;
	margin-top: 50px;
	margin-bottom: 0px;
	
    width: 390px;
	
	text-align: center;
}

#glava .RSidebar {
	display: inline;
    float: right;
    margin-right: 25px;
	
	width: 130px;
}


/*====================================================
  TELO
====================================================*/

#telo {
	margin-bottom: 50px;
}

#telo .jedro {
	display: inline;
    float: left;
	margin-left: 210px;
	
    width: 330px;
}


#telo .jedro .txt {
    width: 310px;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 19px;
}


#telo .jedro .line {    
    width: 330px;
	margin-bottom: 19px;
	
	text-align: center;
}


#telo .jedro .buttons {
	width: 330px;
}



#telo .RSidebar {
	display: inline;
    float: right;
    margin-right: 25px;
	
	width: 160px;
	
}





/*====================================================
  FORM
====================================================*/

#telo .jedro form h1 {
	margin-left: 7px;
}

#telo .jedro form label {
	/*clear: both;*/
	
	display: block;
	
	margin-left: 7px;
	margin-bottom: 1px;
}


#telo .jedro form .error {
	display: none;	/* prikazemo z jQuery*/
	
	color: #F00;
	
	margin-left: 7px;
}



#telo .jedro form .inputFieldHolder,
#telo .jedro form .textareaHolder {
	width: 310px;
	
	margin-top: 3px;
	margin-bottom: 12px;
	
	border: none;
}

#telo .jedro form .inputFieldHolder {

	height: 20px;
	background: url(../_images/wireframe/form_input_bg.gif) no-repeat top left;
}

#telo .jedro form .textareaHolder {
	height: 58px;
	background: url(../_images/wireframe/form_textarea_bg.gif) no-repeat top left;
}



#telo .jedro form input,
#telo .jedro form select,
#telo .jedro form textarea {
	margin-left: 6px;
	margin-top: 1px;
	
	background: none;
	border: none;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;	
}

#telo .jedro form input,
#telo .jedro form select {	
	width: 294px;
	height: 16px;
}

#telo .jedro form textarea {	
	width: 303px;
	height: 54px;
}






#telo .jedro form .uploadFile {
	border: none;
}





#telo .jedro form input.rollOverImgBut {
	margin: 0;
	border: #F00 1px solid;
}




/*-------------------------------------------------------
 File input field
 Obvezno z uporabo HTML CSS-a za IE7- 
--------------------------------------------------------*/
#telo .jedro form .fileInputHodler input {
	border: #F00 solid 1px;
	background: url('/_images/wireframe/form_fileUpload_bg.gif') no-repeat;
	border: none;
	width: 247px;
	height: 20px;
	margin: 0px;
	padding-left: 3px;
	padding-top: 8px;
}

#telo .jedro form .fileInputHodler input:focus {
	background-color: transparent;
}

#telo .jedro form .fileInputHodler div.fileinputs {
	position: relative;
	height: 20px;
	width: 310px;
}

#telo .jedro form .fileInputHodler input.file {
	width: 310px;
	margin: 0;
}

#telo .jedro form .fileInputHodler input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#telo .jedro form .fileInputHodler div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}





/*====================================================
  NOGA
====================================================*/
#noga {
	margin-bottom: 15px;
	padding-bottom: 1px;	/*!!!*/
	
}


#noga .row {
	margin-bottom: 15px;
}




#noga .LSidebar {
	float: left;
	
	width: 190px;
	margin-left: 10px;
	margin-top: 1px;
	
	text-align: center;
	
}


#noga .signature {
	float: left;
	
	width: 514px;
	margin-left: 20px;
	
	font-size: 9px;	
	
}


#noga .avtorji {
	text-align: left;
}

#noga .avtorji img {
	margin-left: 25px;
}


