/*
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

*/



/* Begin Typography & Colors */
body,html {
	height: 100%;
	cursor: default;
}

body {
	background-image: url("images/grid.gif");
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #56626A;
}

#container h1 {
	height: 34px;
	padding: 7px 0 0 150px;
	border-bottom: 1px solid #195c95;
}
	h1 {
		color: white;
		text-decoration: none;
		font-size: 24px;
		font-weight:normal;
	}
	h1 {
		background-color: #3266A4;
		text-align: left;
		height: 32px;
		position: relative;
		margin-top: 21px;
		padding-left: 150px;
	}

h2 {
	font:1.4em normal;
	margin:30px 0 0 0;
}

a {
	color: #D95903;
	text-decoration: underline;
	font-weight: regular;
}
#container {
	/* min-height: 100%; */
	/* height: auto !important; */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #50585d;
}
#topBlue {
	position: relative;
	height: 7px;
	/* background-image: url(images/blue-top.gif); */
	background: #2067a5;
	border-bottom: 1px solid #fff;
}
#topGray {
	position: relative;
	height: 105px;
	background-image: url("images/gray-top.gif");
	z-index: 100;
}
#logoCB {
	width: 266px;
	padding: 28px 25px 22px 25px;
	border-right: 1px solid white;
}
	#logoCB {
		float: left;
		display: block;
	}
	#logoCB a {
		color: white;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	#logoCB-img {
		float: left;
		padding: 0 10px 10px 0;
	}
#logoCB-text {
	padding-top: 12px;
}
#logoRight {
	float: right;
	display: block;
	width: 463px;
	text-align: left;
}

#leftMain {
	width: 150px;
	display: block;
	position: relative;
	text-align: left;
	float: left;
	margin-bottom: 5px;
}
#leftMain a {
	color: #3266A4;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
#leftMain a:hover {
	text-decoration: underline;
}
#rightMain {
	padding-top: 0px;
	font-size: 12px;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	width: 535px;
	margin-bottom: 25px;
}

/* Different width for the Blog/News Page */
#rightMainNews {
	padding-top: 0px;
	font-size: 12px;
	text-align: left;
	position: relative;
	float: left;
	display: block;
	width: 330px;
	margin-bottom: 25px;
}

.address {
	padding-left: 60px;
	font-size: 14px;
}
#footer {
	position: relative;
	display: block;
	width: 755px;
	background-image: url(images/footer-bg.gif);
	float: none;
	text-align: left;
	clear: left;
	height: 110px;
	padding-top: 22px;
	padding-left: 25px;
}
#footer p {
	color: #FFF;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 565px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 9px;
	padding-right: 9px;
}
.menu a {
	color: white;
	text-decoration: none;
}
.menu a:hover {
	color: black;
	text-decoration: none;
}

.menu_over {
	background-color: silver;
	layer-background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 9px;
	padding-right: 9px;
}

.menu_over a, .menu_over a:hover {
	color: Black;
	text-decoration: none;
}





/* 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 */



/* 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 ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

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

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

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

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */



/* 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;
}

.breadcrumbs {
	margin: 10px 0;
	padding: 10px;
	background: #ededed;
	color: #2d2d2d;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #56626A;
}

.breadcrumbs a:hover {
	color: #000;
}

/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */

/* Search */

#search {
	float: right;
}


/* Nav */

#nav {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	border-top: 1px solid #fff;
	background: url(images/gray-top.gif) center bottom repeat-x;
	z-index: 100;
	/* height: 29px; */
}
#nav ul, #nav ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	position: relative;
	border-left: 0px solid #FFF;
}
#nav ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 8px 12px;
	*zoom: 1;
}
#nav ul li a:hover, #nav ul li.hover a, #nav ul li.active a {
	background: #4A4A4A;
}

#nav ul li.active a {
	background: #4A4A4A;
	border-bottom: 1px solid #fff;
}

#nav ul li.active ul li a {
	border: none;
}

#nav ul li.hover ul li a {
	background: transparent;
}
#nav ul li ul li a:hover {
	background: #4A4A4A;
}
#nav ul li ul li a {
	padding: 5px;
}
#nav ul li.first {
	border-left: 0;
}
#nav ul li ul {
	display: none;
	position: absolute;
	background: #666;
	top: 100%;
	left: 0;
	white-space: nowrap;
	width: 188px;
	border: 1px solid #4a4a4a;
}
#nav ul li ul li {
	float: none;
	border: 0;
	padding: 0;
}
#nav ul li ul li.top, #nav ul li ul li.bottom {
	background: #4A4A4A;
	padding: 1px 0;
}
#nav ul li ul li ul {
	display: block;
	position: relative;
	top: auto;
	margin-left: 2em;
	font-size: 94%;
	width: 150px;
	border: none;
}

/* Cform */

table.ds-quick-search {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.ds-quick-search td {
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 80px
}

table.ds-quick-search td.ds-quick-search-name {
	display: none;
}

#mid_area .ds-quick-search-value, #mid_area .ds-quick-search-value input {
	width: 80px;
	font-size: 0.88em;
}

#mid_area input.ds-quick-search-button {
	width: 12px;
	font-size: 0.88em;
}

#mid_area input.ds-quick-search-button {
	background: url(/wp-content/themes/walaw/images/go_button.png) no-repeat;
	cursor: pointer;
	width: 37px;
	height: 23px;
	border: none;
}
.cform input, .cform textarea {
	border: 1px solid #ccc !important;
	background: none !important;
}

.cform label span {
	font-family: Arial, Verdana, Sans-serif;
	width: 400px !important;
	font-size:11px !important;
}

.cform label {
	width: 400px !important;
	border: 0px solid red;
}

p.linklove {
	display: none;
}

.cform input#sendbutton {
	background: #d8984b !important;
	width:100px;
	height:40px;
	font-size:20px;
	color:#333 !important;
	font-family: Arial !important;
	float:left;
}

.cform li#li--9 {
	width: 250px;
}

form.cform {
	float: left !important;
}
.success {
	font-size: 14px !important;
	font-family: Arial !important;
	color: #525252 !important;
}

.reqtxt, .emailreqtxt {
	color:#FF4D4D !important;
}

.cform #cf_field_6, .cform #cf_field_8 {
	height:60px;
}

.cform ol li label span {
	color:#333 !important;
	
}