﻿/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body {
	padding: 0;
	margin: 0;
	line-height: 1.3em;	
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
}
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

p {	margin: 0 0 0px 0; line-height: 1.5em; }

img {
	float: left;
	margin: 0 9px 3px 0;
}

img.logo 
{
    float:none;
    margin: 0 0 15px;
}

/* footer
   ------ */
.footer {
	clear: both;
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
	float: left;
	width: 600px;
	font-size: 11px;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 

.storytitle{
	width:auto;
	height:auto;
	padding-bottom:5px;
	border-bottom:#CCCCCC 1px solid;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#003399;
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
}
.storyfooter{
	width:600px;
	height:1px;
	margin-top:5px;
	background-color:#CCCCCC;
}
.reporter{
	width:auto;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:normal;
}
