/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
*{ margin: 0; padding: 0; }
body { font: .75em Arial, Verdana, Sans-Serif; 
line-height: 180%;
letter-spacing: 130%;
background: #fff url(images/top.jpg) repeat-x; 
color: #454545; }
a { color: #0e3a64; 
background: inherit; 
text-decoration: none; }
#left a, #right a { 
border-bottom: 1px dotted #3F2C57; }
a:hover { 
color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1, h2, h3, h4, h5 {
font-family: "Trebuchet MS";
color: #052b4f;
margin: 0;
padding: 10px;
}


h1 a, h2 a { color: #0e3a64; 
background: inherit; text-decoration: none; }
img.dentro, iframe {border: 1px solid #D1EAC3;
padding: 2px;
margin: 10px 10px 10px 0;
float:left }

#right img.dentro{
float: none;
margin: 0;
}

/* layout */
#content { margin: 0 auto; 
	width: 70%; 
	clear: both; 
	}
	
	#estrella {
	width: 200px;
	height: 200px;
float: right;
margin-top: 20px;
z-index: +1001;

}
*html #estrella{
}

	
#header {
	margin: 0;
	padding: 0;
}


/* main horizontal menu */
#tablist{

margin-top: 100px;  }
	
	#tablist li{ list-style: none; 
	display: inline;  }
	
	#side_menu {
	margin: 0 0 0 0; 
	}
	
	#side_menu li{
	margin: 15px 0 0 0; 
	display:block;
	list-style: none; }
	
	#tablist li a{
		text-decoration: none;
		margin: 0 2px 0 0;
		padding: 3px 7px;
		border: 1px solid #0A6290;
		font-weight: bold;
		color: #ccc;
		font-size: 12px;
		letter-spacing:normal;
	}
	
#side_menu li a{
color: #0A6290;
		text-decoration: none;
		margin: 10px 3px 0 0;
		padding: 4px 10px;
		border: 1px solid #0A6290;
		font-weight: bold;
		background-color:#B9D8A4;

	}
	
	#tablist li a:hover, #side_menu li a:hover{
		border: 1px solid #0A6290;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #0A6290;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: left;
	width: 70%;
	margin: 0 0 10px 0;
}

#left# li{
list-style:circle;
margin-left: 20px}
	.border { border: 1px solid #AED898;  
	margin: 22px 0 10px 0;}
	.subheader, .date {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	
	#crumbs img{ clear:left;
	margin: 0}
	#crumbs p{
	margin: 0;
	padding: 0
	}
	
			.date {
		clear:left;
		color: #808080;
		margin: 0 -1% 10px -1%;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 1% 5px 1%;

	}


	.thirds {
		float: left;
		width: 30%;
		padding: 0 1% 0 1%;
	}	
	
	*html .thirds {
		width: 33%;
		padding: 0 1% 0 1%;
	}	
		
/* right side */
#right {
	float: right;
	width: 29%;
	margin: 0 0 10px 1%;
	padding: 0;
	text-align:right
	 }
	
.content {
margin-top: 20px}

	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	
	/*#side_menu { margin: 0 0 20px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { color: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(images/side_menu.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { color: #fff; background: #fff url(images/side_menu_hover.gif) repeat-x; }	*/
	
	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer {
margin-top: 20px;
	clear: both; 
	color: #808080;
	background: #013b69 url(images/footer.jpg) repeat-x;
	min-height: 194px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }