/* ---------------------------------------
MAIN STYLE SHEET
URL:		HTTP://WWW.SAVOYSOCIETY.ORG.UK
COPYRIGHT:	2011 - JON WRIGHT DESIGN
------------------------------------------ */

/* RESET ALL BROWSER DEFAULTS */

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 62.5% 'PT Sans',Helvetica, Arial, sans-serif;
	margin: 10px 0px 20px 0px;
	padding: 0 0 20px 0;
	text-align: center;
	color: #424242;
	background-color: #f3f5f5;
}

a:link, a:visited {
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.article_entry_body .thumbs, .article_entry_body .main_image, #homepage .row1 .main_image {
	-webkit-transition-property: color, border;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

fieldset img {
	margin-left: 260px;
}

p, li {
	font-size: 1.9em;
}

p {
	line-height: 1.7em;
}

h1, h2, h3, h4 {
	
}

h1 {
	font-size: 3.5em;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-shadow: #d5d5d5 1px 1px 0;
}

h1.book_online {
	margin-top: 20px;
}

h2 {
	margin: 10px 30px 10px 0px;
	line-height: 18px;
	font-size: 2.5em;
	text-transform: none;
	color: #95c260;
}

h3 {
	margin: 2px 0px;
	text-transform: uppercase;
	border-bottom: 2px solid;
}

h4 {
	font-size: 2.5em;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h5 {
	padding: 5px 0px 5px 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font: 1em;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	margin: 0px;
}

fieldset {
	padding: 20px;
	margin-bottom: 20px;
}

td {
	font-size: 1em;
	padding: 1px;
	padding-right: 3px;
}

#content ol ul li {
	margin-right: 20px;
}

caption {
	border: 0px none #FFFFFF;
	padding: 10px 0px;
}

a:link {
	color: #95c260;
}

a:visited {
	color: #95c260;
}

a:hover {
	color: #383d44;
}

/* --------------- TABLES----------------- */

table {
	font-size: 1.9em;
	border-collapse: collapse;
	vertical-align: top;
	margin: 10px 0px;
}

tr:hover {
	background-color: #FFFFFF;
	color: #003366;
}

th, td {
	padding: 3px 5px;
	line-height: 1.7em;
	border: 1px solid #f7f7f7;
}

th {
	background-color: black;
	text-transform: uppercase;
	color: white;
}

td {
	
}

.cell_center {
	text-align: center;
}

/* --------------- MAIN LAYOUT ----------------- */

#outer_container {
	width: 990px;
	margin: 0px auto;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px silver;
	-moz-box-shadow: 0 0 10px silver;
	box-shadow: 0 0 10px silver;
}

#container {
	width: 960px;
	text-align: left;
	font-size: 0.7em;
	position: relative;
	margin: auto;
}

#header {
	display: block;
	width: 990px;
	height: 195px;
	position: relative;
	background: url(../global_images/header_bg.png) no-repeat center -5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#header #logo h1 a {
	text-indent: -9999px;
	border: none;
	width: 200px;
	height: 175px;
	position: absolute;
	left: 410px;
	top: 40px;
	display: block;
}

#header img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#header_links {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 1.3em;
}

#header_links a:link, #header_links a:visited {
	color: #95c260;
	text-decoration: none;
}

#header_links a:hover, #header_links a:active {
	color: white;
	text-decoration: underline;
}

/* --------------- NAVBAR ----------------- */

#navbar {
	background-color: black;
	text-align: center;
	letter-spacing: 1px;
	border-top: 3px solid white;
}

#navbar ul {
	
}

#navbar li {
	display: inline;
	line-height: 37px;
	text-transform: uppercase;
}

#navbar a:link, #navbar a:visited {
	color: white;
	padding: 8px 10px;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

#navbar a:hover, #navbar a:active {
	background-color: #303030;
	text-decoration: none;
	color: #95c260;
}

#navbar a.selected {
	text-decoration: none;
	color: #95c260;
}

/* ---------- MAIN CONTENT LAYOUT ----------*/

#main_content {
	float: left;
	width: 640px;
	padding: 20px 20px 20px 10px;
	min-height: 500px;
}

#main_content p {
	padding: 0 0 10px 0;
}

#main_content ul li {
	line-height: 1.7em;
	list-style-image: url(../global_images/bullet.gif);
	margin-left: 50px;
}

#main_content ol li {
	line-height: 1.7em;
	list-style-type: decimal;
	margin-left: 20px;
}

#main_content #search_results ul li {
	list-style-image: none;
	margin-left: 0px;
}

/* ---------- HOMEPAGE LAYOUT ----------*/

#homepage {
	margin-right: 10px;
}

#homepage h1 {
	line-height: 1.7em;
	border: none;
}

#homepage .row1 {
	margin: -7px 0px 20px -10px;
}

#homepage .row1 img {
	padding: 5px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px silver;
	-moz-box-shadow: 0 0 10px silver;
	box-shadow: 0 0 10px silver;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid silver;
}

#lead-article {
	position: relative;
}

#lead-article h1 {
	position: absolute;
	top: 30px;
	left: 20px;
	text-shadow: black 0 1px 0;
	background-color: rgba(32,32,32,0.7);
	padding: 8px;
	z-index: 1;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#lead-article h1 a:link, #lead-article h1 a:visited {
	color: white!important;
	font-size: 1.5em;
}

#lead-article h1 a:hover, #lead-article h1 a:active {
	color: #95c260!important;
	font-size: 1.5em;
}

#lead-article p {
	position: absolute;
	top: 130px;
	left: 20px;
	color: white;
	font-size: 2em;
	width: 350px;
	text-shadow: black 0 1px 0;
	background-color: rgba(32,32,32,0.7);
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#homepage .row2 {
	margin-right: -20px;
}

#homepage h1 a:link, #homepage h1 a:visited, #homepage h4 a:link, #homepage h4 a:visited {
	color: black;
}

#homepage h1 a:hover, #homepage h1 a:active, #homepage h4 a:hover, #homepage h4 a:active {
	color: #95c260;
}

#homepage .row2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#homepage .col1 {
	width: 365px;
	float: left;
	border-right: 1px dotted silver;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#homepage .col2 {
	width: 240px;
	float: right;
	margin-bottom: 20px;
	margin-top: 2px;
}

#homepage .col2 .updates .update_heading {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}

#homepage .col2 .updates {
	clear: both;
	background-color: white;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px silver;
	-moz-box-shadow: 0 0 10px silver;
	box-shadow: 0 0 10px silver;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	border: silver 1px solid;
}

#homepage .col2 .updates img {
	float: left;
	margin-right: 10px;
	border: silver 1px solid;
	padding: 3px;
	background-color: white;
}

#homepage .col2 .updates:hover {
	background-color: #f3f5f5;
}

#homepage .col2 .updates ul li {
	line-height: 1.7em;
	list-style-image: none;
	list-style-type: none;
}

.line {
	border-bottom: 1px dotted silver;
	margin: 10px 0px;
}

/* --------------- SIDEBAR ----------------- */

#sidebar {
	width: 280px;
	float: right;
	min-height: 200px;
	padding: 0px 0px 20px 0px;
	margin-top: 20px;
}

#sidebar p, #sidebar ul li {
	padding-left: 15px;
	padding-right: 15px;
}

#sidebar .cp_boxout {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
	background: black url(../global_images/cp_boxout_footer_bg.png) no-repeat center bottom;
	margin-top: 0;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

#sidebar .cp_boxout h3 {
	padding: 15px 15px 10px 15px;
	background: url(../global_images/cp_boxout_h3_bg.png) no-repeat center top;
}

#sidebar .cp_boxout a:hover,#sidebar .cp_boxout a:active {
	color: white;
}

.comments_icon {
	padding-left: 25px!important;
	background: url(../global_images/comments_icon.png) no-repeat left 3px;
}

#sidebar .about_boxout {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
	background: #95c260 url(../global_images/search_boxout_footer_bg.png) no-repeat center bottom;
	text-shadow: #8ab559 1px 0 0;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

#sidebar .about_boxout h3 {
	padding: 15px 15px 10px 15px;
	background: url(../global_images/about_boxout_h3_bg.png) no-repeat center top;
}

#sidebar .about_boxout a:link, #sidebar .about_boxout a:visited {
	color: white;
	text-decoration: underline;
}

#sidebar .about_boxout a:hover, #sidebar .about_boxout a:active {
	color: #f5f5f5;
}

#sidebar .search_boxout {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
	background: #95c260 url(../global_images/search_boxout_footer_bg.png) no-repeat center bottom;
	height: 80px;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

#sidebar .search_boxout h3 {
	padding: 15px 15px 10px 15px;
	background: url(../global_images/search_boxout_h3_bg.png) no-repeat center top;
}

#sidebar .members_menu_boxout {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
	background: #95c260 url(../global_images/search_boxout_footer_bg.png) no-repeat center bottom;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

#sidebar .members_menu_boxout h3 {
	padding: 15px 15px 10px 15px;
	background: url(../global_images/search_boxout_h3_bg.png) no-repeat center top;
}

#sidebar .members_menu_boxout a:link, #sidebar .members_menu_boxout a:visited {
	color: white;
}

#sidebar .members_menu_boxout a:hover, #sidebar .members_menu_boxout a:active {
	color: #f5f5f5;
	text-decoration: underline;
}

#sidebar .stats_boxout {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
	background: #95c260 url(../global_images/stats_boxout_footer_bg.png) no-repeat center bottom;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

#sidebar .stats_boxout h3 {
	padding: 15px 15px 10px 15px;
	background: url(../global_images/stats_boxout_h3_bg.png) no-repeat center top
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.7em;
}

#sidebar h3 {
	font-size: 2em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* --------------- VIEW OWN PROFILE ----------------- */

#main_content #view_profile ul li {
	line-height: 1.7em;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}

#view_profile .profile_title {
	width: 90px;
	display: block;
	float: left;
	font-weight: bold;
}

#view_profile .profile_row {
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
}

#view_profile .profile_column {
	width: 300px;
	float: left;
}

#view_profile .profile_column_two {
	width: 300px;
	float: right;
}

/* --------------- MEMBER PROFILES ----------------- */

.com-members {
	width: 290px;
	float: right;
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	border-left: 1px solid #CCCCCC;
}

.com-members h2 {
	padding-top: 0px;
	margin-top: 0px;
}

.com_profile_section {
	border-bottom: 1px dotted silver;
	margin-bottom: 20px;
}

.profile {
	display: block;
	float: left;
	text-align: center;
	width: 210px;
	margin: 10px 0px;
}

.profile h4 {
	margin-bottom: 0px;
}

.profile img {
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid silver;
	padding: 5px;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.profile img:hover {
	display: inline-block;
	border: 1px solid black;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.com_member_image {
	float: right;
	margin-left: 20px;
	border: 1px solid silver;
	padding: 5px;
}

.left {
	float: left;
	display: inline;
}

.white_back {
	background: #FFFFFF;
}

/* --------------- ARTICLE PAGES ----------------- */

#article_profile {
	float: right;
	width: 220px;
	border: 1px solid;
	border-color: #CCCCCC;
	background-color: #F0E6DB;
	margin: 10px 30px 10px 10px;
	display: inline;
}

#article_profile h3 {
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#article_profile p {
	padding: 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#article_profile img {
	margin: 10px 10px 5px 5px;
	display: inline;
}

#article_contact {
	background: #f3f5f5;
	border: 1px solid #CCCCCC;
	margin: 20px 30px 20px 20px;
	padding-bottom: 10px;
}

#article_contact h3 {
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 5px;
}

.article-questions {
	font-size: 1.2em;
	font-style: italic;
}

#article_request {
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	margin: 20px 0px 30px 0px;
	padding: 15px 0px 15px 0px;
}

#article_request h2 {
	margin: 0px 0px 15px 0px;
}

/* --------------- EVENTS DIARY ----------------- */

.event_summary {
		background-color: white;
	display: block;
	height: 85px;
	margin: 0px 20px 20px 0px;
	float: left;
	width: 270px;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px silver;
	-moz-box-shadow: 0 0 5px silver;
	box-shadow: 0 0 5px silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.event_summary h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	border: none;
	text-transform: none;
	font-size: 2.2em;
	text-transform: none;
	color: #95c260;}

.event_summary:hover {
	-webkit-transition: -webkit-transform 0.5s linear;
	background-color: #f3f5f5;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.event_summary img {
	float: left;
	margin-right: 10px;
	border: silver 1px solid;
	padding: 5px;
	background-color: white;
}

.event_summary p {
	padding-top: 20px;
}

.event_summary .event_date {
	font-size: 1em;
}

.event_venue {
	float: right;
	width: 210px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-left: 20px;
}

#google_map {
	width: 210px;
	height: 150px;
	margin-top: 4px;
}

.event_meta {
	display: block;
	margin-bottom: 20px;
}

.event_meta .meta_title {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}

.event_meta .meta_detail {
	float: left;
	width: 250px;
	font-style: italic;
}

.event_content {
	width: 380px;
	padding-top: 20px;
}

/* --------------- PHOTOS ----------------- */

.photo-album {
	background-color: white;
	display: block;
	height: 85px;
	margin: 0px 20px 20px 0px;
	float: left;
	width: 270px;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px silver;
	-moz-box-shadow: 0 0 5px silver;
	box-shadow: 0 0 5px silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.photo-album:hover {
	-webkit-transition: -webkit-transform 0.5s linear;
	background-color: #f3f5f5;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.photo-album img {
	float: left;
	margin-right: 10px;
	border: silver 1px solid;
	padding: 5px;
	background-color: white;
}

.photo-album h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	border: none;
	text-transform: none;
	font-size: 2.2em;
	text-transform: none;
	color: #95c260;
}

.photo-album p {
	padding-top: 20px;
}

.photo-album .album-date {
	font-size: 1em;
}

/* --------------- LATEST NEWS ----------------- */

.article_entry {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}

.article_entry_details {
	width: 100px;
	float: left;
	text-align: center;
}

.article_date {
	display: block;
	font-size: 2em;
	line-height: 1.7em;
	padding: 15px;
	color: white;
	background-color: black;
	background: url(../global_images/calendar_back.png) no-repeat right top;
	height: 80px;
}

.article_date .year {
	font-size: 2.2em;
}

.author {
	font-size: 1.4em;
	font-style: italic;
}

.article_entry_body {
	width: 510px;
	float: right;
	padding-bottom: 20px;
	padding-right: 10px;
}

.article_entry_body h2 {
	margin-top: 0!important;
	line-height: 1em!important;
	font-size: 3em!important;
	margin-bottom: 15px;
}

.article_entry_body img {
	border: 1px solid silver;
	padding: 5px;
	-webkit-box-shadow: 0 0 5px silver;
	-moz-box-shadow: 0 0 5px silver;
	box-shadow: 0 0 5px silver;
}

.article_entry_body img:hover {
	border: 1px solid black;
}

.article_entry_body .main_image {
	float: right;
	margin: 5px 0 15px 15px;
}

.article_entry_body .thumbs {
	margin: 10px 10px 0 0;
}

.article_entry_body ul {
	margin: 20px;
	line-height: 1.7em;
}

.article_entry_body li {
	
}

.article_image {
	margin: 10px 0px;
	border: 1px solid silver;
	padding: 5px;
	-webkit-box-shadow: 0 0 15px silver;
	-moz-box-shadow: 0 0 15px silver;
	box-shadow: 0 0 15px silver;
}

.article_comments {
	text-decoration: underline!important;
}

.bookmarks {
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

.bookmarks a {
	margin: 0px 5px;
}

.bookmarks img {
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.bookmarks img:hover {
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.article_paginate {
	text-align: right;
	margin: 20px 0px;
}

/* --------------- COMMENTS ----------------- */

#comments {
	width: 510px;
	float: right;
	padding-right: 10px;
}

.comment_details {
	
}

.comment_name_details {
	width: 110px;
	float: left;
}

.comment_name {
	color: #003031;
}

.comment_date {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#comments h2 {
	
}

#comments .preview {
	padding: 20px;
	border: 1px dotted silver;
	margin-bottom: 30px;
	background: #f3f5f5 url(../global_images/even_quotes.png) no-repeat 430px 10px;
}

#comments .even {
	padding: 20px;
	border: 1px dotted silver;
	margin-bottom: 10px;
	background: #eef0f0 url(../global_images/even_quotes.png) no-repeat 430px 10px;
}

#comments .odd {
	padding: 20px;
	border: 1px dotted silver;
	margin-bottom: 10px;
	background: #f8fbfb url(../global_images/odd_quotes.png) no-repeat 430px 10px;
}

.comment_heading {
	margin: 30px 0px;
}

/* -------- COMMENT FORM ---------- */

#comment_form fieldset {
	border: none;
	padding-top: 0px;
}

#comment_form fieldset img {
	margin-left: 0px;
}

#comment_form label {
	line-height: 22px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1.7em;
}

#comment_form .textfield, #comment_form .textfield_short, #comment_form .textarea {
	
}

#comment_form .textfield_short {
	width: 80px;
	height: 12px;
	line-height: 12px;
}

#comment_form .textfield {
	width: 220px;
	height: 12px;
	line-height: 12px;
}

#comment_form .textarea {
	width: 300px;
	height: 160px;
}

#comment_form .submit_button {
	border: none;
	height: 22px;
	width: 70px;
	background: url(../global_images/search_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#comment_form .submit_button:hover {
	background: url(../global_images/search_button_bg_hover.png) no-repeat center;
	color: white;
}

#comment_form {
	margin: 10px 0px 30px 0px;
}

#comment_form form {
	margin-left: 0;
}

#comment_form .row {
	
}

#comment_form label, #comment_form p {
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
	display: block;
	clear: both;
}

/* --------------- EVENTS DIARY ----------------- */

.article_summary {
	background-color: #f9f9f9;
	display: block;
	height: 85px;
	margin: 0px 10px 10px 0px;
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

.article_summary p {
	padding-top: 20px;
}

.article_summary h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
	border: none;
	text-transform: none;
	font-size: 2.0em;
	text-transform: none;
	color: #95c260;
}

.article_summary:hover {
	background-color: #eef0f0;
}

.article_summary img {
	float: left;
	background-color: white;
	margin: 10px;
}

.article_summary .article_title {
	margin-top: 50px!important;
	display: block;
}

.article_summary:hover {
	background-color: #eef0f0;
}

.article_summary img {
	float: left;
	background-color: white;
	margin: 10px;
	width: 75px;
	height: 75px;
}

.article_summary .article_author {
	margin-top: 10px;
	font-style: italic;
}

#author_meta {
	float: right;
	width: 220px;
	font-size: .8em;
	margin-left: 15px;
	border: 1px dotted silver;
	padding: 10px;
}

#author_meta p {
	padding-right: 0px;
	padding-left: 0px;
}

#author_meta h3 {
	font-size: 1.2em;
}

#author_meta img {
	float: left;
	margin: 0 10px 5px 0;
}

/* --------------- PAYMENT PAGES ----------------- */

.pay_method_col1 {
	float: left;
	width: 190px;
}

.pay_method_col2 {
	float: left;
	width: 190px;
	margin: 0 25px;
}

.pay_method_col3 {
	float: left;
	width: 190px;
}

.event_purchase_boxout {
	margin: 20px 0px;
	padding: 5px 10px;
	border: 1px dotted silver;
	width: 400px;
}

.event_purchase_boxout h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
	border: none;
	text-transform: none;
	font-size: 2.0em;
	text-transform: none;
	color: #95c260;
}

.purchase_boxout {
	margin: 20px 0px;
	padding: 5px 10px;
	border: 1px dotted silver;
}

.purchase_boxout h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
	border: none;
	text-transform: none;
	font-size: 2.0em;
	text-transform: none;
	color: #95c260;
}

.purchase_boxout .col1 {
	width: 60%;
	float: left;
}

.purchase_boxout .col2 {
	float: right;
	width: 38%%;
}

#cheque_address {
	float: right;
	width: 200px;
	text-align: center;
	font-size: .9em;
	margin-left: 20px;
}

/* ---------- SPECIAL OFFERS ---------- */

.special_offer_section {
	border-bottom: 1px dotted silver;
	margin-bottom: 20px;
}

/* ---------- INTERFACE STYLES ---------- */

#notice {
	border: 2px dashed #f61a1a;
	background-color: #fcd6d2;
	padding: 10px 10px 0px 10px;
	margin-bottom: 15px;
}

#notice a {
	color: red;
}

.paginate td {
	border: none;
	padding-top: 10px;
}

.bullet {
	padding: 0px;
	margin: 0px;
	border: none;
}

.clear {
	clear: both;
	height: 1px;
}

#error_page ul {
	margin: 40px 0px!important;
}

#error_page li {
	list-style-image: none!important;
	margin-left: 0px!important;
	font-size: 12px;
}

/* --------------- FOOTER ----------------- */

#footer_container {
	width: 960px;
	padding-bottom: 10px;
	margin: auto;
}

#footer {
	height: 120px;
	clear: both;
	margin-top: 50px;
	width: 960px;
	margin: auto;
	padding: 15px 0px;
	font-size: .6em;
	text-shadow: 0 1px 0 #FFFFFF;
	background: url(../global_images/savoy_shield.gif) no-repeat center center;
}

#footer #left-col {
	float: left;
	width: 350px;
	text-align: left;
}

#footer #right-col {
	float: right;
	width: 400px;
	text-align: right;
}

#footer p {
	color: #a7a8a8;
}

#footer a:link, #footer a:visited {
	color: #7a7b7b;
}

#footer a:hover {
	color: #ddd;
}

/* ---------- FORMS ---------- */

form fieldset {
	background: #f3f5f5;
	border: none;
}

form label {
	line-height: 21px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

form .textfield {
	border: 1px solid silver;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

form .textfield_short {
	border: 1px solid silver;
	width: 80px;
	height: 11px;
	line-height: 11px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

form .textarea {
	border: 1px solid silver;
	width: 220px;
	height: 160px;
	vertical-align: top;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

form ul li {
	list-style-image: none!important;
	list-style-type: none;
	vertical-align: middle;
}

/* ---------- LOGIN FORM ---------- */

#login_form {
	
}

#login_form ul li {
	margin: 5px 0px;
}

#login_form .textfield {
	width: 240px;
	height: 11px;
	line-height: 11px;
}

#login_form label {
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

#login_form .submit_button {
	float: right;
	border: none;
	height: 21px;
	width: 70px;
	background: url(../global_images/login_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#login_form .submit_button:hover {
	background: url(../global_images/login_button_bg_hover.png) no-repeat center;
	color: white;
}

#login_form .checkbox {
	border: none;
	margin: 7px 5px 3px 0px;
	padding: 0;
}

/* ---------- PROFILE FORM ---------- */

#profile_form {
	
}

#profile_form .profile_title {
	width: 250px;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#profile_form .non_editable {
	line-height: 20px;
}

#profile_form ul li {
	margin: 5px 0px;
}

#profile_form label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

#profile_form .textfield {
	border: 1px solid silver;
	width: 160px;
	height: 11px;
	line-height: 11px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#profile_form .submit_button {
	border: none;
	margin-left: 420px;
	height: 21px;
	width: 70px;
	background: url(../global_images/search_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#profile_form .submit_button:hover {
	background: url(../global_images/search_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- BOOKING FORM ---------- */

#booking_form {
	
}

#booking_form ul li {
	margin: 5px 0px;
}

#booking_form label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

#booking_form .submit {
	
}

#booking_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#booking_form .submit_button {
	border: none;
	margin-left: 420px;
	height: 21px;
	width: 70px;
	background: url(../global_images/search_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#booking_form .submit_button:hover {
	background: url(../global_images/search_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- SEARCH FORM ---------- */

#search_form {
	
}

#search_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#search_form .search_button {
	border: none;
	float: right;
	height: 21px;
	width: 70px;
	background: url(../global_images/search_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#search_form .search_button:hover {
	background: url(../global_images/search_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- DELETE FORM ---------- */

#delete_form, #adv_search_form {
	
}

#delete_form .textfield, #adv_search_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#delete_form .delete_button, #adv_search_form .search_button {
	border: none;
	margin-left: 15px;
	height: 21px;
	width: 70px;
	background: url(../global_images/delete_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#delete_form .delete_button:hover, #adv_search_form .search_button:hover {
	background: url(../global_images/delete_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- USER FORM ---------- */

#user_form ul li {
	margin: 5px 0px;
}

#user_form label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

#user_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#user_form .submit_button {
	border: none;
	margin-left: 420px;
	height: 21px;
	width: 70px;
	background: url(../global_images/delete_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#user_form .submit_button:hover {
	background: url(../global_images/delete_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- MEMBER SEARCH FORM ---------- */

#member_search_form ul li {
	margin: 5px 0px 0px 0px;
}

#member_search_form label {
	width: 150px;
	padding-right: 10px;
}

#member_search_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#member_search_form .submit_button {
	border: none;
	margin-left: 10px;
	height: 21px;
	width: 70px;
	background: url(../global_images/delete_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#member_search_form .submit_button:hover {
	background: url(../global_images/delete_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- SITE SEARCH FORM ---------- */

#site_search_form ul li {
	margin: 5px 0px 0px 0px;
}

#site_search_form label {
	width: 150px;
	padding-right: 10px;
}

#site_search_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#site_search_form .submit_button {
	border: none;
	margin-left: 10px;
	height: 21px;
	width: 70px;
	background: url(../global_images/delete_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#site_search_form .submit_button:hover {
	background: url(../global_images/delete_button_bg_hover.png) no-repeat center;
	color: white;
}

/* ---------- CONTACT FORM ---------- */

#contact_form {
	
}

#contact_form ul li {
	margin: 5px 0px;
}

#contact_form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

#contact_form .textfield {
	width: 160px;
	height: 11px;
	line-height: 11px;
}

#contact_form .textarea {
	width: 300px;
	height: 160px;
}

#contact_form .submit_button {
	border: none;
	margin-left: 400px;
	height: 21px;
	width: 70px;
	background: url(../global_images/delete_button_bg.png) no-repeat center;
	color: white;
	text-transform: uppercase;
}

#contact_form .submit_button:hover {
	background: url(../global_images/delete_button_bg_hover.png) no-repeat center;
	color: white;
}

#member_form .validation-advice, #contact_form .validation-advice {
	color: red;
	margin-left: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	background: url(../global_images/val_alert.gif) no-repeat left center;
}

.row {
	clear: both;
	padding-top: 10px;
}
