/*
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 {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background: #07974d url(images/body-bg.jpg) left top repeat-x;
	}

/*** Layout ***/

#wrap{
	width: 752px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	background: transparent;
	}	

#content {
	width: 447px;
	float: left;
	}
	
#col-right{
	width: 275px;
	float: right;
	}

/* Header */	
	
#header {
	background: transparent url(images/header.jpg) left top no-repeat;
	background-color: #73a0c5;
	height: 337px;
	width: 1065px;
	margin: 0 auto;	
	}
	
#header h1#injury{
	text-indent: -9999px;
	width: 140px;
	height: 50px;
	margin: 0 10px 0 0;
	float: right;
	}
	
#header h1#injury a{
	display: block;
	height: 50px;	
	text-indent: -9999px;
	}		
	
#header h1#blog{
	width: 550px;
	height: 160px;
	margin: 60px 0 0 400px;
	}	
	
#header h1#blog a{
	display: block;
	height: 160px;	
	text-indent: -9999px;
	}	
	
#header a#rss{
	display: block;
	background: transparent url(images/rss.jpg) left top no-repeat;
	width: 19px;
	height: 18px;
	float: right;
	margin: 17px 0 0 0;
	}
	
/* Search */

#header #searchform {
	float: right;
	text-align: center;
	padding: 16px 90px 0 10px;
	}

#header #searchform .s {
	width: 191px;
	height: 20px;
	padding: 0 4px;
	border: 0;
	background: transparent url(images/search-bg.jpg) left top no-repeat;
	color: #939598;
	font-family: myriad pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;
	}

#header .searchsubmit {
	background: transparent url(images/search-go.jpg) left top no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	padding: 20px 0 0 0;
	cursor: pointer;
	}			
	
/* Footer */	
	
#footer-wrap {
	background: #b8e5fa url(images/footer-bg.jpg) left top repeat-x;
	border-bottom: 1px solid #b7e5fa;
	}
	
#footer{
	padding: 40px 0 10px 0;
	width: 800px;
	margin: 0 auto;
	color: #2590b6;
	font-size:12px; 
	line-height:17px;
	text-align:justify;
}	
	
#footer a{
	color: #2590b6;
	}			
	
/*** Styles ***/

/* Global Styles */

*{
	margin: 0;
	padding: 0;
	}

h1{
	font-size: 31px;
	margin: 0 0 10px 0;
	line-height: 32px;
	}
	
h1 a{text-decoration: none;}

h2{
	font-size: 24px;
	margin: 0 0 10px 0;
	line-height: 26px;
	}
	
h3{
	font-size: 18px;
	margin: 0 0 10px 0;
	}		
	
a{color: #ffffff;}	
a:hover{text-decoration: none;}
a:focus, a:active {outline: none;}	

p{
	margin: 0 0 10px 0;
	}
	
ul{
	margin: 0 0 10px 45px;
	}
	
ul li{
	margin: 0 0 5px 0;
	}	
	
small{
	color: #ffffff;
	margin: 0 0 10px 0;
	display: block;
	}
			
	
/* Post Styles */	

p.date{
	color: #b4dcac;
	font-size: 15px;
	font-weight: bold;
	}
	
p.postmetadata {
	clear: both;
	color: #8be18f;
	padding: 10px 0 0 0;
	background: transparent url(images/post-divide.jpg) left top no-repeat;
}	

div.post{
	margin: 0 0 50px 0;
	}
	
div.navigation{
	margin: 0 0 15px 0;
	}	
	
/* Search In the content (on 'no search results' page) */

#content #searchform {
	float: none;
	padding: 16px 90px 0 0;
	}

#searchform .s {	
	width: 191px;
	height: 20px;
	padding: 0 4px;
	border: 0;
	background: transparent url(images/search-bg-content.jpg) left top no-repeat;
	color: #939598;
	font-family: myriad pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;	
	}

.searchsubmit {
	background: transparent url(images/search-go-content.jpg) left top no-repeat;
	float: left;	
	border: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	padding: 20px 0 0 0;
	cursor: pointer;	
	}	
	
	
	
/* Sidebar Styles */

#col-right h2#topics{
	background: transparent url(images/topics.jpg) left top no-repeat;
	}	
	
#col-right h2#links{
	background: transparent url(images/links.png) left top no-repeat;
	}		
	
#col-right h2#about{
	background: transparent url(images/about.png) left top no-repeat;
	}
	
#col-right p{
	padding: 0 0 0 20px;
	}		
	
#col-right ul{
	margin: 0 0 15px 20px;
	padding: 0;
	}
	
#col-right ul li{
	padding: 1px 0;
	}	
	
#col-right ul li a{
	font-weight: bold;
	}	
	
#twitter a.twitterwidget{
	display: none;
	}
	
#twitter a{
	color: #b5e4fa;
	}	
	
#twitter h2.widgettitle{
	display: none;
	}

#col-right h2.widgettitle {
	background: transparent url(images/popular.png) left top no-repeat;
	height: 47px;
	border: none;
}

#col-right div h2.widgettitle {
	background: transparent url(images/twitter.png) left top no-repeat;
	height: 47px;
	border: none;
}
	
/* Comments */	

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

#commentform {
	margin: 0 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	margin: 5px 5px 0 0;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	color: #000000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #06964d;
	}

.commentlist li {
	font-weight: bold;
	color: #ffffff;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#respond{
	margin: 0 0 20px 0;
	padding: 20px 0 50px 0;
	}		
	
/* Search Results */

#content .search{
	padding: 10px 0 10px 0;
	}

.search .postmetadata{
	background: none;
	}
	
/* Sociable */

div.sociable { margin: 10px 0 15px 0; padding: 5px 0 20px 0; font-size: 12px; font-weight: normal;}

.sociable span {
	display: block;
}
.sociable ul {
	margin: 0 !important;
	padding: 0 !important;
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	width: 400px;
}
.sociable ul li {
	background: none;
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: 0;
}

.sociable ul li a {
	width: 16px;
	height: 16px;
	border: 1px solid #4da29e;
	margin: 0;
	display: block;
	padding: 2px;
	background: #9bc3ff;
}

.sociable ul li a:hover {
	background: transparent;
	border: 1px solid #ffffff;
}

.sociable ul li a img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

h2.bestblogs{
        text-indent: -9999px;
	width: 449px;
	height: 105px;
        background: transparent url(images/best_blogs.png) left top no-repeat;
}
