/*
Theme Name: Podjetništvo
Theme URI: http://wordpress.org/
Description: Stran za podjetništvo
Version: 1.0
Author: Mitja Felicijan
Author URI: http://uts.si/

*/

/* PROGRESSIVE */

#pnlProgressive
{
	width: 670px;
	height: 180px;
	text-align: left;
	position: relative;
}

#pnlProgressive #pnlBanner .slide
{
	border: 1px solid #cccccc;
	width: 670px;
	height: 180px;
}

#pnlProgressive #pnlBanner .transp
{
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	position: absolute;
	width: 670px;
	height: 40px;
}

img
{
	border: 0;
}

#pnlProgressive #pnlBanner .title
{
	color: #ffffff;
	font-weight: normal;
	padding: 10px;
	margin: 0;
	font-size: 140%;
	position: absolute;
}

#pnlProgressive #pnlBanner a
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#pnlProgressive #bannerPrev
{
	width: 30px;
	height: 56px;
	background: url(data/gfx/banner_prev.png);
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 10px;
	cursor: pointer;
}

#pnlProgressive #bannerNext
{
	width: 30px;
	height: 56px;
	background: url(data/gfx/banner_next.png);
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 635px;
	cursor: pointer;
}

/**/


html,body
{
	margin: 0;
	padding: 0;
	background: #e9e9e9;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	height: 100%;
}

div
{
	border: 0px solid black;
}

a
{
	font-size: 13px;
	color: #7E8A14;
	font-weight: bold;
}


#pnlHeader
{
	height: 90px;
	background: url(data/gfx/header_background.png);
}

#pnlBanner
{
	height: 230px;
}

#pnlSmartBar
{
	height: 74px;
	background: url(data/gfx/smartbar_background.png);
	border-top: 1px solid #7B8513;
	border-bottom: 1px solid #7B8513;
}

.centerDiv
{
	width: 900px;
	position: relative;
	/*position: relative;
	left: 50%;
	margin-left: -450px;*/
	margin: 0 auto;
}

#pnlSmartBar .centerDiv table
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#pnlSmartBar .centerDiv table tr td
{
	width: 25%;
	cursor: pointer;
	text-align: center;
}

#pnlBanner .centerDiv table
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#pnlFooter
{
	border-top: 1px solid #999999;
	font-size: 11px;
	margin-bottom: 20px;
}

.about
{
	padding-top: 10px;
	color: #444;
	float: left;
}

.links
{
	padding-top: 10px;
	color: #444;
	float: right;
}

.links a
{
	color: #444;
	margin-left: 10px;
	font-weight: normal;
	padding: 2px 5px;
	font-size: 11px;
}

.links a:hover
{
	background: #444;
	color: #fff;
}

#pnlContent
{
	/*min-height: 100%;*/
	/*height: auto !important;*/
	margin: 0 auto -40px;
	/*height: 100%;*/
	height: 350px;
}

#pnlContent img
{
	border: 0;
}

/* Menu */

#mnuMain
{
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
	bottom: -11px;
	right: 0;
}

#mnuMain li
{
	float: left;
	background: url(data/gfx/menu_li_background.png);
	width: 118px;
	height: 25px;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 9px;
	cursor: pointer;
}

#mnuMain li a
{
	color: #ffffff;
	padding: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#mnuMain li:hover
{
	background: url(data/gfx/menu_li_background_hover.png);
}

.round
{
	background: #ffffff;
	padding: 10px;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
}

.date
{
	color: #7E8A14;
	font-weight: bold;
	font-size: 10px;
}

h1
{
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #000000;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #2E2E2E;
}

/* Search */

#search
{
	position: absolute;
	top: 5px;
	right: 0px;
}

#search form
{
	
	margin-left: 10px;
}

#search a
{
	color: #fff;
	padding: 2px 5px;
	font-size: 11px;
}

#search a:hover
{
	background: #A1AD2D;
}

#searchform #s
{
	border: 1px solid darkgray;
	background: #e6e6e6;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
}

#searchform #searchsubmit
{
	border: 1px solid darkgray;
	background: #e6e6e6;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	
}

#searchform label
{
	display: none;
}

/* Enews */



/* Banner */

.clear
{
	clear:both
}

#gallery
{
	position:relative;
	height:180px;
	
}
#gallery a
{
	float:left;
	position:absolute;
	
}

#gallery a img
{
	border:none;
	
}

#gallery a.show
{
	z-index:500
}

#gallery .caption
{
	z-index:600; 
	background-color:#B6B6B6; 
	color:#000000; 
	height:80px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content
{
	margin:5px
}

#gallery .caption .content h3
{
	margin:0;
	padding:0;
	color:#000000;
}

.questionmark
{
	background:url(data/gfx/banner_questionmark.png) no-repeat center center;
	width: 225px;
	padding-top: 20px;
	cursor: pointer;
}

.questionmark:hover
{
	background:url(data/gfx/banner_questionmark_hover.png) no-repeat center center;
}

/* */

.treeNavigation
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.treeNavigation ul
{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

.treeNavigation li
{
	margin-bottom: 10px;
}

.treeNavigation li a:hover
{
	color: gray;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar h2, input
{
	margin-bottom: 10px;
}

