/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	padding:0px;
	margin:0px;
}
body {

    text-align:center;
	margin: 20px 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #749A75;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #235324;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
	
}

a:hover {
	text-decoration: none;
	
}
p {
	margin-bottom:11px;
}

/* Menu */

#menu {
	overflow:hidden;
	width: 950px;
	height: 49px;
	margin: 0 auto;
	background: #937735;
	border: 10px solid #4a3401;
	border-top:2px solid #4a3401;
	border-bottom:2px solid #4a3401;
	
}

#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 5px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #235324;
}

#menu a:hover {
	
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(img02.gif) no-repeat 10px 50%;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 950px;
	height: 190px;
	margin: 0 auto;
	background: url(header2.jpg);
	border: 10px solid #4a3401; 
	border-bottom: none;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 19px;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: 18px;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 450px;
	margin: 0 auto;
		float:left;
		overflow:visible;
}
#content img { margin: 0px; }

/* Latest Post */

#latest-post {
	padding: 20px 0;
	

}

#post_wrapper {
	width: 950px;
	margin: 0 auto;
	background-image:url(../images/post-bg.jpg);
	background-repeat: repeat-y;
	border: 10px solid #4a3401; 
	border-bottom: 2px solid #4a3401;
	border-top: none;
	overflow: auto;
}

#post_wrapper_turtle {
	width: 950px;
	margin: 0 auto;
	background:#fff;
	border: 10px solid #4a3401; 
	border-bottom: 2px solid #4a3401;
	border-top: none;
	overflow: auto;
}

#latest-post .title {
	float: left;
	
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 22px;
}

#latest-post .story {
	float: right;
	width: 410px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	text-align:center;
	color:#000;
}
#latest-post .turtle_story {
	float: right;
	width: 310px;
	padding: 0 20px;
	margin:5px;
	background-color:#F9E7BF;
	border: 1px solid #C6DAC7;
	text-align:center;
	color:#000;
}
#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 390px;
	padding: 20px;

}

#posts .post {padding:0px;
	padding-bottom: 30px;
}

#posts .story {
	padding: 0px;
	text-align:center;
	color:#000;
	
	
}
.title {
	float: left;
	margin-bottom:20px;
	text-align: center;
	line-height: 1.2em;
	font-size: 22px;
	width:410px;
}

#posts .story p {
	line-height:1.4;
	margin-bottom:15px;
	font-size:14px;
}
#posts .story strong {color: #006600;
	font-size:16px;}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: 8px;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	padding: 10px;
	
}
#links h1 { text-decoration: underline;
font-size: 22px;}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}
/* ### Link Classes */
/*home*/
#menu li.home {
	width:119px;
	height:48px;
	
}
#menu li.home a {
	background-image:url(../images/home_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.home a:hover {
	background-image:url(../images/home_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}

/*photo*/
#menu li.photo {
	width:119px;
	height:48px;
}
#menu li.photo a {
	background-image:url(../images/photos_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.photo a:hover {
	background-image:url(../images/photo_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
/* specials*/
#menu li.specials {
	width:119px;
	height:48px;
}
#menu li.specials a {
	background-image:url(../images/special_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.specials a:hover {
	background-image:url(../images/special_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
/*History*/

#menu li.history {
	width:119px;
	height:48px;
}
#menu li.history a {
	background-image:url(../images/history_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.history a:hover {
	background-image:url(../images/history_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
/*hours*/
#menu li.hours {
	width:119px;
	height:48px;
}
#menu li.hours a {
	background-image:url(../images/hours_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.hours a:hover {
	background-image:url(../images/hours_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
/*contact*/
#menu li.contact {
	width:119px;
	height:48px;
}
#menu li.contact a {
	background-image:url(../images/contact_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.contact a:hover {
	background-image:url(../images/contact_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}

/*links*/
#menu li.links {
	width:119px;
	height:48px;
}
#menu li.links a {
	background-image:url(../images/links_but.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
#menu li.links a:hover {
	background-image:url(../images/links_but_over.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:48px;
}
/*############ */
/* Footer */


#footer {
	width:950px;
	margin:0 auto;
	border: 10px solid #4a3401;
	border-top:none;
	background-color:#937735;
	}
#footer p {
	text-align: right;
	font-size:8px;
	color: #fff;
	line-height:1.2;
	padding:15px;
}

#footer a {
	color: #749A75;
}
.clear {
	width:0px;
	height:0px;
	clear:both;
}