/*
Theme Name: Steve Buffoni
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 */

/* CSS Document */

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.813 * 16px ~ 13px) */
body {
	font-size: 12px;
	color: #141414;
	background-color: #FFF;
	font-family: Courier,Courier New;
	text-transform: uppercase;
}

.clear { clear: both; }

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/* Page
-------------------------------------------------------------- */

#page {
	width: 900px;
	position: relative;
	padding-left: 80px;
}

/* Header
-------------------------------------------------------------- */

#header {
	position: relative;
	margin: 50px 0 0 0; 
}
	
#headerimg {
	float: left;
	padding-right: 25px;
}	

#headerimg h1 {
	margin: 0;
}

#headerimg h1 a {
	background: transparent url(images/steve-buffoni-logo-4.jpg) no-repeat 0 0;
	display: block;
	width: 100px;
	height: 35px;
	color: #141414;
	text-decoration: none;
	text-indent: -10000px;
	font-size: 14px;
}

#nav {
	float: left;
	padding: 12px 0 0 0;

}

#nav ul{
	margin: 0;
}


#nav ul li {
	display: inline;
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
}

#nav ul li a {
	color:#141414;
	text-decoration: none;
	text-transform: capitalize;
}

#nav ul li a:hover {
	text-decoration:line-through;
}

#cat {
	float: right;
	margin: 5px 50px 0 0;
	display: none;
}

#cat ul{
	margin: 0;
}


#cat ul li {
	font-family: Monaco,Andale Mono,Lucida Console,Consolas,sans-serif;
	font-style: italic;
	display: inline;
	font-size: 12px;
	
}

#cat ul li a {
	color:#141414;
	text-decoration: none;
	padding-right: 3px;
}

#cat ul li a:hover {
	text-decoration: underline;
}

.cat-item-7 { display: none !important; }

#style-switch {
	float:right;
	margin:5px 30px 0 0;
	display: none;

}

#style-switch span {
	font-family: Monaco,Andale Mono,Lucida Console,Consolas,sans-serif;
	font-style: italic;
	color:#7F847F;
	padding-right: 10px;
	font-size: 12px;
	margin: 0;
}

#style-switch ul {
	margin: 0;
	float: right;
	
}

#style-switch ul li {
	float: left;
	font-size: 12px;
}

#style-switch ul li a {
	text-decoration: none;
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -10000px;
	cursor: pointer;
	margin: 0 5px 0 0;

}

#style-switch ul li.black a{
	background: transparent url(images/black-style.jpg) no-repeat scroll 0 0;
	

}

#style-switch ul li.white a{
	background: transparent url(images/white-style.jpg) no-repeat scroll 0 0;
	

}


/*
#style-switch ul li.black a{
	float: right;
	background: transparent url(images/black-style.jpg) no-repeat scroll 0 0;
	color: red;
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -10000px;
	margin:0;
	padding:0;
	cursor: pointer;
	padding-left: 5px;
}

#style-switch ul li.white a{
	float: right;
	background: transparent url(images/white-style.jpg) no-repeat scroll 0 0;
	color: red;
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -10000px;
	margin:0;
	padding:0;
	cursor: pointer;
	padding-left: 15px;
}

*/

/* Content
-------------------------------------------------------------- */

#content {
	margin: 40px 0 0 0;

}

#content .post {
	padding-bottom: 10px;
}

#content .post h2{
	border-bottom:1px dotted;
	margin:0;
	padding:0 0 10px;
}

#content .post h2 a {
	color:#141414;
	font-size: 15px;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#content .post h2 a:hover{
	background-color: #141414;
	color: #fff;
	-moz-border-radius:4px 3px 4px 3px;
	-webkit-border-radius: 4px 3px 4px 3px;
}


#content .post small {
	display: none;
}

#content .entry {
	display: none;
	padding: 5px 0 0;
}

#content .entry p img {
/*	margin: 0 0 0 -10px; */
	margin: 10px 10px 0px 0;
}

#content .entry p {
	font-family: Courier,Courier New;
	color: #141414;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 0 0 0;
}

#content .page-entry {
	font-size: 12px;
	line-height:18px;

}

#content .page-entry a {
	color: #141414;
	text-decoration: underline;
	
}



/* footer
-------------------------------------------------------------- */

#footer {
	margin: 0;
	
}

#footer p {
	color: #141414;
	font-size: 12px;
	padding: 40px 0 0 0;
	margin: 0 0 20px 0;
	
}









