/*  
Theme Name: Blue Whale Labs
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Gregory Narain
Author URI: http://binarybonsai.com/

	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

*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(images/bg.gif);
	font-family: Tahoma, Arial;
}
.clear {
	clear: both;
}

#main_table {
	background: url(images/table-bg.jpg) repeat-x top;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2E5069;
	color: #FFFFFF;
}
#main_table .inner {
	padding: 17px;
	padding-top:0px;
	padding-bottom: 30px;	
}

#logo {
	height: 35px;
	text-align: right;
	padding-top: 35px;
}
#toplinks {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#toplinks a {
	margin-right: 33px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 2px;
}

#header {
	background: url(images/divider.gif) repeat-x bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}

#strapline {
	float: right;
	font-family: Verdana;
	font-size: 34px;
	color: #f5be48;
	width: 355px;
	text-align: right;
	margin-top: 35px;
	padding-top:20px;
}

#case_study {
	background-image: url(images/case_study_bg.gif);
	background-repeat: no-repeat;
	width: 436px;
	margin-top: 13px;
	float: left;
}

#case_study img {
	margin-top: 11px;
	margin-left: 5px;
}

#breadcrumbs {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #52608D;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: right;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: -10px;
}
#breadcrumbs a {
	color: #6B7CA0;
	text-decoration: none;
}

#toplinks a:hover {
	margin-right: 33px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#toplinks .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
}

#sidebar {
	width: 250px;
	float: left;
	margin-right: 25px;
}

#sidebar .inner {}

.sidebox {
	margin-bottom:10px;
}
.sidebox h2, #main.posts h2 {
	background-repeat: no-repeat;
	margin:0px;
	text-indent: -1000px;
}
.sidebox h2 div, #main.posts h2 div {
	background-repeat: no-repeat;
	background-position: 20px;
}
.sidebox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebox li {
	padding:5px;
	padding-left:0px;
	background: url(images/dot.gif) repeat-x bottom;
}
.sidebox li.last {
	background:none;
}
.sidebox li a {
	font-size: 14px;
	font-weight: bold;
	color: #85B7DE;
	text-decoration: none;
	margin-left: 10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	display: block;
}
.sidebox li a:hover {
	color:#fff;
}
#services.sidebox li a:hover {
	/*color: #95d17b;*/
}
#services.sidebox h2 {
	background-image: url(images/g-bar.png);
}
#services.sidebox h2 div {
	background-image: url(images/services.gif);
}
#services.sidebox li a {
	background: url(images/bullet3.gif) no-repeat left 10px;
}
#posts.sidebox h2, #presentations.sidebox h2 {
	background-image: url(images/b-bar.png);
}
#posts.sidebox h2 div, #main.posts h2 div {
	background-image: url(images/blog-h.gif);
}
#posts.sidebox li a, #presentations.sidebox li a {
	background: url(images/bullet2.gif) no-repeat left 10px;
}
#posts.sidebox li p, #presentations.sidebox li p {
	font-size:70%;
	margin:0px;
	color:#ccc;
}
#presentations.sidebox h2 div {
	background-image: url(images/presentation.gif);
}
#presentations.sidebox li p {
	margin-bottom:5px;
	margin-left:20px;
}
#presentations.sidebox li p a {
	background: none;
	padding:0px;
	font-size:100%;
	margin:0px;
	color:#ccc;
}
#main {
	float: left;
	width: 519px;
}
#main h2 {
	background: url(images/y-bar.png) no-repeat;
	padding-left: 20px;
	font-size: 18pt;
	margin-top: 0px;
}
#main.posts h2 {
	text-indent: -1000px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#main #content {
	font-size:14pt;
	line-height:18pt;
	color:#ccc;
}
#footer {
	width: 840px;
	font-size: 11px;
	color: #FFFFFF;
	background: #172934 url(images/bottom_logo.gif) no-repeat right center;
	margin-right: auto;
	margin-left: auto;
}
#footer .inner {
	padding: 26px;
	padding-left: 17px;
	padding-right: 0px;	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}

#footer a:hover {
	color: #CCFF00;
}

#main.posts .post {
	background: url(images/dot.gif) repeat-x bottom;	
	padding-bottom:10px;
	padding-left:20px;
}

#main .body {
	font-size:10pt;
	line-height:14pt;
	color:#ccc;
	
}
#main .body a, #content a {
	color: #f5be48;
	text-decoration: none;
}
#main .body a, #content a:visited {
	color: #C2953C;
}
#main .body blockquote {
	background-color: #eee;
	border: 1px solid #141e52;
	color: #141e52;
	padding: 10px 20px 10px 20px;
}
#main .body blockquote a {
	font-size:80%;
	text-decoration:none;
	color: #000;
}
#main.single h1 {
	font: bold 20px/22px;
	color: #f5be48;
	margin:0px;
}
#main.presentation h1 {
	margin-bottom:20px;
}
.post h3 {
	font-size: 16px;	
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
}
.post h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.post .byline {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.post .tags a {
	color: #81ABCD;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: normal;
	background-image: none;
	font-size:80%;
}
.post .tags {
	text-align: justify;
}

.navigation {
	font-size:10px;
}
.navigation a {
	text-decoration:none;
	color: #57A2D4;
}

.postmetadata {
	background-color: #4A87B0;
	border:1px solid #57A2D4;
	color: #141e52;
	padding:10px;
}

#main input, #main textarea {
	border: 1px solid #4A87B0;
	background-color: #fff;
}