/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 0px;
	padding: 0;
	background: #f8f3dc;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	
	line-height: 26px;
}

a:link {
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

img {
	border: none;
}



#banner {
	width: 800px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat left top;
	height: 230px;
}

#banner2 {
	width: 800px;
	margin: 0 auto;
	background: url(images/logo_kroatia.jpg) no-repeat left top;
	height: 230px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}




/** LOGO */

#logo {
	width: 800px;
	height: 128px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
	background: url(images/logo.gif) no-repeat;
}


/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #e0e3e6;
}

/* Content */

#content {
	float: left;
	width: 500px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #000;
}


/* Sidebar */

#sidebar {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	font-size: 20px;
	color: #000;
}



/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/img03.gif) no-repeat;
}

#menu {

	width: 800px;
	height: 50px;
	margin: 0 auto;
	
	background: url(images/img01.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#menu .current_page_item a {
	display: block;
	text-transform: uppercase;
	float: left;
	margin-right: 1px;
	padding: 18px 15px 10px 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}


#legal {
	clear: both;
	text-align: center;
	color: #FFF;
}

#legal a {
	font-weight: normal;
	color: #FFF;
}

table.mytable { width: 100%; padding: 0px; border: none; border: 1px solid #789DB3;}
table.mytable td { font-size: 14px; color:#000000; border: none; background-color: #F4F4F4; 
vertical-align: middle; padding: 7px; font-weight: bold; }
table.mytable small { font-size: 10px; color:#000000;}
table.mytable tr.special td { border-bottom: 1px solid #ff0000;  }

*Example CSS for the two demo tickers*/

#domticker{
width: 1700px;
height: 100px;
border: 1px;
padding: 5px;
background-color: #e0e3e6;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #e0e3e6;
}




