/*
Theme Name: Belgrade 2010
Theme URI: http://www.belgrade2010.com/
Description: Europian Team Championship 2nd League by ComTrade IT Solution and Services.
Version: 1.0
Author: ComTrade IT Solution and Services.
Author URI: http://www.comtrade.com/Serbia/
Tags: Belgrade, Atletski savez Srbije, Europian Team Championship 2nd League

	Belgrade 2010, v1.0
	 http://www.belgrade2010.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0 auto;
	background: url(repository/images/bg.png) #ffbc1d repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
}

.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
}

.shadow
{
	margin:0 auto;
	width:980px;	
	background:url(repository/images/bgShadow.png) transparent scroll center repeat-y;
}	
.container
{
	margin:0 auto;
	width:960px;
	background-color:#fff;
	text-align:center;
}
.header
{
	margin: 0 auto;
	height:190px;
	text-align:left;
}
.topMenu
{
	margin:0 auto;
	width:940px;	
	height:23px;
	background:url(repository/images/bgtop.png) #fff repeat-x;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
	font-size:12px;
	text-align:left;
	padding:7px 10px 0 10px;	
}
.headerContent
{
	margin:0 auto;
	width:960px;	
	height:125px;
	background-color: #fff;
	
}
#logo
{
	margin:0 0 0 10px;
	position:absolute;
	width:602px;
	height:125px;	
	z-index:2;	
}
#headerImage
{
	margin:0 auto;
	position:relative;	
	width:700px;
	height:125px;	
	z-index:1;
	float:right;
}

.content
{
	margin:0 auto;
	width: 940px;
	padding:10px 10px 10px 10px;	
	background-color:#fff;
	text-align:left;
}

.content-left
{
	margin:0 auto;
	padding:0 20px 0 0;
	width:600px;	
	min-height:1070px;
	float:left;	
	border-right:1px dashed #e6e6e6;	
	text-align:left;	
	background-color:#fff;
}
.content-right
{
	margin:0 auto;
	width:300px;	
	float:right;	
	text-align:left;	
	background-color:#fff;
}
.banners
{
	margin:10px 10px 10px 10px;	
	width: 940px;
	height:180px;	
	border-top: 1px dashed #e6e6e6;
	background-color:#fff;
	text-align:center;
	padding-top:30px;
}
.footer
{
	margin:0 auto;
	width:960px;	
	height:22px;
	background:url(repository/images/bgtop.png) #fff repeat-x;
	color:#fff;
	font-size:12px;
	padding-top:8px;
}

a img
{
	border:0;
}
/* === TEXT ======================================================================================================== */
h1
{
	display:block;
	font-size:28px;		
	font-weight:normal;
	padding:0;
	margin-bottom:10px;
}	
h2.titleLeft, h2.titleRight
{
	display:block;
	width:595px;
	height: 25px;
	background:url(repository/images/bgh2.png) repeat-x;
	border-left: 5px solid #0273be;	
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:2px 0 0px 0;
	text-indent:10px;	
	text-align:left;
}
h2.titleRight
{
	width:295px;
	text-align:left;
}

h3
{
	display:block;
	font-size:18px;	
	color:#0067ae;
	font-weight:normal;	
	padding:0;
	margin-bottom:10px;
}
h4
{
	display:block;
	font-size:18px;	
	color:#0067ae;		
	padding:0;
	margin-bottom:10px;
	font-weight:normal;
}
h5
{
	display:block;
	font-size:22px;
	height:22px;	
	font-weight:normal;
	line-height:22px;
	padding:0;
	margin-bottom:10px;
	font-weight:bold;
}
a
{
	color:#e95f00;
	text-decoration:none;
	
}
a:hover
{
	color:#e95f00;
	text-decoration:underline;
}	
/* ================================================================================================================= */

.news
{
	width:100%;
	margin-top:10px;
}
.news-header
{
	width:100%;
	height:40px;
	background:url(repository/images/bgTopNews.png) #fff repeat-x;
	border-bottom:2px solid #a8a8a8;
}
.news-content
{
	width:590px;	
	min-height:220px;
	
	background:url(repository/images/bgContentNews.png) #fff bottom repeat-x;
	padding:0 0 0 10px;
}

.date
{
	float:left;
	padding-left:10px;
	width:120px;
}
.day
{
	width:35px;
	height:35px;
	font-size:35px;
	float:left;	
}
.monthYear
{
	padding:5px 0 0 5px;	
	height:30px;	
	line-height:15px;
	float:left;
}
.month, .year, .hour
{
	font-size:12px;
	font-weight:bold;	
}
.hour
{
	float:left;
	padding:10px 0 0 0px;	
}
.newsLogo
{
	float:right;
	width:83px;
	height:27px;
	margin:5px 10px 0 0;
}
.news-text
{
	min-height:150px;
	
}
.news-readmore
{
	float:right;	
	height:30px;
	margin-right:5px;
}
.news-readmore a
{
	color:#e95f00;
	text-decoration:none;
}
.news-readmore a:hover
{
	color:#0067ae;
	text-decoration:underline;
}

/* === SLIDESHOW ======================================================================================================== */
#slideshow {
    position:relative;
    width:700px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* ================================================================================================================ */
/* === MENU ======================================================================================================== */

.topMenu ul
{
	margin: 0;
	padding: 0;
}	
.topMenu ul li
{
	display:inline-block;
	display:inline;
	list-style:none;
	margin: 0;
	padding: 0 0 0 10px;
}
.topMenu ul li a
{	
	color:#fff;
	text-decoration:none;
}
.topMenu ul li a:hover
{	
	color:#f6a800;
	text-decoration:none;
}

.menu
{
	margin:0 auto;
	width:960px;	
	height:40px;
	background:url(repository/images/bgmenu.png) #fff repeat-x;
	border-bottom:1px solid #8a8a8a;
}

	
.menu ul
{
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	list-style:none; 	
	position:relative;		
}

#menu, #menu ul 
{	
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 	
}
.menu li
{
	margin: 0;
	padding: 0 0 0 18px;
	position:relative;
	float:left;
	height:32px;
}
.menu ul li a
{	
	display:block;
	margin: 0;
	color:#000;
	text-decoration:none;	
}
.menu ul li a:hover
{	
	color:#f6a800;
	text-decoration:none;
}
#menu li ul li{float: none;width: 220px;border-top:1px dashed #e9e9e9;margin:0 auto;text-align:left;padding:0px 0 0 0;}
#menu li ul { text-align:center; display: none; width: 240px; text-align: left; margin:21px 0 0 0;padding:0 0 0px 0;z-index:999;text-indent:0;list-style-type:none;position:absolute;left:10px;top:10px;}
#menu li:hover ul { display: block;}
#menu li ul li a { width:210px; display:block; height: 24px;padding:6px 0 0 5px; }
#menu li ul li a:hover { background-color: #f27020; color:#fff;}	

#menu ul li a:hover { text-decoration: none; }
#menu li ul { background: url(repository/images/bgDropDown.png) bottom repeat-y; padding-bottom: 10px; }

/* ================================================================================================================ */

.size-thumbnail
{
	border:1px solid #e95d00; 
	margin:0px 10px 2px 0;
}
.alignleft {
	float: left;
	border:1px solid #e95d00; 
	margin:0px 10px 2px 0;
}	
.posttext
{
	width:100%;
	margin-top:10px;
	border-bottom:1px dashed #e6e6e6;
}
.countdown_section
{
	width:60px;
	float:left;

	font-size:12px;
	font-weight:bold;
}	
.countdown_amount
{
	width:50px;
	height:33px;
	display:block;
	float:left;	
	background:url(repository/images/bgcd.png) repeat-x;	
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding-top:2px;
}

.breadcrumb, breadcrumb a
{
	font-size:11px;		
}
.breadcrumb a
{
	color:#ea6a0b;
	text-decoration:none;	
}
.breadcrumb a:hover
{	
	text-decoration:underline;
}
.smallDate
{
	padding:3px 0 3px 0;
	font-size:11px;
	color:#9d9c9c;
	width:600px;
	border-top:1px dotted #9d9c9c;
	border-bottom:1px dotted #9d9c9c;
}
.weather2umbrella
{
	margin-top:30px;
	width:300px;
	text-align:center;
}
.banner,.fbfan
{
	margin-top:30px;
	width:300px;
	
}
.ngg-galleryoverview
{
	text-align:center;
}
.timetable 
{
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	
	width:600px;	
}
.timetable td
{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.timetable td.time
{
	border-right:1px solid #e6e6e6;
	text-align:center;
}
.timetable  th.tblHeader
{	
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
