@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for The Davenport                       */
/* Last Updated: 02.11.08 by Cory Perry                               */
/*--------------------------------------------------------------------*/


body {
	background: #595135 url(../images/basebg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #8B7F56;
	font-family: Georgia, Times, serif;
	text-align: center;
}

/* set everything to a 0 0 default-------------*/

*, html {
	margin: 0;
	padding: 0;
}


/* spans---------------------------------------*/

span.italic {
	font-style: italic;
}

span.excerpt {
	display: block;
	margin: 20px 40px 20px 40px;
	font-size: 16px;
	color: #595135;
	font-style: italic;
	line-height: 19px;
}

/* headers-------------------------------------*/

h3#available {
	width: 167px;
	height: 21px;
	text-indent: -9999px;
	background: url(../images/subhead_available.jpg) no-repeat right;
	margin: 0 0 6px 13px;
}

h3#amenities {
	width: 167px;
	height: 21px;
	text-indent: -9999px;
	background: url(../images/subhead_amenities.jpg) no-repeat right;
	margin: 0 0 6px 13px;
}

h3#navigationHead {
	width: 140px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/subhead_nav.jpg) no-repeat top right;
	margin: 0 0 5px 0;
}

#ColumnTwoSub h3#navigation {
	width: 140px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/subhead_nav.jpg) no-repeat top right;
	margin: 5px 0 5px 60px;
}

h3#upcoming {
	width: 194px;
	height: 23px;
	text-indent: -9999px;
	background: url(../images/subhead_events.jpg) no-repeat right;
	margin: 25px 0 6px 13px;
}

/* index page event dates */
h4.eventDate {
	width: 188px;
	height: auto;
	background: url(../images/date.gif) no-repeat right;
	font-size: 12px;
	font-weight: normal;
	color: #595135;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 4px;
}

/* index page event titles */
h4.eventTitle {
	width: 206px;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	color: #595135;
	text-align: right;
	margin-bottom: 3px;
}

h3#introHead {
	width: 254px;
	height: 24px;
	text-indent: -9999px;
	background: url(../images/subhead_intro.jpg) no-repeat;
	margin: 0px 0px 5px 15px;
}

h3#blogHeader {
	width: 254px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/subhead_blogpost.jpg) no-repeat;
}

/* Blog Post Title on Index page */
h4.postTitle {
	width: 520px;
	height: auto;
	font-size: 19px;
	font-weight: normal;
	color: #8B7F56;
	margin: 15px 0 2px 0;
}

/* Blog Post Date on Index page */
h5.postDate {
	font-size: 11px;
	font-style: italic;
	color: #8B7F56;
}

/* Main header for subcontent */
h3.subcontentHeader {
	font-size: 21px;
	font-weight: normal;
	width: 700px;
	border-bottom: 1px solid #595135;
	margin: 0 0 10px 10px;
	padding: 15px 0 4px 0;
}

h3.subContent {
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}
h4.subContent {
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
	margin: 15px 0 10px 0;
}

/* titles for blog postings in blog */
.blogPosting h3 {
	font-size: 16px;
	color: #595135;
	font-weight: normal;
	margin: 8px 0 3px 0;
}
/* dates for blog postings in blog */
.blogPosting h4 {
	font-size: 13px;
	color: #8B7F56;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-style: italic;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 186px;
}

/* content div for index page */
#content {
	width: 950px;
	height: auto;
	min-height: 770px;
	position: relative;
	background: url(../images/content_bg.jpg) repeat-y;
}
/* content div for interior pages */
#contentSub {
	width: 950px;
	height: 2000px;
	position: relative;
	padding-bottom: 15px;
	min-height: 770px;
	background: url(../images/contentSub_bg.jpg) repeat-y;
}

/* Column 1 Layout */
#ColumnOne {
	width: 537px;
	height: auto;
	min-height: 750px;
	background: #FFF;
}

#ColumnOne #introBox {
	width: 537px;
	height: 169px;
	background: #8B7F55 url(../images/introbox_bg.jpg) no-repeat top left;
	position: relative;
}

#introBox p#subHeader {
	font-size: 18px;
	color: #E6E6BD;
	margin: 0 15px 5px 15px;
	font-weight: lighter;
}

#introBox p#subText {
	font-size: 15px;
	color: #FFF;
	margin: 0 15px 5px 15px;
}

/* Learn More button in Intro */
#introBox #introButton {
	width: 167px;
	height: 33px;
	position: absolute;
	bottom: 10px;
	right: 30px;
}
#introBox #introButton a {
	width: 167px;
	height: 33px;
	text-indent: -9999px;
	background: url(../images/button_learnmore.jpg) no-repeat top left;
	display: block;
}
#introBox #introButton a:hover {
	background: url(../images/button_learnmore_over.jpg) no-repeat top left;
}

/* index page blog posting box */
#ColumnOne #blogBox {
	width: 520px;
	height: auto;
	margin: 10px 0 0 10px;
	border-bottom: 1px dashed #595135;
}
#ColumnOne #blogBox p {
	margin: 15px 0 10px 0;
	font-size: 13px;
	line-height: 18px;
}
.blogSeparator {
	width: 520px;
	height: auto;
	margin: 0px 0 0px 0;
	padding-bottom: 0px;
	border-bottom: 1px dashed #E5E6BE;
}

#ColumnOne #blogBox img {
	padding: 3px 3px;
	border: 1px solid #353434;
	margin: 15px 8px 0px 0;
	background: #E6E6BD;
	float: left;
}

#ColumnOne #blogBox a.infobutton {
	width: 103px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/button_moreinfo.jpg) no-repeat;
	display: block;
	margin-left: 0;
	margin-bottom: 5px;
}
#ColumnOne #blogBox a.infobutton:hover {
	background: url(../images/button_moreinfo_over.jpg) no-repeat;
}

#ColumnOne #blogBox a.buytix {
	width: 103px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/button_buytix.jpg) no-repeat;
	display: block;
	margin-left: 0;
	margin-bottom: 5px;
}
#ColumnOne #blogBox a.buytix:hover {
	background: url(../images/button_buytix_over.jpg) no-repeat;
}

#ColumnOne ul, #ColumnOneSub #inner ul {
	margin: 12px 0px 10px 15px;}

/* Column 2 Layout */
#ColumnTwo {
	width: 213px;
	height: auto;
	background: #E6E6BD;
	position: absolute;
	top: 0px;
	left: 537px;
}

#ColumnTwo ul#twitter_update_list {
	list-style: none;
	margin: 0 5px 0 5px;
}
#ColumnTwo ul#twitter_update_list li {
	margin: 0 0 6px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #8B7F56;
}
#ColumnTwo #twitter_update_list li a {
	margin: 3px 0 3px 0;
	display: block;
	text-decoration: none;
}

#ColumnTwo #navigation {
	width: 213px;
	height: auto;
	margin-top: 0px;
}

#ColumnTwo #socialBox {
	width: 213px;
	height: auto;
	margin: 30px 0 30px 0;
}
#ColumnTwo #socialBox img {
	margin-bottom: 3px;
}

#ColumnTwo #eventsBox {
	width: 211px;
	height: auto;
}
#ColumnTwo #eventsBox a.infobutton {
	width: 103px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/button_moreinfo.jpg) no-repeat;
	display: block;
	margin-left: 105px;
	margin-bottom: 10px;
}
#ColumnTwo #eventsBox a.infobutton:hover {
	background: url(../images/button_moreinfo_over.jpg) no-repeat;
}

/* Column 3 Layout */
#ColumnThree {
	width: 200px;
	height: auto;
	min-height: 450px;
	background: #8B7F56;
	position: absolute;
	top: 0px;
	right: 0px;
}

#content #ColumnThree #innerContent {
	width: 180px;
	height: 300px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content #ColumnThree #innerContent ul {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 20px;
}

#content #ColumnThree #innerContent ul li {
	padding: 0 0 4px 0;
	text-align: right;
}

#content #ColumnThree #adBox {
	width: 200px;
	height: auto;
	margin: 120px 0 2px 0;
}

/* Column 1 Interior */
#contentSub #ColumnOneSub {
	width: 700px;
	height: auto;
	min-height: 450px;
	background: #FFF;
}

#contentSub #ColumnTwoSub {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 213px;
}

/* inner content div for interior pages */
#contentSub #ColumnOneSub #inner {
	margin: 10px 20px 10px 10px;
	font-size: 13px;
	line-height: 16px;
}

#contentSub #ColumnOneSub #inner p {
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0 15px 0;
}

/* class for each blog posting in blog/news section */
.blogPosting {
	width: 700px;
	height: auto;
	margin: 10px 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #E5E6BE;
}
.blogPosting img {
	float: right;
	margin: 0 0 10px 10px;
	background: #E5E6BE;
	border: 1px solid #595135;
	padding: 4px 4px;
/*	width: 150px;
	height: 130px;
*/
}
.blogPosting p {
	line-height: 18px;
	margin: 8px 0 8px 0;
}

#footer {
	width: 950px;
	height: auto;
	background: #585135;
	margin: 0 auto;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#footer p {
	margin: 0 10px 10px 0;
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
}

/* Photo Gallery (event-photos.cfm) styling */

.galleryHolder {
	width: 700px;
	height: auto;
	overflow: auto;
	border: 1px solid #E5E6BE;
}

.galleryHolder .galleryText h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
}

.galleryHolder .galleryText h4 {
	font-size: 13px;
	font-weight: normal;
	color: #FF6600;
}

.galleryHolder .galleryText p.gallery {
	margin: 15px 10px 10px 0;
	line-height: 18px;
}

.galleryRow {
	width: 700px;
	height: 240px;
	margin-bottom: 10px;
}

.galleryland {
	width: 230px;
	height: 186px;
	background: url(../images/photo_bg_land.png) no-repeat top left;
	float: left;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}

.galleryland img.landphoto {
	width: 210px;
	height: 158px;
	margin: 9px 0 0 10px;
}

.galleryport {
	width: 177px;
	height: 232px;
	background: url(../images/photo_bg_port.png) no-repeat top left;
	float: left;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.galleryport img.portphoto {
	width: 158px;
	height: 210px;
	margin: 7px 0 0 10px;
}

.galleryCredits {
	font-size:12px;
}



