/*  
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 {
	font-size: 8pt;
	font-family: trebuchet ms;
        line-height:12px;
	background: #eeeeee;
	color: #000000;
        margin: 0;
        scrollbar-base-color:#eeeeee;
        scrollbar-track-color:#eeeeee;
        scrollbar-arrow-color:#c30c0c;
        scrollbar-shadow-color:#c30c0c;
	}

a:link { 
color:#c30c0c;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}


a:visited {
color:#f83e3e;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}


a:hover {
color:#b9b9b9;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}


a:active {
color:#b9b9b9;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}

#footer {
	background: #ffffff; 
	border: none;
	}
h2 {
   border-bottom: solid #f83e3e 2px;
   color: #f83e3e;
   font-size: 11pt;
   font-style: italic;
   letter-spacing: 1px;
   padding-left: 10px; 
   text-transform: uppercase;
}

h3 {
   font-size: 8pt;
   line-height: 9px;
}

h4 {
   border-bottom: solid #f83e3e 2px;
   color: #f83e3e;
   font-size: 11pt;
   font-style: italic;
   letter-spacing: 1px;
   padding-left: 10px; 
   text-transform: uppercase;
}

.narrowcolumn {
background: #ffffff;
padding: 10px;
}

.widecolumn {
background: #ffffff;
padding: 10px;
}

strong {
	color: #e79f9f;
	font-weight: bold;
        letter-spacing : 1px;
}

em {
	color: #7c7c7c;
	font-weight: bold;
}

/* End Typography & Colors */



/* Begin Structure */

#footer {
	padding: 2px;
	width: 595px;
	clear: both;
	}

#footer p {
        margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */


/* Begin Form Elements */

#commentform input {
        border: solid #eeeeee 1px;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
        border: solid #eeeeee 1px;
	width: 85%;
	padding: 2px;
	}

#commentform #submit {
        border: solid #eeeeee 1px;
        font-size: 7pt;
        text-transform: uppercase;
        letter-spacing: 1px; 
	margin: 0;
	float: center;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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;
	}

.postmetadata {
	background: #f3d9d9;
        margin: 0;
        padding: 3px;
	display: block;
	}

/* End Comments */

/* Begin Sidebar */
#sidebar
{
        background: #ffffff;
        padding: 10px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #FFC114;
        text-align: justify;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* End Various Tags & Classes*/

/* Begin Images */

.catimage {
border:0;
}
.cat {
border:0;
border-right: solid #7F0000 1px;
padding-right: 3px;
padding-top: 10px;
}

.img {
border:solid #ffffff 4px;
outline: solid #f83e3e 1px;
margin: 5px;
align: left;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

/* End Images*/

/* Begin nav */

div#nav a {
background: #ffffff;
display: block;
margin: 0px;
color: #000000;
font-size: 7pt;
text-align: center;
font-weight: bold;
letter-spacing : 1px;
padding: 5px;
cursor: default;
}


div#nav a:hover {
background: #f3d9d9;
display: block;
margin: 0px;
color: #c30c0c;
font-size: 7pt;
text-align: center;
font-weight: bold;
letter-spacing : 1px;
padding: 5px;
text-align: center;
}

/* End nav*/
