/*
Theme Name: Lindholme Lakes
Theme URI: http://www.lindholmelakes.co.uk
Description: Lindholme Lakes theme created by Alpha Ready
Version: 1.0
Author: Alpha Ready
Author URI: http://www.alphaready.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* GLOBAL PAGE DEFAULTS */
body{
	background:#006298 url(images/bg.png) repeat-x;
	color:#134779;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
}
img{
	vertical-align:bottom;
}
a{
	color:#134779;
	font-weight:bold;
	text-decoration:underline;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p			{ margin: 1.12em 0 }
p				{ line-height:1.5em }
p.bigbold{
	font-size:12px;
	font-weight:bold;
}
span.required{
	color:#F00;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}
.right{
	text-align:right;
}
h1 a{
	font-weight:normal;
}
input, textarea, select{
	background:#e0f3f9;
	border:#d0dae4 2px solid;
	color:#134779;
	font-weight:bold;
	padding:5px;
}
input.setwidth, select.setwidth{
	width:300px;
}
textarea.setwidth{
	width:513px;
}
input#submit{
	border:#62c5e2 1px solid;
	background:#62c5e2;
	color:#fff;
	padding:3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#container{
	margin:0 auto;
	text-align:left;
	width:770px;
}

/* PAGE HEADER */
div#header{
	background:url(images/headergfx.jpg) no-repeat top center;
	height:136px;
}
div#hcontainer{
	height:136px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:770px;
}
img#logo{
	margin-top:22px;
	margin-left:13px;
}
div#sponsor{
	position:absolute;
	right:0px;
	top:15px;
}


/* PAGE NAVIGATION */
div#navcontainer{
	background:#fff;
	bottom:0px;
	clear:both;
	height:32px;
	left:0px;
	position:absolute;
	width:inherit;
}
div#navcontainer ul{
	list-style:none;
}
div#navcontainer ul li a{
	text-decoration:none;
}
div#navcontainer ul li{
	border-right:#000 1px solid;
	float:left;
	height:23px;
	padding:9px 10px 0;
}
div#navcontainer ul li:hover{
	background:#64c4e4;
}
div#navcontainer ul li.special:hover{
	background:#464647;
}
div#navcontainer ul li.special a{
	color:#47bbde;
}
div#navcontainer ul li.selected{
	background:#134779;
}
div#navcontainer ul li.selected a{
	color:#fff;
}

/* SUB NAVIGATION */
ul#subnav{
	list-style:none;
}
ul#subnav li{
	border-right:#fff 1px solid;
	float:left;
	padding:0px 10px;
}
ul#subnav li.last{
	border-right:none;
}
ul#subnav li a{
	color:#fff;
	text-decoration:none;
}
ul#subnav li a:hover{
	color:#62c5e2;
}


/* MAIN CONTENT */
div#noticebar{
	color:#fff;
	font-size:12px;
	height:28px;
	padding:13px 14px 0;
}
div#contentoutter{
	border:#fff 1px solid;
	border-top:none;
	position:relative;
}
div#contentinner{
	background:#fff;
	border:#134779 2px solid;
	border-top:none;
	padding:14px;
}
div#contentinner ul li{
	margin:10px 2px;
}
div#contentinner ul li ul li{
	margin:2px;
	margin-left:10px;
}

div#leftbar{
	float:left;
	margin-top:-1.12em;
	width:530px;
}
div#rightbar{
	float:right;
	width:190px;
}

/* BLOCKS */
div.blockheader{
	background:#fff url(images/blocks/blockheader.jpg) no-repeat;
	height:34px;
	text-align:center;
}
div.blockbody{
	background:#128bb3 url(images/blocks/body.jpg) repeat-x;
	color:#fff;
	margin-bottom:14px;
	padding:3px;
}
div.blockadvert{
	margin-bottom:14px;
	padding:0px;
}
div.blockbody p{
	margin:2px 4px;
}
div.blockbody a{
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}

/* BLOG POST LAYOUT */
div.postheader{
	height:46px;
	margin-top:25px;
	position:relative;
}
div.postheader h1, div.postheader h3{
	font-size:1.64em;
	margin:0;
	margin-left:60px;
}
div.postheader h1 a {
	font-weight:bold;
	text-decoration:none;
}
div.postheader h3{
	color:#62c5e2;
	font-size:1.27em;
}
div.postheader h3 a{
	color:#62c5e2;
	font-weight:normal;
	text-decoration:underline;
}
div.postdate{
	background:#62c5e2;
	color:#fff;
	font-weight:bold;
	height:41px;
	left:0;
	padding-top:5px;
	position:absolute;
	text-align:center;
	top:0;
	width:46px;
}
div.postdate span.themonth{
	font-size:11px;
}
div.postdate span.theday{
	font-size:18px;
}
div.postcomments{
	border:#134779 1px solid;
	background:#134779;
	padding:2px;
	padding-top:0;
	position:absolute;
	right:0;
	top:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.postcomments a{
	color:#fff;
	font-size:8px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
div.postcomments div.smtab{
	background:url(images/smtab.jpg) no-repeat;
	bottom:-5px;
	font-size:1px;
	height:5px;
	left:9px;
	position:absolute;
	width:5px;
}
hr.endpost{
	background-color:#fff;
	border:#134779 1px dotted;
	border-style: none none dotted;
	color:#fff;
}
div#catchreportheader{
	background:#d7d7d0;
	border:#FFF 4px double;
	margin:10px -4px 0;
	padding:10px 14px;
}
div#catchreportheader h1{
	font-size:1.64em;
	font-weight:bold;
	margin:0;
}
div#catchreportheader p{
	font-size:14px;
	margin:0;
	margin-top:5px;
}

/* COMMENTS */
div#leftcomments{
	margin:30px 0 29px;
	position:relative;
}
div#leftcomments h1 {
	background:#134779;
	color:#fff;
	font-size:1.64em;
	font-weight:bold;
	margin:0;
	padding:2px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#leftcomments div.lgtab{
	background:url(images/lgtab.jpg) no-repeat;
	bottom:-9px;
	clear:both;
	font-size:1px;
	height:9px;
	left:18px;
	position:absolute;
	width:9px;
}
div#respond{
	margin-top:30px;
}
div#respond h2{
	background:#62c5e2;
	color:#fff;
	font-size:1.45em;
	font-weight:bold;
	padding:2px 10px;
}
div.comment{
	border-bottom:#134779 1px dotted;
	margin-bottom:1.12em;
	position:relative;
}
div.comment img.avatar{
	left:0;
	position:absolute;
	top:0;
}
div.vcard, div.comment-meta{
	padding-left:40px;
}
div.vcard, div.vcard cite, div.vcard cite a{
	color:#134779;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div.comment-meta, div.comment-meta a{
	color:#62c5e2;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}


/* ADVERT */
div#advertoutter{
	border:#fff 1px solid;
	margin:10px 0;
	position:relative;
}
div#advertinner{
	background:#fff;
	border:#134779 2px solid;
	text-align:center;
}

/* FOOTER */
div#footeroutter{
	border:#fff 1px solid;
	border-bottom:none;
}
div#footerinner{
	background:#fff;
	border:#134779 2px solid;
	border-bottom:none;
	padding:14px;
	text-align:center
}

/* CLEAR FIX HACK */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* EVRYTHING EVENTS */
div#eventsblock{
	background:#e1f4fa;
	padding-bottom:10px;
	width:520px;
}
div#eventsleftblock{
	float:left;
	width:260px;
}
div#eventsrightblock{
	float:left;
	text-align:center;
	width:260px;
}
div#eventsleftblock li{
	position:relative;
	padding-left:45px;
}
div#eventsleftblock li.eventtitle {
	margin-bottom:25px;
}
div#eventsleftblock li.eventtitle a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
div#eventsleftblock li.eventfulldate{
	color:#62c5e2;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
}
div#eventsleftblock li.eventsmalldate{
	background:#62c5e2;
	color:#fff;
	display:block;
	height:32px;
	left:5px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-top:2px;
	position:absolute;
	text-align:center;
	top:0px;
	width:34px;
}
div.blockbody li.eventsmalldate{
	display:none;
}
div#eventsrightblock div.dbem-calendar{
	margin-top:3px;
}
div#calendarexample{
	background:#fff;
	margin:20px 15px 0;
	padding:5px 10px;
	position:relative;
	text-align:left;
}
div#eventsextrainfo{
	background:#fff;
	margin:10px 15px 0;
	padding:5px 10px;
	text-align:left;
}
div#calendarexample p{
	margin:0;
	padding-left:35px;
}
div#eventsextrainfo p{
	margin:0;
}
div#calendarexample div#eccontainer{
	background:#134779;
	color:#FFF;
	font-weight:bold;
	left:10px;
	padding:3px 6px;
	position:absolute;
	text-decoration:underline;
	top:10px;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
