/*
Theme Name: WordPress B and B
Theme URI: http://wordpress.org/
Description: Park Lea Guest House theme
Version: v1.0
Author: David Walker
Tags: park lea theme

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/** RESET **/

html, body, img, div, span, applet, object, iframe, p, blockquote, pre, a, h1, h2, h3, h4, h5, h6, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit;
	font-style:	inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
	text-decoration: none;
	
}

ol, ul 
{
	list-style: none;

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

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

}

h1, h2, h3, h4, h5, h6 
{
	font-weight: normal;

}

/*************************************************************************/

/* MY STYLES */

/* MENU */

#menu, #menu ul 
{ /* all lists */
    text-align: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	background: #cfdde4;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	
}

#menu a 
{
    font-size: 10pt;
	display: block;
	color: #000;
	padding: 8px 18px 8px 20px;
	border-top: 1px solid #E2E5FF;
	text-align: left;
	width: auto;
	/*background: url(../images/navButtonOverlay.png) repeat-x #689ebb;*/

}

#menu li
{ /* all list items */
    display: block;
    border-right: 2px solid #fff;

	width: auto; /* width needed or else Opera goes nuts */
}

#menu li ul 
{ /* second-level lists */
    width: auto;
	/*background: url('../images/sub_menu_bg.png');*/
	border: 1px solid #E2E5FF;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#menu li ul  a
{
    border-top: 1px solid #E2E5FF;
	width: auto;

}

#menu li:hover ul, #menu li.sfhover ul 
{ /* lists nested under hovered list items */
	margin-left: 219px;
	left: auto;
	top: 379px;
	
}

#menu a:hover
{
    text-decoration: none;
    background: #edefff;

}

#menu li a.active
{
    text-decoration: none;
	background: #edefff;

}

#menu li a.sub_active
{
    text-decoration: none;
	background: #B6C5C9;

}

/* END MENU */

/* REGUALR STYLES */

body
{
   /* background: #fcf5da;
	background: #ffcc99;*/
	
	margin-bottom: 5px;
	font-family: Arial,Helvetica,sans-serif/*Verdana, Arial, Helvetica, sans-serif*/;
	text-align: center;
    background: url('http://www.park-lea.co.uk/images/bg.jpg');
}

.center
{
    text-align: center;

}

.wrapper_shadow
{
    margin: 0px auto;
	width: 970px;
    background: url('http://www.park-lea.co.uk/images/shadow.png') repeat-y;
	
}

.wrapper
{
    margin: 0px auto;
	width: 950px;
	background: #fff;


}

.main_content h1
{
    font-size: 24pt;
	text-align: right;

}

h1
{
    font-size: 48pt;
	display: inline;

}

h1.colourise
{
	color: #4f788e;

}

h2
{
    font-size: 20pt;

}

h3
{
    padding-top: 5px;
    font-size: 16pt;

}

h4
{
    padding-top: 5px;
    font-size: 14pt;
	font-weight: bold;

}

h5
{
    padding-top: 5px;
    font-size: 12pt;
	font-weight: bold;

}

strong
{
    font-weight: bold;

}

small
{
    font-size: 8pt;

}

/* END REGULAR STYLES */

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

/* HEADER STYLES */

.header_logo h3
{
    padding: 15px;
    font-size: 12pt;

}

.header
{
    font-family: inherit;
	background: #fff;
	border-top: 10px solid #689ebb;
	border-bottom: 10px solid #689ebb;
	text-align: left;
    height: 324px;
	position: relative;
	
}

.header_logo
{
    width: 285px;
    font-family: inherit;
    text-align: center;
	padding: 25px 4px 10px 4px;
	background: url('http://www.park-lea.co.uk/images/logo_bg.png') no-repeat #689ebb;
	color: #fff;
	float: left;
	clear: both;


}

.header_img
{
    font-family: inherit;
	background: url('http://www.park-lea.co.uk/images/header_img.jpg') no-repeat #bcc7cd;
	margin: 5px;
	width: 645px;
	height: 313px;
	float: left;
	overflow: hidden;

}

#header_images
{
    width: 160px;
	display: block;
	float: right;
	overflow: hidden;
	clear: right;
	height: 313px;

}

.header_images_img_1, .header_images_img_2, .header_images_img_3
{
    float: right;
	clear: right;
	width: 160px;
	height: 105px;
	display: block;

}

#tourist_board
{
	background: url('http://www.park-lea.co.uk/images/tourist_board.jpg') center no-repeat;
	margin-top: 10px;
	height: 91px;
	width: 285px;

}

/* END HEADER STYLES */

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

/* PAGES STYLES */

.page_container
{
    background: #fff;
	color: #000;
	text-align: left;
	margin-top: 5px;
	display: block;

}

.main_content, #gallery
{
    display: inline;
	width: 490px;
	height: auto;
	text-align: left;
	padding: 0px 10px 10px 10px;
	float: left;
	overflow: hidden;
	clear: right;
	border-left: 1px solid #e2e5ff;
	border-right: 1px solid #e2e5ff;

}

.contact
{
    font-size: 9pt;
    text-align: center;
	margin: 10px;
	padding: 10px;
    width: 175px;
	height: auto;
	float: right;
	overflow: hidden;
	background: url('../images/contact_corner.jpg') top right no-repeat #cfdde4;

}

.news
{
    font-size: 9pt;
    text-align: center;
	margin: 10px;
	padding: 10px;
    width: 175px;
	height: auto;
	clear: right;
	float: right;
	overflow: hidden;
	background: url('../images/contact_corner.jpg') top right no-repeat #cfdde4;

}

ul.check li
{
    list-style: circle inside url('../images/tick_box.jpg');

}

/* END PAGES */

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

/* FOOTER STYLES */

#footer {
	clear: both;
	background: url(images/navButtonOverlay.png) repeat-x #689ebb; 
	border-top: 1px solid #ccc;
	text-align: center;
	height: inherit;
	line-height: 2em;
	color: #fff;
	font-size: 9pt;

}

#footerNav
{
	padding: 0px 150px 0px 150px;
	color: #fff;
	border-bottom: dotted #fff 1px;

}

#footerNav a
{
	color: #fff;
	text-decoration: underline;

}

#footerNav a:Hover
{
	text-decoration: none;

}

#footerNav a:visited
{
	color: #fff;

}

#footerLink
{
	color: #fff;

}

#footer a
{
	color: #fff;
	text-decoration: underline;

}

#footer a:Hover
{
	text-decoration: none;

}

#footer a:visited
{
	color: #fff;

}

/* END FOOTER STYLES */

#left_bar
{
    float: left;
	overflow: hidden;
	clear: right;
	width: 220px;

}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

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

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}


ol#comments li p {
	font-size: 100%;
	text-align: left;
}

#content p
{
    text-align: left;

}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key 
{
	font-weight: bold;

}

.credit {
	background: #587E87;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	float: left;
}

.narrowcolumn {
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0px 0 0;
	width: 650px;
}

.post 
{
	text-align: justify;
	text-align: left;
	background: #E2E5FF;
	border: 2px solid #b0becb;
	padding: 5px;
	width: 475px;
	
}

.post h2
{
    font-weight: bold;
	padding-top: 0px;
	font-size: 12pt;

}

.post h2 a
{
    text-decoration: underline;

}

.post h2 a:hover
{
    text-decoration: none;

}

.post_divider
{
    background: url('images/post_divider.jpg') no-repeat;
	height: 8px;
	width: 490px;
	margin-bottom: 5px;

}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */

/* 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 p
{
    padding: 5px 0px 5px 0px;

}

a
{
    color: #666;
	text-decoration: underline;

}

a:hover
{
	text-decoration: none;

}

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

.postmetadata, .postmetadata ul, .postmetadata li 
{
	display: block;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	font-size: 9pt;

}

.postmetadata_alt
{
	display: inline;
	list-style-type: none;
	list-style-image: none;

}

.entry p:last-child
{
	margin-top: 10px;

}

#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: left;
}

#sidebar #searchform #s 
{
	width: auto;
	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 textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	padding: 20px 5px 10px 5px;
	float: right;
	clear: right;
	width: 190px;
	text-align: left;
	background: #e2e5ff;
	border: 2px solid #b0becb;

}

#sidebar form
{
	margin: 0;

}

#sidebar input
{
	border: 1px solid #B0BECB;

}

#searchform

/* End Sidebar */