/* 
Title:     Zuppa Circus
Updated:   October 11th, 2008

Colour values used:#FABC1F, #E0E0E0
	
*/


/*
***********************************************************

GLOBAL

***********************************************************
*/

html, body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color: #29170c;
	background-color: #29170c;
	/*background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
	height: 100%;
}

/* links */

a:link, a:visited {
	color: #fdb813;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

/* content elements */


h1, h2, h3, h4 {
	margin:0;
}

ul, ol {
	list-style-position:outside;
}

li {
	margin:0;
	padding:0;
}

/* form elements */

form {
	font-size:90%;
}

	
/*
***********************************************************

LAYOUT

***********************************************************
*/

#wrapper {
	width:796px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	min-height:100%;
	background-color: #ffffff;
	/*
	border-left: 5px solid #47352a;
	border-right: 5px solid #47352a;
	border-bottom: 5px solid #47352a;*/
}

#content {
	width:766px;
	margin:0;
	padding: 0 15px 0 15px;
	/*background: url(../images/dirt.gif) no-repeat;*/
	background-color: #ffffff;
	text-align:center;
}

#one {
	width: 324px; /* 660 */
	height: 225px; /* 262 */
	border: 1px solid #CCCCCC;
	padding: 35px 30px 0 410px;
	margin: 0 0 10px 0;
	background: url(../images/one.jpg) no-repeat 5px 5px;
	text-align: left;
}

#two {
	width: 376px; /* 325 */
	height: 189px; /* 191 */
	border: 1px solid #CCCCCC;
	padding: 0;
	background: url(../images/two.jpg) no-repeat 5px 5px;
	float:left;
}

#three {
	width: 376px; /* 325 */
	height: 189px; /* 191 */
	border: 1px solid #CCCCCC;
	padding: 0;
	background: url(../images/three.jpg) no-repeat 5px 5px;
	float:right;
}

#quote {
	width: 650px; /* 660 */
	border-top: 1px solid #CCCCCC;
	padding: 0;
	margin: 10px 0 0 0;
	float:left;
}

#newsletter {
	width: 766px; /* 660 */
	height:65px;
	border-top: 1px solid #CCCCCC;
	padding: 0;
	margin: 10px 0 0 0;
	background: url(../images/newsletter.gif) no-repeat;
	background-position:center;
	float:left;
}

#header {
	height:156px;
	padding:0 0 0 85px;;
	list-style-type:none;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}

#header li {
	text-transform:uppercase;
	display: inline;
	float:left;
}

#header li a {
	display:block;
	text-indent:-999em;
}

#header .logo {
	padding: 0 90px 0 90px;	
}

#header .logo a {
	width:211px;
	height:156px;
	background: url(../images/zuppatheatreco.gif) no-repeat;
}

#header .news {
	background: url(../images/latestNews_off.gif) no-repeat;
}

#header .news a {
	width:100px;
	height:156px;
	background: url(../images/latestNews_on.gif) no-repeat;
}

#header .news a:hover {
	width:100px;
	height:156px;
	background: url(../images/latestNews_off.gif) no-repeat;
}

#header .shop {
	background: url(../images/zuppaShop_off.gif) no-repeat;
}

#header .shop a {
	width:100px;
	height:156px;
	background: url(../images/zuppaShop_on.gif) no-repeat;
}

#header .shop a:hover {
	width:100px;
	height:156px;
	background: url(../images/zuppaShop_off.gif) no-repeat;
}



/*
***********************************************************

TEXT STYLINGS

***********************************************************
*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #29170c;
	font-size: 2.3em;
	font-weight:normal;
	font-style:normal;
	padding: 0;
	margin: 2px 0 18px 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #29170c;
	font-size: 2em;
	font-weight:normal;
	font-style:italic;
	padding: 0;
	margin: 2px 0 10px 0;
}

h3 {
	color: #29170c;
	font-size: 1.6em;
	padding: 0;
	margin: 2px 0 6px 0;
}

h4 { /*same as h1 but without bottom margin*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #29170c;
	font-size: 2em;
	font-weight:normal;
	font-style:normal;
	padding: 0;
	margin: 2px 0 6px 0;
}

h5 {
	color: #999999;
	font-size: .8em;
	font-weight:normal;
	padding: 0;
	margin:0 0 4px 0;
}

h6 {
	color: #999999;
	font-size: .8em;
	font-weight:normal;
	padding: 0;
	margin:0 0 12px 0;
}

#medTextHead {
	color:#29170c;
	font-size: 1.2em;
	font-weight:bold;
	display:block;
	padding: 0;
	margin:0 0 10px 0;}

p {
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 10px;
}

p.quotecite {
	margin: 0;
	padding: 0;
}


a.quote:link, a.quote:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fdb813;
	font-size: 2em;
	text-decoration:none;
	line-height: 1.2em;
	font-weight:normal;
	font-style:italic;
}

a.quote:hover {
	text-decoration:underline;
}

a img {
	border:none;
}



/*
***********************************************************

HEADER/SIDE

***********************************************************
*/


#nav {
	height: 64px;
	margin:0;
	padding:0 0 0 42px;
	list-style-type:none;
	background-color: #fdb813;
}

#nav li {
	text-transform:uppercase;
	display: inline;
	float:left;
	overflow:hidden;
}

#nav li a {
	color:#fff;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

/* HOME NAV */

#nav .home { /* Hack to pre load on state */
	background:url(../images/nav_home_over.gif) no-repeat;
}

#nav .home a {
	background:url(../images/nav_home_off.gif) no-repeat;
	width: 46px;
	height: 64px;
}
#nav .home a:hover {
	background:url(../images/nav_home_over.gif) no-repeat;
}
#nav .homeON a {
	background:url(../images/nav_home_on.gif) no-repeat;
	width: 46px;
	height: 64px;
}


/* ABOUT NAV */

#nav .about { /* Hack to pre load on state */
	background:url(../images/nav_aboutus_over.gif) no-repeat;
}

#nav .about a {
	background:url(../images/nav_aboutus_off.gif) no-repeat;
	width: 75px;
	height: 64px;
}
#nav .about a:hover {
	background:url(../images/nav_aboutus_over.gif) no-repeat;
}
#nav .aboutON a {
	background:url(../images/nav_aboutus_on.gif) no-repeat;
	width: 75px;
	height: 64px;
}

/* SHOWS NAV */

#nav .shows { /* Hack to pre load on state */
	background:url(../images/nav_shows_over.gif) no-repeat;
}

#nav .shows a {
	background:url(../images/nav_shows_off.gif) no-repeat;
	width: 57px;
	height: 64px;
}
#nav .shows a:hover {
	background:url(../images/nav_shows_over.gif) no-repeat;
}
#nav .showsON a {
	background:url(../images/nav_shows_on.gif) no-repeat;
	width: 57px;
	height: 64px;
}


/* TOURING NAV */

#nav .touring{ /* Hack to pre load on state */
	background:url(../images/nav_touring_over.gif) no-repeat;
}

#nav .touring a {
	background:url(../images/nav_touring_off.gif) no-repeat;
	width: 68px;
	height: 64px;
}
#nav .touring a:hover {
	background:url(../images/nav_touring_over.gif) no-repeat;
}
#nav .touringON a {
	background:url(../images/nav_touring_on.gif) no-repeat;
	width: 68px;
	height: 64px;
}


/* SEE HEAR NAV */

#nav .seehear { /* Hack to pre load on state */
	background:url(../images/nav_seehear_over.gif) no-repeat;
}

#nav .seehear a {
	width: 80px;
	height: 64px;
	background:url(../images/nav_seehear_off.gif) no-repeat;
}
#nav .seehear a:hover {
	background:url(../images/nav_seehear_over.gif) no-repeat;
}
#nav .seehearON a {
	width: 80px;
	height: 64px;
	background:url(../images/nav_seehear_on.gif) no-repeat;
}

/* EDUCATION NAV */

#nav .edu { /* Hack to pre load on state */
	background:url(../images/nav_education_over.gif) no-repeat;
}

#nav .edu a {
	width: 83px;
	height: 64px;
	background:url(../images/nav_education_off.gif) no-repeat;
}
#nav .edu a:hover {
	background:url(../images/nav_education_over.gif) no-repeat;
}
#nav .eduON a {
	width: 83px;
	height: 64px;
	background:url(../images/nav_education_on.gif) no-repeat;
}

/* PRESS NAV */

#nav .press { /* Hack to pre load on state */
	background:url(../images/nav_press_over.gif) no-repeat;
}

#nav .press a {
	width: 50px;
	height: 64px;
	background:url(../images/nav_press_off.gif) no-repeat;
}
#nav .press a:hover {
	background:url(../images/nav_press_over.gif) no-repeat;
}
#nav .pressON a {
	width: 50px;
	height: 64px;
	background:url(../images/nav_press_on.gif) no-repeat;
}

/* LINKS NAV */

#nav .links { /* Hack to pre load on state */
	background:url(../images/nav_links_over.gif) no-repeat;
}

#nav .links a {
	width: 48px;
	height: 64px;
	background:url(../images/nav_links_off.gif) no-repeat;
}
#nav .links a:hover {
	background:url(../images/nav_links_over.gif) no-repeat;
}
#nav .linksON a {
	width: 48px;
	height: 64px;
	background:url(../images/nav_links_on.gif) no-repeat;
}


/* SUPPORT NAV */

#nav .support { /* Hack to pre load on state */
	background:url(../images/nav_support_over.gif) no-repeat;
}

#nav .support a {
	width: 86px;
	height: 64px;
	background:url(../images/nav_support_off.gif) no-repeat;
}
#nav .support a:hover {
	background:url(../images/nav_support_over.gif) no-repeat;
}
#nav .supportON a {
	width: 86px;
	height: 64px;
	background:url(../images/nav_support_on.gif) no-repeat;
}

/* NEWS NAV */

#nav .news { /* Hack to pre load on state */
	background:url(../images/nav_news_over.gif) no-repeat;
}

#nav .news a {
	width: 49px;
	height: 64px;
	background:url(../images/nav_news_off.gif) no-repeat;
}
#nav .news a:hover {
	background:url(../images/nav_news_over.gif) no-repeat;
}
#nav .newsON a {
	width: 49px;
	height: 64px;
	background:url(../images/nav_news_on.gif) no-repeat;
}

/* CONTACT NAV */

#nav .contact { /* Hack to pre load on state */
	background:url(../images/nav_contact_over.gif) no-repeat;
}

#nav .contact a {
width: 70px;
	height: 64px;
	background:url(../images/nav_contact_off.gif) no-repeat;
}
#nav .contact a:hover {
	background:url(../images/nav_contact_over.gif) no-repeat;
}
#nav .contactON a {
width: 70px;
	height: 64px;
	background:url(../images/nav_contact_on.gif) no-repeat;
}

/*
***********************************************************

SUB PAGE CONTENT

***********************************************************
*/

#subheader {
	height: 5px; /*47px;*/
	width: 766px;
	/*border-top: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}

#subnav {
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	list-style:none;
	text-align:left;
	padding: 0 0 10px 0;
	font-size:1.3em;
	font-weight:bold;
	float:left;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #CCCCCC;
}

#subnav li {
	padding: 0 0 5px 0;
	margin:0;
}

#subnav li a {
	color:#333;
	text-decoration: none;
}

#subnav li a:hover {
	color:#999;
	text-decoration:underline;
}

#subnav .subnavON a {
	color:#fdb813;
}

#main {
	width: 551px;
	float: right;
	padding: 0 0 25px 0;
	text-align:left;
}

#mainwide {
	width: 766px;
	float: left;
	padding: 0 0 25px 0;
	text-align:left;
}

#listitem {
	width: 551px;
	text-align:left;
	float:left;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px dashed #ccc;
}

#listcontent {
	width: 386px;
	float:right;
}

#listimage {
	width: 140px;
	padding: 3px;
	margin: 0 13px 0 0;
	border: 1px solid #ccc;
	float:left;
}

#contentimage {
	width: 250px;
	padding: 3px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
	float:right;
}

#shownav {
	color:#CCC;
	width: 551px;
	height: 24px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
}

#shownav a {
	font-weight:bold;
}

/*
***********************************************************

FOOTER

***********************************************************
*/

#footer {
	border-top: 1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}

#footer p {
	color:#999;
	font-size:.9em;
}