/*
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

*/


/* Content */

body {
	background-image: url(images/bg.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.blogbg {
	position: absolute;
	width: 99%;
	left: 50%px;
	top: 170px;
	text-align: left;
}

.blog {
	position: absolute;
	width: 99%;
	left: 50%px;
	top: 250px;
	text-align: left;
}

.logo {
	position: absolute;
	width: 99%;
	left: 50%px;
	top: -210px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.comments {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #273348;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
}


/* Headers */


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #273348;
	line-height: 5px;
	font-weight: normal;
	text-align: left;
}


h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	text-indent: 30px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #B3B3B3;
	line-height: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #e2e2e2;
	text-align: left;
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}

li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}

/* Links */

h1 a{
color: #273348;
text-decoration: none;
}

h1 sidelinks a:hover{
color: #cd1626;
text-decoration: none;
}

a{
color: #7d89a1;
text-decoration: none;
}

a:hover{
color: #cd1626;
text-decoration: none;
}

/* Side Bar */

.sidelinks {
	background-image: url(images/sidelinks.jpg);
	background-repeat: no-repeat;
	width: 207px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.sidelinks p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.sidelinks a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* 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;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #273348;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	}

#searchform textarea {
	width: 100%;
	padding: 2px;
        font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#searchform #submit {
	margin: 0;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #273348;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	}

/* Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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;
	}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
        text-align: center;
	}

#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; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
