/*
	---------------------------------------------

	Qui gli stili che serviranno in tutte le 
	pagine: testata, menu, footer, etc.

	---------------------------------------------
*/

/*  ---------------------------------------------
	Leaderbord
	---------------------------------------------  */

body {
	background-image: url(images/banner_separator.gif);
	background-repeat: repeat-x;
	background-position: 0 -42px;
}


.leaderboard {
	width: 100%;
	height: 90px;
	text-align: center;
}


/*  ---------------------------------------------
	Testata
	---------------------------------------------  */

h1 {
	width: 100%;
	height: 89px;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	background-color: #C62808;
}

h1 a {
	display: block;
	width: 320px;
	height: 89px;
	padding: 0;
	margin: 0;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/panorama_blog.gif);
}


/*  ---------------------------------------------
	Cobranding
	---------------------------------------------  */

.cobranding a {
	float: right;
	display: block;
	width: 538px;
	height: 89px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(http://www.panorama.it/panorama/vetrine/site/images/ban_cobranding.jpg) no-repeat scroll center right;
	text-indent: -10000px;
}


/*  ---------------------------------------------
	Menu generale
	---------------------------------------------  */

.main_menu {
	margin: 0;
	padding: 0;
	background: #E7DED6 url(http://blog.panorama.it/wp-content/themes/obelix/images/main_menu_bg.gif) no-repeat scroll bottom center;
}		

.shadow {
	background: url(http://blog.panorama.it/wp-content/themes/obelix/images/main_menu_shadow.gif) repeat-x scroll top center;
	margin: 0 1px 0 1px;
	padding: 10px 10px 0 10px;
	min-height: 24px;
}

.shadow a {
	color: #333;
	text-decoration: underline;
}

.main_menu form {
	padding: 0;
	margin: 0;
	display: inline;
}

.main_menu ul {
	padding: 0 10px 0 10px;
	margin: 0;
	height: 16px;
	border-right: 1px solid #ccc;
}

.main_menu ul#men1 {
	padding: 0 6px 0 0;
}

.main_menu ul#men4 {
	padding: 0;
	border-right: 0;	
}

.main_menu ul#men5 {
	padding: 0 0 0 6px;
	border-right: 0;	
}

.main_menu ul li {
	padding: 0;
	display: inline;
}	

.main_menu ul li a {
	display: block;
	float: left;
	height: 16px;
	padding: 0 0 0 18px;
	margin: 0 8px 0 0;
	background-position: center left;
	background-repeat: no-repeat;
	}

#form_login {
	display: none;
}

#men1, #men2, #men3, #men5, #form_login {
	float: left;
}

#men4, .form_search {
	float: right;
}

#men_home {
	background-image: url(images/ico_pano.gif);
}

#men_canali {
	background-image: url(images/ico_canali.gif);
}

#men_forum {
	background-image: url(images/ico_forum.gif);
}

#men_gallerie {
	background-image: url(images/ico_gallerie.gif);
}

#men_edicola {
	background-image: url(images/ico_edicola.gif);
}

#men_archivio {
	background-image: url(images/ico_archivio.gif);
}

#men_guida {
	background-image: url(images/ico_guida.gif);
}

#men_login a {
	background-image: url(images/ico_login.gif);
}

#men_registrati a {
	padding: 0 0 0 0px;
}

#men_feed {
	background-image: url(images/ico_feed_large.gif);
	padding: 0 18px 0 0;
	margin: 0 0 0 8px;
	background-position: center right;
}		

#men_search {
	border: 1px solid #ccc;
	width: 130px;
	font-size: 11px;
	height: 16px;
	background-image: url(images/ico_search_small.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0 0 0 15px;
	position: relative;
	top: -2px;
}

#men_submit_search {
	display: none;
}

#form_login {
	height: 16px;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ccc;
}

#men_login_user, #men_login_pass {
	border: 1px solid #ccc;
	font-size: 11px;
	height: 16px;
	position: relative;
	top: -6px;
	width: 90px;	
}

#men_login_sub {
	width: 50px;	
	position: relative;
	top: -2px;
}

#men_login_forgot {
	font-size: 10px;
	line-height: 100%;
	position: relative;
	top: -8px;
}


/*  ---------------------------------------------
	Footer
	---------------------------------------------  */

.footer {
	clear: both;
	background: #E7DED6 url(../images/main_menu_bg.gif) no-repeat scroll top center;
	padding: 10px;	
}

.ame {
	margin: 0 0 0 8px;
	font-size: 10px;
}

.footer li.link {
	clear:both;
	height: 16px;
	padding: 0px 0px 0px 10px;
	margin: 0px 4px 4px 10px;
	background-image: url(http://www.panorama.it/panorama/statici/images/bg_link_footer_speciali.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 0.7em;
}

