/*
Theme Name: WL 2 Columns
Theme URI: www.fooboocai.co.uk
Description:
Version: 1.6
Author: Fooboocai Designs
Author URI: www.fooboocai.co.uk
Tags:

*/

/* Layout */
body {
	height: 100%;
}

#wrapper {
	max-width: 1000px;
	min-width: 800px;
	height: 90%;
	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header {
	height: 120px;
	padding: 10px;
}

#head {
	text-align: left;
}

#head1 img {
	border: none;
	margin-left: 6px;
	float: left;
}

#head2 img {
	border: none;
	margin: 10px 10px 0px 0px;
	float: right;
}

/* navigation menu*/
#nav {
	max-width: 1000px;
	min-width: 800px;
	text-align: left;
}

#main {
	min-height: 250px;
	padding: 10px;
}

#content {
	float: left;
	margin-left: 15px;
}

#contenth {
	float: left;
	margin-left: 15px;
}

.narrowcolumn {
	width: 65%;
}

.widecolumn {
	width: 90%;
}

.facilities {
	width: 80%;
	height: 550px;
	background: url('images/facilities.png') no-repeat right;
}

.facilities p {
	width: 70%;
}

/* Single Post */

#single {
	margin-left: 20px;
	width: 95%;
}

.navigation {
	padding: 10px 0px;
}

.signle {
	float: left;
}

#left {
	width: 50%;
	float: left;
}

#right {
	width: 35%;
	float: right;
	margin-right: 20px;
	padding: 0px 5px;
	border-left: 1px solid #000000;
}

#sidebar {
	width: 25%;
	float: right;
}

#services img {
	width: 125px;
	height: 125px;
	border: none;
	margin: 0px auto;
	padding: 10px 0px;
}

#footer {
	padding: 10px;
	height: 30px;
	border-top: 1px solid #000000;
}

#footerl {
	float: left;
}

#footerr {
	float: right;
	text-align: right;
}

/* Styling */

body {
	background-color: #dddddd;
}

#wrapper {
	background-color: #ffffff;
	font-size: .9em;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2em;
}

.widecolumn .entry p {
	font-size: .9em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1em;
}

.widecolumn {
	line-height: 1em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #ffffff;
}

.thread-even {
	background-color: #ffffff;
}

.depth-1 {
	border: 1px solid #000000;
}

.even, .alt {
	border-left: 1px solid #000000;
}

#footer {
	font-size: .8em;
}

/* Typography */

h1, h2, h3, h4 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-color: #003366;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
}

#content h1, h2, h3, h4 {
	color: #003366;
}

#contenth h1, h2, h3, h4 {
	color: #003366;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #003388;
	text-decoration: underline;
}

/* Images */

p img {
	padding: 0px;
	max-width: 100%;
}

#contenth img {
	padding: 10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
/* Various Tags & Classes */

blockquote {
	margin: 5px 10px 5px 75px;
	padding: 5px 20px 5px 20px;
	border-left: 3px solid #777777;
	background-color: #dddddd;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #444444;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

/* Lists */

ul {
	list-style-type: disc;
	margin-left: 10px;
	line-height: 1.4em;
	font-size: .9em;
}

ol {
	margin-left: 10px;
	line-height: 1.4em;
	font-size: .9em;
}

/* 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:left;
}

/* Comments */
#comment {
	width: 85%;
}

ul.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

ul.commentlist li {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

ul.commentlist li.even {
	background-color: #f1f1f1;
}

ul.commentlist li.odd {
	background-color: #ffffff;
}

ul.children {
	list-style-type: none;
	margin: 3px 3px 3px 10px;
	padding: 0px;
}

ul.children li {
	margin: 3px 0px 0px;
	padding: 0px;
}

.comment-author {
	background-color: #dddddd;
}

.comment-time {
	font-size: .8em;
}

#respond {
	padding: 5px;
}

/* 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: .8em;
	line-height: 1em;
	padding: 0 4px 5px;
	margin: 0;
}