/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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;
}

:focus {
	outline: 0;
}
body {
	line-height: 100%;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* 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;
	}

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;
	}
/* End Images */

/* Style search input */
#rightSide input[type="text"] {
	width: 250px;
	height: 16px;
	font-size: 12px;
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;
        display: block;
}
#rightSide input[type="submit"] {
	width: 100px;
	height: 25px;
	font-size: 12px;
	color: #024E88;	
	font-family: Tahoma, Geneva, sans-serif;
        display: block;
        font-weight: bold;
}

#rightSide li {
        margin-top: 5px;
        margin-bottom: 5px;
}

/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

/* New Zoombu CSS styles */

body {
	background-color: #036484;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #4db1d1;
        text-align: center;
}

#outerHeader {
	width: 100%;
	min-width: 990px;	
	height: 155px;
	overflow: visible;
        background-image: url(images/body_header.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#headerNew {
	height: 155px;
	width: 990px;
	clear: both;
	margin: 0 auto;
	position: relative;
        text-align: left;
}

#logo {
	width: 311px;
	height: 85px;
	display: block;
	position: absolute;
	left: 0px;
	top: 25px;
}

#logo span {
	display: none;
}

#registration {
	width: 300px;
	height: 28px;
	position: absolute;
	right: 0px;
	top: 33px;
	color: #aeeaff;
	font-size: 12px;
	padding: 7px 10px 0px 0px;
	text-align: right;
}

#registration a, #logged a {
	color: #ffffff;
	text-decoration: underline;	
}

#logged {
	height: 28px;
	position: absolute;
	right: 65px;
	top: 33px;
	color: #aeeaff;
	font-size: 12px;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

#logged .l {
	width: 12px;
	height: 35px;
	background-image: url(images/headerLoggedL_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logged .r {
	width: 12px;
	height: 35px;
	background-image: url(images/headerLoggedR_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;	
}

#menu {
	position: absolute;
	right: 0px;
	top: 100px;	
	height: 20px;
}

#menu li {
	float: left;
	margin-right: 10px;
}

#menu a {
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
	color: #92e3fe;
}

/*
#topLine {
	height: 1px;
	background-color: #0c4e70;
	border-top: 1px solid #187293;
	width: 1000px;
	margin: 0 auto;
}
*/

#social {
	width: 80px;
	height: 24px;
	display: block;
	position: absolute;
	right: 10px;
	top: 70px;
}

#social a {
	background-image: url(images/button_social.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#social li span {
	display: none;
}

#social li {
	float: left;
	height: 24px;
}

#social a.facebook {
	width: 26px;
	height: 24px;
	display: block;
	background-position: 0px 0px;
}

#social a.facebook:hover {
	background-position: 0px -24px;
}

#social a.twitter {
	width: 26px;
	height: 24px;
	display: block;	
	background-position: -26px 0px;
}

#social a.twitter:hover {
	background-position: -26px -24px;
}

#social a.rss {
	width: 28px;
	height: 24px;
	display: block;
	background-position: -53px 0px;	
}

#social a.rss:hover {
	background-position: -53px -24px;
}


/* MAIN */

#outerMain {
	width: 100%;
	min-width: 960px;
        margin: 0 auto;
	background-color: #ffffff;
	background-image: url(http://www.zoombu.co.uk/images/main_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	width: 960px;
	padding: 35px 0px 35px 0px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;	
}

/* LEFT HAND SIDE */

#leftSide {
	width: 580px;
	padding: 15px 0px 0px 0px;
	float: left;
        text-align: justify;
}

#leftSide h1 {
	font-size: 36px;	
}

#leftSide h1.error {
	color: #f65354;
}

#leftSide h2 {
	font-size: 30px;
        line-height: 36px;
	margin-bottom: 15px;
}

#leftSide h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

#leftSide p {
	margin-bottom: 20px;
}

#leftSide ul {
	margin: 0px 0px 30px 35px;
}

#leftSide ul li {
	padding-left: 5px;
	list-style-type: square;
	font-size: 14px;
	line-height: 20px;
	color: #3a7285;
}

#leftSide ol {
	margin: 0px 0px 30px 35px;
}

#leftSide ol li {
	padding-left: 5px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 20px;
	color: #3a7285;
}

#leftSide a {
	color: #f24242;
	text-decoration: underline;
}

#leftSide h2 a {
        line-height: 36px;
}

#leftSide a:hover {
	color: #034961;
}

#leftSide input[type=text] {
	width: 250px;
	height: 16px;
	font-size: 12px;
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;	
}

#leftSide select {
	height: 29px;
	padding: 6px 6px 5px 2px;
	color: #4db1d1;
	font-family: Tahoma, Geneva, sans-serif;
}

#leftSide input[type=password] {
	width: 195px;
	height: 16px;
	font-size: 12px;	
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;
}

#leftSide textarea {
	padding: 5px 4px 5px 4px;
	width: 400px;
	height: 200px;
	color: #4db1d1;
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;	
}

#leftSide label {
	float: left;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	width: 130px;
	color: #3a7285;	
	font-size: 12px;
}

#leftSide #buttonFormSubmit {
	margin-top: 10px;
}

#leftSide small {
        color: #024E88;
        font-size: 11px;
        font-weight: normal;
        margin-left: 0px;
        line-height: 14px;
}

/* MAIN - RIGHT HAND SIDE */

#rightSide {
	width: 340px; 
	padding: 15px 0px 20px 0px;
	float: right; 
        overflow: hidden;
	position: relative;
        text-align: left;
}

#rightSide a {
	color: #024E88;
	text-decoration: underline;
}

#rightSide a:hover {
	color: #036CBD;
}

#rightSide h2 {
        color: #4db1d1;
}

/* FOOTER */

#outerFooter {
	width: 100%;
	min-width: 980px;	
	height: 200px;
	background-color: #024863;
	bottom: 0px;
	background-image: url(images/footerOuter_bg.png);
	background-repeat: repeat-x;	
}

#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#footer ul {
	display: block;
	margin: 0 auto;
	width: 952px;
	height: 50px;
	overflow: hidden;
	padding-bottom: 7px;
}

#footer ul li {
	text-align: center;
	float: left;
}

#footer ul a {
	display: block;
	width: 136px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	color: #b1b0b0;
}

#footer ul a:hover {
	color: #7b7b7b;
}

#footerStartup {
	display: block;
	margin: 0 auto;
}