/*
-----------------------------------------------
Shakespeare Globe Theatre Base Styles
Version:  12 Oct 2006
diego.lago@frontofmind.co.uk
----------------------------------------------- 
Index: 
* Main Styles: line 25
* Layout: line 61
* Header: line 131
* Global Navigation: 157
* Tools (Secondary nav and search form): line 223
* Content general: line 281
* Content Home Styles: line 316
* Calendar: line 404
* Local Navigation: line 431
* Trail : line 505
* Content Section Styles: line 533
* Content Article Styles: line 597
* Footer: line 756
* Common Classes: line 790
*/


/* Main Styles
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	min-width: 968px;
	font: 0.7em/1.7em Verdana, sans-serif;
	color: #313131;
	background: #fff;
}

a {
        outline : none;
}

h2 {
	font: normal 1.6em helvetica, arial, verdana, sans-serif;
}

h3 {
	font: bold 1.3em helvetica, arial, verdana, sans-serif;
}

form, input, select {
	font: 0.9em Verdana, sans-serif;
}

hr {
	clear: both;
	border: 0;
	padding: 8px 0;
	color: #fff;
}


/* Layout
----------------------------------------------- */

#wrapper {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#main-content-home {
	width: 738px;
	float: left;
	clear: both;
}

#secondary-content-home {
	width: 230px;
	float: left;
	margin-top: 12px;
}

.column-2-8th {
	width: 230px;
	float: left;
	margin: 0 16px 0 0;
	display: inline;
}

.column-3-8th {
	width: 353px;
	float: left;
	margin: 15px 16px 0 0;
	display: inline;
}

#local-navigation {
	width: 160px; width: 172px;
	margin-right: 16px;
	float: left;
	margin-top: 29px;
	/*height: 600px;*/
}

#main-content-section {
	width: 546px; width: 534px;
	margin-right: 16px;
	float: left;
}

#secondary-content-section {
	width: 230px;
	float: left;
	margin-top: 59px;
}

.main-content-article {
	width: 423px; width: 411px;
	margin-right: 16px;
	padding-top: 8px;
	float: left;
}

.secondary-content-article {
	width: 353px;
	padding-top: 28px;
	float: left;
}


/* Header
----------------------------------------------- */

#header {
	background: #fff;
	height: 120px;
}

#header h1 {
	background: #fff url(../img/ui_logo.gif) no-repeat 0 0;
	text-indent: -8000px;
	width: 310px;
	height: 85px;
	position: absolute;
	top: 18px;
	left: 10px;
}

#header h1 a {
	position: absolute;
	width: 310px;
	height: 85px;
	top: 0;
	left: 0;
}

/* Global Navigation
----------------------------------------------- */

#global-navigation {
	list-style: none;
	margin-left: 353px;
}

#global-navigation li {
	display: inline;
	float: left;
	width: 107px;
	margin-left: 16px;
}

#global-navigation li a:link, #global-navigation li a:visited, #global-navigation li a:active {
	color: #000;
	text-decoration: none;
}

#global-navigation li a:hover {
	text-decoration: underline;
}

#global-navigation li ul {
	margin-top: 4px;
	line-height: 1.3em;
}

#global-navigation li ul li {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

#global-navigation li ul li a:link, #global-navigation li ul li a:visited, #global-navigation li ul li a:hover, #global-navigation li ul li a:active {
	color: #666;
}

.global-home {
	border-top: 4px solid #ec1c24;
        display: block;
}

.global-theatre {
	border-top: 4px solid #f3be1b;
        display: block;
}

.global-tour {
	border-top: 4px solid #9fc86a;
        display: block;
}

.global-education {
	border-top: 4px solid #6ec1dc;
        display: block;
}

.global-supportus {
	border-top: 4px solid #fa9a38;
        display: block;
}

/* Tools
----------------------------------------------- */

#tools {
	clear: both;
}

#tools ul {
	list-style: none;
	width: 712px;
	padding-left: 10px;
	background: #ec1c24;
	height: 1.6em;
}

#tools li {
	display: inline;
	float: left;
	margin: 0 16px 0 0;
	line-height: 1.5em;
}

#tools li a:link, #tools li a:visited, #tools li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

#tools li a:hover {
	background: #fff;
	color: #ec1c24;
}

form.searchbox {
	text-align: right;
	color: #000;
	float: right;
}

form.searchbox label {
	padding-right: 6px;
}

input.keywordsearch {
	width: 188px;
        padding: 1px;
        position: relative;
        top: -1px;
}

.btn-go {
	width: 32px;
	height: 18px;
	font-weight: bold;
	color: #fff;
	background: #ec1c24 url(../img/btn_go.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}


/* Content general
----------------------------------------------- */

#content {
	clear: both;
	margin: 7px 0 0 0;
	line-height: 1.3em;
}

#content a:link, #content a:visited, #content a:active {
	color: #d70101;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#main-content-home a, #secondary-content-home a, #main-content-section a, #secondary-content-section a, .main-content-article a, .secondary-content-article a {
	font-weight: bold;
}

#main-content-home h2 a, #secondary-content-home h2 a, #main-content-section h2 a, #secondary-content-section h2 a, .main-content-article h2 a, .secondary-content-article h2 a {
	font-weight: normal;
}

#main-content-home {
	margin: 0 0 12px 0;
}

#content a img {
	border: none;
}


/* Content Home Styles
----------------------------------------------- */

#secondary-content-home hr {
	padding: 6px 0;
}

#main-content-home h3 {
	margin: 0 0 0 123px;
}

#main-content-home ul, #secondary-content-home ul {
	list-style: none;
}

#content #theatre a {
	color: #C09A20;
}

#content #tours a {
	color: #80A158;
}

#content #education a {
	color: #5D9CB1;
}

#content #education ul {
	list-style: none;
}

#content #joinus a {
	color: #C67E31;
}

.column-2-8th p, .column-2-8th ul, .column-3-8th p, #secondary-content-home p, #secondary-content-home ul, #secondary-content-section p, #secondary-content-section ul {
	margin-top: 8px;
}

.column-3-8th p {
	margin-top: 2px;
}

.column-3-8th img {
	float: left;
	margin: -17px 16px 0 0;
}

#content #theatre a.home-btn, #content .play a.home-btn {
	background-color: #C09A20;
	color: #fff;
	padding: 2px 4px;
}

#content #tours a.home-btn {
	background-color: #80A158;
	color: #fff;
	padding: 2px 4px;
}

.newsletter label {
        display: none;
}

.newsletter input {
	width: 144px;
}

.newsletter input.btn-submit {
	width: 70px;
	height: 18px;
	font-weight: bold;
	color: #fff;
	background: #ec1c24 url(../img/btn_submit.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
        margin-left: 12px;
}

.newsletter input.wide {
	width: 80px;
	background: #ec1c24 url(../img/btn_submit_wide.gif) no-repeat 0 0;
}

#calendar, #news, #contact {
	margin: 10px 0 0 0;
}

#news span {
        color: #666;
}


/* Calendar
----------------------------------------------- */
#calendar table {
       display: none;
}

table#calendar_0 {
       display: block;
}

#content .search-events-table {
	margin: 10px 0 0 0;
}

#content .search-events-table th, #content .search-events-table td {
	width: 30px;
}

#content .search-events-table a {
	color: #ec1c24;
}

#content .search-events-table a:hover {
	text-decoration: underline;
}
.content-nav {
        position: relative;
        top: -17px;
}

.banner {
  background: #EC1C24 url(/img/bg-banner.gif) no-repeat 100% 0;
  margin: 1em 0;
  padding: 1em;
  color: #fff;
}


#secondary-content-home .banner h2 a, 
#secondary-content-home .banner h2 a:active,
#secondary-content-home .banner h2 a:visited,
#secondary-content-home .banner p a,
#secondary-content-home .banner p a:active,
#secondary-content-home .banner p a:visited
{
  color: #fff; 
  font-weight: normal;
}

#calendar-block {
  padding: 0.5em 0 0.65em;
 
}

#calendar-block dd {
	margin-bottom: 6px;
}

/* Local Navigation
----------------------------------------------- */
#local-navigation h2 a:link, #local-navigation h2 a:visited, #local-navigation h2 a:active {
	color: #666;
	line-height: 2.2em;
	font: bold 0.6em/1.7em Verdana, sans-serif;
	padding-left: 10px;
	background: #fff url(../img/ui_bullet_red.gif) no-repeat 0 50%;
}

#local-navigation h2 a:hover {
	color: #ec1c24;
}

#local-navigation ul {
	list-style: none;
}
 
#local-navigation ul li {
	margin-left: 10px;
}

#local-navigation ul a:link, #local-navigation ul a:visited, #local-navigation ul a:active {
	color: #666;
	line-height: 2.2em;
	padding-left: 10px;
	background: #fff url(../img/ui_bullet_red.gif) no-repeat 0 50%;
}

#local-navigation ul li a:hover {
	color: #ec1c24;
}

#local-navigation ul li.active a {
	font-weight: bold;
}

#local-navigation ul li.active li a {
	font-weight: normal;
}

#local-navigation ul li.open li.active a {
	font-weight: bold;
}

#local-navigation ul li.open li.active li a {
	font-weight: normal;
}

#local-navigation ul li.open a {
	font-weight: bold;
}

#local-navigation ul li.open li a {
	font-weight: normal;
}

#local-navigation ul li li.open a {
	font-weight: bold;
}

#local-navigation ul li li.open li a {
	font-weight: normal;
}

#local-navigation ul li ul {
	padding-bottom: 0.5em;
}

#local-navigation ul li ul li a:link, #local-navigation ul li ul li a:visited, #local-navigation ul li ul li a:active {
	line-height: 2em;
}


/* Trail 
----------------------------------------------- */

#content #trail {
	list-style: none;
	padding: 4px 0 20px 0;
}

#content #trail li {
	display: inline;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

#content #trail li span {
	font-weight: normal;
}

#content #trail li a {
	color: #666;
	font-weight: normal;
}

#content #trail li a:hover {
	color: #ec1c24;
}

/* Content Section Styles
----------------------------------------------- */
.header-theatre {
	color: #c8a415;
}

.header-tours {
	color: #959139;
}

.header-education {
	color: #759e9d;
}

.header-joinus {
	color: #e38800;
}

#main-content-section h3 {
	margin: 0 0 0 123px;
}

#main-content-section p img, .main-content-article p img {
	float: left;
	margin-right: 16px;
}

#main-content-section p {
	padding-bottom: 0.5em;
}

#section-overview {
	margin: 6px 0 30px;
}

#section-overview p {
	margin-bottom: 0;
}

#section-overview img {
	margin: 10px 0 20px;
}

.play {
	margin: 10px 0 0; 
	padding-bottom: 0; 
        clear: both;
        border-top: 1px solid #ddd;
}

.play img {
	margin: -24px 16px 0 0;
	padding-bottom: 40px;
}

#secondary-content-section img {
        display: none;
}

#secondary-content-section ul {
        list-style: none;
}


/* Content Article Styles
----------------------------------------------- */

.main-content-article h2, .main-content-article h3, .secondary-content-article h3 {
	color: #d70101;
}

#content h3 {
        margin-top: 16px;
}

#flashcontent {
        padding: 4px 0;
}

.main-content-article p, .secondary-content-article p, .main-content-article ul, .secondary-content-article ul {
	margin-top: 1em;
	line-height: 1.7em;
}

.main-content-article ul, .secondary-content-article ul {
        list-style: square;
        list-style-position: inside;
}

.main-content-article ul li ul, .secondary-content-article ul li ul {
        margin: 0;
        padding: 0 0 0 20px;

}

.main-content-article ol {
        list-style-position: inside;
        margin-top: 1em;
        line-height: 2em;
}

.main-content-article ol li {
        margin-top: 1.4em;
}

.main-content-article table {
       padding: 20px 0;
}

.main-content-article table img {
        border: none;
}

.main-content-article table th {
       font-weight: bold;
}

.main-content-article table th, .main-content-article table td {
       padding: 6px 10px 6px 0;
       border-bottom: 1px solid #ccc;
       vertical-align: top;
}

.main-content-article blockquote, .secondary-content-article blockquote {
        font-weight: bold;
}

.secondary-content-article img {
	float: left;
	margin: 5px 8px 8px 0;
}

#booking-box {
	background: #d70101;
	color: #fff;
	margin: 2em 0;
	padding: 16px;
}

#content #booking-box h3 {
	color: #fff;
        margin-top: 0;
}

#content #booking-box a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#content #booking-box a:hover {
	text-decoration: none;
}

#content #booking-box ul {
	list-style: none;
}

#content #booking-box li {
	padding-left: 10px;
	background: transparent url(../img/ui_bullet_white.gif) no-repeat 0 50%;
}

#article-begin{
	padding: 10px 0 30px;
}

blockquote#main-quote {
	font: normal 1.6em helvetica, arial, verdana, sans-serif;
	margin-top: 34px;
}

* html blockquote#main-quote {
	margin-top: 42px;
}

#sitemap h2 {
        margin-bottom: 20px;
}

#sitemap ol {
        padding: 0;
        margin: 0;
        list-style-type: upper-roman;
}

#sitemap ol li {
        padding: 0;
        margin: 0;
}

#sitemap ol ol {
       padding: 6px 0 4px 70px;
}

#sitemap ol li ol li ol {
       list-style-type: lower-roman;
}

#content #sitemap ol li a {
	color: #333;
	font-weight: bold;
}

#content #sitemap ol li li a {
	font-weight: normal;
}

#content #sitemap ol li li li a {
	color: #666;
	font-weight: normal;
}

#content #sitemap li a:hover {
	color: #ec1c24;
}

#article-list h2 {
        margin-bottom: -0.7em; 
}



/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	background: #ec1c24;
	color: #fff;
	padding: 4px 10px;
	font-size: 0.9em;
        position: relative;
}

#footer ul {
	list-style: none;
        width: 948px;
	padding-bottom: 20px;
	background: #ec1c24 url(../img/ui_dotted_line.gif) repeat-x 0 100%;
}

#footer li {
	display: inline;
	margin-right: 16px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	background: #fff;
	color: #ec1c24;
}

/* Common Classes
----------------------------------------------- */

.access {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
        text-align: center;
}

ul.inline {
	list-style: none;
}

ul.inline li {
	display: inline;
	float: left;
	margin-right: 10px;
}

.vertical-space {
	padding-bottom: 2em;
}

a.pdf {
        background: transparent url(/img/ico_pdf.gif) no-repeat 0 50%;
        padding-left: 20px;
        padding: 2px 0 2px 20px; 
}

a.doc {
        background: transparent url(/img/ico_doc.gif) no-repeat 0 50%;
        padding-left: 20px;
        padding: 2px 0 2px 20px; 
}

a.xls {
        background: transparent url(/img/ico_xls.gif) no-repeat 0 50%;
        padding-left: 20px;
        padding: 2px 0 2px 20px; 
}

a.totop {
        background: transparent url(/img/ico_totop.gif) no-repeat 0 50%;
        padding-left: 20px;
        padding: 20px 0 20px 16px; 
}

a.ext {
        background: transparent url(/img/ico_ext.gif) no-repeat 0 50%;
        padding-left: 20px;
        padding: 20px 0 20px 12px; 
}

a.ext span {
        display: none;
}