/*
Theme Name: Stoops Guesthouse
Theme URI: 
Description: Custom theme for Stoops Guesthouse
Version: 1
Author: Justin Slack
Author URI: http://www.justinslack.com
Tags: 
*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none; } /* Gets rid of IE's blue borders */
a:focus {
	outline: none;
}

body {
	color: #0f2640;
	font-family: Georgia;
	font-size: 62.5%;
	text-align:center;
	background:#bba4ba url(images/main_bg.jpg) top center no-repeat;
}


/* TYPOGRAPHY */
/* ----------------------------------------- */

.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

a:link{color:#454545;font-weight:bold;text-decoration:underline;}
a:visited{color:#454545;text-decoration:none; font-weight:bold;}
a:hover{color:#454545;text-decoration:underline;}
a:focus{color:#454545;}
a:active{color:#454545;}

p {
color:#242424;
font-size:1.2em;
line-height:16px;
padding:5px 0 10px 0;
}

h1 {
border-bottom: 1px solid #2CA455;
color: #464646;
font-size: 2em;
margin: 0 0 10px;
padding: 5px 0;
}

h2 {
color:#464646;
font-size:2em;
padding:5px 0;
margin:0 0 10px 0;
border-bottom:1px solid #2ca455;
}

h3 {
color:#719d66;
padding:0 0 10px 0;
font-size:1.8em;
}

h4 {
padding:0 0 10px 0;
font-size:1.2em;
}
.smallText {
font-size:9px;
font-style:italic;
}

.pagetitle {
color:#fff;
}


/*Layout*/

#wrapper {
	overflow:auto;
	text-align:left;
	margin:auto;
	width:960px;
}

#sidebar {
	overflow:auto;
	float:left;
	width:195px;
	margin:0;
}

.header {
	width:960px;
	height:102px;
	background:url(images/logo.png) no-repeat;
}

#main {
	margin:0;
	float:right;
	width:750px;
	background:url(images/content_bg.png) repeat-x;
}

.main_image {
	width:750px;
	height:277px;
}

.side {
margin:15px 10px;
float:left;
width:302px;
}

.side_image_home {
margin:15px 10px;
border:1px solid #fff;
width:300px;
float:left;
}

.side_image {
border:1px solid #fff;
}


.info_block {
margin:10px 0;
width:290px;
list-style-type:none;
font-size:12px;
border:1px solid #cecece;
background:#ddd;
padding:5px;
}

.info_block ul li {
	padding: 2px 0;
}

h2.title {
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 5px 70px;
	height:40px;
	background:url(images/head_bg.png) repeat-x;
}

.content {
	padding: 10px 25px 10px 10px;
}

.home_content {
	float:right;
	padding: 10px 25px 10px 10px;
	width:380px;
}


.content ul, .home_content ul {
	list-style-position:inside;
	padding:10px 0;
	font-size:1.2em;
	color:#242424;
	}
	
.content ul li, .home_content ul li {
	list-style-type: disc;
	list-style-position:inside;
	padding: 2px 0 2px 10px;
	}

.info {
	padding:10px 0;
}


ul.address {
	margin:5px 0;
}

.address li {
	padding:2px 0;
	font-weight:bold;
	color:#242424;
}

.book {
	display:block;
	height:38px;
	width:179px;
}


.book a {
	text-indent:-9999px;
	display:block;
	background: url(images/book_now.png) no-repeat;
	height:38px;
	width:179px;
}


#footer {
	display:none;
	clear:both;
	text-align:center;
	font-size:.9em;
	margin:10px 0 0 0;
	background:#fff;
}


/*Navigation*/

.top_nav {
	width: 195px;
	list-style: none;
	padding: 5px 0;
	color:#666366;
	font-size:1.3em;
	font-weight:bold;
}
.top_nav li {
	clear: both;
	margin: 0;
	padding:.2em 0;
	position: relative;
	border-bottom: solid 1px #9c8a9b;
}

.top_nav li:last-child { 
	border-bottom:none;
}


.top_nav li a {
	padding:.2em 0 .2em 2em;
	background:url(images/nav_bullet.png) 0 8px  no-repeat;
	color:#666366;
}


.top_nav li a:hover {
	color:#666366;
	text-decoration:none;
	background:url(images/nav_bullet_hover.png) 0 8px no-repeat;
}

.top_nav .current_page_item a {color:#666366;
	background:url(images/nav_bullet_hover.png) 0 8px no-repeat;} /* the current Page */

/*Miscellaneous*/

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail, .gallery .gallery-item img.a {
	height:auto;
	margin:0 auto;
	max-width:89%;
	padding:1%;
	border: 4px solid #fff;
}

.gallery-caption {
	border: 1px solid ##98A2A7;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption {
	border: 1px solid #98A2A7;
	text-align: center;
	background: #f0eaa6;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}



input[type="text"],
input[type="password"],
textarea,
select{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a8a8a8;
	color:#719d66;
	padding: 2px;
}

input[type="submit"],
input[type="button"],
button{
	background:#91a1aa;
	color:#fff;
	font-weight: normal;
	position: relative;
	height: 22px;
	overflow: hidden;
	padding: 3px 18px;
	font-size: 10px;
	line-height: 0.75em;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #5c6d75;
}


.sub_nav {
	padding:8px 0 5px 0px;
	position:relative;
	height:20px;
	background: #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #80a5b8;
}
.sub_nav li {
	float:left;
	color:#345060;
	font-size:1.2em;
}

.sub_nav li:last-child a { 
	border-right:none;
}

.sub_nav a {
	border-right:1px solid #345060;
	padding:0 10px;
}
.sub_nav .current_page_item a {color:#2CA455;} /* the current Page */
.sub_nav .current_page_parent a { color:#454545;background:url(images/nav_bullet_hover.png) 0 8px no-repeat;}
.sub_nav .current_page_ancestor a { color:#454545;background:url(images/nav_bullet_hover.png) 0 8px no-repeat; } /* any ancestor of the current Page */

.top_nav .current_page_parent a { color:#454545;background:url(images/nav_bullet_hover.png) 0 8px no-repeat;}
.top_nav .current_page_ancestor a { color:#454545;background:url(images/nav_bullet_hover.png) 0 8px no-repeat; } /* any ancestor of the current Page */

table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
	}
caption {
	color: #fff;
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0 0 10px 0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td	{
	background:#e2effb
	}
tr.odd .column1	{
	background:#e2effb;
	text-align:left;
	}	
.column1	{
	background:#f9fcfe;
	text-align:left;
	font-weight:bold;
	}
td {
	background:#fff;
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:left;
	font:bold 1.2em/2em Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
	


















	
