@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;
 font-family: serif;
}

/* 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: 850px;
}

/* 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: 75px;
	font-size: 10pt !important;
}

/* Except IE which doesn't play nice

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

.topNav ul li, .landingNav ul li
{
	padding-left: 21px;
	padding-right: 18px;
	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;
 margin-bottom: 30px;
}

.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: #009444;
}

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

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

.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: 30px;
 padding-right: 35px;
 clear: both;
}

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

.rightColumn
{
	width: 180px;
	float: right;
	padding-top: 10px;
	font-size: 9pt;
	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: 4px;
}

.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;
}
a img
{
	border: 0;
}
.calendar_event_listings
{
 width: 700px;
 margin-left: 35px;
 margin-top: 15px;
}

.calendar_headings
{
 font-weight: bold;
 color: #007F55;
 font-size: 14px;
}

.subHead_calendar
{
 font-weight: normal;
 font-style: normal;
 color: #000;
}
.green_subhead
{
 color: #007F55;
 font-style: normal;
 font-weight: bold;
}
.greeen_link
{
 font-style: italic;
 font-weight: bold;
 color: #009444;
}
.big_leading
{
 line-height: 145%;
}
.fish_pics
{
 float: left;
 width: 160px;
 margin-right: 5px;
}
.plant_pics
{
 float: left;
 height: 160px;
 width: 160px;
 margin-right: 6px;
 margin-bottom: 6px;
}
.golf_packages_highlights
{
 float: left;
 height: 160px;
 width: 160px;
 margin-right: 5px;
 border-right-width: thin;
 border-right-style: solid;
 border-right-color: #AAA;
 margin-top: 10px;
 margin-bottom: 20px;
}
.golf_packages_highlights_right
{
 float: left;
 height: 160px;
 width: 160px;
 margin-right: 6px;
 margin-top: 10px;
 margin-bottom: 20px;
}
.smallText_golf_packages
{
 font-size: 8pt;
 color: #000;
 line-height: 135%;
}
.credits_box
{
 width: 500px;
 height: 35px;
}
.text_left
{
 float: left;
 width: 390px;
 margin-right: 20px;
 font-size: 10pt;
 color: #737578;
 vertical-align: top;
}
.flush_right
{
 float: right;
}

.course_small_box
{
 float: left;
 height: 120px;
 width: 120px;
 margin-right: 10px;
 margin-bottom: 10px;
 border: thin dotted #888;
}

.theater_courses
{
 padding-left: 215px;
 padding-right: 50px;
}
.italic
{
 font-style: italic;
}
.greeen {
	color: #009444;
}

.index_theater_left
{
	float: left;
	height: 250px;
	width: 175px;
	margin-top: 550px;
	margin-left: 175px;
	text-align: center;
}

.index_theater_center
{
	float: left;
	height: 250px;
	width: 175px;
	margin-top: 550px;
	margin-left: 25px;
	text-align: center;
}

.index_theater_right
{
	float: left;
	height: 250px;
	width: 175px;
	margin-top: 550px;
	margin-left: 25px;
	text-align: center;
}

.side_bar_right
{
	padding-top: 60px;
	width: 200px;
	font-size: 9pt;
	background-color: #630;
	height: 600px;
}

.holder_contact_page
{
	float: left;
	width: 950px;
}



.side_right
{
	background-color: #C6C;
	float: right;
	height: 500px;
	width: 150px;
}

.contact_page_left
{
	float: left;
	height: 680px;
	width: 175px;
	margin-top: 60px;
}

.contact_page_center
{
	float: left;
	width: 570px;
	padding-left: 25px;
	padding-top: 10px;
	margin-right: 5px;
}

.contact_page_right
{
	float: left;
	height: 575px;
	width: 175px;
	text-align: center;
	margin-top: 20px;
}

.theater_Contact_page
{
	padding-left: 215px;
	width: 530px;
}

