/*
Theme Name: Kevin Webber's Blog
Theme URI: http://kevinontheweb.com/
Description: Kevin Webber's personal m*!#$%fucking theme.
Version: 0.1
Author: Kevin Webber
Author URI: http://kevinontheweb.com/
Tags: awesome, amazing, better than Kanye West but not as good as Beyonce's latest video
*/


/* general body formatting */

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color:#323232;    
    font-size:18px;  
    background: url(images/background.png) repeat;
    margin: 0;
	padding: 0;
}

html, body { 
	height:100%;
}

* html #non-footer {
	height:100%;
}

/* default image formatting */

img {
	border: none;
}

img.floatLeft
{
    float: left; 
    margin: 0px; 
    padding: 0px;
}

/* general styling */

strong, b {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

em, i {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a,
a:visited {
	color: #2d4ce7;
}

a:hover {
	color: blue;
}

/* general page/column formatting */

.col
{
	margin-left:0px;
	margin-right:0px;
	display: inline;
	float: left;
	position: relative;
}

#page
{
	background-color: #fff;
	width: 960px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left-color: #CDCDCD;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #CDCDCD;
	border-right-style: solid;
	border-right-width: 2px;
}

#page-footer {
	min-height:100%;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-top:40px;
	height:80px; (or whatever height you have)
	margin-top:-70px;
	font-size: 12px;
	background-color: #fff;
	border-top: #CDCDCD solid 3px;
} 

#footer_col_1
{
	width: 240px;
	margin-left: 78px;
	float: left;
	display: inline;
}

#footer_col_2
{
	text-align: center;
	margin-left: 80px;
	margin-right: 80px;
	width: 150px;
	float: left;
	display: inline;
}

#footer_col_3
{
	text-align: right;
	width: 240px;
	float: left;
	display: inline;	
}

#footer_col_1,
#footer_col_2,
#footer_col_3
{
	height:40px;
	line-height:40px;
}

#footer .left_image
{
	float: left;
	margin: 0 10px 0 0;
}

#footer .right_image
{
	float: right;
	margin: 0 0 0 10px;
}

#footer_faves
{
	margin-top: 1em;
	text-align: center;
}

/* generic body (container) styles */

.body_spacing_bottom
{
	margin-bottom:40px;
}

#page ul
{
	margin-top: 1em;
	margin-bottom: 1em;	
}

#page li
{
	margin-bottom: 0.5em;
}

/* page (posting) styles */

#page_posting_header,
#page_posting_body
{
	margin: 0;
	padding: 0;
}

#page_posting_header
{
	margin-top: 65px;
	margin-bottom: 1.5em;
}

#page_posting_body
{
	min-height: 320px;
}

#page_posting_header h1
{
	margin: 0;
	padding: 0;
	font-size: 30px;
}

#body {
	width: 680px;
	position: relative;
	display: inline;
	float: left;
	/* border-right: #CDCDCD solid 1px; */
	/* background-color: #fff; */
	line-height: 1.2em;
}

#body_sidebar {
	width: 235px;
	position: relative;
	display: inline;
	float: right;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 62px;
}

#body_sidebar h1
{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1.5px;
}

#body_sidebar ul li
{
	margin-left: 0px;
}

#archives
{
	padding-bottom: 50px;
}

.hear_from_you {
	font-weight: bold;
}

/* repeatable body header columns -- used for the index */

.post
{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #C1C1C1 solid 1px;
	padding-bottom: 1em;
	display: block;
	clear: both;
}

.post_single
{
	border-bottom: 0px;
	padding-bottom: 40px;
}

.detail_row_header
{
	height: 100px;
	display: block;
	clear: both;
	margin-bottom: 2em;
}

.archive_header
{
	margin-bottom: 0;
}

.posting_header_date
{
	height: 100px;
	width: 100px;
	position: relative;
	float: left;
}

.posting_header_date_text
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.posting_header_date_year
{
    color:#818181;
	font-size: 22px;
}

.posting_header_title
{
	position: relative;
	float: left;
	height: 100px;
	width: 480px;
}

.posting_header_title_text
{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 30px;
	line-height: 1em;
}

.posting_body_prefix_column
{
	width: 100px;
}

.posting_body_content_column
{
	/* margin-top: 1.5em; */
	width: 580px;
}

.posting_body_footer_row
{
	width: 600px;
	height: 44px;	
}

.posting_body_text h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
}

.posting_body_text h3 {
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 1.5em;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CDCDCD;
}

.wp_syntax {
	margin-top: 0.3em !important;
}

.posting_body_text,
.posting_body_posttext
{
	margin-bottom: 2em;
}

.posting_body_suffix_left,
.posting_body_suffix_right
{
	width: "270px";
	display:inline;
	position: relative;
	font-size: 14px;
}

.posting_body_suffix_left
{
	float: left;
}

.posting_body_suffix_right
{
	float: right;
	text-align: right;
}

.posting_body_read_more_text
{
	font-weight: bold;
}

/* special classes for single.php (single, non-index view of post) */

.posting_body_navigation
{
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom:2em;	
	clear: both;
	display: block;
}

.posting_body_navigation_link
{
	font-size: 12px;
}

.post_archive
{
	border-bottom: 0;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}