/*

Theme Name: Intro Club
Theme URI: http://ericulous.com/2007/02/09/wp-theme-artificial-ntelligence/
Description: Clean lines
Version: 1.5
Author: Genkisan
Author URI: http://ericulous.com
Tags: white, fixed width, two columns, widgets

*/

body { 
	
	
	background: #143264 url(http://www.distretto2110.org/enna/wp-content/themes/eolie/images/backgrounds/bg.gif) repeat-x fixed; 
}

#body { 
position:absolute;
top:50%;
left:50%;

	margin: -250px 0 0 -380px; 
	width:760px;
	height:500px;
	
	padding: 0; 
	background: #000 url(images/intro.jpg) top center no-repeat; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}



/* LINKS AND HEADINGS STYLING */

.menuItem a { color: #00003F; text-decoration:none; }
.menuItem a:hover { color:#fff; cursor:hand}
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #00003F; background-color:transparent;
letter-spacing:14px;}
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }

#home{
	margin-top:155px;
	width:760px;
	}
	
	.menuItem{
		font-size:14px;
		margin:0px auto;
		margin-top:20px;
		text-align:center;
		border: 1px solid #ccc;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft:10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		
		height:30px;
		line-height:30px;
		background:#c4c5e4 url(images/backOff.gif) repeat-x;
		width:250px;}
.menuItem:hover{background:#c4c5e4 url(images/backOn.gif) repeat-x;cursor:hand}
	
.menuItem:hover a { color:#fff; cursor:hand}
.menuItem a { color: #DDD; text-decoration:none; }
.menuItem a:hover { color:#fff; cursor:hand}


.menuItemLeft{
	font-size:14px;
	margin:0px auto;
	margin-top:20px;
	text-align:center;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	height:30px;
	line-height:30px;
	background:#c4c5e4 url(images/backOff.gif) repeat-x;
	width:190px;}
.menuItemLeft:hover{background:#c4c5e4 url(images/backOn.gif) repeat-x;cursor:hand}
	
.menuItemLeft:hover a { color:#fff; cursor:hand}
.menuItemLeft a { color: #DDD; text-decoration:none; }
.menuItemLeft a:hover { color:#fff; cursor:hand}


#footer{
	position:absolute;
	bottom:10px;
	right:10px;
}
	
	