@charset "utf-8";
/* CSS Document */

/* Reset styles
-----------------------------------------------------------------------------*/ 
/* This in a seperate file to seperate GPL from non-GPL code */
/* default_styles.css is GPL and may be used freely, this file (screen.css) is not
and cannot be redistributed without the express permission of the copyright holder */

/* @import url("default_styles.css");*/



/* Useful Defaults
-----------------------------------------------------------------------------*/ 
/*
*
{
	border: 0;
	padding: 0;
	margin: 0;
}
*/

body
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.smallText
{
	font-size: 9pt;
}

p
{
	line-height: 1.3;
}

/* Scotland CSS starts here
-----------------------------------------------------------------------------*/ 

body
{
	width: 950px;
	/*padding-top: 30px;*/
	margin-right: auto;
	margin-left: auto;
	font-family: sans-serif;
	color: #737578;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, h7, .nav ul li
{
	font-family: serif;
}

h1
{
	font-size: 27px;
	color: #009444;
	font-weight: normal;
}

/* Links be normal */
a
{
	text-decoration: none;
	color: inherit;
}

/* Except IE which doesn't play nice */
a
{
	color: #737578;
}

.poem
{
	margin-left: 30px;
	font-style: italic;
	font-weight: bold;
	color: #789978;
}

/* Masthead
-----------------------------------------------------------------------------*/ 

/*
.masthead
{
	height: 175px;
	background-image: url('../images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
}


.masthead
{
	text-align: center;
	margin-bottom: -70px;
}

.masthead img
{
	position: relative;
	top: -52px;
	z-index: -100;
}
*/

#masthead
{
	background-image: url('../images/logo-wide.png');
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
}

.masthead ul
{
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.landing
{
	background-image: url('../images/landing.jpg');
	background-repeat: no-repeat;
	height: 650px;
}

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

.nav
{
	font-size: 10pt;
}

.nav ul
{
	list-style-type: none;
}

.horizontalNav ul
{
	display: inline;
}

.horizontalNav ul li
{
	float: left;
}

.topNav
{
	background-color: #a1b284;
	color: white;
	height: 30px;
	padding-left: 35px;
	font-size: 10pt !important;
}

.landingNav
{
	height: 30px;
	padding-left: 35px;
	font-size: 11pt !important;
}

/* Except IE which doesn't play nice

	Inherit text link color
 */
.topNav a
{
	color: white;
}

.topNav ul li, .landingNav ul li
{
	padding-left: 17.5px;
	padding-right: 17.5px;
	padding-top: 9px;
	height: 20px;
}

.topNav ul li:hover, .topNav .selected
{
	background-image: url('../images/green_gradient.png');
	background-repeat: repeat-x;
}

.bottomNav
{
	font-size: .75em;
}

.bottomNav ul li
{
	padding-right: 5px;
	padding-left: 5px;
	border-left: solid #939598 1px;
}

.bottomNav ul li:first-child
{
	padding-left: 0px;
	border-left: 0;
}

.sideNav
{
	padding-top: 60px;
	width: 200px;
	font-size: 9pt;
}

.sideNav ul li
{
	margin-bottom: 5px;
	margin-left: 5px;
}

.sideNav ul li.menuHeading
{
	font-weight: 800;
	margin-left:0;
	color: #a1b284;
}

.sideNav ul li.special
{
	margin-left:0;
	color: #a1b284;
}

.sideNav ul li.special a
{
	color: #a1b284;
}

.sideNav ul li:hover a, .bottomNav ul li:hover a, .sideNav .selected, .bottomNav .selected, .blackOnHover:hover
{
	color: black !important;
}

.selected
{
	cursor: pointer;
}

/* theater
-----------------------------------------------------------------------------*/

.featured
{
	height: 210px;
	border-bottom: 4px solid #939598;
}

.theater
{
	padding-left: 215px;
	padding-right: 235px;
}

.theaterWide
{
	padding-left:0;
	padding-right: 0;
}

.theaterNarrow
{
	padding-left: 10px;
	padding-right: 600px;
}

.footer
{
	padding-left: 35px;
	padding-right: 35px;
	clear: both;
}

/* Right Column
-----------------------------------------------------------------------------*/

.rightColumn
{
	width: 180px;
	float: right;
	padding-top: 10px;
	font-size: 9pt;
	padding-right: 5px;
	line-height: 125%;
}

.rightColumnWide
{
	width: 480px;
	float: right;
	padding-top: 10px;
	font-size: 10pt;
	padding-right: 10px;
}

.rightColumn h1
{
	font-size: 12pt;
	margin: 0;
	margin-top: 15px;
}

.rightColumn p
{
	margin: 0;
}

.rightColumn .specialPara p
{
	margin-top: 8px;
}

.rightColumn .special
{
	color: black;
	margin: 0;
}

.rightColumn ul
{
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

/* Tables
-----------------------------------------------------------------------------*/

td
{
	padding: 3px;
	border-bottom: solid 1px #a1b284;
	border-collapse: collapse;
	margin:0;
}

#contactFormTable * td
{
	vertical-align: top;	
}

/* Calendar
-----------------------------------------------------------------------------*/

.eventListItem .eventDates
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

.eventListItem h1
{
	font-size: 150%;
}

.eventListItem
{
	margin-bottom: 30px;
}
.black {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.extra_leading
{
 line-height: 155%;
 font-weight: normal;
 list-style-position: inside;
 list-style-type: decimal;
 font-style: normal;
}
.subHead
{
 font-size: 1.15em;
 font-weight: normal;
 font-style: normal;
 color: #222;
}
