/*
Theme Name: Kaleidosmarketing.com
Theme URI: http://kaleidosmarketing.com/
Description: The Wordpress theme for Kaleidosmarketing.com</a>.
Version: 1.0
Author: Mike Gehard
Author URI: http://www.samyamatech.com/
Tags: 


*/

body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	font-family: arial,sans-serif;
}

img
{
	border: 0;
}
	
#mainContainer {
	width:975px;
	margin:0px auto;
	text-align:left;
	color: #434141;
}

#topBar{
	background:url('images/topbar.gif');
	height: 11px;
}
a#logo{
	background:url('images/logo.gif');
	background-repeat:no-repeat;
	background-position:center; 
	height: 200px;
	width: 695px;
	display: block;
	/* This negative margin allows the 
		logo to slide down between the grey side
		lines. */
	margin-bottom: -90px;
}

#header
{
	background:url('images/1px1col.gif');
	background-repeat: repeat-y;
	width: 695px;
	/* This padding is used to allow the grey side lines
		to extend up into the logo.
		*/
	padding-top: 90px;
}

#hero
{
	padding-right: 15px;
	padding-left: 15px;
}

#navigation
{
	float: left;
	display: inline;
	width: 130px;
	margin-right: 10px;
}

#navigation span{
	padding: 0px 0px 0px 10px;
}

#navigation .blogCategories li{
	text-transform:capitalize;
}

.post_navigation{
	margin-bottom:15px;	
}

#navigation ul 
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none; 

}
#navigation li 
{
	text-transform: uppercase;
}

a, li a 
{
	text-decoration: none;
	color: #434141;
}

a:hover, a:active, li a:hover, li a.active, li.current_page_item a, li.current-cat a
{
	color:#a10909;
}

li.page_item{
	margin-bottom: 10px;
}

#footer
{
	clear: both;
	text-align: center;
}

#rightSpacer{
	width: 140px;
	height: 100px;	
	float: left;
}

#body{
	float: left;
}

#contentArea{
	background:url('images/1px2col.gif');
	background-repeat: repeat-y;
}

#contentContainer
{
	text-align:left;
	float: left;
	display: inline;
	width: 530px;
	padding-left: 15px;
}

#contentheader
{
	font-size: 14px;
}

#archiveHeader{
	font-size: 16px;
	margin-bottom:15px;
}

.red{
	color:#a10909;	
}

div.hspace10{height: 10px;width: 1px;}
div.hspace20{height: 10px;width: 1px;}


