/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body.custom {
    background: #dae7d8 url('images/bg.jpg') top center repeat-y;
}



#flash {margin: 0 auto; text-align:center; padding:296px 0 5px 0; background:#dce6db url('images/home.jpg') center no-repeat;}
#custom-image {margin: 0 auto; text-align:center; padding:10px 0 5px 0; background:#dce6db url('images/blog.jpg') center no-repeat; height:296px;}
.custom #custom-image { background:#dce6db url('images/blog.jpg')center no-repeat; height:296px;}


/* Welcome */
.custom.history #custom-image { background:#dce6db url('images/history.jpg') center no-repeat; height:296px;	}
.custom.policies-rates #custom-image { background:#dce6db url('images/policies-rates.jpg') center no-repeat; height:296px;}
.custom.compare-amenities #custom-image { background:#dce6db url('images/compare-amenities.jpg') center no-repeat; height:296px;}

/* BB  */
.custom.brandner-suite #custom-image { background:#dce6db url('images/bb-brandner.jpg') center no-repeat; height:296px;}
.custom.enchanted-treehouse-suite #custom-image { background:#dce6db url('images/bb-enchanted.jpg') center no-repeat; height:296px;}
.custom.hayloft-suite #custom-image { background:#dce6db url('images/bb-hayloft.jpg') center no-repeat; height:296px;}
.custom.gazebo-suite #custom-image { background:#dce6db url('images/bb-gazebo.jpg') center no-repeat; height:296px;}
.custom.log-cabin-suite #custom-image { background:#dce6db url('images/bb-logcabin.jpg') center no-repeat; height:296px;}
.custom.northwoods-suite #custom-image { background:#dce6db url('images/bb-northwoods.jpg') center no-repeat; height:296px;}
.custom.paul-newman-suite #custom-image { background:#dce6db url('images/bb-paulnewman.jpg') center no-repeat; height:296px;}
.custom.tiffany-garden-suite #custom-image { background:#dce6db url('images/bb-tiffany.jpg') center no-repeat; height:296px;}
.custom.beachcombers-room #custom-image { background:#dce6db url('images/bb-beachcomber.jpg') center no-repeat; height:296px;}
.custom.vintage-lace-room #custom-image { background:#dce6db url('images/bb-vintage.jpg') center no-repeat; height:296px;}

/* Inn  */
.custom.blue-moon-suite #custom-image { background:#dce6db url('images/inn-blue-moon.jpg') center no-repeat; height:296px;}
.custom.brookside-suite #custom-image { background:#dce6db url('images/inn-brookside.jpg') center no-repeat; height:296px;}
.custom.dreamcatcher-suite #custom-image { background:#dce6db url('images/inn-dreamcatcher.jpg') center no-repeat; height:296px;}
.custom.heavenly-nights-suite #custom-image { background:#dce6db url('images/inn-heavenly-nights.jpg') center no-repeat; height:296px;}
.custom.moonlight-roses-suite #custom-image { background:#dce6db url('images/inn-moonlight-roses.jpg') center no-repeat; height:296px;}
.custom.mossy-glen-suite #custom-image { background:#dce6db url('images/inn-mossy-glen.jpg') center no-repeat; height:296px;}
.custom.rendezvous-suite #custom-image { background:#dce6db url('images/inn-rendezvous.jpg') center no-repeat; height:296px;}
.custom.starry-night-suite #custom-image { background:#dce6db url('images/inn-starry-night.jpg') center no-repeat; height:296px;}
.custom.stone-grotto-suite #custom-image { background:#dce6db url('images/inn-stone-grotto.jpg') center no-repeat; height:296px;}


/* Bed and Breakfast */
.custom.bed-breakfast #custom-image { background:#dce6db url('images/bb-main.jpg') center no-repeat; height:296px;	}
.custom.preview-of-all-rooms #custom-image { background:#dce6db url('images/bb-main.jpg') center no-repeat; height:296px;	}
.custom.rates-policies #custom-image { background:#dce6db url('images/rates-policies-bb.jpg') center no-repeat; height:296px;}
.custom.amenities-breakfast #custom-image { background:#dce6db url('images/amenities-breakfast-bb.jpg') center no-repeat; height:296px;}
.custom.directions-to-the-bb #custom-image { background:#dce6db url('images/directions-to-the-bb.jpg') center no-repeat; height:296px;}

/* Inn */
.custom.inn #custom-image { background:#dce6db url('images/about-inn.jpg') center no-repeat; height:296px;	}
.custom.preview-of-all-suites #custom-image { background:#dce6db url('images/preview-of-all-suites.jpg') center no-repeat; height:296px;	}
.custom.rates-policies-2 #custom-image { background:#dce6db url('images/rates-policies-inn.jpg') center no-repeat; height:296px;	}
.custom.amenities-breakfast-2 #custom-image { background:#dce6db url('images/amenities-breakfast-inn.jpg') center no-repeat; height:296px;	}
.custom.directions-to-the-inn #custom-image { background:#dce6db url('images/directions-to-the-inn.jpg') center no-repeat; height:296px;	}

/* Wedding */
.custom.weddings #custom-image { background:#dce6db url('images/weddings.jpg') center no-repeat; height:296px;	}
.custom.engagements #custom-image { background:#dce6db url('images/engagements.jpg') center no-repeat; height:296px;}
    .custom.marriage-proposal #custom-image { background:#dce6db url('images/marriage-proposal.jpg') center no-repeat; height:296px;	}
    .custom.engagement-proposal #custom-image { background:#dce6db url('images/engagement-proposal.jpg') center no-repeat; height:296px;	}
    .custom.wedding-proposal #custom-image { background:#dce6db url('images/wedding-proposal.jpg') center no-repeat; height:296px;	}

.custom.weddings-2 #custom-image { background:#dce6db url('images/weddings.jpg') center no-repeat; height:296px;	}
    .custom.weddings-etc #custom-image { background:#dce6db url('images/weddings-etc.jpg') center no-repeat; height:296px;	}
    .custom.wedding-a-la-carte #custom-image { background:#dce6db url('images/wedding-carte.jpg') center no-repeat; height:296px;	}
    .custom.just-the-two-of-us #custom-image { background:#dce6db url('images/weddings-just-the-2.jpg') center no-repeat; height:296px;	}
    .custom.forever-yours-wedding #custom-image { background:#dce6db url('images/weddings-forever.jpg') center no-repeat; height:296px;	}
    .custom.simply-elegant-wedding #custom-image { background:#dce6db url('images/weddings-simply-elegant.jpg') center no-repeat; height:296px;	}
    .custom.magical-moments-wedding #custom-image { background:#dce6db url('images/weddings-magical-moments.jpg') center no-repeat; height:296px;	}

.custom.honeymoons #custom-image { background:#dce6db url('images/honeymoons.jpg') center no-repeat; height:296px;}
    .custom.honeymoon-packages #custom-image { background:#dce6db url('images/honeymoon-packages.jpg') center no-repeat; height:296px;	}
    .custom.honeymoon-a-la-carte #custom-image { background:#dce6db url('images/honeymoon-a-la-carte.jpg') center no-repeat; height:296px;	}
    .custom.honeymoon-getaway-package #custom-image { background:#dce6db url('images/honeymoon-getaway.jpg') center no-repeat; height:296px;	}

.custom.vow-renewals #custom-image { background:#dce6db url('images/vow-renewals.jpg') center no-repeat; height:296px;}

.custom.add-ons #custom-image { background:#dce6db url('images/add-ons.jpg') center no-repeat; height:296px;}
.custom.packages #custom-image { background:#dce6db url('images/packages.jpg') center no-repeat; height:296px;}
.custom.photos #custom-image { background:#dce6db url('images/photos.jpg') center no-repeat; height:296px;}


/* lake geneva */
.custom.lake-geneva #custom-image { background:#dce6db url('images/lake-geneva.jpg') center no-repeat; height:296px;	}
.custom.local-events #custom-image { background:#dce6db url('images/local-events.jpg') center no-repeat; height:296px;}
.custom.entertainment #custom-image { background:#dce6db url('images/entertainment.jpg') center no-repeat; height:296px;	}
.custom.restaurants #custom-image { background:#dce6db url('images/restaurants.jpg') center no-repeat; height:296px;}
.custom.parks-picnicking #custom-image { background:#dce6db url('images/parks.jpg') center no-repeat; height:296px;}
.custom.transportation #custom-image { background:#dce6db url('images/transportation.jpg') center no-repeat; height:296px;}

.custom.win-a-free-suite #custom-image { background:#dce6db url('images/free-room.jpg') center no-repeat; height:296px;}
.custom.lazy-clouds-cloud-9-club #custom-image { background:#dce6db url('images/cloud9.jpg') center no-repeat; height:296px;}



h1{ font-size:14pt; line-height:14pt; padding-bottom:10px; }
.custom .format_text h1{ line-height:20pt; padding-top:10px;	
}
.custom #header_area .page {background: transparent;}
.custom #container { margin-top: 2em; margin-bottom: 2em;}


.custom #header #logo a { display: block; height: 80px; width: 376px; background: url('images/lazycloud-logo.png') no-repeat; outline: none; margin-top: -25px; float:left;}
.custom #header #logo { text-indent: -9999px; }
.custom #header #tagline {font-style: oblique; color: #fff; float:right; text-align:right; width: 300px; left:700px; margin-top: 0; padding-bottom:0; font-family:Helvetica,Arial,sans-serif;}
.custom #nav_area {position:relative; border-bottom:1px solid #543733; background:#178ac5;}
.custom #nav_area {background: transparent;}

.custom .menu {width: 978px; margin: 0 auto; height: 29px;}
.custom ul.menu {background:#042904; border:none; position:relative; font-weight:bold; font-size: 10px;}
.custom ul.menu li.rss {font-weight:bold;}
.custom ul.menu li.rss a:hover {position: absolute; right: 0; top:0; background-color:transparent; text-decoration:none;}
.menu .rss a, .menu .rss a:hover {background:none;padding-right:16px;}

p { line-height: normal; }

.custom .headline_area {
	margin-bottom:0;
}

#post-94 .headline_area h1 {display: block;}

.testimonial {
	margin:10px 0;
	padding:10px;
	border:1px dotted #f4f4f4;
	background:#F4F4F4;
}
.testimonial .avatar {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:right;
	margin-right:-5px;
	margin-left:5px;
	margin-top:-5px;
	padding:2px;
	position:relative;
}
div.pagination {
	font-size:11px;
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
	padding:2px;
	background-color: #F4F4F4;
}
div.pagination a {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#F4F4F4;
	text-decoration:none;
	/* no underline */
	color:#000;
}
div.pagination a:hover,div.pagination a:active {
	background-color:#c1c1c1;
	color:#000;
}
div.pagination span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	font-weight:bold;
	background-color:#fff;
	color:#303030;
}
div.pagination span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#c1c1c1;
	color: #797979;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
        border-top: 1px solid #042904;
	background: #dae7d8;
	/* widget padding */
	padding: 5px 5px 5px 30px;
	/* margin at bottom of widgets */
	margin-bottom: 5px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items1 {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 270px;
	/* space between widgets */
	padding-right: 50px;
        padding-left: 10px;
	/* text color */
	color: #000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
        font-size: 9pt;
}

#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 200px;
	/* space between widgets */
	padding-right: 30px;
        padding-left: 10px;
	/* text color */
	color: #000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
        font-size: 9pt;
}

#footer_setup .footer_items a:link{ text-decoration: none;}
/* widget item headers*/
#footer_setup .footer_items h3, .footer_items1 h3  {
	/* font size */
	font-size: 14pt;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: lowercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 10px;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


.custom .teaser .format_teaser {font-size:7pt; line-height:6pt; color:#042904;width:220px;}
.custom .teaser .format_teaser img { padding-right:4px;}

.custom .teaser h2{font-size: 9pt;text-align:left; font-weight:bold;width:220px;}
.post_image { display:none !important; }

#rates {width:100%border-collapse:collapse;border: 3px solid #497016;background: #699e25;margin-bottom: 20px;}

#rates td {padding: 4px 6px; border: 1px solid #ccc;text-align:center;line-height:14px;height: 35px;font-family: Arial, Verdana;
font-size: 13px;color:#fff;}

.addons {border-collapse:collapse;border: 5px solid #497016;margin-bottom: 20px;}
.addons td {padding: 6px 6px 4px 6px; border: 1px dotted #ccc;text-align:center;}

.ala {border-collapse:collapse;border: 5px solid #497016;margin-bottom: 30px;}
.ala td {padding: 6px 6px 4px 6px; border: 1px dotted #ccc;text-align:left;}
.in35{padding-left:35px;} 


#calrates {width:100%;border-collapse:collapse;border: 3px solid #497016;background: #699e25;margin-bottom: 20px;}

#calrates td {padding: 1px; border: 1px dotted #ccc;text-align:center;line-height:14px;font-family: Arial, Verdana;
font-size: 11px;}

#calrates tr:nth-child(even) {background: #699e25;height:35px;color:#fff;}
#calrates tr:nth-child(odd) {background: #6ab10f;height:15px;color:#000000;font-weight:bold;}

.custom .sidebar h3 { font-size: 14px; font-weight: bold; font-family: Arial; display:block; background: #042904; color: #fff; padding-left: 3px;}
.custom .headline_area h1 {font-weight:bold; font-family:Arial, Verdana; font-size: 20px; }
.custom .headline_area h2 {font-weight:bold; font-family:Arial, Verdana; font-size: 18px;}
.custom .format_text h2  {font-weight:bold; font-family:Arial, Verdana; font-size: 15px; }

.centro {	text-align: center; margin: 0px auto; padding-left: 5px;}

/* Page Navigation */
.custom .full_width #content_box .wp-pagenavi .page, .custom .full_width #content_box .wp-pagenavi .current{
  margin: 2px;
  padding: 2px 4px;
  font-size:14px;
  font-weight: bold;
  font-family: Arial, Helvetica;
}
.custom .full_width #content_box .wp-pagenavi .pages{
  font-size:10px;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

.post_box { border-width:1px 0 0; padding-top:1.5em; }

/* ----room nav---- */

#roomnav {text-align:center; margin-bottom: 15px;padding-bottom:5px; clear:both;}

#roomnav ul { list-style: none; margin: 0; padding: 0;}
#roomnav ul li { float: right;}
#roomnav ul li a {display: block;width: 100px;height:25px;color: #fff;margin: 1px;border: 1px solid #113F32; padding-top:-5px;
	background: #042904;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family:georgia;
	font-style:italic;
margin-bottom: 15px;
}

#roomnav ul li a:hover {
	border: 1px solid #113F32;
	background: #4C7A87;
}
#roomnav ul li.lastOne a {
	width: 160px;
	text-align: center;
}

#roomnav.all {
	width:85%;
	margin:auto;
}

a.blogpost:link, a.blogpost:active, a.blogpost:visited {
	text-decoration: none;
font-color:#000;

}

/* ----end---- */