/**
 * @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */
 
* {margin: 0; padding: 0;}

body {background-image:url("http://www.netphilo.com/templates/netphilo/images_general/sfondo.png"); background-repeat:repeat-x; background-position:top;
	font-size: 100%;
	font-family: Optima, Verdana, Arial, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
	color: #fff;}
	
	#container {background-image:url("http://www.netphilo.com/templates/netphilo/images_general/barraoriz.png"); background-repeat:repeat-x; background-position:top;
		width: 960px;
		margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
		border: 0px;
		text-align: left;
		background-color:#000;}
		
		#header {width:100%; height:70px; padding: 30px 0px 10px 0px;} 
			#logo {margin: 0 30px;  float:left;}
			#size {float:right; padding: 0 30px; margin-top:-15px;}
			
		#right {float: right;
				width: 150px;
				margin: 0px 30px 25px 0px;}
			#mainmenu {background-image:url("http://www.netphilo.com/templates/netphilo/images_general/rightbox_middle.png");
					   background-repeat:repeat-y;}
				#mainmenu > div {background-image:url("http://www.netphilo.com/templates/netphilo/images_general/rightbox_top.png");
								background-repeat:no-repeat;
								background-position:top;}
					#mainmenu > div > div {background-image:url("http://www.netphilo.com/templates/netphilo/images_general/rightbox_bottom.png");
											background-repeat:no-repeat;
											background-position:bottom;}
		
			#advert {margin-top:20px;}
				
		#maincontent {margin: -10px 205px 0px 30px;
						position:relative; height:auto;}
			#content {min-height: 330px;
					  margin:0px; padding:0px;}
				.mobile {/* questa classe puņ essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
						float: left;
						margin:0px; border:0px;
						width:170px;}
				#newsflash, #philobook {margin-right:15px;}
				#newsflash {width:355px; height:150px;}
			
		#footer {padding: 5px 30px 7px 30px;}

.clearfloat {/* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;}

