/* 
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }



/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}


/* @end */


/* @header */
div#header {
	/*background: url(../images/top_bg.gif) repeat-x top center;*/
	background: url(../images/top/pan_margin_b.jpg );
	height:62px;
}

div#pp {
	/*font-size: .75em;
	text-align:right;
	padding-top:10px;
	margin:0px 250px 0 0;
	background: url(../images/topline.gif) no-repeat top center;*/
	color:#FFFFFF;
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:20px;
}


/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg3.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg6.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* language KARODZINJI menu */
div#logo {
	/*background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;*/
	height: 50px;
	width:100px;
	margin: -5px 0px 5px 60px;
	text-align: center;*/
}
div#logo img {
	margin-top: 15px;
}

div#logo_real img {
	margin-top: 5px;
	margin-left: 38px;
}
div#sidebar {
	float: left;
	width: 210px;
	/*min-height:400px;*/
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
	background: url(../images/water_.gif) no-repeat bottom right;
}

div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-full {
	clear: both;
	min-height:500px;
	height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
	padding-top: 15px;
}

div#content-full span,p {
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

div.content-full select {
	font-size:1em;
	margin-right:-5px;
	width:130px;
	border:1px solid #c0c0c0;
}

p.end-story-links {
	/*border-bottom: 4px solid #d1b9b3;*/
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	/*background-color: #e7e5d2;*/
	/*background-color:#9a966c;*/
	background-color:#a8aca8;
	padding: 10px;
	height:50px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 -100px 20px 0px;
	height: 30px;
	line-height: 30px;
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-weight:bold;
}
ul#nav li {
	display: inline;
	list-style-type: none; 
	/*border-right: 1px solid #ccc;*/
	margin: 0px 0px 0px 0px;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #505150;
	padding-right:5px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
}
ul#nav li a:hover {
	/*color: #f68622;*/
	color: #000000;
	background-color:#f68622;
}
ul#nav li a.active {
	/*color: #f68622;*/
	color: #000000;
	background-color:#f68622;
	margin: 0px 0px 0px 0px;
}

ul.side-nav {
	margin: 40px 5px 10px 17px;
	border-top: 1px solid #686868;
	font-size: .7em;
	color: #978f7c;
}

ul.side-nav li {
	list-style-type: none;
	margin:0px;
}

ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #686868;
	height:14px;
	margin: 0; 
	font-weight:bold;
	padding: 5px 0 5px 15px;
	background: url(../images/side-nav-bullet_.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #505150;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light_.gif) no-repeat 5px 50% #f6f5f0;
	color: #282514;
	background-color:#f68622;
}
ul.side-nav li a.active {
	background: url(../images/side-nav-bullet-light_.gif) no-repeat 5px 50% #f6f5f0;
	color: #282514;
	background-color:#f68622;
}

ul.side-nav2 {
	margin: -2px 0px 0px 0px;
	display:block;
	
	font-size: 1em;
	color: #978f7c;
}
ul.side-nav2 li {
	margin: 0;
	list-style-type: none;
	padding: 0px 0;
}
ul.side-nav2 li a {
	display: block;
	margin: 0;
	height:14px;
	font-weight:bold;
	padding: 5px 0 5px 35px;
	background: url(../images/side-nav-bullet_.gif) no-repeat 5px 50%;
}
ul.side-nav2 li a:link, ul.side-nav2 li a:visited {
	color: #626462;
	text-decoration: none;
}
ul.side-nav2 li a:hover {
	background: url(../images/side-nav-bullet-light_.gif) no-repeat 5px 50% #f6f5f0;
	color: #63604f;
	background-color:#fdac64;
}
ul.side-nav2 li a.active {
	background: url(../images/side-nav-bullet-light_.gif) no-repeat 5px 50% #f6f5f0;
	color: #63604f;
	background-color:#fdac64;
}



ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0px 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 0px 0 5px;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #473f3c;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #ffffff;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	margin: 0px 0 10px 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #000000;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #000000;
	line-height: 1.5em;
}


table.auto {
	font-size: .85em;
	color: #000000;
	line-height: 1.2em;
	border-bottom:1px solid #ccc;
}

table.auto td {
	padding:5px 5px 5px 5px;
}


div#content-inner p {
	margin: 2px 0 10px 0;
}

p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .7em;
	font-family: "Times New Roman", serif;
	color: #fddfc7;
	text-transform: uppercase;
	margin: 10px 0;
}

/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	/*border-bottom: 1px dotted #8b7f73;*/
}
div#content-inner a:hover {
	color: #706153;
	/*border-bottom: 1px dotted #706153;*/
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */