/* pozadina citave stranice */
body {
}

iframe{
scrollbar-face-color:fuchsia;
scrollbar-highlight-color:yellow;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:darkblue;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:aqua;
}

scrollbar-track-color:aqua;

/* footer bloga */
.footer {width:100%; height:1px}

#blog_width{
	margin:0px auto; width:920px;
}

.blog_columns{
	width:100%;
}


.blog_col_1{
	float:left;width:180px;overflow:hidden		
}

.blog_col_2{
	float:left;width:560px ;overflow:hidden			
}

.blog_col_3{
	float:left;width:180px;overflow:hidden		
}

.blogheader{height:86px;width:920px}

.blogheaderleft{float:right;width:77px;margin-top:0px;margin-bottom:0px;text-indent:8px;}
.blogheaderright{float:right;width:900px;margin-top:0px;margin-bottom:0px;}
.blogheadertitle{font-family:arial;font-size:40px;letter-spacing:-1px;}
.blogheaderdesc{font-family:arial;font-size:20px;letter-spacing:-1px;}

.comment {
   background-position: 95% 5%;
   background-repeat: no-repeat;
   background-color: #00283C;
   border: 1px solid #ffffff;
   color: #ffffff 
}

.blog_bg {border-bottom:1px solid transparent}


.list ul {margin:0; padding:0; list-style:none;}
.list li{margin-bottom:5px}
.featuredposts ul{margin:0; padding:0; list-style:none;}
.featuredposts li{margin-bottom:5px}

.rss ul{margin:0; padding:0; list-style:none;}
.rss li{margin-bottom:5px}

