/*  
Theme Name: Inn at Onancock 2013
Theme URI: http://www.innatonancock.com/home
Description: The Main theme for the Inn at Onancock
Version: 1.5
Author: Adam LaMontagne
Author URI: 

Original css:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/
* {
	padding: 0px;
	margin: 0px;
}

/* Begin Typography & Colors */
body {
	font-size: 75%;
	font-family: Georgia, serif;
	background: url(images/bluebg.gif) repeat center top;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #fff;
	text-align: left;
	}

#header {
	background: url('images/innheader2013.jpg') no-repeat;
	}

#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;
	}

.entrytext p {margin-top:10px;
	line-height:1.4em;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url(images/bluebg.gif) repeat center top;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-indent:0;
	}

h1, h2, h3 {
	font-family: Georgia, Serif;
	font-weight: bold;
	letter-spacing:-2px;
	}

h1 {
	font-size: 2em;
	}

.breadcrumb {
	font-size:.9em;
}

h2 {
	font-size: 1.8em;
	}

.post h2 {
	font-family: Georgia, serif;
	font-size:3em;
	font-weight:normal;
	font-style:italic;
}

.post h3 {
	font-family: Georgia, serif;
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
}

.post h4 {
	font-family: Georgia, serif;
	font-size:2em;
	font-weight:normal;
	font-style:italic;
	margin-top:20px;
}

#sidebar h2 {
	font-family: Georgia, Garamond, Serif;
	font-size: 1.5em;
	font-weight: bold;
	}

h3 {
	font-size: 1.5em;
	}

.description {
	text-decoration: none;
	color: #981e32;
	font-weight:bold;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #981e32;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#sidebar ul ul li {
	font-size:1.1em;
	}

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 {
	color: #981e32;
	text-decoration: none;
	}

a:hover {
	color: #981e32;
	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;
	}

.caption {
	display:block;
	text-align:center;
	width:auto;
	background-color:#dcd3b8;
	margin-top:0px;
	padding-bottom:3px;
	color:#981e32;
	font-size:.9em;
}

ul#weather {
	background-color:#ece9d8;
	width:120px;
	margin:0 auto 0 auto;
}

#weather-image {
	margin-left:10px;
} 

#weather li.desc, #weather li.temp {
	color:#000000;
	text-align:center;
}
#weather li.temp {
	padding-bottom:5px;
}
#weather li.desc {
	padding-top:5px;
}
#nifty {background: #ece9d8;margin:15px auto 0 auto; width:125px;}
b.rtop, b.rbottom{display:block;background: #dcd3b8;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #ece9d8}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 -20px;
	padding: 0; 
	}

#page {
	background-color: #f8f3e5;
	margin: 400px auto 0 auto;
	padding:0 0 -20px 0;
	height: 100%;
	width: 100%;
	border-top:20px solid white;
}
	
#header {
	padding: 0;
	height: 300px;
	width: 691px;
	z-index:0;
	margin:0 auto 0 auto;
	position:relative;
	top:-471px
	}

#quickSummary {
	position:absolute;
	text-align:center;
	width:100%;
	top:400px;
}

#quickSummary p {
	width:400px;
	margin:4px auto 0 auto;
	padding-left:50px;
}

.breadcrumb {
	margin-top:15px;
	vertical-align:baseline;
}

#maincontent {
	width:100%;
}

.narrowcolumn {
	float: left;
	padding: 10px 20px 40px 20px;
	margin: -40px auto 0 auto;
	width: 500px;
	min-height:350px;
	z-index:2;
	}

html>body .narrowcolumn {
	margin-bottom: 0px;
	}

.widecolumn {
	padding: 10px 40px 10px 40px;
	margin: -10px 0 -10px 0;
	width: 595px;
	background:white;
	}
	
html>body .widecolumn {
	padding-bottom: 20px;
	width:600px;
	}

#maintext {
	padding:10px 0 10px 0;
	margin: 60px auto 0 auto;
	width: 679px; 
	overflow:visible;
}

#g2maintext {
	border-top:4px solid #981e32;
	padding:0;
	margin: -100px 0 0 0;
	border-right: 1px solid #a08d4e;
	border-left: 1px solid #a08d4e;
	width: 679px; 
	overflow:hidden;
	z-index:999;
}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.postmetadata {
	clear:both;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	border-top:15px solid white;
	padding: 10px 0 0 0px;
	width: 100%;
	height: 500px;
	overflow-x:auto;
	overflow-y:no-display;
	clear: both;
	}


/* Fixed position, non-scrolling footer area, containing dynamic footer */
#x {
	position:absolute;
	width:99%;
	right:.5%;
	left:.5%;
	min-width:600px;
}

#rss-3 {
	right:50%;
	margin-top:-10px !important;
}

#rss-3 img {
	display:none;
}

#simpul_facebook-3 {
	right:75%;
	margin-top:-10px !important;
}

#x #simplersswidget-2 {
	right: 25%;
	margin-top:-10px !important;
}

#x #simplersswidget-2 ul.wp-simple-rss-list li h3, #x #simplersswidget-2 ul.wp-simple-rss-list li h3 a {
	font-size:1em;
	font-weight:normal !important;
	padding:0px !important;
	margin:0px !important;
	letter-spacing:0px !important;
}

ul.wp-simple-rss-list li h3, ul.wp-simple-rss-list li h3 a {
	letter-spacing:0px !important;
}

#x #simplersswidget-2 ul.wp-simple-rss-list li h3 a:hover {
	text-decoration:underline;
}

#simpul_facebook-3, #rss-3, #x #simplersswidget-2 {
	height:200px;
	width: 20%;
	padding: 0 2px 0 10px;
	opacity:1;
	position:absolute;
	margin-top:0;
}

#simpul_facebook-3 h3, #rss-3 h3, #rss-3 h3 a, #x #simplersswidget-2 h3 {
	font-style:italic;
	color:#f8f3e5;
	font-weight:bold;
	font-size:20px;
	width:100%
	overflow:hidden;
}

#simpul_facebook-3 ul li, #rss-3 li, #x #simplersswidget-2 ul.wp-simple-rss-list li {
	list-style-type: none;
	padding:2px 10px 2px 10px;
	background:none;
	min-height:0;
	margin:0;
}

#simpul_facebook-3 ul, #rss-3 ul, #x #simplersswidget-2 ul.wp-simple-rss-list {
	background-color:#f8f3e5;
	border-top:5px solid white;
	border-bottom:5px solid white;
	height:110px;
	overflow-y:scroll;
	margin-left:0 !important;
	}

#TA_excellent188 {
	vertical-align:middle;
	float:left;
	margin:0 20px 0 25px;
	height:50px;
	padding-top:70px;	
}

#colophon {
	clear:both;
	text-align:center;
	margin: 25px 0;
	font-size:1.2em;
	overflow:visible;
	right:30%;
	position:absolute;
	}
	
#colophon p {
	margin-right:20px;
	width:450px;
	font-weight:bold;
	height: 75px;
	padding-top:50px;
}

body #CDSWIDSSP .widSSPData {
	background:none !important;
}

/*Scrolling logos in the footer*/
#footerlogos {
	width:3000px;
	position: relative;
	margin-top:200px;
	height:250px;
	overflow-y:no-display;
	background: rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
}

#footerlogos img {
	padding: 30px;
	vertical-align: middle;
}

#footerlogos #TA_excellent188 img {
	padding:0;
}

/* End Structure */

/* ********************************
	Quick Summary 
******************************** */


#extraDiv1 {
	position:relative;
	width:230px;
	height:151px;
	margin: 0 auto 0 auto;
	left:-300px;
	top:-400px;
	z-index:1000;
}

h1#logo {
	background:url(images/innlogo.png) no-repeat top left;
	position:inherit;
	height:157px;
	width:230px;
	padding:0;
}

/*	Begin Headers */
h1 {
	z-index: 10000;
	}

div.description {
	height:30px;
	width: 230px;
	text-align:center;
	z-index: 10;
	position:relative;
	padding-left:65px;
	left:505px;
	margin:60px 0 0px 0;
	overflow:visible;
	}

.description span {
	position:relative;
	padding:20px 32px 9px 37px;
	line-height:30px;
	font-size:1.4em;
	font-family:Georgia, serif;
	font-style:italic;
}

.description a span:hover {
	background: transparent url(images/sidebarbg.png) repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	width:100%;
}

.mac-specific .description span {
     padding: 20px 31px 10px 34px;
}

@-moz-document url-prefix() {
	.mac-specific .description span { 
     padding: 20px 36px 10px 33px;
  }}

h2 {
	margin: 20px 0 0;
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	border:10px solid #dcd3b8;
	}
	
img.alignright {
	padding: 4px;
	margin: 0;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.gallerypadding img {
	padding:4px;
	}
/* 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: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.post ul li {
	margin: 7px 0 8px 25px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin:	15px 0 0 10px;
}

#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	font-size:.9em;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar li.page_item ul {
	font-size:.9em;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 100px;
	}

#commentform input {
	width: 190px;
	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;
	text-align: justify;
	}

.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 {
	position:absolute;
	padding: 60px 0px 10px 20px;
	margin: -125px 0 0 560px;
	width: 200px;
	background:transparent;
	z-index:2;
	}
	
#sidebar .logos {
	display:none;
}

#sidebar img {
	margin-left:40px;
	margin-top: 5px;
}
#sidebarcontent {
	padding: 0 0 10% 10px;
	width: 100%;
	height: 100%;
	z-index:-1;
	margin: -50px 0 0 -10px;
	position:absolute;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	background: transparent url(images/sidebarbg.png) repeat !important;
	border-radius:5px;
	opacity: .6;
}

#sidebar form {
	margin: 0;
	}
	
#social {
	width:250px;
	vertical-align:text-top;
	overflow:hidden;
	position:absolute;
	height:48px;
	padding-left:40px;
	margin-top:-63px;
}

#social a {
	margin-right:5px;
	padding-top:15px;
}

#social a:hover {
	padding-top:-15px;
}
/* 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 */


/* ********************************
	Link List 
******************************** */
div.roomsfooter {
	margin-top:0px;
	margin-bottom:20px;
}

div.roomsfooter ul {
	list-style-type: none;
	margin-left:0px;
}

div.roomsfooter li {
	display:inline;
	padding:0;
	margin:0;
}

a.opaque img {
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
    border: 0;
}

a.opaque:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
    border: 0;
}

a.opaque span {
        position:absolute;
        visibility:hidden;
}

a.opaque:hover span {
        position:absolute;
        visibility:visible;
        margin-top:100px;
        margin-left:-75px;
}

a.clear img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
    border: 0;
}

a.clear span {
    position:absolute;
    visibility:visible;
    margin-top:100px;
    margin-left:-75px;
}



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}


acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

div.GMapEZ {
  visibility: hidden;
  border: 1px #888 solid;
}

div.GMapEZ ul.warnings {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding-right: 0.5em;
  padding-left: 1.5em;
  display: none;
  border: 1px #888 solid;
  background: #fff;
  z-index: 100000000;
  text-align: left;
  font-family: Arial;
  font-size: 9pt;
  overflow: auto;
}

div.GMapEZ button.warnings {
  display: block;
  position: absolute;
  z-index: 100000000;
  bottom: 20px;
  right: 0;
  color: #f00;
}

v\:* {
  behavior:url(#default#VML);
}

.g2image_normal
{
	margin: 4px;
	border:10px solid #dcd3b8;
	border-bottom: 50px solid #dcd3b8;
clear:both;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/*Testimonial*/
div.wp_quotepage {width:80%; background-color:#dcd3b8; border: 1px solid #981e32; padding:10px; margin-bottom:15px;}
div.wp_quotepage_quote {background:transparent url(images/quote.gif) no-repeat top left; padding-left: 35px; font-size:1.2em; font-weight:bold;line-height:27px;}
div.wp_quotepage_author {text-align:right; font-style:italic;}

/* ********************************
	Hidden
******************************** */
#linkList h3 span, #header h1, h1#logo span {
	display:none;
}

/*Accordion*/


.post h3.toggler {
	width:500px;
	background:#dcd3b8;
	padding:5px;
	margin-top:5px;
	margin-bottom:0;
	font-size:1.5em;
	display:block;
	cursor:pointer;
	color:#981e32 !important;	
	font-family:Georgia, serif;
}

div.accordion {
	padding:15px;
	margin-top:0;
	font-family: Georgia, serif;
	font-size:1em;
	overflow:auto;
}

/*Paypal Button*/
.wp_cart_checkout_button {
background: transparent url (images/paypal_paynow_button.gif) no-repeat !important;
}

/*Menu structure and function. This duplictates css in the menu.css file, appearing in wp-includes/js/ folder.*/
div#linkList {
  	background: none !important;
  	width:679px;
  	top:70px !important;
  	position:inherit !important;
  	border:0px !important;
  	margin:-801px auto 0 auto !important;
  }
#fancymenu {
   position: relative;
   height: 38px;
   width: 500px;
   background: transparent;
   padding:0px;
   overflow: visible !important;
   font-family: 'Lucida Grande', tahoma, sans-serif !important;
   font-size:1em !important;
   font-weight:bold;
   margin:0 auto 0 200px !important;
   }
    
  #fancymenu ul {
  padding: 0;
  margin: 0;
  }
   
  /* Don't apply padding here (offsetWidth will differ in IE)
  If you need padding add it to the child anchor */
  #fancymenu ul li {
  float: left;
  list-style: none;
  }
   
  #fancymenu ul li a {
  text-indent: 0px;
  margin:2px 0 5px 0 !important;
  padding-top:3px !important;

  text-align:center;
  z-index: 10;
  display: block;
  float: left;
  height: 25px !important;
  position: relative;
  overflow: visible !important;
  color:#fff;
  text-decoration:none;
  }
  
  #fancymenu ul li a:hover {
  color:#981e32;
  text-decoration:underline;
  }
  
  #fancymenu ul li.current a {
  color:#981e32;
  }
  
  
  #menu_home a {
  width: 52px;
/*  background: url('images/menu_home.png') no-repeat center !important;
  background: url('images/menu_home.gif') no-repeat center; // ie! */
  }
  
  #menu_gallery a {
  width: 52px;
  }
  
  #menu_rooms a {
  width: 64px;
/*  background: url('images/menu_rooms.png') no-repeat center !important;
  background: url('images/menu_rooms.gif') no-repeat center; */
  }
   
  #menu_recreation a {
  width: 80px;
/*  background: url('images/menu_travel.png') no-repeat center !important;
  background: url('images/menu_travel.gif') no-repeat center; */
  }
   
  #menu_packages a {
  width: 72px;
  overflow:hidden;
  }
  
  #menu_gourmet a {
  width: 64px;
  }

  #menu_shop a {
  width: 52px;
  }

#fancymenu li.background {
   position: absolute;
   visibility: hidden;
   }
    
 #fancymenu .background .left {
  height: 25px !important;
  margin-right: 0px; /* 7px is the width of the rounded shape */
 }
 html>body #fancymenu .background .left {
 	/*background-color: #f8f3e5 !important;*/
  	background: transparent url(images/sidebarbg.png) repeat !important;
 	filter:alpha(opacity=50);
 	opacity:.5;
 	border-radius: 5px;
  }

/*Travelocity plugin css*/
#TA_Header {
	float:right;
	width:50%;
	border-bottom: 1px solid black;
	padding:0 0 10px 0;
	text-align:right;
}

#TA_Link {
	width:50%;
	float:left;
	padding:12px 0 18px 0;
	border-bottom: 1px solid black;
}

#TA_Container {
	width:100%;
	height:auto;
	z-index:1;
}

table.TA_rtable {
	padding:5px 0 5px 0;
	margin-left:-100px;
	clear:both;
}

table.TA_rtable td {
	padding: 0 5px 0 0;
}

/*Simple RSS feed reader styling for Bedandbreakfast.com rss*/
a.wp-simple-rss-feed-url {
	display:none;
}

ul.wp-simple-rss-list li {
	list-style-type:none;
	margin:10px 0 0 -40px;
	height:auto;
	min-height:40px;
	padding-left:40px;
	background: url(images/babbullet.gif) top left no-repeat;	
}

ul.wp-simple-rss-list h3, ul.wp-simple-rss-list h3 a {
	font-size: 1em;
	font-style:normal;
	margin-top:5px;
	padding-top:0;
	color:#981e32 !important;
}

ul.wp-simple-rss-list span br {
	line-height:1px;
}

/* Intro Theme adjustments */
.mobile {
display: none;
}