#pages-top {
	background:#2c4a6c url(default/pages-top.gif) repeat-x bottom center;
	border-bottom:1px solid #4e6d8e;
}

#header {
	background:#e1ebef url(default/header.gif) repeat-x bottom center;
}

.search-form {
	background:url(default/search-bar.gif) repeat-x top center;
}

#logo-back {
	background:url(default/logo-back.gif) no-repeat bottom left;
}

#categories {
	background:#e3edf0 url(default/categories.gif) repeat-x top center;
	border-top:1px solid #bdd3db;
}

#featured {
	background:#3d6795 url(default/featured.gif) repeat-x top center;
	border-top:2px solid #79a6cb;
	border-bottom:1px solid #79a6cb;
}

.featured-norm {
	margin:0; padding:0;
	width:auto; height:auto;
	background:url(default/featured-norm.gif) no-repeat top center;
	line-height:20px;
}

.featured-blog {
	margin:0; padding:0;
	width:auto; height:auto;
	background:url(default/featurebg-blue.jpg) no-repeat top center;
	line-height:20px;
}

.featured-small {
	margin:0; padding:0;
	width:auto; height:103px;
	background:url(default/featured-small.gif) no-repeat top center;
}

#content {
	background:#FFF url(default/content.gif) repeat-x top center;
	border-top:6px solid #d1e1e7;
	border-bottom:1px solid #e6e6e6;
}

	.comment-meta, .post-content {
		border-left:1px solid #d9e2e9;
	}

.post-list-last {
	border-bottom:1px solid #d9e2e9;
}

.post-list li.post-last, .post-list-last li.post-last, .post-list li.post-last-blank {
	border-bottom:1px solid #d9e2e9;
}

.post-list li.post, .post-list li.post-last, .post-list-last li.post, .post-list-last li.post-last, .post-list li.post-last-blank, .commentlist li {
	background:url(default/postback.gif) repeat-y;
}

.post-list li.post-blank, .post-list-last li.post-blank, .post-list li.post, .post-list li.post-last, .post-list-last li.post, .post-list-last li.post-last, .post-list li.post-last-blank, .post-list li.other-post-last, .post-list-last li.other-post-last, .post-list li.archives, .post-list-last li.archives, .post-list li.other-post, .post-list-last li.other-post {
	border-color:#d9e2e9;
}

.meta {
	background:#fafbfd url(default/meta.gif) repeat-x top center;
	border-left:1px solid #d9e2e9;
}

.related-posts, .tags-top {
	border-top:1px solid #d9e2e9;
}

.comment-content {
	border-left:1px solid #e5e9ee;
}

blockquote {
	background:#f0f4f7;
	border:1px solid #d9e4ef;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
	color:#bc4d10;
}

.post-content h1, h1.comments-title, .post-content h2, .post-content h2.title, h2.comments-title, .post-content h3, .post-content h4, .post-content h5 {
	color:#484a4b;
}

h4, h4.related-posts, h4.tags {
	color:#929ba3;
}

h5 {
	color:#5c6a76;
}

a:link, a:active, a:visited {
	color: #2F4F73;
}

h2.featured a:link, h2.featured a:active, h2.featured a:visited, a.twitter:link, a.twitter:active, a.twitter:visited, a.email:link, a.email:active, a.email:visited, a.rss-big:link, a.rss-big:active, a.rss-big:visited, .featured-norm, .featured-blog, h2.featured {
	color:#d9eff7;
}

#pages-list li, #pages-list li.blank {
	background:url(../images/page-list-divider.gif) no-repeat center left;
}
#pages-list li.blank {
	background:none;
}

#pages-list li a, a.rss:link, a.rss:active, a.rss:visited, #pages-top {
	color: #d1dce7;
}

.meta {
	color:#676d72;
}

#footer, a.woothemes-link:link, a.woothemes-link:active, a.woothemes-link:visited {
	color:#a7a1a1;
}

.textfield {
	color:#b2b5b6;
}

#category-list li a {
	color:#708389;
}

#category-list li.active a, #category-list li a:hover {
	color:#517d8d;
}

#category-list li.current-cat, #category-list li:hover {
	background:#d7e5e9;
}

.related-posts-list li a:hover, .meta a:hover {
	color:#2f5074;
}

.gray, .gray a, h2.gray a {
	color:#71787b;
}

.lightgray, .lightgray a {
	color:#b2b5b6;
}

.orange, caption {
	color:#d94d00;
}

.grayblue, .grayblue a, .related_posts li a, .meta a {
	color:#748a9c;
}

.darkblue, .darkblue a {
	color:#112842;
}

.darkgray, .darkgray a, th {
	color:#3a3c3e;
}

#sidebar a, #sidebar {
	color:#9ca0a4;
}













/* DODANO */

#feature{
	background: #1F3F76 url(../images/featurebg-blue.jpg) no-repeat 0 0;
	height: auto;
	width:100%;
	position:relative;
	z-index:0;
	/*
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;*/
	overflow: hidden;
}

#featurenav {
	position:absolute;
	bottom:45px;
	left:40px;
	z-index:100;
}
	#featurenav a{
		font-family:arial;
		padding: 3px 14px 4px;
		margin-right: 5px;
		font-size: 16px;
		border: 1px solid #1F3F76;
		color: #fff;
		background: #2A4669;
	}
	#featurenav a.activeSlide{
		background: transparent;
		color: #fff;
	}

.fcontent {
	padding: 20px;
	color: #fff;
	position: relative;
	text-shadow: #555 0 0 10px;
}
#feature .fcontent {
	margin: 20px 10px 25px 6px;
	width: 265px;
	float: left;
	height: 300px;
	display: inline;
}

.fcontent h1, .fcontent h2, .fcontent h3, .fcontent h4, .fcontent h5, .fcontent h6{
	color:#fff;
	text-align: center;
	line-height: 1em;
} 
	.fcontent .fheading {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.fcontent .ftitle{
		
		font-family: baskerville;
		font-size: 30px;
	}
	.fcontent .fsub {

		font-size: 16px;
		color: #E0EBF6;
	}
	.fcontent p, .fcontent a{
		text-align: center;
		font-size: 1em;
	}
	.fcontent a {
		color:#fff;
		border-bottom: 1px dotted #fff;
	}
	.fcontent a.featurelink{
		text-indent: -3300em;
		border: none;
		line-height: 20px;
		padding: 5px 60px;
		background: url(../images/morebutton.jpg) no-repeat 0 0;

	}
	
.fmedia {  
    padding: 0;  
	overflow:hidden;
} 
#feature .fmedia{
    width:  610px;  
    height:   340px;
	margin:20px 20px 0 0;
	float: left;
	overflow: hidden;
}

	.fmedia img {  
	    top:  0; 
	    left: 0;
	}
.page-template-page-highlight-php #maincontent{
	border-right: 1px solid #777;
}
.page-template-page-highlight-php #sidebar{
	border-left: 1px solid #777;
}
#highlight {
	text-shadow: none;
	width: 100%;
	margin:0;
	color: #000;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/bg_highlight.png) repeat-x left bottom;
}
	#highlight h1 {	text-align: left; margin-bottom: 12px;color: #000;}
	#highlight p, #highlight .fcontent{	text-align: left; color:#000 }

	#maincontent #highlight p, #maincontent #highlight .fcontent {color: #fff; }
	
	#highlight .fcontent {
		float: left;
		text-shadow: none;
		width: 300px;
		padding: 50px;
	}
	#highlight .fcontent a{color: #000;	border-bottom: 1px solid #000;}
	#highlight .fmedia {
		width: 520px;
		margin: 20px;
		float: right;
	}
#maincontent #highlight{
	
	border-bottom: 1px solid #000;
	background: #072A5A url(../images/highlightbg-blue.png) repeat-x 0 0;
	width: 640px;
}	
#maincontent .fmedia {
	float: none;margin:20px auto;}
	
#maincontent #highlight .fcontent h1, #maincontent #highlight .fcontent a{color:#fff;}


#maincontent #highlight .fcontent {
	width: auto;
	background:transparent url(../images/highlighttext2.png) no-repeat 20px 20px;
}

/* fboxes */
.fboxes {
	padding: 2px 1px;
  }


.fboxdividers{
  	
	background:#fff url(../images/box-bgr.gif) repeat-x 0 0;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 310px;
}
.fboxcopy {
	padding: 0px 25px;
}

.fboxes p {
  margin-bottom: 10px;
  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes .fboxtitle{
	margin-bottom:0.3em;
	padding: 0 0 8px 0;
	font-size: 2.1em;
	color: #005299;
	border-bottom: 1px solid #aaa;
}
.fboxes #searchbox {
  padding: 1px;
  width: 160px;
  }

.fboxes li {
  margin-bottom: 5px;
  background: url(../images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

/* morefoot */
	
#morefoot {
	padding:1px;
}
	#morefootbg {
		padding-top: 2em 0;
		background:#fff url(../images/box-bgr.gif) repeat-x 0 0;
	}
	#morefoot h3 {
		border-bottom: 1px solid #ddd;
		margin-bottom: 3px;
	}
	#morefoot .wcontain {

		margin:0 10px;
		width:299px;
		float: left;
		display: inline;
	}
	#morefoot .widget{
		padding: 1em;
		background: transparent;
	}
	
	
#content_sidebar{
	border-top: 1px solid #ddd;
	margin: 1em 0;
	padding: 1em 0 ;
}
	#content_sidebar ul{
		padding: 10px 20px;
	}
	#content_sidebar ul ul{
			padding: 3px;
	}
	
	

/* Page Navi */
#content .wp-pagenavi {
	margin:1.6em .4em;
}
#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current, #content .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #ddd;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #fff;
	border:none;
	background: #555;
} 




/* DODANO 2 */

.commonLink
{
    color: #3399cc;;
    text-decoration:none;
    cursor: pointer;    
    padding-right: 12px;
    background-image: url('../images/linkArrowBlue.png');
    background-position: 100% 60%;
    background-repeat: no-repeat; 
}

.commonLink:hover
{
    text-decoration:underline;  
} 






/* Defaults */
	a:focus{outline:1px dotted invert;}
	hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

	ol{list-style:decimal}
	ul{list-style:square;}
	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	p,.p{margin-bottom: 1em;}

	blockquote{
		margin:0 0 1em 1em;
		background: #eee;
		padding: 1em 1em;
	}




	#wrapper {
		position:relative;
		padding-bottom: 50px;
	}
	
	#pagewrap {width:980px; margin:0 auto;}



	.clear {clear:both;}
