/* @override 
	http://pineshadows.troutoil.com/css/design.css
	http://pineshadowsmotel.com/css/design.css
*/


body {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	text-indent: -900%;
	width: 290px;
	height: 286px;
	margin: 0;
	padding: 0;
	background-image: url(../img/elements/nav/logo.gif);
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #345b7a;
	color: #345b7a;
	text-shadow: #aebddf 1px 1px 2px;
	letter-spacing: .11em;
}

#content p {
	list-style: none;
	width: 500px;
}

#content ul {
	list-style: none;
	width: 400px;
}

span.intro-text {
	display: block;
	font-size: 19px;
	line-height: 24px;
	color: #345b7a;
	text-shadow: #aebddf 1px 1px 2px;
	width: 500px;
}

img.top-stack {
	margin: 11px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	height: 40px;
	width: 290px;
	display: block;
	text-indent: -900%;
}

#nav li.motel a {
	background-image: url(../img/elements/nav/motel.gif);
}

#nav li.condo a {
	background-image: url(../img/elements/nav/condos.gif);
}
#nav li.calendar a {
	background-image: url(../img/elements/nav/calendar.gif);
}
#nav li.gallery a {
	background-image: url(../img/elements/nav/gallery.gif);
}
#nav li.contact a {
	background-image: url(../img/elements/nav/contact.gif);
}
#nav li.specials a {
	background-image: url(../img/elements/nav/specials.gif);
}

#header a{
}

#footer p {

}


img.left {
	float: left;
	padding: 5px 10px 5px 0;
}

img.right {
	float: right;
	padding: 5px 0 5px 10px;
}

/* @group Cake */

.cake-sql-log {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:80%;
	line-height: 160%;
	background: white;
	border: 1px solid black;
}

.cake-sql-log td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

/* @end */

a.gallery {

}

a.gallery img {
	width: 100px;
	padding: 0;
	margin: 9px;
	border: 1px solid grey;
}


.contact label {
	width:  100px;
	display: block;
	float: left;
}

/* calendar CSS */
 
table.calendar {width: auto; border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar th {background-color: #eee; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 58px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #f5dfb0;}
table.calendar td {border: 1px solid #cccccc; background-color: #white;}
 
table.calendar td div.cell-number {text-align: right; font-size: 8px; color: #444444; display: block;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {border: 1px solid #cccccc;}

#footer p {
	width: 560px;
	font-size: 12px;
	text-align: center;
}

#footer p a {
	color: #333;
}

textarea#contents {
	width: 500px;
	height: 250px;
	margin-bottom: 10px;
}

h3.gallery-head {
	padding-left: 5px;;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #345b7a;
	color: #345b7a;
	text-shadow: #aebddf 1px 1px 2px;
	letter-spacing: .11em;
}

