/*  Theme Name: Ristorante dei Cantoni 2008
    Theme URI: http://www.ristorantedeicantoni.it
    Description: A brand new theme for Ristorantedeicantoni.it website.
    Version: 1.0
    Authors: Matteo Peraccini
*/

/* Colors 


*/
 
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html,body {
	background-color: #effbcb;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
	display: none;
}


h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#125282;
	}
	
	a:hover {
	color: #1c82ce;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background-color: #ebebeb;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}



#outer {
background-image:url(images/outer_back.gif);
background-repeat:repeat-y;
background-position:center;
margin:0px auto -52px;
min-height:100%;
width:810px;
}

*>#outer {
background-image:url(images/outer_back.png);
}

#clearheader {
	height: 300px;
}

div#header {
	height:300px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}
	div#header_wrap {
	width: 750px;
	margin: 0px auto;
	text-align:left;
	}

	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	#header #sidebar {
	width: 100%;
	height:40px;
	line-height: 40px;
	}
	
	div#sidebar li {
	display: inline;
	}
	
	div#sidebar ul {
	display: inline;
	margin-top: 140px;
	}
	
	#sidebar li.widget h2.widgettitle {
	display: none;
	}
	
	.alpha-green {
	background-color:#00CC66;
	opacity: 0.6;
	width: 100%;
	}

div#centrecontent {
	float:left;
	margin:0 -1px 0px 30px;
	position:relative;
	width:450px;
	z-index:1;
}
	div#centrecontent p {
		text-align:justify;
		padding:0 1em;
	}

div#right {
	float:right;
	left:-1px;
	position:relative;
	width:200px;
	z-index:100;
	margin-right: 30px;
}

	#right #sidebar2 {
	}

	#right .sidebar-back {
	height: 80px;
	width:200px;
	position: absolute;
	bottom:0px;
	left: 0px;
	}

#clearfooter {
	clear:both;height:52px;
	}/*needed to make room for footer*/

* > html #clearfooter {
	float:left;width:100%;
}/* ie mac styles */

div#footer {
	width:100%;
	clear:both;
	height:50px;
	text-align:center;
	position:relative;
}
	div#footer p {
		margin:0;
	}

/* SAFARI HACKS */

/* INTRO STYLE */

#wrapper {
	background-image: url(images/sfondo_body.jpg);
	background-repeat:repeat-x;
	background-position: -20px -133px;
	border:0 none;
	height:461px;
	margin:-230px auto;
	padding:0;
	position:absolute;
	top:50%;
	width:100%;
}

#intro {
	border:0 none;
	height:380px;
	left:50%;
	margin:-230px auto 0 -450px;
	padding:0;
	position:absolute;
	top:50%;
	width:900px;
	background-image:url(images/foto_intro.jpg);
	background-position: 0px -80px;
}

#enter {
	position: relative;
	top: 138px;
	left: 50px;
}

#logo {
	position: relative;
	top: 10px;
	left: 600px;
	width: 247px;
}

#intro_menu {
	text-align:center;
	clear: both;
	position: absolute;
	width: 100%;
	top: 380px;
}

a, strong {
	color: #666633;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #666633;
	text-decoration: underline;
}

#intro_foot {
	width: 100%;
	text-align:center;
	clear: both;
	position: absolute;
	top: 420px;
	font-size: 0.7em;
}