.entry p {
margin: 0px 35px 0px 35px;
text-align: left;
color: #78766c;
font-size: 11px;
padding-bottom:10px;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #faf8ea;
	color: #333;
	text-align: center;
	}
.storyimg {
	width:392px;
	height:200px;
	background:black;
	}
#page {

	text-align: left;
	}

#header {
	background-color: #73a0c5;
	
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url(http://burleighislandlodge.com/images/bottomrail.gif) repeat-x;

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.entry img {
	border:0px solid #faf8ea;
	float:left;
	}
.bigimg {
	text-align:center;
	width:100%;
	padding-bottom:20px;
	}
	
.subhead {
color: #444541;

			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -1px;
			font-size: 23px; 
			margin-top: 5px; 
			font-style:normal;
			border-bottom: 1px solid #78766c;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
text-decoration: none;
	color: #444541;
	font-weight: normal;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	
	margin: 20px auto;
	padding: 0;
	width: 788px;

	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: right;
	

	margin: 0px 5px 0 0px;
	width: 458px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 20px;
		
	
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 788px;
	clear: both;
	height:49px;
	padding-top:8px
	}

#footer p {
	margin: 0;
	
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.post h2 {
	color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -2px;
			font-size: 35px; 
margin-top: 0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}






/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 10px;
	} 

html>body .entry li {
	margin: 0px 0 3px 10px;
	
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	margin-left: 0px;
	width: 303px;
	float:left;
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 30px;
	padding-left: 0px;
	background:#fcf9f3;
	border:1px solid #ece4d3;
	padding-top:1px;
	padding-bottom:20px
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}







/**************************************************************************************************************/

/* CSS Document */

body {
background: #ffffff url(http://burleighislandlodge.com/images/bgtile.gif) repeat-y;
background-position:center;
color: #485056;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
			
#announcebar {
background-image: url(http://burleighislandlodge.com/images/att.gif);
background-color: #ffffff;
background-repeat: no-repeat;
border: solid 1px #dfdbce;
margin-left: 10px;
margin-right: 10px;
font-size: 11px;
padding: 7px 5px 5px 35px;
clear: both;
}
.maincontent {
padding: 0px 15px 15px 15px;
text-align: left;
}

.boxcopy {
padding: 0px 20px 0px 20px;
text-align: left;
color: #78766c;
font-size: 11px;
}

.formcopy {
color: #78766c;
font-size: 11px;
}



#botrail {
background: url(http://burleighislandlodge.com/images/bottomrail.gif) repeat-x;
}

/* MORE INFO BUTTON */
.moreinfo {
text-align: right;
padding: 0px 20px 0px 20px;
}

#spabox {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
margin-left:10px;
margin-top:0;	
border: solid 1px #dfdbce;
font-size: 12px;

		}
		
#resortbox {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
margin-left:0px;	
border: solid 1px #dfdbce;
font-size: 12px;
		}
.picbox {
float: left;
width: 236px;
margin-left: 20px;

}
		
.plainbox {
background: #efede0 ;
margin-left:0px;
margin-top:10px;
padding-bottom:20px;	
border: solid 1px #dfdbce;
font-size: 11px;
line-height: 17px;
		}
.mainimg {
	border:3px solid white;
	margin-left:5px;
	margin-top:10px;
	}
#sidebarbox {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
margin-left:13px;	
height: 380px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
#sidebarbox2 {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
height: 380px;
margin-left:2px;	
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
		
#specialevents {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
margin-left:13px;	
height: 50px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}
#contactus {
background: #efede0 url(http://burleighislandlodge.com/images/boxback2.gif) no-repeat;
margin-left:2px;	
height: 50px;
width: 228px;
border: solid 1px #dfdbce;
font-size: 12px;
		}



.shadeleft {
background: url(http://burleighislandlodge.com/images/shadowleft.gif) repeat-y;
}	

.shaderight {
background: url(http://burleighislandlodge.com/images/shadowright.gif) repeat-y;
}	
		
.bigtitle {
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 84%;
			letter-spacing: -2px;
			font-size: 35px; 
margin-top: 5px; }

h3 {
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height: 90%;
			letter-spacing: -1.2px;
			font-size: 23px; 
			margin-bottom:5px;
			padding:0 0px 0 18px;
			
}

	
h4 { 
			color: #444541;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			line-height:90%;
			letter-spacing: -1px;
			font-size: 20px; 
			font-style:normal;
			margin-bottom:5px;
			margin-top:20px;
			padding:0 0px 0 18px;
}
hr {
	height:1px; 
	background-color:#444541;
	color:#444541;
	width:90%;
	text-align:center;
	margin-bottom:0;
	margin-top:-3px;
	}
	
.entry a {
	color:#0099CC
	}
.entry a:visited {
	color:#0099CC
	}


		
.picbord {
border: white 2px solid;
}
		
.boxes {
padding-top: 5px;

}

#titleunderline {




}

/* single line body subheadings */
#smtitleunderline {
border-bottom: 2px solid #969270;
height: 25px;
margin-left: 20px;
margin-right: 20px;
}
#dbbigunderline {
border-bottom: 2px solid #969270;
height: 70px;
margin-left: 20px;
margin-right: 20px;
}


/* double line body subheadings */
#dbtitleunderline {
border-bottom: 2px solid #969270;
height: 45px;
margin-left: 20px;
margin-right: 20px;
}

/* OVERLINE HEADERS */
#smoverline {
border-top: 2px solid #969270;
height: 50px;
margin-left: 20px;
margin-right: 20px;
}

#dbtitleunderline {
border-bottom: 2px solid #969270;
height: 45px;
margin-left: 20px;
margin-right: 20px;
}

.lithead {
font-size: 9px;
margin-top: 8px;
text-align: left;
font-weight: normal;

}

/*  REGULAR LINKS  */

a.reg:link {
	text-decoration: none;
	color: #0c7fbb;
	font-weight: normal;
	
}
a.reg:visited {
	color: #0c7fbb;
	text-decoration: none;
}
a.reg:hover {
	text-decoration: underline;
	color: #0c7fbb;
}

/* SUB HEADING LINKS */


a.sub:link {
	color: #485056;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
a.sub:visited {
	color: #485056;
}
a.sub:hover {
	color: #0c7fbb;
}

