/*
Theme Name: eeCroatia
Theme URI: http://www.eecroatia.com/
Description: 
Version: 2.7
Author: MediaVerba

*/

/****************Typography ***************/

p {
	font: 12px Verdana, Arial;
	line-height: 1.5em;
	margin: 10px 0;
}

h1 {
	font: normal 24px Arial;
	margin: 5px 0;
}

h2 { 
	font: bold 11 Arial;
	margin: 5px 0;
}

/****************General***************/

.button {
	font: 12px Verdana, Arial;
	color: #fff;
	background-color: #669900;
	padding: 5px;
	border: 1px solid #ccc;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #669900;
	height: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

/****************Search ***************/
div.searchbox{
	padding: 5px 7px 5px 7px;
	margin-bottom: 10px;
}
div.searchbox .box {
	width: 260px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}
div.searchbox .btn{
	width: 50px;
	color: #fff;
	font-size: 11px;
	background-color: #669900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
	border:0;
	padding: 3px 0 3px 0;
}
div.searchbox .btn:hover{
	background-color: #214478;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
	border:0;
}

div#searchres {
	margin: 0 20px 0 20px;
}

/****************Header Banner ***************/

div#banner1 {
	margin-top: 10px;
	float: right;
}
div#banner2 {
	margin-bottom: 10px;
}

div.advertisment {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
	div.advertisment .banner1 {
		float: left;
		margin: 0px 10px 10px 20px;
		height: 250px;
	}	
	div.advertisment .banner2 {
		float: left;
		margin: 0px 10px 10px 5px;
		height: 100px;
	}
	div.advertisment .banner3 {
		float: left;
		margin: 0px 0px 10px 0px;
		height: 100px;
	}

/****************TopBar ***************/

div#logoback {
	background-image:url('images/logo_header.png');
	background-repeat:no-repeat;
	background-position: top left;
}
div#topbar {
	background: #999;
	font: bold 11px Arial;
	padding: 3px 0;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;		
}

div#topbar a {
	padding: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
}
div#topbar  a:hover {
	color: #fff;
	text-decoration: underline;
}

.header h1{
	font: 36px Verdana, Arial;
	font-weight: normal;
	color: #669900;
	padding: 5px;
	margin:0;
}
.header span{
	font: 12px Verdana, Arial;
	color: #669900;
	padding: 0;
	margin:0;
}

/****************Navigation Bar***************/

div#navbar {
	background-color: #669900;
	background-image:url('images/rss.gif');
	background-repeat:no-repeat;
	background-position: center right;	
	padding: 10px 0;
	margin: 0px 0 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

div#navbar ul li {
	font: bold 1em Arial;
	float: left;
	margin: 0 3px;
}

div#navbar ul li a {
	padding: 4px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
}
div#navbar ul li a:hover {
	color: #669900;
	background-color: #f0f0f0;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.rss {
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.rss:hover {
	text-decoration: none;
}

/****************TopNews Section***************/

div.topSection div {
	border: solid 1px #e5e5e6;
	height:130px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

div.cfl {
	background-image:url('images/cfl.jpg');
	background-repeat:no-repeat;
	background-position: bottom right; 
}
div.perl {
	background-image:url('images/perlator.jpg');
	background-repeat:no-repeat;
	background-position: bottom right; 
}
div.reg {
	background-image:url('images/philips_chronosense.jpg');
	background-repeat:no-repeat;
	background-position: bottom right; 
}
div.vodok {
	background-image:url('images/vodokotlic.jpg');
	background-repeat:no-repeat;
	background-position: bottom right; 
}

div.topSection div h1 {
	font: bold 1em Arial;
	margin: 5px 10px 0 10px;
}
div.topSection div h1 a{
	color: #336699;	
	text-decoration: none;
}
div.topSection div h1 a:hover{
	text-decoration: underline;
}
div.topSection div p {
	margin: 5px 10px 10px 10px;
}

/****************Archive ***************/
.car-toggler{
	color: #336699;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}
.car-toggler:hover{
	color: #fff;
	background-color: #669900;
	border: 1px solid #669900;	
	text-decoration: none;
	white-space:nowrap;
}
.car-list{
	margin-top: 10px;
	font: normal 12px Arial;
}
.car-list li{
	font: bold 12px Arial;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.car-list  li ul{
	font: normal 12px Arial;
	padding: 5px 0 5px 0;
	background-color: #fff;
}
.car-list  li ul li{
	font: normal 12px Arial;
	padding: 2px 0 2px 10px;
	border: 0;
	background-color: #fff;
}
.car-list  a{
	font: normal 12px Arial;
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.car-list a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}

/****************TAGs***************/

div.taglist{
	padding: 0px 10px 5px 10px;
	text-align: center;
	line-height: 1.2em;
}
div.taglist a{
	color: #336699;
	text-decoration: underline;
	padding: 2px 5px 2px 5px;
	white-space:nowrap;
}
div.taglist a:hover{
	color: #fff;
	background-color: #669900;
	text-decoration: none;
	white-space:nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

/****************Author Pages***************/

.authorimg{
	padding-top: 5px;
	text-align: right;
}
.authorimg img{
	border: 3px solid #ccc;
}
.author h1{
	padding: 0;
	margin: 0;
	font: bold 16px Arial;
}
.author  p{
	margin: 0;
}
.author p a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.author  p a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}

/****************LeadingStory Section***************/

div.storySection div h1 {
	margin: 0 10px 0 10px;
	letter-spacing: -0.08em;	
}
div.storySection div p {
	margin: 10px;
}
div.storySection div p a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.storySection div p a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}
img#poster {
	width: 400px;
	height: 200px;
}

/****************PostNews Section***************/

div.postSection .post {
	margin: 10px 10px 0px 10px;
}
div.postSection .excerpt {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
div.postSection  h1{
	color: #336699;
	font-size: 20px;
	font-weight: normal;
}
div.postSection h1 a{
	color: #336699;	
	text-decoration: none;
}
div.postSection  h1 a:hover{
	text-decoration: underline;
}
div.postSection .subtitle {
	font-size: 10px;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	padding: 5px 0px;
}
div.postSection .subtitle a{
	color: #336699;	
	text-decoration: none;
}
div.postSection .subtitle a:hover{
	color: #336699;	
	text-decoration: underline;
}
div.postSection p a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.postSection  p a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}
div.post ol{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	list-style-type: decimal;	
}
div.post ol li{
	margin: 5px 0 0 30px;
}
div.post ol li a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.post ol li a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}
div.post ul{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;	
	list-style-image: url(images/disc.gif);
}
div.post ul li{
	margin: 5px 0 0 30px;
}
div.post ul li a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.post ul li a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}
div.post blockquote{
	padding: 0px 10px;
	font-style: italic;
	margin: 5px 20px;
	background: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
div.postSection .posttags{
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f0f0f0; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
div.postSection .posttags a{
	color: #669900;
	text-decoration: underline;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}
div.postSection .posttags a:hover{
	color: #fff;
	background-color: #669900;
	text-decoration: none;
	white-space:nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

div.postSection .related_post{
	padding: 0px 0px 0px 30px;
	margin: 5px 0px 10px 0px;
}
div.postSection  .related_post li{
	padding: 0px; 
	list-style-image: url(images/disc.gif);	
	margin: 0px;
}	
div.postSection  .related_post a{
	color: #336699;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
}	
div.postSection  .related_post a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}	

.postthumb{
	text-decoration: none;
	border: 0px;
}
.postthumb img{
	float:left;
	border: 3px solid #f0f0f0;
	margin: 5px 10px 5px 5px;
}

/****************Comments***************/

ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	margin: 5px 0 10px 0;
}
.commentauthor{
	clear:both;
	padding: 0px;
	margin: 5px 0 0px 0;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#f0f0f0;	
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
.commentauthor div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.commentauthor div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 1px 10px 4px 10px;
}
.commentauthor  a:link, .commentauthor a:visited {
	color:#336699;
}
.commentauthor  a:hover, .commentauthor  a:active {
	color:#669900;
}
.commentdesc{
	clear:both;
	padding: 0px;
	margin: 5px 0 0px 0;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#ffffff;	
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
.commentdesc div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.commentdesc div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 1px 10px 4px 10px;
}

/****************Pagination***************/

.wp-pagenavi{
	clear:both;
	padding: 0px;
	margin: 0px;
	border:solid #ccc;
	border-width:0 1px;
	background:#f0f0f0;	
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: center;	
}
.wp-pagenavi div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #ccc;
	border-width:1px 0 0;
}
.wp-pagenavi div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 7px 15px 10px 15px;
}

/****************Heading descriptions***************/

.heading{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	background:#669900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	color: #fff;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

/****************Category Cloud***************/

.catcloud{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.catcloud a{
	color: #336699;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}
.catcloud a:hover{
	color: #fff;
	background-color: #669900;
	border: 1px solid #669900;	
	text-decoration: none;
	white-space:nowrap;
}

/****************Link Cloud***************/

.linkcloud{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 10px;
}
.linkcloud a{
	color: #669900;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
	font-weight: bold;
	line-height: 2em;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}
.linkcloud a:hover{
	color: #fff;
	background-color: #669900;
	border: 1px solid #669900;	
	text-decoration: none;
	white-space:nowrap;
}

/****************Sidebar***************/

div.sidebarSection  p {
	margin: 5px 10px;
}
div.sidebarSection  .listed {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #ccc;
}
div.sidebarSection  .smallthumb{
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border: 3px solid #eee;
}
div.sidebarSection  .title{
	margin: 0;
	padding: 0px 10px 0px 10px;
}
div.sidebarSection  .title a{
	color: #336699;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
}
div.sidebarSection  .title a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}
div.sidebarSection  .author{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 10px;
}
div.sidebarSection  .author a{
	color: #336699;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
}
div.sidebarSection  .author a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}

div.sidebarSection .recentcom{
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

div.sidebarSection .recentcom li {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

div.sidebarSection .recentcom li a{
	color: #336699;
	padding: 0px 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.sidebarSection .recentcom li a:hover{
	background-color: #ffffcc;
	text-decoration: none;
}

/****************Video***************/

.videoheading{
	font: bold 14px Arial;
	color: #fff;
	background-color: #999;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.videoback{
	padding: 10px;
	background-color: #000;
	padding: 10px  0 0 0;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

/****************Footer***************/

div#footer {
	background-color: #f0f0f0;
}
div#footer div h1{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
div#footer div h1 a{
	color: #336699;	
	text-decoration: none;
}
div#footer div h1 a:hover{
	text-decoration: underline;
}

div#footer div p{
	margin: 5px 10px 10px 10px;
}

.cond{
	color: #336699;
	font-size: 10px;
	text-align: left;
	padding-bottom:10px;
}
.cond a{
	color: #336699;	
	text-decoration: none;
}
.cond a:hover{
	text-decoration: underline;
}

.copy {
	color: #336699;
	font-size: 10px;
	text-align: right;
	padding-bottom:10px;
}


