/*
Jezeršek
Style Sheet Print
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
html {
	height:auto;
}

body {
	height:auto;
	background:none;
}

/* skip links */
#skipLinks {
	display:none;
}

#container {
	width:690px;
	background:none;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/


/*=====================================================================
								HEADER TOP
  =====================================================================*/
/*  zgornja transparentna crta  */
.headerStripe {
	display:none;
}

/*  elementi znotraj zgornje transparentne crte  */
.headerTop {
	display:none;
}


/*=====================================================================
							HEADER LEFT & RIGHT
  =====================================================================*/
#headerLeft {
	display:block;
	float: none;
	width:auto;
	height:auto;
	margin-bottom:1px;
	padding:10px;
}

#headerLeft img {
	padding:0;
}

#headerRight {
	display:none;
}


/*=====================================================================
							NAVIGATION
  =====================================================================*/
#navigation {
	display:none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glavni del strani  */
#main {
	border-top:1px solid #4d382e;
}

/* glavna vsebina */
#content {
	float: none;
	display: block;
	width:auto;
}

/* +, -, print ikonce */
#content #print a {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								LEFT COLUMN
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
  
/*  levi stolpec  */
#contentLeft {
	display:none;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BOTTOM
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#bottom {
	margin-bottom:1px;
	border-bottom:1px solid #4d382e;
}

#bottomLeft {
	display:none;
}

#bottomRight {
	padding:0;
	margin-left:0 !important;
	min-height:0;
	margin-bottom:1px;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#footer {	
	position:relative;
	width:auto;
	margin-top:0;
	padding-top:5px;
	border-top:1px solid #4d382e;
}

#footer p {
	display:none;
}

#footer span {
	display:none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							EASY CLEARING
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#header:after,
#main:after,
#content .divLine:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}