/*   
Theme Name: spking
Theme URI: spking.com 
Description: lean, mean and green
Author: SP King 
Author URI: spking.com 
Version: 1.0
. 
Every time you steal a design, God kills a kitten :)
. 
*/ 


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  margin:0; 
  padding: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a {
    text-decoration:none;
    cursor: pointer;
    color: #222;
    background: #E5E5E5;
    padding: 2px;
    font-weight: regular;
}

a:hover {
	background: #D6D6D6;
        color: #111;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
  	background: #ffffff; 
	color:#000;
	width: 100%;
	text-align:center;
	font-family: Helvetica, Arial, sans serif;
}

#wrapper {
	text-align:left;
	width:900px;
	margin: auto;	
}

#header {
	height: 53px;
	width: 100%;
	padding-top: 50px;
}

#logo {
	width: 140px;
	float: left;
}

#logo a {
	background: none;
        border: none;
}

#menu {
	width: 750px;
	height: 30px;
	float: right;
	margin: 13px 0 0 0;
}

#menu .search-container {
	width: 260px;
	float: left;
}

#menu ul {
	float: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #222;
	text-decoration: none;
	margin-left: 25px;
	background: none;
        padding: 10px;
}

#menu ul li a:hover {
	color: #111;
	background: #E5E5E5;
        -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#content {
	margin: 25px 0 0 0;
	width: 100%;
}

#sidebar {
	width: 140px;
	min-height: 325px;
	float: left;
	text-align:center;
}

#sidebar p.caption {
	margin: 165px 0 0 0;
	padding: 10px;
	color: #fff;
	font-size: 65%;
	line-height: 150%;
}

#sidebar p.definitely a {
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 65%;
    text-decoration: underline;
    background: none;
}

#main {
	width: 750px;
	float: right;
}

#main img {
        border: 5px solid #bcbcbc;
}

#main h2 {
	font-size: 120%;
	font-weight: bold;
}

#main h2 a {
	background: none;
        color: #000;
}

#main h2 .date {
	color: #bcbcbc;
	font-weight: bold;
	margin-left: 10px;
}

#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 25px;
}

.entry {
	margin: 25px 0 0 0;
}


#main p {
	font-size: 80%;
	line-height: 160%;
	padding-bottom: 25px;
}

#main p a {
	color: #000;
	background: #FCFBD2;
        border-bottom: 1px solid #ffff00;
}

#main p a:hover {
	color: #000;
	background: #ffff00;
        border-bottom: 1px solid #ffff00;
}

#main p.postmetadata {
	font-size: 50%;
	color: #555;
}

#main p.postmetadata a {
	background: none;
	color: #555;
}

#main ol {
	padding-bottom: 25px;
}

#main ol li {
	font-size: 80%;
	list-style-position: inside;
	line-height: 200%;
}

#main ul {
	padding-bottom: 25px;
}

#main ul li {
	font-size: 80%;
	list-style-position: inside;
	line-height: 200%;
}

#footer {
	width: 750px;
	height: 100px;
	float: right;
	margin: 25px 0 0 0;
	padding-top: 25px;
	text-align: right;
	font-size: 65%;
	border-top: 1px solid #555;
}