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

	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 {
	color:#333;
	font-size:small;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
	background:#d5d6d7 url('images/kubrickbgcolor.jpg');
}

.clearfix { 
	zoom:100%;
}

.clearfix:after {
	content:" "; 
	clear:both; 
	height:0; 
	display:block; 
	visibility:hidden;
}

/* reset default element styles
==================================================================================================================================*/

form,ul,ol,li,dl,dt,dd,p,blockquote,hr {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
	font-weight:bold;
}

img {
	vertical-align:bottom;
}

a img {
	border:none;
}

li {
	list-style:none;
}

/* basis element styles
==================================================================================================================================*/

small {
	color:#777;
	line-height:150%;
}

blockquote, strike {
	color:#777;
}

code, pre {
	display:block;
	font-size:medium;
	margin:20px 0;
	padding:10px 10px;
	background:#E0E0E0;
}

acronym, abbr {
	cursor:help;
	font-size:small;
	letter-spacing:.07em;
	border-bottom:1px dashed #999;
}

span.caps {
	cursor:help;
	font-size:small;
	letter-spacing:.07em;
}

blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}

blockquote cite {
	margin:5px 0 0;
	display:block;
}

select {
	width:130px;
}

p img {
	padding:0;
	max-width:100%;
}

dt {
	font-weight:bold;
}

hr {
	display:none;
}


/* link text color
==================================================================================================================================*/

a {
	color:#06c;
	text-decoration:underline;
}

#sidebar a {
	text-decoration:none;
}

a:hover {
	color:#147;
	text-decoration:underline;
}

/* container
==================================================================================================================================*/

#page {
	width:760px;
	text-align:left;
	margin:20px auto;
	padding:0;
	background-color:white;
	border:none;
	background: url("/wp/wp-content/themes/default/images/kubrickbg.jpg") repeat-y top;
}

/* header
==================================================================================================================================*/

#header {
	height:200px;
	width:758px;
	margin:0 0 0 1px;
	padding:0;
	background:#73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}

#headerimg { 
	height:200px;
	margin:0;
} 

h1 {
	font-size:xx-large;
	text-align:center;
	margin:0;
	padding-top:70px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#headerimg .description {
	color:#FFFFFF;
	font-size:small;
	text-align:center;
	text-decoration:none;
}

/* content
==================================================================================================================================*/

#content {
}

.narrowcolumn {
	width:450px;
	float:left;
	margin:0;
	padding:30px 0 20px 45px;
}

.widecolumn {
	width:600px;
	margin:5px auto 0;
	padding:30px 0 20px 0;
}

.navigation {
	display:block;
	font-size:small;
	text-align:center;
	margin-bottom:30px;
}

/* post */

.post {
	text-align:justify;
	word-break:break-all;
	margin:0 0 40px;
}

.widecolumn .post {
	margin:0;
}

.widecolumn .attachment {
	text-align:center;
	margin:5px 0px;
}

/* entry */

.narrowcolumn .entry, .widecolumn .entry {
	font-size:medium;
	line-height:130%;
	margin:40px 0 20px;
}

.headline {
	margin:0 0 10px;
}

.headline small {
	float:left;
}

.headline p {
	text-align:right;
}

.headline h2 {
	color:#333333;
	font-size:large;
	margin:0 0 6px;
	padding-bottom:4px;
	border-bottom:1px solid #666688;
}

h2.pagetitle {
	color:#333333;
	font-size:large;
	margin:0 0 20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

h3 {
	color:#003399;
	font-size:large;
	margin:10px 0 10px;
	padding:0;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration:none;
}

.entry p {
	margin:1.5em 0;
}

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 {
	content:"\00BB \0020";
}

.entry ol {
	padding:0 0 0 35px;
	margin:0;
}

.entry ol li {
	margin:0;
	padding:0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/* post meta data */

.postmetadata {
	clear:left;
}

.narrowcolumn .postmetadata {
	text-align:right;
}

.widecolumn .postmetadata {
	text-align:right;
}

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

/* attachment ( what is these? ) */

.widecolumn .smallattachment {
	text-align:center;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
}


/* trackback
==================================================================================================================================*/

#trackbackUrl {
	width:99%;
}


/* comment
==================================================================================================================================*/

h3.comments {
	font-size:medium;
	padding:0;
	margin:40px auto 20px ;
}

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

.commentlist li {
	font-size:0.9em;
	font-weight:bold;
	margin:15px 0 3px;
	padding:10px;
}

.commentlist cite, .commentlist cite a {
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
}

.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
	margin:10px 5px 10px 0;
}

.commentmetadata {
	display:inline;
	font-weight:normal;
	margin:0;
}

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

#commentform p {
	margin:10px 0;
}

#commentform label {
	display:block;
	font-size:medium;
	font-weight:bold;
	margin:5px 0;
}

#commentform input {
	font-size:small;
	width:170px;
	margin:5px 0;
	padding:2px;
}

#commentform textarea {
	font-size:small;
	width:100%;
	margin:5px 0;
	padding:2px;
}

#commentform #submit {
	display:block;
	text-align:center;
	margin:5px auto;
}

/* sidebar
==================================================================================================================================*/

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

#sidebar h2 {
	font-size:small;
	margin:5px 0 0;
	padding:0;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata {
	color:#777;
}

#sidebar ul ul li:before {
	content:"\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
	}

#sidebar ul li {
	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;
	}

#sidebar ul ol li {
	list-style:decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0;
	}

#searchform {
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
	}

#sidebar #searchform #s {
	width:108px;
	padding:2px;
	}

#sidebar #searchsubmit {
	padding:1px;
}

#sidebar  img.banner {
	display:block;
	margin:5px auto;
}

/* calendar
==================================================================================================================================*/

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

#wp-calendar a {
	display:block;
	text-decoration:none;
}

#wp-calendar #next a {
	font-size:9pt;
	text-align:right;
	padding-right:10px;
}

#wp-calendar #prev a {
	font-size:9pt;
	text-align:left;
	padding-left:10px;
}

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

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

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

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}


/* footer
==================================================================================================================================*/

#footer {
	clear:both;
	width:760px;
	font-size:x-small;
	margin:0 auto;
	padding:0;
	background:#eee url('images/kubrickfooter.jpg') no-repeat top;
	border:none;
}

#footer p {
	text-align:center;
	margin:0;
	padding:20px 0;
}


/* general style
==================================================================================================================================*/

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
}

.center {
	text-align:center;
}

.alt {
	margin:0;
	padding:10px;
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
