
/*
 * Ciuccio Stylesheet
 * 
 *
 */

/** Element styles **/
body {
	margin-top: 5em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
		border: 0;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0;
}

ul {
	list-style-type: none;
}

li {
	margin-bottom: .75em;
}

/** site styles **/
#container {
		width: 750px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
	text-align: left;
}

#footer {
	color: #AAAAAA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	width: auto;
	margin-top: 2em;
}

.clear {
	clear: both;
}

#menu {
	padding-top: 25px;
	width: 100%;
}

.menuitem {
	line-height: 150%;
	float: left;
	padding: 5px 40px 5px 40px; /*	border: thin solid White; */
	font-weight: bold;
}

.menuitem:hover {
	background-color: #444444;
}

.menuselected {
	color: #FFFFFF;
}

#hometext {
	margin-top: 5em;
	text-align: left;
}

/** Old index **/
#banner {
		position: relative;
		width: 750px;
}

#welcome {
	text-align: center;
	margin-top: 15%;
}

#enter {
	width: 600px;
	text-align: right;
	margin-top: 5%;
}

/** Home **/
#def {
	text-align: right;
	font-size: 0.7em;
	line-height: 2.5em;
	float: right;
}

#social div {
	float: left;
	padding-right: 1em;
}

#homeimage {
	float: right;
	height: 400px;
	width: 200px;
	margin-top: 2em;
	overflow: hidden;
	padding-left: 1em;
	padding-right: 1em;
}

/** Location **/
#map_canvas {
	width: 450px; 
	height: 370px; 
	float: right; 
	margin-top: 2em;
}

/** Menu **/
#menutabs {
	text-align: left;
}

.itemname {
	font-weight: bold;
	line-height: 150%;
	margin-right: 1.5em;
}

.itemdesc {
	color: #CCCCCC;
}

/** jQuery menu tabs **/
.ui-widget-content {
	background: none;
	border: 0;
	color: #FFFFFF;
}

.ui-widget-header {
	background: none;
	border: 0;	
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #999999;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	color: #999999;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #EEEEEE;
} 
