@charset "UTF-8";
/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

table, td, th
{
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

a img
{
	border: none;
}


/* Template divs */

/* container div */
#container
{
	width: 990px;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: visible;
}

/* banner - child of container */

#container #banner
{
	height: 150px;
	clear: both;
	margin: 0 15px;
	padding: 15px 0;
}

#container #banner ul
{
	padding: 0 15px 0 15px;
}

#container #banner ul li
{
	list-style: none;
	float: left;
	margin-right: 15px;
	width: 180px; height: 150px;
}

#container #banner ul .large
{
	width: 570px; height: 150px;
}

#container #banner ul li a img
{
	margin: 0; padding: 0;
}

#container #banner ul .first
{
	width: 150px;
}

#container #banner ul .last
{
	margin-right: 0;
}

/* main - child of container */

#container #main
{
	width: 100%;
	height: auto;
	background-image: url(/image/common/background_main.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: visible;
}

/* leftCol - child of container->main */

#leftCol
{
	width: 150px;
	float: left;
	margin: 0 15px;
}

#nav li a
{
	background-position: 0 0;
	display: block;
}

#nav li
{
	margin-left: 15px;
}

#home
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/home.gif);
}

#whatson
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/whats_on.gif);
}

#tickets
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/book_tickets.gif);
}

#venues
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/venues.gif);
}

#location
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/getting_here.gif);
}

#news
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/news.gif);
}

#sponsors
{
	height: 54px; width: 150px;
    background-image: url(/image/nav/sponsors.gif);
}

#visit
{
	height: 54px; width: 150px;
    background-image: url(/image/nav/visit_petworth.gif);
}

#contact
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/contact.gif);
}

#links
{
	height: 35px; width: 150px;
    background-image: url(/image/nav/links.gif);
}

#nav li a:hover
{
	background-position: 0 35px;
}

#nav li a:active
{
	background-position: 0 70px;
}

#nav .bigun a:hover
{
	background-position: 0 54px;
}

#nav .bigun a:active
{
	background-position: 0 108px;
}

#leftCol .drop
{
	margin: 15px 0 15px 15px;
}

/* rightCol - child of container->main */

#rightCol
{
	width: 180px;
	float: right;
	margin-right: 30px;
}

#rightCol ul
{
	width: 180px;
	margin: 0;
	padding: 0;
}

#rightCol li
{
	padding: 5px;
}

#rightCol .header
{
	padding: 0;
}

#rightCol h2
{
	font-weight: bold;
}

/* content - child of container->main (editable region on template) */

#content 
{
	width: 570px;
	font-size: 12pt;
	float: left;
	margin: 0 15px;
}

/* footer - child of container->main */
#container #footer
{
	margin: 15px 15px 0 195px;
	font-size: 9px;
	clear: both;
}

#container #footer address
{
	font-size: 9px;
}

#container #footer p
{
	font-size: 9px;
}

/* ELEMENTS */

body
{
	font: normal normal normal 12px/1.5em "Verdana", Geneva, sans-serif;
	color: #000;
	background-image: url(/image/common/background_container.gif);
	background-position:center;
	background-repeat: repeat-y;
}

hr
{
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Lists */
ul, dl, ol
{
	list-style: none;
}
dt
{
	font-size:12px;
}
li, dd
{
	font-size: 11px;
}

/* Text */

a, p, blockquote, pre
{
	font-size: 11px;
}

address
{
	font-size: 11px;
}

a
{
	text-decoration: none;
	outline-style:none;
	font-size: 11px;
}

a:active
{
	border: 0;
}

p
{
	margin-top: 5px;
}

h1
{
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}

h2, h3
{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

.red
{
	color: #ff0000;
}

.bolder {
	font-weight: bold;
}
/* Forms */

form
{
	font: normal normal normal 12px/1.5em "Verdana", Geneva, sans-serif;
	color: #000;
}


/* Tables */

table
{
	margin: 15px auto 0 auto;
	width: 570px;
}

thead
{
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
}

tbody
{
	color: #000;
	background-color: #ffcccc;
}

th
{
	font-size: 12px;
	font-weight: bold;
}

td
{
	font-size: 11px;
}

th, td
{
	border-right: 1px solid #fff;
	padding-left: 1px;
}

.odd
{
	background-color: #ffe5e5;
}

.tsubhead
{
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
}

tr:hover
{
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
}

/* CLASSES */

.right
{
	float: right;
}

.left
{
	float: left;
}

.leftpad
{
	margin-left: 15px;
}

.news-feed 
{
	background-color: #ccc;
	margin: 0;
	padding: 5px;
}

.stack
{
	
}

.clear
{
	clear: both;
	width: 100%;
}

.caption
{
	text-align: right;
	font-weight: normal;
	color: #666;
}

.disclaimer, .disclaimer a
{
	font-size: 10px;
}

.spacer
{
	margin: 15px auto;
}

.emph
{
	font-size: 12px;
	color:#999;
}

.360
{
	width: 360px;
}

.570
{
	width: 570px;
}

/* Page Specific styling */

/* index.php */
#welcome
{
	float: right;
}

#welcome .right
{
	float: right;
	margin-left: 10px;
}

#welcome .columns
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Whats on */
.event-date, .event-details
{
	font-size: 11px;
}

.event-text
{
	font-size: 11px;
}

.event-head
{
	font-size: 14px;
}

.event
{
	width: 570px;
	position: relative;
	margin: 15px 0;
	padding: 15px 0;
	border-top: #666 1px solid;
}


/* Venues */

.venue-address, .venue-seating
{
	font-size: 11px;
}

.venue-text
{
	font-size: 11px;
}

.venue-head
{
	font-size: 14px;
}

.venue
{
	width: 570px;
	position: relative;
	margin-bottom: 15px;
	padding: 15px 0;
	border-top: #666 1px solid;
}

#itinery
{
	position: relative;
	width: 100%;
}

.venue-image-right
{
	float: right;
	width: 180px;
	margin-left: 15px;
}
.venue-image-left
{
	float: left;
	width: 180px;
	margin-right: 15px;
}
.venue-details-right
{
	float: right;
	width: 370px;
	padding-right: 5px;
}
.venue-details-left
{
	float: left;
	width: 370px;
	padding-left: 5px;
}

/* Contact */

#who .columns
{
	width: 180px;
	float: left;
	margin-right: 15px;
}

#who .last
{
	margin-right: 0;
	clear: right;
}

#who dt
{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

#who dd
{
	font-size: 11px;
}
/* Sponsors & Support */

#sponsors-2010 .span-2, #sponsors-2009 .span-2
{
	width: 375px;
}

#sponsors-2010 .columns, #sponsors-2009 .columns
{
	width: 180px;
	float: left;
	margin-right: 15px;
}

#sponsors-2010 .last, #sponsors-2009 .last
{
	margin-right: 0;
	clear: right;
}

#sponsors-2010 dt, #sponsors-2009 dt
{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

#sponsors-2010 dd, #sponsors-2009 dd
{
	border-top: 1px dashed #ccc;
}

/* Visit petworth */
#visit-petworth ul
{
	width: 180px;
	margin-right: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#visit-petworth .last
{
	margin-right:0;
}

#visit-petworth ul li dl dd
{
	color: #333;
	font-size: 11px;
}

#visit-petworth ul li dl dt
{
	margin-top: 5px;
	font-size: 12px;
}

#visit-petworth ul li h1
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

/* News */

.news-item blockquote
{
	font-size: 11px;
	font-style: italic;
	padding: 10px;
}

.news-item blockquote .huge
{
	font-size: 16px;
}

/* tickets & contact us*/

#content ul .columns
{
	width: 180px;
	float: left;
	margin-right: 15px;
}

#content ul .last
{
	margin-right: 0;
	clear: right;
}

/* Location */
#maps
{
	float: right;
	width: 375px;
}

#maps ul
{
	position: relative;
}

#maps ul .viewer
{
	clear: both;
	margin: 0;
}

#maps ul .viewer img
{
	width: 375px;
	height: 250px;
}

#maps ul .title h2
{
}

#maps ul li
{
	float: right;
	margin-right: 16px;
}

#maps ul li img
{
	width: 81.75px;
	height: 50px;
}

#maps .map-title
{
	margin-right: 0;
}

#travel
{
	width: 180px;
	float: left;
}

#travel dl dt
{
	color: #666;
}

/* popup */

.pop_container
{
	position: relative;
}

.pop_header
{
	width: 675px;
}

#info
{
	width: 315px;
}

#graphic
{
	width: 315px;
}