/*
Theme Name: Gostišče Dolinšek
Theme URI: http://uts.si/
Description: 
Version: 1.6
Author: UTS
Author URI: http://uts.si/

*/

body
{
	margin: 0;
	padding: 0;
	background: #19110a;
	text-align: center;
}

body, td
{
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #8e7d6a;
	font-weight: normal;
}

#page
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#pnlTop
{
	background: url(data/gfx/top_bg.png);
	height: 22px;
}

#pnlCircle
{
	position: absolute;
	width: 900px;
	height: 100px;
	/*background: url(data/gfx/circle_bg.png);*/
	border: 1px solid yellow;
}

#pnlHeader
{
	height: 100px;
	position: absolute;
	padding-top: 10px;
	width: 900px;
	
	
}
#pnlHeader .logo
{
	width: 103px;
	height: 90px;
	border: 0;
}

#pnlMeni
{
	position: absolute;
	bottom: 10px;
	right: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#pnlMeni li
{
	float: left;
	padding: 0;
	margin-left: 10px;
	height: 24px;
}

#pnlMeni li:hover
{
	background: url(data/gfx/arrow.png) no-repeat center bottom;
}

#pnlMeni li.current_page_item
{
	background: url(data/gfx/arrow.png) no-repeat center bottom;
}

#pnlMeni li a
{
	padding: 3px;
	
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-shadow: #000000 1px 1px 1px;
	padding-left: 10px;
	padding-right: 10px;
}

#pnlMeni li a:hover
{
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #a04000;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-shadow: #000000 1px 1px 1px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#pnlMeni li.current_page_item a
{
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #a04000;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-shadow: #000000 1px 1px 1px;
	padding-left: 10px;
	padding-right: 10px;
}

#pnlBanner
{
	position: absolute;
	top: 141px;
	height: 350px;
	width: 900px;
}

#pnlBanner .badge
{
	width: 66px;
	height: 78px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

hr
{
	border: 0;
	border-top: 1px solid #644b20;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#pnlBody
{
	position: absolute;
	top: 490px;
	width: 900px;
}

#pnlContent
{
	border-top: 1px solid #644b20;
	position: absolute;
	width: 900px;
	top: 515px;
	background: url(data/gfx/circle_bg.png) no-repeat;
}

h1
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	text-shadow: #000000 1px 1px 1px;
}

small
{
	color: #8d603c;
}

a.button
{
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #a04000;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-shadow: #000000 1px 1px 1px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}

a.normal
{
	color: #8e7d6a;
	text-decoration: none;
}

img
{
	border: 0;
}

#pnlFooter
{
	background: url(data/gfx/bottom_bg.png) repeat-x;
	border-top: 1px solid #644b20;
	margin-top: 20px;
	text-align: center;
}

#pnlNews
{
	background: #19110a;
	border: 1px solid #2a1c12;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
	width: 800px;
	margin-left: 40px;
}

#pnlNews .input
{
	background: #fff;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	border: 1px solid #2a1c12;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 20px;
}

#pnlNews .submit
{
	background: #16528f;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	border: 1px solid #2a1c12;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 10px;
}

#pnlContact
{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

#pnlSubMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#pnlSubMenu li
{
	float: left;
	margin-right: 10px;
}

#pnlSubMenu li a
{
	color: #8e7d6a;
}




	











