/*

style sheet containing styles for Festa Italiana festival site

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #455560;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #416a88;
	outline: none;
}

a:hover {color: #000;}

/*
PAGE STRUCTURE
=====================================*/

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#banner{
	background: url(../images/warren/banner.jpg) no-repeat 230px 10px;
	float: left;
	height: 220px;
	padding: 10px 0 0 0;
	width: 940px;
}

#content {
	float: left;
	width: 940px;
}

#copy {	
	background: url(../images/warren/copy.gif) #fff no-repeat bottom left;
	float: right;
	padding: 20px;
	width: 670px;
}

#sidebar {	
	float: right;
	padding: 15px 10px 0 0;
	width: 220px;
}

#footer{
	color: #505F4D;
	float: left;
	padding: 20px 0 20px 230px;
	text-align: center;
	width: 710px;
}

/*
PAGE STRUCTURE
=====================================*/

h1 {
	color: #455560;
	font-size: 22px;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}

h2 {
	color: #455560;
	font-size: 16px;
	padding: 0 0 10px 0;
}

h3 {
	color: #455560;
	font-size: 13px;
	padding: 10px 0 10px 0;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 5px 0;
}



/*
BANNER AREA & NAVIGATION
=====================================*/

#logo {
	background: url(../images/warren/logo.gif) no-repeat;
	float: left;
	height: 220px;
	text-indent: -9999px;
	width: 220px;;
}

#tagline {
	float: left;
	height: 180px;
	text-indent: -9999px;
	width: 720px;
}

#nav {
	background: url(../images/warren/nav.gif) repeat-x left top;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: right;
	height: 40px;
	padding: 0 0 0 26px;
	width: 680px;
}

#nav ul {
	border-left: 1px solid #6c9e29;
	border-right: 1px solid #95d244;
	height: 40px;
	float: left;
	list-style: none;
}

#nav ul li{
	float: left;
	height: 39px;
	padding: 1px 0 0 0;
}

#nav ul li a {
	background: url(../images/warren/nav-item.gif) repeat-x top left;
	border-right: 1px solid #6c9e29;
	border-left: 1px solid #95d244;
	color: #fff;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	letter-spacing: -1px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	text-shadow: #6c9e29 0px 0px 2px;
}

#nav ul li a:hover {
	background-position: 0 -41px;
}

#nav ul li.current a {
	background-position: 0 -82px;
	text-shadow: #5f8c24 0px 0px 2px;
}


/*
SIDEBAR
=====================================*/

#sidebar h3 {
	background: url(../images/warren/sidebar-header.gif) #74ab2b no-repeat left top;
	color: #fff;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 10px 10px; 
	text-shadow: #6c9e29 0px 0px 2px;
	width: 210px;
}

.sidebox {
	background: url(../images/warren/sidebox.gif) #082400 no-repeat bottom left;
	color: #eee;
	float: left;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0 10px 5px 10px; 
	width: 200px;
}

.sidebox p {
	line-height: 1.4em;
	padding: 0 0 15px 0;
}

.sidebox ul {
	line-height: 1.4;
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 5px 5px;
}

.sidebox ul li {
	padding: 0 0 15px 0;
}


.sidebox ol {
	line-height: 1.4em;
	list-style-position: inside;
	padding: 0 0 5px 5px;
}

.sidebox ol li {
	padding: 0 0 15px 0;
}

.sidebox a {
	color: #D98943;
}
.sidebox a:hover {
	color: #fff;
}

/*
CONTENT AREA
=====================================*/

#copy p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 20px 0;

}

#copy ul {
	font-size: 1.2em;
	line-height: 1.7em;
	list-style-type: square;
	padding: 0 0 15px 30px;

}

#copy ol {
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 0 0 15px 30px;

}

#copy-box {
	float: right;
	width: 290px;
}

#map-button, #sched-button {
	background: url(../images/warren/sched-button.gif) #fff no-repeat 3px 3px;
	float: right;
	height: 65px;
	text-indent: -9999px;
	border: 1px solid #8cc63f;
	margin: 0 0 10px 20px;
	padding: 3px;
	width: 262px;
}

#sched-button {
	background: url(../images/warren/event-button.gif) #fff no-repeat 3px 3px;
	height: 63px;
}

#map-button:hover {background-color:#c0c5dc;}
#sched-button:hover {background-color:#ffd200;}

/*
PRESS RELEASES
=====================================*/

.press-release {
	border-bottom: 1px solid #ACBFA9;
	margin: 0 0 20px 0;
}

.press-release h3 {
	border-top: 1px solid #ACBFA9;
	padding: 15px 0 5px 0;
}

h4.date {
	color: #77A2BF;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

/*
EVENTS
=====================================*/

#content #event-nav {
	padding: 0;
}

a.prev { float: left;}
a.next {float: right;}

/*
BUSINESS LISTINS
=====================================*/

.biz {
	border-bottom: 1px solid #ACBFA9;
	margin: 0 0 20px 0;
}

.biz img {
	clear: both;
}

.biz h3 {
	padding: 0 0 5px 0;
}

h4.date {
	color: #77A2BF;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

.biz p {
	margin: 0 0 0 155px;
}

/*
FOOTER
=====================================*/

#footer p {
	color: #ccc;
	font-size: 1.1em;
}

#footer a {color: #ccc;}
#footer a:hover {color: #fff;}

#footer p.web-credit {
	color: #888F7D;
	font-size: 10px;
	padding: 10px 0 0 0;
}

#footer p.web-credit a {color: #888F7D;}


/*
IMAGES
=====================================*/

.sit-right {
	border: 1px solid #8cc63f;
	float: right;
	margin: 0 0 10px 20px;
	padding: 3px;
}

.sit-left {
	border: 1px solid #8cc63f;
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
}

.no-border {
	border: 0;
	padding: 0;
}

/*
GALLERY
=====================================*/

#gallery-index a {
	border: 10px solid #ccc;
	background: #ccc;
	color: #333333;
	float: left;
	font-weight: bold;
	height: 195px;
	overflow: hidden;
	margin: 0 12px 23px 11px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}

#gallery-index a img {
	border: 0;
	margin: 10px auto 5px auto;
}

#gallery-index a:hover {
	border: 10px solid #ADADAD;
	background: #ADADAD;
}

#gallery-index a span {
	display: block;
	clear: both;
	font-size: 11px;
	width: 180px;
}

#gallery a {
	border: 3px solid #ccc;
	background: #ccc;
	float: left;
	height: 150px;
	overflow: hidden;
	margin: 0 12px 23px 11px;
	text-align: center;
	width: 194px;
}

#gallery a img {
	border: 0;
	margin: 0 auto;
}

#gallery a:hover {
	border: 3px solid #AFAFAF;
	background: #AFAFAF;
}