/*
	Bath & County Club
	http://www.bathandcountyclub.co.uk/
	
	Designed + Developed by Systemagic
	http://www.systemagic.co.uk/

*/

html {
	height: 100%;
}

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

a {
	color: #0000ff;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a strong {
	color: #0000ff !important;
}

body {
	background: url(images/background.jpg) top center no-repeat #09195c;
	color: #4a5c70;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: default;
	padding: 40px 0px;
	text-align: center;
}

button, a.button {
	float: left;
	border: 1px solid #b4c1de;
	line-height: 30px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	*border: none;
	background: url(/theme/images/button.png) top;
	margin: 2px 0px 0px -1px;
	color: #4a5c70;
}

a.button {
	margin: 0px;
	padding: 0px;
}



h1 button {
	border: 1px solid #7180a8;
}

i, em {
	font-style:italic;
}


button em, a.button em {
	font-style: normal;
	display: block;
	padding: 0px 10px;
	margin: -1px -3px;
	border: 1px solid #FFF;
	color: #37488d;
	line-height: 30px;
	*padding: 0px 10px;
	*margin: 0px 0px -5px 0px;
	position: relative;
	*top: -1px;
}

a.button em {
	margin: 0px;
}

button:hover em, a.button:hover em {
	background: rgba(255,255,255,0.5);
}

h1 button em {
	border: 1px solid #59648d;
	color: #FFF;
}

h1 button:hover em {
	background: rgba(255,255,255,0.1);
}

button:active em, a.button:active em {
	background: none;
}

button:active, a.button:active {
	background-position: bottom;
}

ul, ol, dl {
	list-style: none;
}

/* End of 1. Tags */

/******# 2. Content & Positioning #******/

.page {
	width: 930px;
	padding: 1px 6px 6px 6px;
	background: url(images/content-background.jpg) no-repeat;
	margin: 20px auto;
	overflow: hidden;
	text-align: left;
}

.header {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

.accessibility {
	border: 1px solid #5771a4;
	line-height: 2em;
	padding: 0px 5px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	color: #FFF;
	background: #375089;
	z-index: 999;
}

.accessibility a, .accessibility a:hover {
	color: #FFF;
}

.body {
	width: 930px;
	clear: both;
	padding-top: 10px;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.borderless td, .borderless {
	border: none !important;
}

/* End of 2. Content & Positioning */

/******# 3. Header #******/

.menu {
	width: 848px;
	margin: 0px auto;
	text-align: center;
	z-index: 100;
	position: relative;
}

.menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -4px;
	background: url(images/menu-left.png) left no-repeat;
}

.menu > li:first-child:hover {
	background: url(images/menu-left.png) left no-repeat;
}

.menu li a {
	color: #FFF;
	display: block;
	padding: 15px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
	background: url(images/menu-right.png) right no-repeat;
}

.menu > li:first-child {
	background: none;
}

.menu > li:last-child a {
	background: none;
}

.menu li ul {
	display: none;
	width: 200px;
	padding-right: 6px;
	background: url(images/menu-dropdown-background.png);
	position: absolute;
	text-align:left;
}

.menu li li {
	float: none;
	display: block;
	margin: 0px;
}

.menu li:hover ul {
	display: block;
}

.menu li:hover a {
	background: url(images/menu-hover.png) right no-repeat;
}

.menu li:hover li a, .menu li li:hover a {
	background: none;
}

.menu li ul li a {
	display: block;
	padding: 0px 5px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #e2eaf3;
	color: #2160a5;
	text-shadow: none;
	background: none;
}

.menu li ul li a:hover {
	color: #FFF;
	background: #1c3c81;
	border-bottom: 1px solid #1c3c81;
}

.slideshow {
	height: 250px;
	width: 724px;
	position: absolute;
	top: 10;
	right: 0;
	z-index: 10;
	overflow: hidden;
}

.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 724px;
	height: auto;
}

/* End of 3. Header */

/******# 4. Footer #******/

.sidebar {
	float: left;
	width: 200px;
}

.sidebar h1 {
	padding: 10px;
	width: 180px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	background: url(images/sidebar-title.png);
}

.sidebar div {
	border-top: 4px solid #d1920a;
	background: #FFF;
	padding: 5px;
	width: 190px;
	margin-bottom: 10px;
}

.sidebar div div {
	border: none;
	width: auto;
	display: block;
	border-bottom: 1px solid #e2eaf3;
}

.sidebar div ul {
	margin: -4px;
}

.sidebar ul > li {
	position: relative;
}

.sidebar div ul li a {
	display: block;
	border-bottom: 1px solid #e2eaf3;
	line-height: 30px;
	padding: 0px 10px;
	*margin-top: -8px;
	*padding-top: 6px;
}

.sidebar div ul li:hover > a {
	color: #FFF;
	background: #1c3c81;
	border-bottom: 1px solid #4281c6;
}

.sidebar ul ul {
	background: #FFF;
	border: 4px solid #1c3c81;
	position: absolute;
	display: none;
	left: 202px;
	top: 4px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style-position: outside;
}

.sidebar ul li:hover ul {
	display: block;
}

.sidebar ul ul li {
	width: 200px;
}

.sidebar ul ul li a {
	display: block;
	padding: 10px;
}

.sidebar ul ul li:hover > a {
	background: #e2eaf3;
	color: #2160A5;
	border-bottom: 1px solid #e2eaf3;
}

.sidebar ul ul li h1 {
	display: block;
	padding: 5px 10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	background: #1c3c81;
}

.content {
	float: right;
	width: 664px;
	background: #FFF;
	padding: 30px;
	margin-top: 260px;	
	text-align: justify;
}

.content strong {
	color: #09195c;
}

.content ul {
	list-style: square inside;
	margin-bottom: 20px;
}

.content li {
	padding: 2px 0px;
}

.content form li {
	list-style: none;
}

.content h1 {
	border-bottom: 2px solid #d1920a;
	font-weight: normal;
	font-size: 2em;
	color: #09195c;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}

.content h2 {
	border-bottom: 1px solid #d1920a;
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}

.content h3 {
	color: #09195C;
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	font-family: "Times New Roman", Times, serif;
}

.content p {
	margin: 1em 0px;
	line-height: 1.5em;
}

.content input, .content textarea, .content label {
	display: block;
}

.content input, .content textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 310px;
	color: #4a5c70;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0px 15px 0px;
}

.content textarea {
	height: 150px;
}

.contact-map {
	width: 322px;
	float: right;
}

.content table {
	border: 1px solid #CCC;
	background: #d5e7f0;
	width: 664px;
	margin-bottom: 20px;
}

.caption {
	padding: 20px;
	background: #CCC;
	border: 1px solid #DDD;
}

table.calendar {
	border: none;
	background: #FFF;
}

.content td {
	border: 1px solid #DDD;
	padding: 10px;
	background: #FFFFFF;
	vertical-align: top;
}

.content td p {
	margin: 0px;
}

td.calendarHeader {
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	outline: 2px solid #FFF;
	border: none;
}

td.calendarHeading {
	font-weight: bold;
	font-size: 1em;
	color: #09195c;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	outline: 2px solid #FFF;
	border: none;
}

td.calendarEmpty {
	background: #FFF;
	border: none;
}

td.calendarEvent {
	border: 1px solid #8EABCA;
	background: #bccddf;
	padding: 0px;
	position: relative;
}

td.calendarEvent a:hover {
	background: #000;
}

td.calendarEvent a {
	background: #bccddf;
	display: block;
	padding: 10px;
}

td.calendarEvent div {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

td.calendarEvent:hover div {
	display: block;
}

div.calendar {
	width: 658px;
	border: 1px solid #DDD;
	background: #D5E7F0;
	margin: 0px 4px;
}

div.calendarTitle {
	width: 638px;
	overflow: hidden;
	background: #FFF;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 4px;
}

div.calendarHeading {
	border: 1px solid #FFF;
	background: #FFF;
	padding: 10px;
	float: left;
	height: 20px;
	width: 70px;
	margin: 1px;
	text-align: center;
	border-bottom: 2px solid #d1920a;
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
}

div.calendarItem, div.calendarToday {
	border: 1px solid #DDD;
	padding: 10px;
	background: #FFFFFF;
	float: left;
	height: 50px;
	width: 70px;
	margin: 1px;
}

div.calendarEmpty {
	border: 1px solid #D5E7F0;
	background: #E8F1F7;
}

div.calendarToday {
	font-weight: bold;
	font-size: 1.2em;
}

div.calendarEvent {
	position: relative;
	background: #D5E7F0;
	border: 1px solid #8BBDD6;
	z-index: 1;
}

div.calendarEvent a {
	display: block;
	font-size: 1em;
}

div.calendarEvent div {
	font-weight: normal;
	font-size: 1em;
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 200px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.calendarEvent:hover {
	z-index: 10;
	zoom: 1;
}

div.calendarEvent:hover div {
	display: block;
}

div.calendarEvent h3 a {
	font-size: 1em;
	color: #00F;
}

.content td strong {
	border-bottom: 1px solid #d1920a;
	font-weight: normal;
	font-size: 1.5em;
	color: #09195c;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
}

.images-right {
	width: 200px;
	border-left: 20px solid #FFF;
	float: right;
	text-align: center;
	background: #FFF;
}

.images-right img {
	display: block;
	max-width: 200px;
	height: auto;
}

.images-right div {
	width: 170px;
	border: 1px solid #CCC;
	background: #F5F5F5;
	padding: 14px;
	margin-bottom: 10px;
}

.images-right h1 {
	font-size: 1.5em;
}

.images-right p {
	text-align: left;
}

.images-top {
	width: 664px;
}

.images-top img {
	margin-right: 20px;
	max-width: 200px;
	height: auto;
	vertical-align: top;
}

.news {
	margin-bottom: 30px;
	border: 1px solid #e2eaf3;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 20px;
}

td img {
	margin-bottom: 10px;
}

/* End of 3. Header */

/******# 4. Footer #******/

.footer {
	background: #1f2e6b;
	border: 1px solid #3f4c80;
	padding: 15px;
	width: 910px;
	color: #FFF;
	line-height: 20px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
}

.footer strong{
	color: #bccddf;
}

.footer a {
	color: #ffd600;
}

.footer a:hover {
	color: #fff441;
	text-decoration: underline;
}

.footer address {
	float: left;
	font-style: normal;
	margin-right: 10px;
	width: 180px;
}

.footer p {
	float: left;
	width: 250px;
}

.footer .right {
	float: right;
	width: 350px;
	text-align: right;
	color: #bccddf;
}

/* End of 3. Footer */
