/*
Theme Name: Mt Dora Inn
Theme URI: 
Description: 
Version: 1.0
Author: Charles Forster
Author URI: http://charlesforster.com/
Tags: 
*/



@charset "utf-8";

*, html, body {
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}

body {
	background-color: #DCE0CD;
	font-family: Georgia,"Times New Roman",Serif;
	font-size: 78%;
	text-align: center;
}

p {
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Georgia,"Times New Roman",Serif;
}

h1, h2 {
	color: #758D42;
	font-family: Georgia,"Times New Roman",Serif;
	font-style: italic;
/*
	border-bottom:1px solid #758D42;
*/
	font-size: 1.7em;
	line-height: 1.5em;
	margin:0px 0 5px 0;
	padding-bottom:0px;
}

h2 a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.room {
	float:left;
	margin: 0 65px 15px 0;
}

h3 {
	color: #758D42;
	font-family: Georgia,"Times New Roman",Serif;
	font-style: italic;
	margin-top: 15px;
}

a h3 {
	text-decoration:none; 
}


a img {
	border: none;
}


#container {
	width: 1013px;
	margin: 10px auto;
	text-align: left;
}

#background {
	float: left;
	display: inline;
	width: 1013px;
	background-image: url(images/bg_sidebar.png);
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	display: inline;
	width: 261px;
}

.logo {
	float: left;
	display: inline;
	margin: 75px 0px 0px 0px;
}

#nav {
	float: left;
	display: inline;
	width: 261px;
	margin: 42px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
	display: inline;
	width: 261px;
	margin: 0px 0px 18px 0px;
	text-align: center;
}

#nav a {
	float: left;
	display: inline;
	width: 261px;
	height: 14px;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#nav a:hover {
	background-position: bottom;
}

#nav a.cur {
	background-position: bottom;
	cursor: default;
}

#reserve {
	float: left;
	display: inline;
	width: 222px;
	height: 85px;
	margin: 33px 0px 0px 24px;
	background-image: url(images/reserve.png);
}

#signup {
	float: left;
	display: inline;
	width: 175px;
	height: 27px;
	margin: 11px 0px 55px 60px;
}

#signup input[type=text] {
	float: left;
	display: inline;
	width: 132px;
	margin: 4px 0px 0px 0px;
	padding: 3px;
	border: none;
	font-size: 10px;
	color: #999999;
}

#signup_submit {
	float: right;
	display: inline;
	margin: 4px 0px 0px 0px;
}

#content {
	float: left;
	display: inline;
	width: 744px;
	margin: 0px 0px 0px 8px;
}

.post .entry {
	line-height: 1.5em;
	padding:20px;
}

.post .entry a {
	color: #758D42;
	text-decoration: underline;
}

.post .entry a:hover {
	text-decoration: none;
}


#leftArrow {
	float: left;
	display: inline;
	width: 19px;
	height: 32px;
	margin: 25px 17px 0px 0px;
	background-image: url(images/arrow_left.png);
}

#breakfasts {
	float: left;
	display: inline;
	width: 661px;
	height: 83px;
	overflow: hidden;
}

#scroll {
	float: left;
	display: inline;
	position: absolute;
}

#scroll img {
	float: left;
	display: inline;
	width: 121px;
	height: 83px;
	margin: 0px 16px 0px 0px;
}

#rightArrow {
	float: left;
	display: inline;
	width: 19px;
	height: 32px;
	margin: 25px 0px 0px 17px;
	background-image: url(images/arrow_right.png);
}

#specials {
	float: left;
	display: inline;
	width: 370px;
	height: 95px;
	padding: 146px 0px 0px 0px;
	background-image: url(images/home_specials.png);
}

#events {
	float: left;
	display: inline;
	width: 370px;
	height: 95px;
	margin: 0px 0px 0px 4px;
	padding: 146px 0px 0px 0px;
	background-image: url(images/home_events.png);
}

#specials li,
#events li {
	list-style-type: none;
	font-size: 14px;
	margin-left:20px;
}

#specials a,
#events a {
	color: #4C6128;
	text-decoration: none;
}

#specials a:hover,
#events a:hover {
	color: #4C6128;
	text-decoration: underline;
}


#footer {
	float: left;
	display: inline;
	width: 1013px;
	height: 200px;
	margin: 40px 0px 30px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #475C2D;
}

	#footer p {
		width: 100%;
		margin: 18px 0px 0px 15px;
	}
	
	#footer .divider {
		padding: 0px 30px 0px 30px;
	}

.float,
.alignleft {
	float: left;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
}

img.alignleft {
	margin: 0px 10px 10px 0px;
}

img.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	margin: 0px 0px 10px 10px;
}

a.more {
	position: absolute;
	width: 65px;
	height: 23px;
	margin: -43px 0px 0px 295px;
}

#events a.more {
	margin: -42px 0px 0px 300px;
}

#gallery a {
	float: left;
	display: inline;
	margin: 0px 3px 0px 0px;
	padding: 10px;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #683E1D;
}

	#gallery a:hover {
		color: #B5A200;
	}

#gallery h1 {
	float: left;
	display: inline;
	width: 75px;
	margin: 7px 0px 0px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: inherit;
	text-align: center;
	letter-spacing: normal;
	text-decoration: none;
	border-bottom: none;
}

#gallery img {
	float: none;
	display: block;
	width: 65px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #683E1D;
}

#gallery .numPhotos {
	float: left;
	display: inline;
	width: 75px;
	margin: 5px 0px 0px 0px;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
}

#gallery .gallery-row {
	float: left;
	display: inline;
	margin: 0px 0px 3px 0px;
	/*background-image: url(images/bg_gallery.png);
	background-repeat: repeat-y;*/
}


.floatleft {float:left;}
.floatright {float:right;}

#homebox {
	float:right;
	padding-left:25px;
}
	
	#homebox img {
		border: solid 4px #758D42;
		margin-bottom:40px;
	}
	
	#homebox .button img{
		width:260px;
		margin-bottom: 20px;
		border:none;
	}
