/**
  Author: Michela Chiucini
  Author URI: http://www.colazionedamichy.it
  
  Description: Stylesheet for website www.lunainvestigazioni.it
  
*/


/* 	Normalizes style 	*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

h1, h2, h3, h4, h5, h6
{ font-size : 100%; }

ol, ul
{ list-style : none; }

address, caption, cite, code, dfn, em, th, var 
{ font-style : normal; font-weight:normal; }

table
{ border-collapse : collapse; border-spacing : 0; }

fieldset, img 
{ border : 0; }

caption, th 
{ text-align : left; }

q:before, q:after
{ content : ''; }

/* 	General 	*/

body { 
   	position : relative;
  	width : 100%;
	color : #333333; 
	font :20px/120% "Courier New", Courier, monospace;
}

a{ color : #803216; }

h1 { 
	font-size : 30px;
	height : 30px;
	padding : 45px 0 0 135px;
}
h2 { 
	font-size:26px;
}

/* 	branding 	*/
#branding{ 
  	height : 133px;
  	width : 960px;
}

#branding h1 a{ 
	display : block;
	width : 385px;
}

#branding h2{ 
	height:30px;
	padding:0 0 0 135px;
}

blockquote, cite{ 
	position : absolute;
	font :20px/120% Georgia, "Times New Roman" , Times, serif;
	font-style : italic;
	color : #333333;	
}

blockquote{ 
	left : 670px;
	top : 55px;
	text-align : right;
	width : 250px;
}
cite{ 
	left : 840px;
	top : 138px;
	font-size : 16px;
}


/** 	navigation	  */
#nav_access {
	display : none;
}

ul#nav_main {
  	position:relative;
  	width : 430px;
  	height : 62px;
  	margin-left : 15px;
  	margin-top : 4px;
}

#nav_main li, #nav_main li a {  display: block;  height : 49px;}
#nav_main li {  position:absolute; }
#nav_main #nav_home, #nav_main #is_home { width : 95px;	left : 0px;	top : 0px;}
#nav_main #nav_servizi, #nav_main #is_servizi { width : 85px;	left : 97px;	top : 0px;}
#nav_main #nav_dove, #nav_main #is_dove { width : 125px;	left : 184px;	top : 0px;}
#nav_main #nav_contatti, #nav_main #is_contatti { width : 105px;	left : 306px;	top : 0px;}

/* 	Main content 	*/
#content {
	width : 546px;
	padding: 15px 20px 0 42px;
}

#content h2 {
	height : 21px;
	padding-bottom : 7px;
}
#content p {
	padding: 0 0 25px 0;
}

#content #luna_info {
	padding : 0;
}

#content #luna_info {
	display : none;
}
#map {
	width : 500px;
	height :250px;
}

#partners {
	line-height:18px;
	padding:45px 20px 0 42px;
}

#site_info, #site_info a{
	width : 546px;
	line-height : 18px;
	font :16px/100% Georgia, "Times New Roman" , Times, serif;
	color : #f2ce84;
}

#site_info{
	height : 150px;
	padding: 45px 20px 0 42px;
}

#site_info a{
	padding : 0;
}


