/*
Theme Name: Lindrick lodge
Theme URI: http://www.fullphatdesign.co.uk
Description: Theme created for The Lindrick Lodge.
Version: 1.0
Author: Martin Fickling
Author URI: http://www.fullphatdesign.co.uk
Tags: black, header, jquery

	Kubrick v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Martin fickling,
	whose blog you will find at http://www.fullphatdesign.co.uk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body{
	margin:0;
	padding:0;
	background:url(images/background.jpg) repeat-x #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#top-bar{
	width:100%;
	background:#8e8b6f;
	height:10px;
}
#naviagtion{
	margin:20px 0 20px 0;
	width:960px;
	margin:0 auto;
	color:#dad7bc;
	overflow:hidden;
}
#naviagtion ul{
	float:right;
}
#naviagtion li{
	display:inline;
	float:left;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:25px;
}
#naviagtion li a{
	color:#dad7bc;
	text-decoration:none;
}
#naviagtion li a:hover{
	color:#FFF;
}
#header{
	width:960px;
	margin:0 auto;
	clear:both;
}
#logo{
	width:416px;
	height:130px;
	float:left;
}
#header-contact{
	width:504px;
	height:90px;
	float:right;
	background:url(images/header-back.png) repeat-x;
	padding:20px;
	text-align:right;
	color:#8e8b6f;
	line-height:150%;
}
#header-contact span{ 
	color:#524e3a;
}
#header-contact a{
	color:#8e8b6f;
}
#header-contact a:hover{
	color:#524e3a;
}
#header-image{
	width:920px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	background:url(images/header-image-back.png) repeat-x #dad7bc;
	padding:0 20px 0 20px;
}
#content{
	width:920px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	background:#dad7bc;
	padding:20px;
	line-height:150%;
}
#content-left{
	float:left;
	background:url(images/content-left-back.png) #7c775c repeat-x;
	padding:20px;
	width:611px;
	color:#fff;
}
#content-right{
	float:right;
	padding:20px 0px 20px 20px;
	width:249px;
	color:#7c775c;
}
#content-right ul{
	margin:0 0 20px 0;
	padding:0;	
}
#content-right h4{
	margin-bottom:5px;
}
#content-right a{
	color:#7c775c;
	text-decoration:none;
	display:block;
	padding:10px 0 10px 10px;
}
#content-right a:hover{
	color:#fff;
	text-decoration:underline;
}
#content-right li{
	margin:0;
	list-style-type:none;
	border-bottom:1px dashed #7c775c;
	background:#cac7ad;

}
#content-right li a{
	background:#cac7ad url(images/smallmenuicon.png) no-repeat  left ;
	padding-left:30px;
	margin-left:10px;
}
#content-right li a:hover{
	background: #7c775c url(images/smallmenuicon.png) no-repeat  left ;
	padding-left:30px;
	margin-left:10px;
}
#content-right li:hover{
	background: #7c775c;
	
}
#content-full{
	background:url(images/content-left-back.png) #7c775c repeat-x;
	padding:20px;
	width:880px;
	color:#fff;
	overflow:hidden;
}
#menu-full{
	float:left;
	background:url(images/content-left-back.png) #7c775c repeat-x;
	padding:20px;
	width:611px;
	color:#fff;
}
#menu-full strong{
	font:Arial, Helvetica, sans-serif;
	font-size:25px;
}
#menu-full em{
	color:#dad7bc;
	padding-top:10px;
	display:block;
}
#menu-full ul{
		padding:0;
	margin:0;
	border-bottom:0px dashed #FFF;
}
#menu-full li{
	list-style-type:none;
	padding:0 0 15px 0;
	margin:0;
	border-bottom:1px dashed #FFF;
}
#footer{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	color: #CCC;
	font-size:12px;
	line-height:200%;
	padding:20px 0 20px 0;
	background:url(images/footer-back.png) right no-repeat #000;
	height:123px;
}
#footer ul{
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}
li.footershare{
	background:url(images/shareicon.png) no-repeat;
	list-style-type:none;
	padding:0 0 0 25px;
	margin:0 15px 0 0;
	float:left;
}
li.footertop{
	background:url(images/topicon.png) no-repeat ;
	list-style-type:none;
	padding:0 0 0 30px;
	margin:0 15px 0 0;
	height:20px;
	float:left;
}
#footer a{
	color: #CCC;
}
#contact-left{
	float:left;
	background:url(images/content-left-back.png) #7c775c repeat-x;
	padding:20px;
	width:461px;
	color:#fff;
}
#contact-right{
	float:right;
	padding:20px;
	width:379px;
	color:#7c775c;
}
#contact-right h4{
	margin-bottom:10px;
}
.menulist ul{
	margin:0;
	padding:0;
	clear:both;
}
.menulist li{
	margin:0;
	padding:20px 20px 20px 20px;
	font-size:18px;
	list-style:inside none;
	border-bottom:dashed 1px #dad7bc;
	background:url(images/menulistback.png) #dad7bc repeat-x;
	margin:0 15px 15px 15px;
	width:370px;
	float:left;
}
.menulist li:hover{
	background:url(images/menulistbackroll.png) #dad7bc repeat-x;
}
.menulist li a{
	color:#7c775c;
		background: url(images/bigmenuicon.png) no-repeat  left ;
		padding-left:30px;
}
.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;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/* text styles */

/* Text Styles */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#dad7bc;
	margin-top:0;
	font-size:30px;
}
cufon.h1{
	font-size:40px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#7c775c;
	margin-top:0;
	font-size:28px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#ffffff;
	font-size:23px;
}
a{
	color:#ecebeb;
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */



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;
	padding:5px;
	background:#dad7bc;
	}

img.alignright {
		display: block;
	margin: 0 0 10px 10px;
		padding:5px;
	background:#dad7bc;

	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: block;
		padding:5px;
	background:#dad7bc;
	}
	
	.blognav{
		width:900px;
		clear:both;
		overflow:hidden;
		margin-bottom:15px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* 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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #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 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* 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 */



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

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/** Featured Area **/
.slideshow { 	height:319px;
	width:960px; 
	margin-bottom:15px;
	}
	.slideshow img{
		padding:0px;
		margn:0px;
	}
#featured_area {
	height:319px;
	width:960px;
	overflow: hidden;
	position: relative;
	background: url(images/featured-back.png) no-repeat top left; 
	margin-bottom:15px;
	
}

#featured_area div#mySlides {
	width:960px;
	height:319px;

}

#featured_area .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	float: right;
	position: relative;
	width:960px;
	height:319px;
}

#featured_area .photo img {
	width:960px;
	height:319px;
}

#featured_area .slide {
	overflow: hidden;
	width:960px;
	height:319px;
}

#featured_area .container {
	height: 319px;
	width:960px;
	overflow: none;
}



a.jFlowPrev, a.jFlowNext   {
	display: block;
	width: 47px;
	height: 66px;
	position: absolute;
	bottom: 150px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}
/* individual elements */
#homeboxes{
	margin-top:15px;
}
.homebox{
	width:160px;
	float:left;
	margin-right:15px;
	padding:15px;
	background: url(images/feature-back.png) repeat-x;
}
.homebox-end{
	width:160px;
	float:left;
	padding:15px;
	background: url(images/feature-back.png) repeat-x;
}
.servicesbox{
	width:190px;
	float:left;
	margin-right:15px;
}
.servicesbox-end{
	width:190px;
	float:left;
}
.package{
	width:570px;
	background: url(images/package-back.jpg);
	padding:15px;
	margin-bottom:15px;
}
.package-content{
	width:540px;
	padding:15px;
	background: #20201f;
}
.package-content li{
	padding:0 0 15px 0;
	list-style-type:square;
}
.package-content ul{
	margin-top:35px;
}
.package-content h4 {
	margin:0 0 15px 0;
}
li.packageprice{
	font-size:18px;
	list-style:none;

	background:url(images/Currency-Pound.png) no-repeat;
	padding:0 0 0 25px;
	margin-bottom:15px;
}
li.packagetime{
	font-size:18px;
	list-style:none;
	background: url(images/Clock.png) no-repeat;
	padding:0 0 0 25px;
	
}
ul.packagedetails{
	list-style:none;
	padding:0;
	margin:15px 0 0px 0;
}
/* image-alignment */
.image-right{
	float:right;
	margin-left:15px;
}

/* FORM */

#contact-right label{
width: 379px;
text-align: left;
float:left;
display:block;
margin:10px 0 10px 0;
	color:#7c775c;
}
#contact-right input{
background: #ffffff;
border: 1px solid #aeb0b2;
width: 379px;
padding:10px;
	font-size:13px;
		color:#7c775c;
}
#contact-right textarea{
background: #ffffff;
border: 1px solid #aeb0b2;
width: 379px;
	font-family:Arial, Helvetica, sans-serif;
		color:#7c775c;
	padding:10px;
		font-size:13px;
}
#contact-right select{
background: #ffffff;
border: 1px solid #aeb0b2;

width:420px;
}
#contact-right input.send-btn {
	background:url(images/content-left-back.png) #7c775c repeat-x;
border: 1px solid #ffffff;
margin:15px 0 25px 0 ;
display:block;
width:150px;
padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
#contact-right legend
{
background: #ffffff;
padding: 2px 6px;
} 
#contact-right label em {  
margin-left:10px;
font: 8pt Tahoma, Arial, Helvetica, sans-serif; color:#ff0000; 
font-weight: normal; 
padding:0px;   
}
/* BLOG POSTS */
.entryholder{
	width:870px;
	background: url(images/entryback.jpg);
	padding:15px;
	margin-bottom:30px;
	overflow:hidden;
}
.entrycontent{
	width:840px;
	background: #20201f;
	padding:15px;
}
.entrycontent h3{
	padding:0;
	margin:0;
}
.postdate{
	float:left;
	width:350px;
	margin-top:15px;
}
.postdate h3{
	margin:0px;
	padding:0px;
}
.postmetadata{
	margin-top:15px;
	float:right;
	width:400px;
	text-align:right;
	
}
.postmetadata-alt{
	margin-top:15px;
	width:800px;
	text-align:left;
	
}
/* SERVICE PACKAGES */
.heading {
margin:0px 0 0 0;
color: #fff;
padding:0;
with:540px;
height:40px;
cursor: pointer;
clear:both;
display:block;
}
.dropdowncontent {
padding: 5px 10px;
}