* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #DBDBDB;
	color: #838383;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 10px 0;	}

a { 
	color: #C4C4C4;
	text-decoration: underline; 
	} 

a:hover	{ 
	color: #FF0000;
	text-decoration: underline; 
	}
	
h1 {
	color: #748CA7;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height:100%;
	display:block;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 10px 10px;
	}

	
h2 {
	color: #748CA7;
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:4px solid #CCCCCC;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #748CA7;
	}
	
h4 {
	color: #748CA7;
	font-size:1.2em;
	margin-bottom:6px;
	}
	
/****Page****/

#page { 
	width: 940px;
	margin: 0 auto;
	font-size: 1em;
	background: #FFFFFF;
	padding: 10px 20px 40px 20px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	}

#logo {
	width: 625px;
	height: 100px;
	padding-bottom: 15px;
	background:url(images/backgrounds/bg_branding.png) no-repeat;
	}
	
/****Section****/

#section-content {
	width:705px;
	float: right;
	}

#section-teaser {
	margin: 20px 0 20px 0;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	float: left;
	background: #EEEEEE;
	padding: 20px;
	}

#section-articlelist { float:left; }
	
.section-p {
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}
	
.section-readmore a { 
	color: #FF0000;
	text-decoration: none;
	}
	
.section-readmore a:hover {
	color: #666!important;
	text-decoration: none;
	}
	
/****Sidebar****/

#sidebar {
	width: 220px;
	float: right;
	padding-right: 15px;
	}
	
#sidelist li {list-style:none; }

#sidelist .menu li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
	background: url(images/icons/icon_recent.gif) no-repeat;
	}

#sidelist .text li{
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	background: #CCC;
	}

#sidelist a {
	color: #748CA7; 
	text-decoration: none;
	font-weight: bold;
	}
	
#sidelist a:hover {	
	color: #223141;
	text-decoration: none;	
	}

#sidebar h2 {
	font: 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #3B536E;
	border-top: 4px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 5px 0 5px 2px;
	margin: 20px 0 15px 0;
	}
	
/****Navigation****/	

#nav {
	background: #5B81AA;
	font-size:1em;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav li {
	float: left;
	list-style:none;
	}

#nav a {
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	padding:6px 12px;
	text-decoration: none;
	border:none;
	}

#nav a:hover {
	background-color:#3B536E;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	border:none;
	}	
	
	
/**DropDown Menu**/		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom:1px solid #CCCCCC;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background:#5B81AA;
	}

#nav li li a {
	font-weight:normal;
	font-size:0.9em;
	color:#FFFFFF;
	font-weight: bold;
	}

#nav li li a:hover {
	background:#3B536E;
	color:#FFFFFF;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}



/* Category navigation in Navbar */

#catnav {
	margin-top:0px;
	background:#eee;
	font-size:1em;
	border-top:none;
	}
	
#catnav, #catnav ul {
	list-style: none;
	line-height: 1;
	}

#catnav a, #catnav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#catnav li {
	float: left;
	list-style:none;
	}

#catnav a, #catnav a:visited {
	display:block;
	font-weight:bold;
	color: #666;
	padding:6px 12px;
	}

#catnav a:hover {
	color:#a37f04;
	text-decoration:none;
	}	

#catnav a:active {
	color:#a37f04;
	text-decoration:none;
	}	


	
/* Dropdown Menus for categories  */
		

#catnav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom:1px solid #fff;
	}
	
#catnav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#catnav li:hover ul ul, #catnav li.sfhover ul ul {
	left: -999em;
	}

#catnav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#eee;
	}

#catnav li li a {
	font-weight:normal;
	font-size:0.9em;
	color:#666;
	}

#catnav li li a:hover {background:#ddd;}	
	
#catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul {left: auto;}

/****Footer****/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size: 0.9em;
	text-align: center;
	padding-top: 20px;
	color: #666;
	}

#footer a {
	color:#333;
	text-decoration: none;
	}

#footer a:hover	{text-decoration: underline;}

.left {	float: left; }
.right { float:right; }






/****Kivalogatni****/


/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#fff;}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #a37f04; 
	text-decoration: none;
	} 
.title:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
#leadpic {float:left;margin: 0 20px 10px 0;padding:1px;border:1px solid #999;}
.home-cat-img {float:left; margin:0 6px 4px 0;}

/* The 3 columns on the homepage */

#homeleftcol {
	width:30%;
	border-right:1px solid #ccc;
	padding-right:20px;
	text-align:justify;
	float:left;
	}
	
#homemidcol {
	width:30%;
	padding:0 20px 0 20px;
	text-align:justify;
	float:left;
	}
	
#homerightcol {
	width:30%;
	border-left:1px solid #ccc;
	padding-left:20px;
	text-align:justify;
	float:right;
	}
		
/******************************************
*   All Headlines and related stuff                         
******************************************/

.leadmeta, .leadmeta a {/* Thatīs how the Date and Author appear in the leadarticle section above the Headline */
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top:-4px;
	color:#ddd;
	text-decoration:none;
	}

.cat-head {/* Background for the category teasers headline on the homepage */
	margin-bottom:3px;
	background-color:#ddd;
	padding:3px 2px 1px 4px;
	}

h3#respond {
	border-top:4px solid #ddd;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

/******************************************
*   Content styles                    
******************************************/

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:640px;
	float:left
	}

#pagecontent { /* content area in static pages (without sidebar) */
	width:820px;
	float:left;
	}

#homecontent-top {/* The upper area on the homepage */
	width:940px;
	margin-top:25px;
	}
	
#homecontent-bottom {/* The lower area f the homepage */
	width:900px;
	margin-top:20px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 600px;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 300px;
	}

/* The lead story on the honmepage */

#leadcontainer {
	background:/*url(images/backgrounds/bg_leadcontainer.jpg) repeat-x 0px 0px #252525 */ #444;
	color:#ddd;
	border-top:4px solid #C29704;
	border-bottom:4px solid #C29704;
	padding:15px;
	width:592px;
	min-height:350px;
	}

#leadcontainer:hover {
	background:#333;
	border-top:4px solid #C29704;
	border-bottom:4px solid #C29704;
	}

#leadcontainer .title {
	font:2.2em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #C29704;
	}

#leadheader {
	display:block;
	}

#leadheader a {color:#ddd;}

#homebottom {/* Thatīs the nice shadow below the leadcontainer */
	width:625px;
	height:60px;
	background:url(images/backgrounds/homebottom.png);
	}
	
.read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.read-on a:hover {color:#C29704!important;}
	
/* Featured Articles formatting in "hometop-rightcol" */

.feature {
	background: #eee;
	padding:10px 10px 10px 20px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	}

.feature:hover {
	background:#ddd;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	}

/*.feature p { margin:0;	}*/

#hometop-rightcol img {
	margin-bottom:4px;
	padding:1px;
	border:1px solid #999;
	}

#hometop-rightcol .feature {margin-bottom: 10px;}

#hometop-rightcol.title, #hometop-rightcol a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 15px 0;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 15px 0;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	border-bottom:1px solid #ccc;
	padding:12px 0;
	}	

.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
	}

.navigation a:hover {
	background-color:#eee;
	}

.preventries {
	float:left;
	}

.nextentries {
	float:right;
	}
	
/*Post Formatting*/

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	}	
		
.postmetadata {margin: 30px 0;}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

.commentlist cite { font-weight:bold; }	
	
/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#pageleft li, #pagemiddle li, #pageright li{
	list-style:none
	}

#pageleft .recent li, #pagemiddle .recent li, #pageright .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(.images/icons/icon_recent.gif) no-repeat;
	}

#pageleft a:link, #pageleft a:active, #pageleft a:visited {text-decoration:none;}
#pageleft a:hover {text-decoration:underline;}

#pagemiddle a:link, #pagemiddle a:active, #pagemiddle a:visited {text-decoration:none;}
#pagemiddle a:hover {text-decoration:underline;}

#pageright a:link, #pageright a:active, #pageright a:visited {text-decoration:none;}
#pageright a:hover {text-decoration:underline;}

/* Styles for the "featured-page template" */

#featured-top {
	width:705px;
	float:right;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: 3px solid #CCCCCC;
	}

#featured-content {
	width:705px;
	float:left;
	}

#featured-sidebar {
	width: 150px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:2px solid #ccc;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-leftcol {
	width:420px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 2px solid #CCCCCC;
	}

#featured-leftcol h2, #featured-content h2{
	color: #748CA7;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-rightcol h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#3B536E;
	border-bottom: 2px solid #CCCCCC;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol a { 
	color: #5B81AA; 
	font-weight: bold;
	text-decoration:none;
	background: url(images/icons/icon_recent.gif) no-repeat;
	margin-bottom: 5px;
	padding-left: 20px;
	}
	
#featured-rightcol a:hover { 
	color: #223141; 
	text-decoration:underline;
	}