/*
Tekma AO Kranj
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
* {
	padding: 0;
	margin: 0;
}

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

img, a img {
	border: 0;
}

td {
	vertical-align:top;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

/* skip links */
#skipLinks {
	position: absolute;
	top: -500px;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*  glava  */
#header {
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
	background:url(/pic/main-top.gif) no-repeat left bottom;
}


/*=====================================================================
							NAVIGATION
  =====================================================================*/
#navigation {
	width:900px;
	margin:0 auto;
	color:#000;
	font-size:20px;
	text-transform:lowercase;
}

#navigation a {
	padding-right:10px;
	color:#000;
	text-decoration:none;
}

#navigation a.link {
	padding-left:27px;
	background:url(/pic/tarca.gif) no-repeat left 4px;
}

#navigation a:hover,
#navigation a.selected 
{
	color:#df8b23;
}


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

/*  glavni del strani  */
#main {
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
	background:#f7f5f4 url(/pic/main-back.gif) repeat-y left top;
}

/* glavna vsebina */
#content {
	overflow:hidden;
	padding:0 40px;
	font-size:12px;
	line-height:140%;
	text-align:left;
}


/*=====================================================================
									COMMON
  =====================================================================*/

/* links */
#content a {
	color:#df8b23;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content a:visited {
	color:#df8b23;
}

/* bullets & numbering */
#content ul {
	margin:0 0 10px 20px;
	padding:0;
}

#content ul li {
	padding:2px 0;
}



/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin:7px 0 10px 0;
	padding:0;
	font-size:28px;
	color:#df8b23;
	font-weight:normal;
}

#content h2 {
	margin:15px 0 5px 0;
	padding:0;
	font-size:18px;
	color:#000;
	font-weight:normal;
}

#content h3 {
	margin:15px 0 3px 0;
	padding:0;
	font-size:14px;
	color:#000;
	font-weight:bold;
}


/*----------------------------------------------------------------------
							CMS - SPECIAL
  ---------------------------------------------------------------------*/
/* vrstica, ki se ne prelomi (če ima notri floatane DIVe) */
#content div.divLine {
	overflow:hidden;
}

#content .textColored {
	color: #df8b23;
}


/*----------------------------------------------------------------------
							TABLE DATA
  ---------------------------------------------------------------------*/
#content table.tableDefault {
	margin: 0 0 10px 0;
}

#content table.tableDefault tr td {
	padding: 4px 5px;
	font-size: 1em;
}

#content table.tableDefault thead td {
	font-weight: bold;
	background: #bfb27f;
}

#content table.tableDefault tr.trRow2 td {
	background: #e5e0cc;
}


/*=====================================================================
								HOME
  =====================================================================*/
.home_left {
	float:left;
	width:580px;
	padding-right:20px;
	border-right:2px solid #7c7a7b;
}

.home_right {
	float: right;
	width: 260px;
}

/* datum novice */
#content p.newsDate {
	margin:0;
	color:#df8b23;
	line-height:100%;
}


/*=====================================================================
								GALLERY
  =====================================================================*/
#content #gallery {
	clear:both;
	margin-top:20px;
	padding:9px 9px 25px 9px;
	background:#4d382e;
}

#content #gallery img {
	margin: 12px;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#footer {}