/* @override 
	http://grianan.co.uk.local/sites/grianan.co.uk/resources/css/all.css
	http://www.grianan.co.uk/sites/grianan.co.uk/resources/css/all.css
*/

html, body {
	height: 100%;
}
.container {
	height: auto !important;
	/*margin: 0 auto;*/
	min-height: 100%;
	height: 100%;
	margin: 0 auto -490px; /* the bottom margin is the negative value of the footer's height */

}

.footer {
	height: 490px;
}

.push {
	clear: both;
	height: 280px;
	*height: 490px;
}


/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/



body {
	font-family: Georgia;
	background: #ddd url('../images/dropshadow.png') repeat-y center;
}


.container {
	width: 1000px;
	background: #fff url('../images/header.jpg') no-repeat;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

.inner-container {
	padding: 15px 50px;
}

.footer {
	background: url('../images/footer1.jpg') no-repeat bottom;
	width:1000px;
	margin: 0 auto;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	
}


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

.sidebar ul {
	margin-left: 3px;
}

.sidebar ul ul {
	margin-left: 13px;
	font-size: 80%;
}

.sidebar ul a {
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
}

.sidebar ul a:hover, .sidebar ul a.active {
	border-bottom: 1px dotted;
}
.maincol {
	float: right;
	width: 700px;
	margin-top: 4px;
}

.logo {
	display: block;
	width: 130px;
	height: 51px;
	background: url('../images/logo.png');
	text-indent: -2000px;
	margin-bottom: 15px;
}

h1 {
	margin-top: 5px;
	font-size: 21px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h2 {
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h3,h4,h5 {
	margin-top: 5px;
	font-size: 15px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.maincol p, .maincol ul, .maincol table {
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 13px;
}

.maincol ul {
	list-style-type: disc;
	margin-left: 2em;
}

.contents {
	float: right;
	padding: 5px;
	margin: 0 0 5px 5px;
}

ul.contents * {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
}

a {
	color: #57702D;
}

a:hover {
	color: #28353b;
	text-decoration: underline;
}

input.double {
	width: 140px !important;
	margin-right: 4px;
}

.calendars .month-container {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid;
	background: #fafafa;
}

.calendars .col0 {
	clear: left;
}










/* @group Small Calendar */

.month {
	border: 1px solid;
	width: 200px;
	margin-bottom: 5px;
	text-align: center;
	-moz-border-radius: 3px;
}

.calendar {
	width: 200px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.calendar a {
	font-weight: bold;
	text-decoration: none;
}

.calendar th {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.calendar th.calendar-month {
	border-bottom: 1px solid;
}

.calendar td {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.calendar td div {
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;
	background: url(../images/calendar_bg/y.gif);
	margin: 1px;
	font-size: 7pt;
}

.calendar td div.saturday {
}

.calendar td div a {
	border-bottom: 1px dotted;
}

.calendar td div.r {
	background: url(../images/calendar_bg/g.gif);
	color: #999;
}

.calendar td div.b {
	background: url(../images/calendar_bg/b.gif);
	color: #999;
}


.calendar td div.depart.r {
	background: url(../images/calendar_bg/gy.gif);	
}

.calendar td div.depart.b {
	background: url(../images/calendar_bg/by.gif);	
}

.calendar td div.arrive.r {
	background: url(../images/calendar_bg/yg.gif);	
}

.calendar td div.arrive.b {
	background: url(../images/calendar_bg/yb.gif);	
}

.calendar td div.depart.arrive.r {
	background: url(../images/calendar_bg/gb.gif);	
}

.calendar td div.depart.arrive.b {
	background: url(../images/calendar_bg/bg.gif);	
}

.calendar td div.available {
	background-color: #F3F3C5;	
}
.calendar td div.spacer {
	background-color: transparent;
}

.calendar-month {
	background-color: #eee;
	padding: 2px;
	font-weight: bold;
}

.calendar td div.spacer {
	background-image: none;
}

/* @end */

.datePicker table {
	font-size:80% !important;
}

.book-calendar {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.book-calendar p {
	font-size: 12px;
	padding-top: 10px;	
}


div.datePicker table tbody td.date-picker-hover {
	cursor:pointer;
	background:#fff no-repeat 0 0;
	border-color:rgb(100,130,170) !important;
	color:rgb(100,130,170); 
	text-shadow: 0px 1px 1px #fff;    
}

div.datePicker table tbody td.date-picker-selected-date {
	cursor:pointer;
	background:#fff url(../js/datepicker/media/bg_header.jpg) no-repeat 0 0;
	border-color:rgb(100,130,170) !important;
	color:rgb(100,130,170); 
	text-shadow: 0px 1px 1px #fff;    
}

table.my-bookings {
	border: 1px solid;
	background: #fff;
}

table.my-bookings tr th, .my-bookings tr td {
	text-align: left;
	padding: 5px 15px;
	vertical-align: middle;
	width: 10em;
	
}

table.my-bookings .cancel {
	width: 5em;
	text-align: center;	
}

table.my-bookings tr th {
	background: #EEEEEE;
	border-bottom: 1px solid;
}

table.my-bookings tr.even td {
	background-color: #EEEEEE;
}

.year-nav {
	width: 666px;
	padding: 5px 0;
}

.year-nav .next {
	float:right;
}

ul.gallery {
	margin: 0;
	padding: 0;
}

ul.gallery li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

ul.gallery img {
	border: 5px solid #999;
}



