/*  
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

*/



/* Begin Typography & Colors */
body, td {
	color:#333333; font-family: Arial, sans-serif; font-size: 10pt;
	}

#page {
	background-color: white;
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
        margin:0px;
	}

a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	text-decoration:none;
        margin:0px;
	}

h1 {
	font-size: 16pt;
	color: #CC0000;
	text-align: left;
	}

h2 {
	font-size: 14pt;
	color: #000000;
	text-align: left;
	}

h3 {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	}

h4 {
	font-size: 10pt;
	color: #CC0000;
	text-align: left;
	}

h5 {
	font-size: 10pt;
	color: #000000;
	text-align: center;
	}

h6 {
	font-size: 10pt;
	color: #CC0000;
	text-align: center;
	}

a.category { color:#CC0000; text-decoration:none; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


a:hover {
	color: #147;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

.post {
	margin: 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

ul {
	margin-top:0px;
}

td.ul {
	margin-top:0px;
}

/* 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;
	}

/* End Form Elements */






/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "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." */

a.tab:link, a.tab:visited {
	font-family:Trebuchet MS, Arial;
	font-size:11pt;
	color:#CC6633;
	font-weight:bold;
	text-decoration:none;
	}
	
a.tab:hover {
	font-family:Trebuchet MS, Arial;
	font-size:11pt;
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a.tab2, a.tab2:visited, a.tab2:hover {
	font-family:Trebuchet MS, Arial;
	font-size:11pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}	

td.tab {
	background-image:url("http://www.winferno.com/images/nav/tab_middle.gif");
	padding-left:12px;
	padding-right:12px;
	height:24px;
	}
	
td.tab2 {
	background-image:url("http://www.winferno.com/images/nav/tab_middle_on.gif");
	padding-left:12px;
	padding-right:12px;	
	height:24px;
	}
	

td.tab_left {
	background-image:url("http://www.winferno.com/images/nav/tab_left.gif");
	height:24px;
	width:4px;
	}

td.tab_right {
	background-image:url("http://www.winferno.com/images/nav/tab_right.gif");
	height:24px;
	width:4px;
	}
	
td.tab2_left {
	background-image:url("http://www.winferno.com/images/nav/tab_left_on.gif");
	height:24px;
	width:4px;
	}
	
td.tab2_right {
	background-image:url("http://www.winferno.com/images/nav/tab_right_on.gif");
	height:24px;
	width:4px;
	}

a.sub:link, a.sub:visited {
	color:#FFCC99;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:14px;
	text-decoration:none;
	}
	
a.sub:hover {
	color:#FFFFFF;
	font-weight:bold; 
	font-family:Trebuchet MS;
	font-size:14px;
	text-decoration:none;
	}
