/* ================================================
 
Theme Name: Fuglers Cottage
Description: Fuglers Cottage Theme
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: Jan 2009

==================================================*/


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

		1. Global Resets
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Inner Elements
			
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
						
		10. Headers

---------------------------------------------------

		COLOURS
			
		Text Grey 					#2e2e2e
		
		Text Orange 				#df6c17

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


/*=================================================

	1. Global Resets
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* reset CSS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
	
body { 
	line-height:1.5;
	}
	
html, body {
	height: 100%;
	}	

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

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

table, td, th { 
	vertical-align:middle; 
	}

blockquote:before, blockquote:after, q:before, q:after { 
	content:""; 
	}

blockquote, q { 
	quotes:"" ""; 
	}

a img { 
	border:none; 
	}


/* Reset all margins/padding */

* { 
	margin:0;
	padding:0;
	}

/* Gets rid of outlined links in Firefox */

a {
	outline: none;
	}


/* No boders on images and displays them as block level elements in IE6 */

img {
	border:0;
	padding: 0;
	margin: 0;
	display: block;
	}
	
/* IE PNG Fix http://www.twinhelix.com/css/iepngfix/ */
		
div#header h2 a, div#content_container, div#footer, div#sub_header div.slide_show_overlay h4 a, div#sub_header div.slide_show_overlay h3, div#sub_header div.slide_show_overlay { behavior: url(/wp-content/themes/fuglers_cottage/furniture/iepngfix.htc) }

/* Alternatively, you can specify that this will apply to all tags like so:
		   
		   * { behavior: url(/furniture/js/iepngfix.htc) }
*/

/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	margin:0;
	padding:0;
	height: 100%;
	}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}


.narrowcolumn p {
	margin: 0 0 15px 0;
	}

.widecolumn p {
	margin: 0 0 15px 0;
	}


div#footer_content p {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #959595;
	}

table td p, table th p {
	padding: 0;
	margin: 0;
	}

strong {
	font-weight:bold;
	color: #2e2e2e;
	}

em {
	font-style:italic;
	display:inline;
	}

small {
	font-size: 11px;
	line-height: 25px;
	color: #999999;
	float: left;
	}

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #484848;
	line-height: 26px;
	}

h2 {
	padding: 0 0 5px 0;
	font-size: 24px;
	color: #004a80;
	line-height: 30px;
	}

h3 {
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 10px 0;
	color: #484848;
	}
	
h4 {
	font-size: 18px;
	line-height: 16px;
	padding: 5px 0 10px 0;
	color: #484848;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #30719b;
	}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #484848;
	}

.widgettitle {
	display: none;
	}
	
/*-----------------------------------
 Link Styles
 ------------------------------------- */

#footer_content p a {
	color: #999999;
	text-decoration: underline;
	}

#footer_content p a:hover {
	color: #183967;
	text-decoration: underline;
	}

#sidebar a {
	color: #30719b;
	text-decoration: underline;
	}

#sidebar a:hover {
	color: #274107;
	text-decoration: underline;
	}

#content a {
	color: #333333;
	text-decoration: underline;
	}

#content a:hover {
	color: #30719b;
	text-decoration: none;
	}

/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	
=================================================*/

ul#main_nav {
	margin:0;
	padding: 7px 0 15px 12px;
	height: 30px;
	float:left;
	/*background-color: #3333CC;*/
	list-style: none;
	}

ul#main_nav li {
	float: left;
	padding: 0;
	margin: 0;/*background-color: #FF0000;*/
	}

ul#main_nav li a#nav_home {
	background: url(furniture/images/navigation/nav_home.jpg) no-repeat 0 0;
	display: block;
	width: 51px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_home:hover {
	background: url(furniture/images/navigation/nav_home.jpg) no-repeat 0 -40px;
	}

	body.page-3 ul#main_nav li a#nav_home.current {
	background: url(furniture/images/navigation/nav_home.jpg) no-repeat 0 -40px;
	}

ul#main_nav li a#nav_about {
	background: url(furniture/images/navigation/nav_about.jpg) no-repeat 0 0;
	display: block;
	width: 174px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_about:hover {
	background: url(furniture/images/navigation/nav_about.jpg) no-repeat 0 -40px;
	}

	body.page-7 ul#main_nav li a#nav_about.current {
	background: url(furniture/images/navigation/nav_about.jpg) no-repeat 0 -40px;
	}

ul#main_nav li a#nav_portloe {
	background: url(furniture/images/navigation/nav_portloe.jpg) no-repeat 0 0;
	display: block;
	width: 127px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_portloe:hover {
	background: url(furniture/images/navigation/nav_portloe.jpg) no-repeat 0 -40px;
	}

	body.page-9 ul#main_nav li a#nav_portloe.current {
	background: url(furniture/images/navigation/nav_portloe.jpg) no-repeat 0 -40px;
	}
	
ul#main_nav li a#nav_prices {
	background: url(furniture/images/navigation/nav_prices.jpg) no-repeat 0 0;
	display: block;
	width: 63px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_prices:hover {
	background: url(furniture/images/navigation/nav_prices.jpg) no-repeat 0 -40px;
	}

	body.page-11 ul#main_nav li a#nav_prices.current {
	background: url(furniture/images/navigation/nav_prices.jpg) no-repeat 0 -40px;
	}


ul#main_nav li a#nav_barn {
	background: url(furniture/images/navigation/nav_barn.jpg) no-repeat 0 0;
	display: block;
	width: 85px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_barn:hover {
	background: url(furniture/images/navigation/nav_barn.jpg) no-repeat 0 -40px;
	}

	body.page-13 ul#main_nav li a#nav_barn.current {
	background: url(furniture/images/navigation/nav_barn.jpg) no-repeat 0 -40px;
	}	


ul#main_nav li a#nav_booking {
	background: url(furniture/images/navigation/nav_booking.jpg) no-repeat 0 0;
	display: block;
	width: 119px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_booking:hover {
	background: url(furniture/images/navigation/nav_booking.jpg) no-repeat 0 -40px;
	}

	body.page-15 ul#main_nav li a#nav_booking.current {
	background: url(furniture/images/navigation/nav_booking.jpg) no-repeat 0 -40px;
	}	

ul#main_nav li a#nav_find_us {
	background: url(furniture/images/navigation/nav_find_us.jpg) no-repeat 0 0;
	display: block;
	width: 72px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_find_us:hover {
	background: url(furniture/images/navigation/nav_find_us.jpg) no-repeat 0 -40px;
	}

	body.page-17 ul#main_nav li a#nav_find_us.current {
	background: url(furniture/images/navigation/nav_find_us.jpg) no-repeat 0 -40px;
	}

ul#main_nav li a#nav_links {
	background: url(furniture/images/navigation/nav_links.jpg) no-repeat 0 0;
	display: block;
	width: 47px;
	height: 30px;
	text-indent: -9999px;
	}
	
	ul#main_nav li a#nav_links:hover {
	background: url(furniture/images/navigation/nav_links.jpg) no-repeat 0 -40px;
	}

	body.page-19 ul#main_nav li a#nav_links.current {
	background: url(furniture/images/navigation/nav_links.jpg) no-repeat 0 -40px;
	}


/* End Main Navigation */



/* Start Sidebar Navigation */

/*#sidebar ul li ul.sidebar_nav {
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 220px;
}
#sidebar ul li ul.sidebar_nav li {
	background-image: url(furniture/furniture/images/sitewide/bullet_right.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	list-style-type:none;
	padding: 0 0 10px 20px;
	margin: 0;
	width: 200px;
}
#sidebar ul li ul.sidebar_nav li ul {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	width: 170px;
}
#sidebar ul li ul.sidebar_nav li ul li {
	background-image: none;
	list-style-type:none;
	padding: 3px 0 0 0;
	margin: 0;
	width: 200px;
}*/

/* End Sidebar Navigation */

/*=================================================


	4. Structure 
 
=================================================*/

body {
	margin:0;
	padding:0;
	background: url(furniture/images/backgrounds/page_bg_homepage.jpg) no-repeat fixed top center #000000;
	/*background-color: #d1d7d5;*/
	height: 100%;
	}
	
	body.page-7, body.page-13, body.page-19 {
	background: url(furniture/images/backgrounds/page_bg_other1.jpg) no-repeat fixed top center #000000;
	}
		
	body.page-9, body.page-15, body.page-17 {
	background: url(furniture/images/backgrounds/page_bg_other2.jpg) no-repeat fixed top center #000000;
	}
	

#page_centre {
	margin: 0 auto;
	width: 900px;
	/*background-color: #FF0000;*/
	}
	
div#page {
	width: 900px;
	padding: 0 0 0 40px;
	float: left;
	/*background-color: #9900FF;*/
	}

div#header {
	width: 900px;
	float:left;
	/*background-color: #FFCC33;*/
	}

div#content_container {
	float: left;
	width: 852px;
	padding: 0 0 0 48px;
	background: url(furniture/images/backgrounds/bg_middle_panel.png) no-repeat 0 0;
	}

	
div#sub_header {
	float: left;
	clear: both;
	width: 760px;
	position: relative;
	z-index: 1;
	/*background-color: #FFCC99;*/
	}
	
div#content.narrowcolumn {
	float: left;
	width: 430px;
	padding: 30px 0 20px 0;
	/*background-color: #FF0000;*/
	}

div#content.widecolumn {
	float: left;
	width: 430px;
	padding: 30px 0 20px 0;
	/*background-color: #FF0000;*/
	}
	
#sidebar {
	width: 300px;
	float:left;
	/*background-color: #3399CC;*/
	padding: 30px 30px 20px 0;
	margin: 0;
	}
	
/*
.narrowcolumn .postmetadata {
	display: none;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.postmetadata {
	clear: left;
}

*/

#content.narrowcolumn .post {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}
	
#content.widecolumn .post {
	padding:0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}
	
.entry {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #993399;*/
	}
	
div#footer {
	float: left;
	width: 900px;
	height: 48px;
	background: url(furniture/images/backgrounds/bg_bottom_panel.png) no-repeat 0 0;
	}
	
	div#footer_content {
	float: left;
	clear: both;
	width: 695px;
	height: 45px;
	padding: 18px 40px 0 30px;
	background: url(furniture/images/backgrounds/footer_swash.jpg) no-repeat 5px 0;
	}
	
/* End Structure */



/*=================================================
	
	5. Inner Elements

=================================================*/


div#sub_header div.slide_show_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 705px;
	padding: 20px 20px 20px 35px;
	background: url(furniture/images/sitewide/slideshow_overlay.png) no-repeat 0 0;
	}
	
	div#sub_header div.slide_show_overlay p {
	width: 230px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	float: left;
	}
	
	div#sub_header div.slide_show_overlay h3 {
	padding:0;
	margin: 8px 0 0 28px;
	line-height: 0;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 21px;
	width: 225px;
	float: left;
	background: url(furniture/images/headings/slide_show_telephone.png) no-repeat 0 0;
	}
	
	div#sub_header div.slide_show_overlay h4 {
	font-size: 1px;
	padding:0;
	margin:0 0 0 58px;
	line-height: 0;
	float: left;
	}
	
	div#sub_header div.slide_show_overlay h4 a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 38px;
	width: 148px;
	background: url(furniture/images/buttons/button_book_now.png) no-repeat 0 0;
	}
	
	



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}
	
.entry ol li {
	margin: 0;
	padding: 5px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn ul, .widecolumn ul {
	margin: 0;
	padding: 8px 0 15px 0;
	}
	
.narrowcolumn ul li, .widecolumn ul li {
	background: url(furniture/images/sitewide/bullet.gif) no-repeat 0 5px;
	list-style-type:none;
	padding: 0 0 15px 22px;
	margin: 0;
	}


body.page-19 div#content.widecolumn ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

	body.page-19 div#content.widecolumn ul li#linkcat-2 {
	background: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
	
	body.page-19 div#content.widecolumn ul li#linkcat-2 ul.xoxo blogroll {
	margin: 0;
	padding: 8px 0 15px 0;
	}

	body.page-19 div#content.widecolumn ul li#linkcat-2 ul.xoxo blogroll li {
	background: url(furniture/images/sitewide/bullet.gif) no-repeat 0 5px;
	list-style-type:none;
	padding: 0 0 15px 22px;
	margin: 0;
	}


#sidebar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* End Entry Lists */



/*=================================================

	7. Forms
 
 ===================================================*/
 

form, input, textarea, label, select, fieldset  {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#666666;
	float: left;
	}
	
form {
	padding: 20px 0 0 0;
	}	
	
input {
	padding: 2px;
	border: none;
	}
	
textarea {
	padding: 2px;
	margin: 2px 0 0 0;
	width: 200px;
	height: 100px;
	}
		
label {
	clear: both;
	font-size:12px;
	color: #333333;
	width: 80px;
	text-align: right;
	padding: 0 15px 0 0;
	}	
	
select {
	font-size:12px;
	}		
	
fieldset {
	clear: both;
	font-size:12px;
	border: none;
	}		

input.form_textfield {
	width: 270px;
	height: 15px;
	margin: 0 0 9px 0;
	padding: 6px;
	border: 1px solid #999999;
	background-color: #ffffec;
	}

input.fmdate {
	width: 170px;
	height: 15px;
	margin: 0 0 9px 0;
	padding: 6px;
	border: 1px solid #999999;
	background-color: #ffffec;
	}
	
textarea.form_textfield {
	width: 170px;
	margin: 0 0 9px 0;
	padding: 6px;
	border: 1px solid #999999;
	background-color: #ffffec;
	}	

select.fmselect {
	width: 160px;
	margin: 0 0 9px 0;
	padding: 6px;
	border: 1px solid #999999;
	background-color: #ffffec;
	}	

input.checkbox {
	float: left;
	}

form.ddfm div.submit {
	padding: 0 0 0 140px;
	}

	form.ddfm div.submit input {
	background-color: #7ab014;
	border: 1px solid #5e8511;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	width: 140px;
	height: 50px;
	padding: 2px 5px 5px 5px;
	}




/* DAGON DESIGN FORM MAILER STYLES */

/* http://www.dagondesign.com */

form.ddfm .required, div.ddfmerrors {
	color: #FF0000;
	}


/* STRUCTURE CSS */

.ddfmwrap {
	margin: 0 auto 15px auto;
	width: 450px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	width: 430px; 
	}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}

/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}


/*=================================================
	
	9. 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;
	}

.alignright {
	float: right;
	text-align:right;
	width: 300px;
	}

.alignleft {
	float: left;
	width: 340px;
	}

/*  Gets Rid Of Credits at the end of Dagon Design Plugins*/

body.page-28 div#content.narrowcolumn div.entry div.ddsg-wrapper div {
	display: none;
	}

div.ddfmwrap div.credits {
	display: none;
	}

 body.page-19 div#content.widecolumn ul li#linkcat-2 h2  {
	display: none;
	}


table.price {
	padding: 0;
	margin: 10px 0;
	width: 427px;
	}
	
	table.price th {
	padding: 10px 0 10px 20px;
	margin: 0;
	background-color: #412f20;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	}
	
	table.price td {
	padding: 7px 7px 7px 15px;
	margin: 0;
	border-bottom: 1px solid  #412f20;
	}


table.availability {
	padding: 0;
	margin: 10px 0;
	width: 427px;
	float: left;
	clear: both;
	}
	
	table.availability th {
	padding: 10px 0 10px 20px;
	width: 193px;
	margin: 0;
	background-color: #412f20;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	table.availability td {
	padding: 7px 0 7px 15px;
	margin: 0;
	border-bottom: 1px solid  #412f20;
	}



/* End Various Tags & Classes*/



/*=================================================
	
	10. Headers
	
=================================================*/


div#header h2 {
	padding:0;
	margin:0;
	float:left;
	line-height: 0;
	font-size: 1px;
	}
	
	div#header h2 a {
	background: url(furniture/images/backgrounds/bg_header_panel.png) no-repeat 0 0; 
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 210px;
	width: 900px;
	}
	
div#sidebar h2.find_us {
	padding:0;
	margin:0;
	line-height: 0;
	font-size: 1px;
	background: url(furniture/images/headings/find_us.jpg) no-repeat 0 0; 
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 50px;
	width: 300px;
	}

/* Defualt Styles For All H2 in the Content area on specific pages */

body.page-3 div#content.narrowcolumn h2, body.page-7 div#content.narrowcolumn h2, body.page-9 div#content.narrowcolumn h2, body.page-11 div#content.narrowcolumn h2, body.page-13 div#content.narrowcolumn h2, body.page-15 div#content.narrowcolumn h2, body.page-17 div#content.narrowcolumn h2, body.page-19 div#content.narrowcolumn h2, body.page-21 div#content.narrowcolumn h2, body.page-24 div#content.narrowcolumn h2, body.page-26 div#content.narrowcolumn h2, body.page-28 div#content.narrowcolumn h2, body.page-19 div#content.widecolumn h2, body.page-3 div#content.narrowcolumn h3.homepage_subheading, body.page-87 div#content.narrowcolumn h2 {
	padding:0;
	margin:0;
	line-height: 0;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 50px;
	width: 400px;
	}	

/* Homepage */
	
body.page-3 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/fuglers_holiday_cottage.jpg) no-repeat 0 0; 
	}
		
	body.page-3 div#content.narrowcolumn h3.homepage_subheading {
	background: url(furniture/images/headings/portloe_fishing_homepage.jpg) no-repeat 0 0; 
	}
	
/* About Fuglers Cottage */
	
body.page-7 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/about_fuglers.jpg) no-repeat 0 0; 
	}		
	
	
/* Around Portloe */
	
body.page-9 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/around_portloe.jpg) no-repeat 0 0; 
	}		
	
/* Prices */
	
body.page-11 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/prices.jpg) no-repeat 0 0; 
	}
	
/* Availability */
	
body.page-87 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/availability.gif) no-repeat 0 0; 
	}		
	
/* The Barn */
	
body.page-13 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/the_barn.jpg) no-repeat 0 0; 
	}		
	
/* Booking Form */
	
body.page-15 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/booking_form.jpg) no-repeat 0 0; 
	}		

/* Find Us */
	
body.page-17 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/find_us_content.jpg) no-repeat 0 0; 
	}			
	
/* Links */
	
body.page-19 div#content.widecolumn h2 {
	background: url(furniture/images/headings/links.jpg) no-repeat 0 0; 
	}		
	
/* Website Terms Of Use */
	
body.page-21 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/website_terms.jpg) no-repeat 0 0; 
	}	
	
/* Privacy Policy */
	
body.page-24 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/privacy_policy.jpg) no-repeat 0 0; 
	}		
	
/* Accessibility */
	
body.page-26 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/accessibility.jpg) no-repeat 0 0; 
	}		
	
/* Sitemap */
	
body.page-28 div#content.narrowcolumn h2 {
	background: url(furniture/images/headings/sitemap.jpg) no-repeat 0 0; 
	}
	
	body.page-28 div#content.narrowcolumn div.entry div.ddsg-wrapper h2 {
	display: none;
	}		
