more than /*
Theme Name: Stevedev Default
Theme URI: http://stevedev.com
Description: Stevedev Theme
Version: 1.0
Author: Steve Thompson
Author URI: http://stevedev.com
Tags: custom theme

	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

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { background: #000; }

body, td, th, textarea, input { font: 13px/18px "Lucida Sans", verdana, sans-serif; line-height: 18px; }

#container { min-height: 600px; color: #000; width: 960px; margin: 0 auto; position: relative;
	overflow: visible;
}
.header { background: rgba(255, 255, 255, 0.8); margin: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.header p a { display: block; width: 87px; height: 70px; overflow: hidden; text-indent: -9999px; background: url('images/sd.png'); margin-left: 15px;}

.header ul { position: absolute; top: 35px; left: 120px;  }
.header li { display: inline; padding: 0 10px;}
.header li a { color: #666; text-decoration: none; }
.header li a:hover { text-decoration: underline; }

#content { float: left; width: 670px; padding-top: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
background: #FFF; padding: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#sidebar {  float: right; width: 220px;  padding-top: 50px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
background: rgba(255, 255, 255, 0.8); padding: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#footer { clear: both; }

h1 { font-size: 32px; line-height: 34px;  margin: 0 0 18px; }
h2 { font-size: 32px; line-height: 36px; margin: 18px 0 18px; }
h3 { font-size: 16px; margin-bottom: 9px; }

#sidebar h2 { font-size: 14px; margin-bottom: 9px;}

#content p, #sidebar p, #content ol, #content ul, #content table { margin-bottom: 9px; }
caption { font-size: 10px; font-weight: bold;}
th { font-weight: bold; text-align: left; }
td, th { padding: 1px 3px; border: 1px solid #555;}

#content a, #sidebar a { color: #777; }
#content a:hover, #sidebar a:hover { color: #000; text-decoration: underline; }
#content h2 a { text-decoration: none;}

#content ul li, #content ol li { margin-left: 18px; }
#content ul li { list-style-type: disc; }
#content ol li { list-style-type: decimal;}
#content ol ul li { list-style: disc;}

#footer { text-align: center; padding: 45px 0 0; font-size: 9px;}

small { font-size: 9px; }

#searchform { text-align: right; }
#searchform label {  font-size: 10px; display: block; text-align: left; }
#searchform #s { width: 140px; float: left; font-size: 10px;}
#searchform #searchsubmit {  font-size: 10px;}


div.post { margin-bottom: 35px; }
p.postmetadata { font-size: 10px; }

#commentform textarea { width: 600px; }

pre { margin-bottom: 15px; }

/*
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }*/