/*  
Loosely following
Theme URI: http://www.freewpthemes.net/preview/unnamed
Author:Nikki Chau
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #333;
	font-size: 13px;
	text-align: left;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #7D4400;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */


#header {
	width: 800px;
	margin: 0 auto;
	background: url(images/raincity_logo.png) no-repeat top left;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}



#header h1, #header p {
	margin: 0;
}

#header h1 {
	margin-left: 280px;
	float: left;
	color: #F79F1A;
	font-size: 36px;
}

#header p {
	float: left;
	padding: 17px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#header a {
	text-decoration: none;
	color: #F79F1A;
}
#wrapper {background: url(images/page_bottom.png) bottom center no-repeat; padding-bottom: 10px; width: 820px; margin:0 auto; }

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 1px;
}

#page div {
	margin-bottom: -7000px; 
	padding-bottom: 7000px;
}
/* Content */

#content{
	float: left;
	width: 540px;
	margin: 0;
	background: #B8E33C;
	border: 10px solid #FFFFFF;
	margin-bottom: 10px;
}

.post {
	background: url(images/plumeria2.jpg) no-repeat left top;
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 60px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -30px 20px 0 60px;
	color: #646464;
	text-transform: uppercase;
}

.meta {
	border-bottom: 10px solid #FFFFFF;
	text-align: right;
	color: #646464;
	padding: 10px 20px 20px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	background: url(images/img07.gif) no-repeat 0px 45%;
	padding-left: 15px;
}

.meta .comments {
	background: url(images/img06.gif) no-repeat 0px 45%;
	padding-left: 18px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry, .rates, .directions, .bios {
	margin: 0 20px 0 20px;
}

.last {
	border: none;
}

.bios img{
	float: right;
	padding: 10px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	background: #B8E33C no-repeat right top;
	border: 10px solid #FFFFFF;
	margin-bottom: 10px;
	color: #974805;
}

#sidebar ul {
	margin: 0 0 0 15px;
	padding: 20px 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #B8C539;
	background: url(images/img03.gif) no-repeat 0px 40%;
	padding: 0 0 10px 0px;
}

#sidebar h2 {
	margin: 0;
	height: 40px;
	background: url(images/img04.gif) no-repeat left 60%;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar a {
	color: #8B3A3A;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 20px auto 0 auto;
	background: #B8E33C url(images/plumeria3.jpg) no-repeat right top;
	border: 10px solid #FFFFFF;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #904E00;
}

#footer p {
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

#footer p a {
	color: #904E00;
	text-decoration:none;
}

#menu {
	height: 45px;
	width: 740px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 19px 16px 19px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12	px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #E3170D;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #8C1717;
	padding: 15px 20px 16px 20px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #58032F 1px solid;
}


/* Logo */

#logo {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/raincity_logo.png) no-repeat left top;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	margin-bottom: 10px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 0px;
	font-size: 48px;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD0A70;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}	


table.schedule {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #8B3A3A;
	border-collapse: separate;
	background-color: white;
	text-align: center;
	margin: 10px auto;
}
table.schedule th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 2px 5px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.schedule td {
	border-width: 1px 1px 1px 1px;
	padding: 10px 2px 10px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

#currentschedule, #holidayschedule{
	margin: 10px; 
}

#currentschedule h2, #holidayschedule h2, #directions h2 {
font-size: 18px;
text-transform: lowercase;
}
.map{
	padding: 30px;
}

.map img{
	border: 2px solid gray;
}

.map a{
}

#holidayschedule ul, .rates ul{
list-style: square;
}

