/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 0 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(../images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul {
	margin: 0;
	padding : 0;
	list-style : none;
	
}
img { border: 0; }
.style1 {color: #990000}


/* layout */
#content { margin: 0px auto; width: 980px; }
#logo { /*there are headers up to 35 years, just update the year on the file name*/
	margin: 0 0 0 0;
	background: url(../images/franzoso-header-30.jpg)	 no-repeat 0 0;
	height: 117px;
}
#logo h1, #logo p{
	display: none;
}
#slogan {
	font-size: 1.5em;
	margin: 0 0 10px 2px;
	padding: 0;
	color: #333333;
	height: 20px;
}
#top_info {
	line-height: 27px;
	float: right;
	color: #808080;
	background: #fff;
	margin: 15px 30px 0px 0;
	text-align: center;
	height: 74px;
	
}

/* 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 */
.menu, .menu ul { /* all lists */
  padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-decoration:none;

}

.menu a {
	display: block;
	width: 7.5em;
}

.menu li { /* all list items */
	float: left;
	width: 7.5em; /*width needed or else Opera goes nuts */
  padding: 0 1.8em 0 0 !important;
	padding: 0 0.2em 0 0;
	
}
/*added by tb*/
.menu li a{
		padding: 6px 9px;
		background: #808080 url(../images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
		text-decoration:none;
		
	}
	
.menu li a:hover{
		background: #6495AB url(../images/corner.gif) no-repeat top right;
		color: #fff;
	}	
	
.menu li#current a{
		background: #b0d0de url(../images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 9px;
		height: 13px;
}	
/*end added by tb*/

.menu li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.menu li ul ul { /* third-and-above-level lists */
 
	/*margin: -1em 0 0 80px;*/
	margin: -1.8em 0 0 10em;
}

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

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul { /* lists nested under hovered list items */
	background: none;
	left: auto;
}

/*added*/
.menu li ul li a{  /*second level list items in ul*/
				background: none;
				background-color: #b0d0de;
				width: 130px;
				color: #2f637a;
				border: 1px solid #2f637a;
}


.menu li ul li a:hover, .menu li ul li#current a{  /*second level list items in ul */
				background: none;
				background-color: #2f637a;
				color: #fff;
}
/*end added*/

 /*main menu topics */
#topics {
	clear: left;
	float: left;
	width: 660px;
	background: #B0D0DC url(../images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 30px;
}

#topics li a 
{ 

}

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(../images/searchbg2.gif) no-repeat;
	color: #000;
	padding: 10px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}

#mod_search_searchword{
	width: 210px;
}
	/* search form styling */
		form, form p { margin: 2px; padding: 0; line-height: 25px; }
	
		.search { width: 260px; border: 1px solid #357994; background: #fff; color: #478F36; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 0px; font: bold 1em Arial, Sans-Serif; }


/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
	
}
	.subheader {
	
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 0px 0px 0px;
	}
	.left_articles2 {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 0px 10px;
		width: 925px;
	}
		.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: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 5px 0;
}

.moduletable table{
	margin: 0;
}
	.right_articles, #right .contentpaneopen {
		border: 1px solid #ccc;
		width: 310px;
		padding: 8px;	
		margin: 0 0 0px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	
}
	#footer .right { float: right; }
.bullet_list {
	list-style-position: inside;
	list-style-type: circle;
}

/* flashVid */
#flashVid{
	position: fixed; 
	width: 390px;
	height: 309px; 
	z-index: 100; 
	right: 30px; 
	bottom: 0px; 
}
