/*-----------------------------------------------------------------------------
Theme Name: Kendall
Theme URI: http://
Description: Custom WP Theme
Version: 1.0
Author: Michael Bishop
Author URI: http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

.right {
	float: right;
	margin: 5px 0 5px 20px;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  font: 11px/1.6 "Myriad Roman", Verdana, Helvetica, Arial;
  background: #F7F7D5;
  color: #404040;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	display: none;
}

h2 {

}

.post h2 {
	color: #C8C7A8;
	font-size: 28px;
	padding-top: 20px;
	margin-left: 15px;
}

.postHome h2 {
	color: #C8C7A8;
	font-size: 18px;
	padding-top: 20px;
	margin-left: 15px;
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #D35C12;
	text-decoration: none;
	text-align: justify;
}

a:visited {
	color: #D35C12;
	text-align: justify;
	text-decoration: none;
}

a:hover {
	color: #F56B15;
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 1020px;
	border-right: 2px solid #C6C5A7;

}

#masthead {
	height: 116px;
	width: 1020px;
}

#masthead_l {
	height: 98px;
	width: 146px;
	background: url(images/L1.gif) no-repeat;
	float: left;
}

#masthead_r {
	height: 98px;
	width: 874px;
	background: url(images/main_header.jpg) no-repeat;
	float: right;
}

#twitter_div {
	float: right;
	clear: both;
	width: 200px;
	position:relative;
	top:40px;
}

#navcontainer {
	background: url(images/navbar.jpg) no-repeat;
	height: 18px;
	width: 1020px;
	float: left;
	position: relative;
	z-index: 100;
}

/* @end */

/*----------------------------------------------------------------------------
                          Horizontal Menu
----------------------------------------------------------------------------*/
#suckerfishnav { 
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#suckerfishnav, #suckerfishnav ul { 
	width: 890px;
	clear: both;
	float: left;
	text-align: right;
	margin: 0 0 0 50px;
	padding: 0 5px 0 5px;
	font-size: 11px;
	list-style-type: none;
	} 
	
* html #suckerfishnav, #suckerfishnav ul { 
	margin: 0 0 0 25px;
	} 
	
#suckerfishnav a { 
	display:block; 
	color:#000; 
	text-decoration:none; 
	margin:0 10px 0 10px; 
	padding: 0 0 2px 0; 
	text-align: center;
	} 
	
#suckerfishnav li { 
	float:left;
	} 
	
#suckerfishnav li ul { 
	position:absolute; 
	top: 17px;
	left:-999em; 
	height:auto; 
	width:155px;/*150px; */
	font-weight:normal; 
	margin: 0; 
	padding: 0;
	line-height:1; 
	} 
	
#suckerfishnav li li { 
	padding-right:1px; 
	width:155px; 
	border-bottom:1px solid #aaa; 
	} 
	
#suckerfishnav li ul ul { 
 top: auto;
 display: none;
	} 	
	
#suckerfishnav li li a { 
	padding:4px 0 4px 8px; 
	margin: 0;
	width:150px; 
	text-align: left;
	height: auto;
	} 
	
#suckerfishnav li ul li {  
	font-family:verdana,sans-serif; 
	} 
	
#suckerfishnav li ul li a { 
	font-size:11px; 
	color: #000;
	} 

#suckerfishnav li ul ul { margin:  -20px 0 0 150px; } 

#suckerfishnav li ul li:hover a { color:#bf3e25; }

#suckerfishnav li ul li:hover li a { color:#bf3e25; } 

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em;} 

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul { 
	left:auto; 
	background:#e0e4e5; 
	text-align: left;
	border: 1px solid #aeaead;
	}	


/* @group Content
-----------------------------------------------------------------------------*/

#watermark {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 280px;
	width: 285px;
}

#content {
	width: 874px;
	float: right;
	margin: 0;
	background: url(images/body2.jpg) no-repeat;
	min-height: 655px;
	height:auto !important;
    height:655px;
    position: relative;
	z-index: 1;
}

#home-flash {
	float: right;
	width: 375px;
	margin: 25px 0 0 10px;
	padding: 5px 0 5px 5px;
	border: 1px solid #000;
}

#sidebar2 {
	position: relative;
	float: right;
	padding: 0 35px 0 0;
	margin: 0;
	overflow: hidden;
}

#sidebar2 #quotes{
	position: relative;
	float: left; 
	clear: both;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

#sidebar2 img {
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
}

#sidebar2 #news {
	position: relative;
	float: left; 
	clear: both;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

#sidebar2 #news ul {
	margin: 0;
	padding:0;
}

#sidebar2 #news ul li {
	padding: 0;
	margin: 0 0 5px 15px;
	list-style-position: outside;
}

#sidebar2 #news ul li a {
font-weight: bold;
}
.post {
	width: 605px;

}

.postHome {
	background:transparent none repeat scroll 333px 50%;
	border-bottom:1px solid #C6C5A7;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	padding-bottom:20px;
	width:575px;
}

.entry {
	margin:0 15px 0 15px;
}

.entry p {
	text-align: justify;
	padding: 10px 0;
	margin: 0 0 0 0;
}

.entry ul {
	padding-left: 40px;
}


img.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
  /* padding: 1px;
   background-color: silver;*/
   border: 1px solid silver;
}
img.alignnone {   border: 1px solid silver;}

img.alignleft {
   float: left;
   margin-right: 5px;
  /* padding: 1px;
   background-color: silver;*/
   border: 1px solid silver;
}

img.alignright {
   float: right;
 margin-left: 5px;
  /* padding: 1px;
   background-color: silver;*/
   border: 1px solid silver;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.postmetadata {

margin: 20px 0 0 15px;

}

.utw {

}

.navigation {

}

.post_nav {

}


#column {

	width: 265px;
	float: right;
}

#bookRoom {
	position: absolute;
	top: 10px;
	right: 285px;
	}

/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	width: 146px;
	position: relative;
	float: left;
	overflow: hidden;
	clear:none;
}
/*#sidebar img.bottom  {
	margin-top: -6px;
}*/

#sidebar #address {
	width: 146px;
	height: 410px;
	background: url(images/new-address2.jpg) no-repeat top left;
	margin:0;
	padding: 0;
	position: relative;
	float: left;
}

#info {
	margin: 275px 0 0 0;
	padding: 5px 8px;
	text-align: center;
	
}

#info p {
	font-size: 10px;
	line-height: 11px;
	padding: 0;
	margin: 0;
}

#sidebar p.link {
	text-align: center;
}


/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	border: 1px solid #C6C5A7;
	height: 35px;
	margin: 0;
	text-align: justify;

}

#footer p {
	text-align: center;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

#comments-form {
	
}

#commentform {
	
}

#author {
	
}

#email {
	
}

#url {
	
}

#comment {
	
}

#submit {
	
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {

}

.even {

}

#kendall {
position: static;
z-index: -1;
visibility: visible;
}

#special-offers h3 {
	margin:15px 0 3px 0;
	padding:none;
	clear: both;
}

.special-offer p {
padding-top:0px;
}

/****************************
 *** TRIP ADVISOR WIDGETS ***
 ****************************/

#CDSWIDSSP {
	margin-left: auto !important;
	margin-right: auto !important;
}

#CDSWIDSSP .widSSPData {
	margin: 1px !important;
}

.widSSPPower {
	display: none;
}

#CDSWIDWRL {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 468px !important;
}

#CDSWIDWRL .widWRLData {
	margin: 1px !important;
}

#CDSWIDWRL .widWRLReview textarea {
	width: 440px !important;
	max-width: 440px !important;
}

.widWRLPower {
	display: none;
}