/*  A free website template designed by WG - http://webgazette.co.uk

Name: Zelena Modra
Version: 1.1
Last updated: 30th November 2008
Author: WG
Author URI: http://webgazette.co.uk/

*/

body {
	background: #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Wrap */

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #ffffff;
}

/* Header */ 

#header {
	height: 135px;
	width: 940px;
	margin: 0 auto;
}

#top-head {
	height: 70px;
	border-bottom: 2px solid #ffffff;
	background: #66cc00 url(../images/green.jpg) repeat;
}

#top-head h1 {
	padding: 5px 0 0 10px;
	font-weight: normal;
}
#top-head h1 a {
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

#top-head h1 a:hover {
	color: #ffffff;
}

#top-head p {
	text-align: right;
	color: #000000;
	padding: 7px 15px 0 15px;
}

#top-head p a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#top-head p a:hover {
	text-decoration: underline;
}

#bottom-head {
	background: #6699cc url(../images/blue.jpg) repeat left 3px;
	border-bottom: 2px solid #ffffff;
	height: 62px;	
}

#bottom-head p {
	padding: 0 10px 10px 10px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
}

#bottom-head p a {
	color: #ffffff;
	text-decoration: underline;
}

#bottom-head p a:hover {
	color: #000000;
}

/* Horizontal Menu */

#menu {
	height: 25px;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	background-color: #000;
}

#menu ul {
	border-bottom: 1px solid #000;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;

}

#menu a {
	margin: 0 2px 0 2px;
	padding: 2px 5px 5px 5px;
	line-height: 25px;
	font-weight: normal;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;

}

#menu a:hover {
	color: #66cc00;
}

#menu a.current {

	color: #66cc00;
}

/* Main content */

#content {
	float: left;
	width: 650px;
	margin: 10px;
	padding: 0 0 0 10px;
}

#content h2.title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 100%;
	border-bottom: 2px solid #6699CC;
	
}

#content h2.title a {
	color: #66cc00;
	text-decoration: none;
}

#content h2.title a:hover {
	color: #6699CC;
}

#content p {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	text-align: left;
	line-height: 18px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

#content p a {
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

#content p a:hover {
	color: #66cc00;
	text-decoration: underline;
}

#content p.post-info {
	display: block;
	padding: 5px;
	color: #000000;
	border-top: 2px solid #6699CC;
	font-size: 0.8em;
	font-weight: normal;
}

/* Images */

#content img {
	border: 1px solid #6699CC;
	padding: 10px;
}

#content img.left-align {
	float: left;
	margin: 0 10px 10px 0;
}

#content img.right-align {
	float: right;
	margin: 0 0 10px 10px;
}

/* Sidebars */

#sidebar {
	font-size: 1.2em;
	float: right;
	width: 240px;
	margin: 10px;
	padding: 5px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	font-weight: bold;
}

#sidebar p {
	padding: 5px;
}

#sidebar ul.block li {
	background-color: #d5d5d5;
	padding: 4px 0 4px 2px;
	margin: 2px 0 0 0;
	border-left: 10px solid #6699CC;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

#sidebar ul.block li:hover {
	background: #66cc00;
	color: #ffffff;
}

#sidebar ul.block li a {
	background-image: none;
	display: block;
	text-decoration: none;
	color: #404040;
	font-weight: normal;
	padding: 1px 0 1px 0;
}

#sidebar li {
	padding: 3px 0 3px 0;
	margin: 0 0 0 7px;
}

#sidebar li a {
	color: #0000ff;
	text-decoration: none;
	padding-left: 5px;
}

#sidebar li a:hover {
	color: #66cc00;
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 940px;
	background: #6b6b6b url(../images/grey.jpg) repeat;
	height: 80px;
	margin: 0 auto;

}

#footer-one, #footer-two, #footer-three, #footer-four {
	width: 212px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 1px 5px 5px 5px;
	border: 1px solid transparent;
	_border: none;
	height: 70px;
}

#footer-one  {
	text-align: left;
}
#footer-two, #footer-three, #footer-four {
	text-align: right;	
}

#footer p {
	padding: 3px 0;
	color: #ffffff;
	line-height: 12px;
}

#footer a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-right: 5px;
	border-right: 5px solid #66cc00 ;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.credit {
	border: none;
	text-decoration: underline;
	font-weight: bold;
}

h2.title {
	clear: both;
}
