/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #56007a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	line-height: 1.1em;
}

h2 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #56007a;
	line-height: 1.2em;
}

h3, h4, h5, h6 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #56007a;
	line-height: 1.3em;
}

p {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	clear: both;
	margin: 25px 0 0 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background: #cccccc;
	color: #cccccc;
	border: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 0;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	background: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

input:focus, 
textarea:focus, 
select:focus {
	color: #333333;
}

.button {
	float: left;
	margin: 25px 0 0 0;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	background: #56007a;
	border-color: #56007a;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

.button:hover {
	color: #ab80bd;
}

.button a {
	color: #ffffff;
	text-decoration: none;
}

.button a:hover {
	color: #ab80bd;
}


/********** IE6 Warning **********/

#ie6-warning {
	display: none;
	background: #cc0000;
	color: #ffffff;
	overflow: hidden;
}
* html #ie6-warning {
	display: block;
}

#ie6-warning p {
	margin: 0;
	padding: 10px;
}

#ie6-warning a {
	color: #ffffff;
	text-decoration: underline;
}

/********** Main content container **********/

.content-container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/********** Header **********/

.header {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.header .logo {
	overflow: hidden;
	float: left;
	width: 202px;
	height: 76px;
	margin: 25px 0 0 0;
	background: transparent url('../images/header/logo.gif') no-repeat top left;
	text-indent: -9000px;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .email {
	float: right;
	width: 330px;
	margin: 40px 0 0 0;
	padding: 25px 0 0 0;
	font-size: 18px;
	background: transparent url('../images/header/email-us.gif') no-repeat top left;
}

.header .email a {
	color: #666666;
}

/********** Main menu **********/

.main-menu {
	width: 630px;
	margin: 25px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.main-menu li {
	float: left;
	width: 79px;
	height: 43px;
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
	background: url('../images/main-menu/default.gif') no-repeat top;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
}

.main-menu li.first {
	margin: 0;
}

.main-menu li.home {
}

.main-menu li.about {
}

.main-menu li.upcoming-events {
	width: 103px;
	height: 55px;
	background: url('../images/main-menu/large.gif') no-repeat top left;
}

.main-menu li.things-we-do {
	width: 103px;
	height: 55px;
	background: url('../images/main-menu/large.gif') no-repeat top left;
}

.main-menu li.news {
}

.main-menu li.contact-links {
	width: 103px;
	height: 55px;
	background: url('../images/main-menu/large.gif') no-repeat top left;
}

.main-menu li a {
	display: block;
	height: 23px;
	padding: 10px 20px;
	color: #666666;
	text-decoration: none;
}

.main-menu li.upcoming-events a, 
.main-menu li.things-we-do a, 
.main-menu li.contact-links a {
	height: 35px;
}

.main-menu li a:hover {
	color: #56007a;
}

.main-menu li.selected {
	color: #56007a;
}

.main-menu li.selected a {
	color: #56007a;
	background: url('../images/main-menu/selected.png') no-repeat bottom left;
}


/********** Body content layouts **********/

.content {
	clear: both;
	width: 960px;
	margin: 0;
	padding: 0;
}

.content ul,
.content ol {
	margin: 15px 0 0 0;
}

.content ul li {
	margin: 5px 0 0 1em;
	list-style: square;
}

.content ol li {
	margin: 5px 0 0 1.5em;
	list-style: decimal;
}

/* Layout 1 */

.layout1 .col1 {
	display: inline;
	float: left;
	width: 960px;
}

/* Layout 2 */

.layout2 .col1 {
	display: inline;
	float: left;
	width: 610px;
}

.layout2 .col2 {
	display: inline;
	float: right;
	width: 300px;
	margin: -60px 0 0 20px;
	padding: 15px;
	background: #ededed url('../images/right-column/background.gif') no-repeat top left;
}


/********** Footer **********/

.footer {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 0.75em;
	color: #666666;
}

.footer ul {
	clear: both;
	overflow: hidden;
	margin: 25px 0 0 0;
}

.footer ul li {
	display: inline;
	padding: 0 0 0 1em;
	margin: 1.5em 0 0 1em;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.footer ul li.first {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: none;
}

.footer .definition {
}


/********** Static content **********/

.static-content {
	margin: 0;
}


/********** Gallery **********/

.content .gallery-list {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content .gallery-list li {
	position: relative;
	float: left;
	width: 150px;
	margin: 25px 25px 0 0;
	padding: 0;
	list-style: none;
}

.gallery-list li:hover .caption {
	display: block;
}

.gallery-list li .caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	padding: 5px 10px;
	overflow: hidden;
	background: #ffffff;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

/********** Slideshow **********/

.slideshow-container {
	position: relative;
	clear: both;
	width: 580px;
	height: 270px;
	margin: 1em 0 0 0;
	padding: 15px;
	overflow: hidden;
	background: url('../images/slideshow/background.gif') no-repeat top left;
}

.slideshow-container .slideshow {
	position: relative;
	width: 580px;
	height: 270px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slideshow-container .slideshow ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow-container .slideshow ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.slideshow-container .slideshow ul li .image {
	width: 100%;
	height: 100%;
}

.slideshow-container .slideshow ul li .caption {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 500px;
	color: #ffffff;
	font-size: 1.5em;
}

.slideshow-container .slideshow ul li .caption a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
}

.slideshow-container .slideshow .prev {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 70px;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
}

.slideshow-container .slideshow .next {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
}

.slideshow-container .slideshow .prev a,
.slideshow-container .slideshow .next a {
	display: block;
	height: 100%;
}

.slideshow-container .slideshow .prev-horizontal a {
	background: url('../images/slideshow/prev-button-horizontal.png') no-repeat top left;
}

.slideshow-container .slideshow .next-horizontal a {
	background: url('../images/slideshow/next-button-horizontal.png') no-repeat top left;
}

.slideshow-container .slideshow .prev-vertical a {
	background: url('../images/slideshow/prev-button-vertical.png') no-repeat top left;
}

.slideshow-container .slideshow .next-vertical a {
	background: url('../images/slideshow/next-button-vertical.png') no-repeat top left;
}

.slideshow-container .slideshow .prev a:hover,
.slideshow-container .slideshow .next a:hover {
	background-position: 0 -40px;
}

.slideshow-container .slideshow .pager {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow-container .slideshow .pager li {
	overflow: hidden;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	background: url('../images/slideshow/pager.png') no-repeat top left;
}

.slideshow-container .slideshow .pager li a {
	display: block;
	height: 100%;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.slideshow-container .slideshow .pager li a:hover {
	color: #ab80bd;
}

/********** Page menus **********/

ul.page-menu {
	clear: both;
	width: 960px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.page-menu li {
	float: left;
	list-style: none;
	width: 239px;
	margin: 0 0 0 1px;
	padding: 0;
}

ul.page-menu li.title {
}

ul.page-menu li a {
	display: block;
	padding: 15px 30px;
	background: #cfcfcf url('../images/page-menu/background.jpg') repeat-x top left;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
}

ul.page-menu li a:hover {
	color: #ab0013;
	background: #cbbabc url('../images/page-menu/hover.jpg') repeat-x top left;
	text-shadow: 0 0 1px #999999;
}

ul.page-menu li.selected a {
	color: #ab0013;
	background: none;
}

ul.page-menu li.first {
	width: 240px;
	margin: 0;
}

/********** Blog **********/

.blog-menu {
}

.related-posts {
}

.blog-menu ul {
	margin: 0;
	padding: 0;
}

.blog-menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-menu ul li a {
}

.blog-menu .title {
}

.blog-post-list .blog-post-item {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.blog-post-list .blog-post-item p.image {
	float: left;
	margin: 25px 25px 0 0;
}

.blog-post-list .blog-post-item .date {
	float: right;
	margin: 1.5em 0 0 30px;
	color: #ab0013;
}

.blog-post-list .blog-post-item .the-post {
}

.blog-post-reply {
	margin: 1em 0 0 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	border-color: #cccccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
}

.blog-post-reply img {
	float: left;
	width: 50px;
	margin: 1em 30px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 10px;
}

.blog-post-reply h3 {
	float: left;
	width: 610px;
}

.blog-post-reply .date {
	float: right;
	width: 100px;
	margin: 1em 0 0 30px;
	color: #ab0013;
}

.blog-post-reply .the-reply {
	float: left;
	width: 610px;
	margin: 1em 30px 0 0;
}

.blog-post-reply-form {
	margin: 30px 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

.blog-post-reply-form textarea {
	width: 95%;
	height: 6em;
}

.related-posts {
}

.related-posts ul {
	width: 610px;
}

.related-posts ul li {
}

/********** Media **********/

.media-player-container {
	margin: 1em 0 0 0;
	overflow: hidden;
}

.media-player-container .media-player {
	float: left;
	background: #000000;
}

.media-player-container .media-link {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}

.media-player-container .media-link a {
	color: #ffffff;
}

.media-player-container .media-link a:hover {
	
}

.media-player-main {
	width: 438px;
	height: 330px;
	margin: 1em 0 0 0;
	background: #000000;
}

.media-group-selection {
}

.media-thumb {
	float: left;
	width: 120px;
	height: 11.5em;
	margin: 20px 20px 0 0;
	overflow: hidden;
	background: #333333;
}

.media-thumb .thumb {
	float: left;
	width: 120px;
}

.media-thumb p {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.media-thumb a {
	color: #ffffff;
}

.media-thumb a:hover {
	color: #cc0000;
}

/********** Email form **********/

.email-form {
	width: 420px;
	margin: 30px 0 0 0;
	padding: 0 30px 30px 0;
	background: #e1e1e1 url('../images/contact/background.jpg') repeat-x top left;
	overflow: hidden;
}

.email-form h2,
.email-form h3,
.email-form p {
	margin-left: 30px;
}

.email-form p.required {
	display: none;
}

.email-form .form-row {
	float: left;
	margin: 1em 0 0 30px;
	overflow: hidden;
}

.email-form .form-row label {
	float: left;
	width: 115px;
	margin: 0.5em 30px 0 0;
}

.email-form .form-row input,
.email-form .form-row textarea {
	float: left;
	width: 220px;
}

.email-form .form-row select {
	float: left;
	width: 242px;
}

.email-form .form-row .checkbox,
.email-form .form-row .radio {
	width: auto;
}

.email-form .form-row .options {
}

.email-form .form-row .options input {
	clear: both;
	float: left;
}

.email-form .form-row .options label {
	float: left;
	width: auto;
	margin: 0.5em 0 0 0.5em;
}

.email-form .submit {
	float: right;
}

.email-form .form-row .button {
}

.form-message-success {
	margin: 1em 0 0 30px;
	padding: 10px 20px;
	background: #ab0214;
	color: #ffffff;
	font-weight: bold;
}

.form-message-error {
	margin: 1em 0 0 30px;
	padding: 10px 20px;
	background: #ab0214;
	color: #ffffff;
	font-weight: bold;
}

/********** Newsletter Form **********/

.newsletter-subscribe {
	margin: 1em 0 0 0;
	padding: 0 20px 20px 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}

.newsletter-subscribe .form-row {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

.newsletter-subscribe .form-row label {
	float: left;
	width: 100%;
	font-weight: bold;
}

.newsletter-subscribe .form-row input {
	float: left;
}

/********** Twitter Feed **********/

.latest-tweets {
	
}

/********** Google Map **********/

.google-map {
	margin: 1em 0 0 0;
}

.google-map p {
	float: left;
	width: 100%;
	margin: 0.5em 0 0 0;
}

.google-map label, input {
	float: left;
	width: 95%;
}

.google_map .directions {
	overflow: hidden;
}

/********** Registration form **********/

.registration-form {
}

.registration-form .row1 {
	width: 900px;
	margin: 0 30px 0 30px;
}

.registration-form .col1 {
	width: 435px;
	margin: 0 30px 0 30px;
}

.registration-form .col2 {
	width: 435px;
	margin: 0 30px 30px 0;
}

.registration-form .required {
	display: none;
}

.user-form {
	margin: 30px 0 0 0;
	padding: 10px 30px 30px 0;
	background: #e1e1e1 url('../images/contact/background.jpg') repeat-x top left;
	overflow: hidden;
}

.user-form .form-row {
	float: left;
	margin: 1em 0 0 30px;
	overflow: hidden;
}

.user-form .form-row label {
	float: left;
	width: 100px;
	margin: 0.5em 30px 0 0;
}

.user-form .form-row input,
.user-form .form-row textarea {
	float: left;
	width: 220px;
}

.user-form .form-row select {
	float: left;
	width: 242px;
}

.user-form .form-row .checkbox,
.user-form .form-row .radio {
	width: auto;
}

.user-form .form-row .options {
}

.user-form .form-row .options input {
	clear: both;
	float: left;
}

.user-form .form-row .options label {
	float: left;
	width: auto;
	margin: 0.5em 0 0 0.5em;
}

.user-form .submit {
	float: right;
}

.user-form .form-row .button {
}


/********** Pagination **********/

.content .pagination {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.content .pagination li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: none;
	border-color: #56007a;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.content .pagination li.title {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
}


/********** Custom styles **********/

.standing-order {
	width: 300px;
	margin: 25px 0 0 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}

.standing-order a {
	display: block;
	padding: 25px;
	color: #ffffff;
	background: #56017a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ab80bd;
}

.standing-order a:hover {
	background: #ab80bd;
	text-shadow: 1px 1px 1px #56017a;
}
