/* *** Reset browser styles *** */



h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote, html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
  -moz-opacity: .999;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

ol  {
	margin-left: 1.8em; /* add smaller indent than default */
	list-style: decimal;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}

/* ******** end of browser style reset ******** */

/* 2 col layout */
#twocol 
{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #151648;
}

#twoCol #contentWrap {
	color: #151648;
	width: 950px;
}

#twoCol #main {
	width: 780px;
	margin-right: 10px;
}

#main .large 
{
	font-size: 24px;
}

/* common layout */

#contentWrap {
	float:left;
}

#contentWrap #main {
	float: left;
	padding-bottom: 25px;
}

#twoCol #sidebar {
	float: right;
	width: 140px;
	padding-top: 1em;
	background: #57C0EA;
	padding-bottom: 350px;
	border-left: solid 1px #151648;
}

#container {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #A7A37E;
	border-left: 1px solid #A7A37E;
	background-color: #FFFFFF;
	position: relative;
}

#footer {
	clear: both;
}



/* page styles */
body {
	font: 16px "Trebuchet MS", Arial, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	color: #151648;
}
#main
{
	margin-left: 10px;
}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #990000;
	padding-top: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}

#main h2 {
	color: #053131;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}
#main {
	padding-top: 1em;
	background-color: white;
}
#main p {
	font: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #151648;
	background: #333333;
	padding: 3px 5px;
}


#sidebar  ul 
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #A7A37E;
	border-right: 1px solid #A7A37E;
}
#sidebar li {
	font-weight: bold;
	color: #FFF;
	text-transform: lowercase;
	background: #151648;
	text-align: left;
}
#sidebar a {
	text-decoration: none;
	color: #FFF;
	padding: 4px 3px 2px 2px;
	display: block;
}
#sidebar li a {
	border-top: 1px solid #A7A37E;
}
#sidebar li li a {
	border-top: 1px dashed #EFECCA;
	color: #046380;
	padding-bottom: 4px;
}
#footer {
	border-top: 1px solid #151648;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #151648;
	background: #57C0EA;
	margin-top: 10px;
	border-left: 1px solid #A7A37E;
	text-align: right;
	padding: 7px 10px 6px 0;
}

#sidebar a:hover {
	background: #F3F4C7;
	color: #151648;
}

/* ie 6  */
/*give links full rollover and remove space*/
* html #sidebar li a { height: 1px; }

/*allow alpha trans of bg image*/
* html #banner span#badge a {
background-image: url(../images/IEpostit.png);
background-position: 0 0;
height: 61px;
}
form .label {
	display: block;
	margin-top: 2px;
	font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A00;
}

#main li {
	padding-bottom: 5px;
}

#main .sideBySide li {
	float: left;
	width: 135px;
	overflow: hidden;
}

.clear:after { 
content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}

.clear {
	min-height: 1px;
}

* html .clear {
 height: 1px;
}

.clickable {
	cursor:pointer;
	margin-bottom: 5px;
}

.clickable:hover {
background-color:#FFC;
}

/* my new stuff */
#mainImage
{
	margin: 5px 10px 5px 30px;
	width: 450px;
	float: left;
}
#thumbnails
{
	width: 300px;
	float: right;
}
#thumbnails img 
{
	width: 75px;
	height: 50px;
}
#booknow
{
	color: #151648;
	position: absolute;
	left: 750px;
	top: 70px;
	font-size: 24px;
	text-decoration: none;
}
#left
{
	float: left;
	width: 450px;
}
#middle
{
	float: right;
	width: 300px;
}
#slideshow
{
	clear: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#dateTable
{
	padding: 5px;
	margin: 5px 10px 10px 10px;
	border-collapse: collapse;
	font-size:14px;
	color: White;
}
#dateTable td, #dateTable th
{
	border: solid 1px #151648;
}
#dateTable th, #dateTable .month
{
	background-color: #151648;
}
#dateTable .free 
{
	background-color: Green;
	text-decoration: none;
}
#dateTable .booked
{
	background-color: Red;
}
#dateTable .pending
{
	background-color: Maroon;
}
#dateTable a:link, #dateTable a:visited, #dateTable a:active
{
	text-decoration: none;
	display: block;
	color: White;
}
#dateTable a:hover
{
	text-decoration: none;
	color: Yellow;
}
#dateTable p
{
	color: Red;
}
#pay p, #adminRenter p
{
	margin-top: 2px;
}
#pay .label, #adminRenter .label, #contact .label
{
	margin-left: 50px;
	margin-right: 10px;
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	color: #151648;
}
#pay .text, #adminRenter .text, #contact .text
{
	width: 300px;
}
.payradio
{
	font-size: 12px;
}
.payLabel
{
	font-size: 12px;
	margin-left: 50px;
	margin-right: 10px;
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	color: #151648;
}
#legend p
{
	font-size: 10px;
	margin: 1px;
}
#legend .free
{
	color: Green;
}
#legend .pending
{
	color: Maroon;
}
#legend .booked
{
	color: Red;
}
#address p
{
	font-size: 16px;
	color: #151648;
	display: block;
	margin: 0 auto;
	text-align:center;
}
#activeLeft p
{
	font-size: 14px;
	float: left;
	width: 300px;
	margin: 0 15px 0 2px;
}
#activeRight
{
	font-size: 14px;
	float: right;
	width: 450px;
}
#listLeft
{
	font-size: 14px;
	float: left;
	width: 230px;
}
#listRight
{
	font-size: 14px;
	float: right;
	width: 220px;
}
#activeRight, #activeLeft, #middle
{
	font-size: 14px;
}
#activeRight a:link, #activeRight a:visited, activeRight a:active
{
	font-size: 14px;
	text-decoration: none;
	color: #151648;
}
#middle a:link, #middle a:visited, #middle a:active
{
	font-size: 14px;
	text-decoration: none;
	color: #151648;
}
#activeRight a:hover, #middle a:hover
{
	text-decoration: none;
	color: Red;
}
.activeCredit
{
	font-size: 9px;
	text-decoration: none;
	color: #151648;
}
#gallery
{
	margin-left: 25px;
}
#guestBook
{
	margin-left: 20px;
	font-size: 15px;
	width: 750px;
	height: 600px;
	background: url(../images/guestbook_blue.gif) no-repeat;
}
#titlePage, #leftPage
{
	float: left;
	width:320px;
	margin-left: 25px;
}
#rightPage, #newPage
{
	float: right;
	width: 320px;
	margin-right: 35px;
}
#rightPage, #leftPage
{
	margin-top: 10px;
}
#rightPage label, #leftPage label
{
	display: block;
	background-color: #A3F0FF;
	color: #151648;
	width: 330px;
}
#rightPage #comments, #leftPage #comments
{
	display: block;
	width: 330px;
	height: 200px;
	overflow: scroll;
}
#titlePage .name
{
	position: relative;
	top: 100px;
	font-size: 36px;
	font-family: "Lucida Handwriting", "Brush Script MT", Serif;
	color: #151648;
	display: block;
	text-align: center;
}
#titlePage .title
{
	position: relative;
	top: 140px;
	font-size: 36px;
	color: Red;
	display: block;
	text-align: center;
}
#pageLeft, #pageRight, #addEntry
{
	position: absolute;
	top: 700px;
	cursor: pointer;
}
#pageLeft, #pageRight
{
	top: 665px;
}
#pageLeft, #pageRight, #addEntry
{
	top: 660px;
}
#pageLeft
{
	left: 16px;
}

#addEntry
{
	left: 365px;
}

#pageRight
{
	left: 730px;
}
#newDate
{
	width: 100px;
}
#newEmail, newName
{
	width: 280px;
}
#newEntry
{
	width: 300px;
	overflow: scroll;
}
h2#heading
{
	font-size: 0.9em;
}