/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body {
	padding: 5px 0 0 0;
	margin: 0;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
*{
	padding: 0;
	margin: 0;
	
}
a {
	color: #2F637A;
	background-color: inherit;
}
a:hover { color: #808080; background: inherit; }
p {
	margin: 0 0 5px 0;
	font-weight: 100;
	font-size: 90%;
}
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
}
h1 a, h2 a {
	color: #000;
	text-decoration: none;
	background-color: #006699;
}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
	display: inline;
}
img { border: 0; }


/* layout */
#content {
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#logo { margin: 0 0 5px 0; }
#slogan {
	font-size: 0.9em;
	color: #808080;
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 60px;
	padding: 0;
	line-height: 12px;
}
#content #left .left_articles h3 {
	line-height: 20px;
}

#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 30px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	display: block;
}
	#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}
	#tablist li a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #666666;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 12px;
	}
	#tablist li a:hover{
	color: #fff;
	background-color: #336699;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#tablist li a.current{
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	background-color: #336699;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 640px;
	background: #336699 repeat-x left bottom;
	margin: 0 0 5px 0;
	color: #fff;
	height: 100px;
}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	color: #000;
	min-height: 32px; /* FF height */
	height: 68px;	/* IE height */
	width: 280px;
	font-size: 100%;
	background-color: #EAEAEA;
	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 150px; border: 1px solid #357994; background: #fff; color: #666666; padding: 4px; margin: 0; font-weight: bold; font-size: 100%;  }
		.button {
	padding: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 86%;
	font-weight: bold;
}

/* left side */
#left {
	float: left;
	width: 640px;
	margin: 0 0 10px 0;
}
	.subheader {
	margin: 0 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/bgshade.gif) repeat-x;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}
	.left_articles {
	background: #fff url(images/bgshade.gif) repeat-x;
	color: #454545;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #E9E9E9;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
	float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	width: 100px;
	height: 105px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
h5 {
	line-height: 14px;
	padding-bottom: 10px;
	color: #336699;
	font-weight: 600;
	font-size: 110%;
}

	.thirds {
	float: left;
	width: 170px;
	padding: 10 10px 0 20px;
	font-weight: 600;
	color: #808080;
	font-size: 90%;
	margin-left: 10px;
	}		
		
/* right side */
#right {
	float: right;
	width: 310px;
	font-size: 90%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/bgshade.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #F5F5F5;
		color: #454545;
	}
	.image {
	float: left;
	margin: 0 9px 2px 0;
	border: 1px solid #CCCCCC;
}
	.notes {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 17px 10px 17px 80px;
	margin: 0 0 10px 0;
	color: #454545;
	background-color: #fff;
	background-position: left center;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }#content #top_info img {
	padding-right: 4px;
}
#content #footer #subnav li {
	display: inline;
}
#content #footer #subnav a {
	padding-left: 20px;
	font-size: 90%;
}
h4 {

	line-height: 14px;
	padding-bottom: 10px;
	color: #336699;
}
#content #left .left_articles object {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#content #right .right_articles object {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
#clear {
	clear: left;
}
#content #right .right_articles #ani {
	height: 200px;
	padding-top: 20px;
}
#content #left .left_articles h6 {
	font-size: 90%;
}
.fett {
	font-weight: bold;
	color: #666666;
}

