/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

*{
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #BFD9DC url(images/bg1.png) repeat-y center;
	color: #303536;
	font-size: 12px;
}

/* --------------------------------------------------------------------------------- HEADER */

#branding {
	margin-bottom:0;
	padding:0;
}
#blog-title, #blog-description{
	display:none;
}
img.logo, img.tagline{
	margin: 0 auto;
	display:block;
}
.header-image{
	margin-left: 1px;
}

/* --------------------------------------------------------------------------------- MENU */

#access{
	margin-top: 10px;
}
.menu {
	width: 840px;
	margin-top: 20px;
}
ul.sf-menu{
	text-align: center;
}
.sf-menu{
	border: none;
}

.sf-menu a{
	padding:5px 8px;
	text-align:center;
}

.sf-menu a, .sf-menu a:visited {
	color: #044E5B;
	border: none;
	font-weight:bold;
	text-decoration: none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #C0D3D6;
}

.page-item-3, .page-item-2, .page-item-9, .page-item-123, .page-item-125, .page-item-165, .page-item-129, .page-item-131, .page-item-133, .page-item-135, .page-item-138, .page-item-122, .page-item-449, .page-item-1251, .page-item-1254, .page-item-1656, .page-item-2352{
	border-right: 1px solid #C0D3D6;
}

.page-item-129 {
margin-left: 10px;
}
.page-item-138{
	margin-left: 55px;
}
.page-item-138 a {
	color: #fff!important;
	background: #1C6671;
}
.page-item-138 a:hover {
	color: #1C6671!important;
}

#access{
	border: none;
}
.page-item-1359 a {
	color: #610027!important;
}

/* --------------------------------------------------------------------------------- CONTENT */
#index-top{
	float:  left;
	width: 300px;
}
#index-top2 {
	width: 200px;
	float: left;
	margin-left: 45px;
}
#index-top3 p{
	font-size: 10px;
	line-height: 15px;
}
#index-top3 {
	width: 220px;
	float: right;
	margin-left: 60px;
}
#searchform input {
	border:  1px solid #044E5B;
	padding: 2px;
}
#main {
	width: 860px;
	overflow: visible;
	padding: 16px 0 22px;
}
h1.entry-title{
	text-align: center;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	color: #006672;
	background:url(images/headerbg.png) no-repeat center;
	padding-top: 5px;
}
#primary{
	margin-top: 55px;
}
#primaryR{
	margin-top: 55px;
}
#primaryE{
	margin-top: 65px;
}
#container {
float:left;
width:850px;
}

#content{
	width: 850px;
}
#content-blogR{
	width: 500px;
}

#container-blogR{
	width: 500px;
	float:left;
}
#content-blog{
	width: 850px;
}

#container-blog{
	width: 850px;
	float:left;
}
#content-page{
	width: 860px;
}

#container-page{
	width: 500px;
	float:left;
}
.entry-content h3 {
	padding:14px 0 14px;
}
.entry-content p {
	font-size: 12px;
}
a:link {
	color: #006672;
	text-decoration: none;
}

.entry-content p a:link, .entry-content p a:visited {
	color: #006672;
	text-decoration: none;
	background: #E0EAEB;
}
.entry-content a:hover{
	text-decoration: underline;
}

.wp-caption-text{
	font-style: italic;
}
.clear{
	clear: both;
	margin: 10px;
}

table{
	border: none;
}
.alignleft {
float:left;
clear:left;
margin-right:5px;
}
.alignright {
float:right;
clear:right;
margin-left:5px;
}
.aligncenter {
text-align:center;
margin:5px auto;
display:block;
}

hr{
	width: 75%;
	color: #C0D3D6;
	margin-bottom: 11px auto;
	clear:both;
}


/* --------------------------------------------------------------------------------- PAGE SPECIFIC STYLES */

/* --------------------------------------- General Information */
#amenities-wrap{
	/*margin: 0 auto;
	width: 400px;*/
	float:right;
	margin:0 0 0 10px;
	padding:0;
}
#amenities-wrap h3{
	text-align: center;
	color: #303536;
	padding: 0;
	margin: 0;
}
#amenities-left{
	margin: 0 auto;
	width: 300px;
}
#amenities-left, #amenities-right{
	float: left; 
	width: 200px;
}
#amenities-left ul, #amenities-right ul {
	list-style: none;
	padding:0;
	margin: 0;
}

#amenities-left ul li, #amenities-right ul li {
	height: 30px;
	font-size: 11px;
	padding: 10px;
	line-height: 15px;
}
li.on{
	background: #E0EAEB;
}

/* --------------------------------------- Home */
#home-award {
	background: #C0D3D6;
	width: 50%;
	padding: 10px;
	text-align:center;
	margin: 0 auto;
	float: right;
}
#recent-recipes-home{
	float: right;
	margin: 15px auto;
	width: 50%;
}
#recent-posts-home{
	clear: both;
	margin: 15px auto;
	width: 90%;
	padding: 5px;
	border: 5px solid #006672;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	background: #FAF4E6;
}
#recent-posts-home li {
	margin: 0;
	list-style: none;
}
#recent-recipes-home li {
	list-style: none;
}
#recent-posts-home p{
	margin-left: 15px;

}
#recent-recipes-home h2, #recent-posts-home h2, #newslettersub h2 {
	text-align: center;
	background: url("images/headerbg.png") no-repeat scroll center center transparent;
	color: #006672;
	font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	font-style: italic;
	padding-top: 5px;
	margin-top 25px;
}
#newslettersub h2 {
	text-align: left;
}
label {
	text-align: left;
}
/* --------------------------------------- Area Links & Events */
#calendar {
	width: 250px;
}
#primaryE {
	border: 3px solid #006672;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	box-shadow: 5px 5px 5px #BFD9DC;
	-moz-box-shadow: 5px 5px 5px #BFD9DC;
	-webkit-box-shadow: 5px 5px 5px #BFD9DC;
	padding: 10px;
	margin-top: 120px;
	background: #FAF4E6;
}
/* --------------------------------------- Guest Reviews */
.contentwrapper{
	float: left;
}
.contentwrapper2{
	margin-left: 50px;
}
.testimonial {
	width: 350px;
}
.testimonial h4 {
	height: 35px;
	width: 350px;
	color: #006679;
	background-image: url(images/testimonials.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding-left: 22px;
	padding-top: 2px;
	margin:0!important;
	line-height:15px;
	text-transform:none;
	font-weight: normal;
}
.testimonial p{
	margin-left: 30px;
}

.CDSWIDSSP{
	margin: 0 auto;
}
/* --------------------------------------- Recipes */
li.recipe {
	margin-bottom: 10px;
}
#post-449 h1.entry-title{
	display: none;
}
.pageid-449 #primary{
	border: none;
}
/* --------------------------------------------------------------------------------- FOOTER */
.form.ddfm .submit {
	text-align: left;
}
#footer {
	border-top: none;
	width: 950px;
	margin: 0 auto;
	/*background: #660033;
	color: #e3d7b8;*/
}
#footer h2 {
font-size: 19px;
font-weight: bold;
}
#siteinfo {
	text-align: center;
}
