/*
CSS files kept in the 'styles' directory can be used to	customize your K2 installation without having to mess	with the core K2 files. This in turn makes it easier to	upgrade to new K2 version as well as debug any problems	that might occur.	You select styles from the K2 Options page in the	'Presentation' section of your WordPress administration.	For more information on how to use custom styles:		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS		

Author Name	:	transparentsmoke.com
Author Site	:	transparentsmoke.com
Style Name	:	transparentsmoke.com
Style URI	:	transparentsmoke.com
Version		:	1.0
Comments	:
*/ 

 
/* The entire design is contained within the 'page' id */
#page {}  

/* Contains the H1 and menu */
#header {background: black url('header.jpg') center center no-repeat; height: 260px; width:950px;}
.blog-title {position: absolute; top: 95px; left: 70px; padding: 0;}

.description {position: absolute; top: 75px; left: 50px; margin: 0 !important;}
.entry-head .entry-meta {background: url() left top no-repeat !important;	min-height: 16px;	padding-left: 0px;	}

/* Contains the main column */
#primary {	position: relative;	float: left;	width: 530px;	padding: 10px;	}

.hentry {	/* Each entry is contained within the 'hentry' class */	}
.entry-content {	/* The meat and potatoes of every entry */	}

 /* The First Sidebar */
#sidebar-1 {width: 100px;}	

/* The second sidebar */	
#sidebar-2 {width: 220px;}
.secondary {	/* Contains both sidebars */	}

div.cat_posts {background: #eee; text-align: center; margin:10px 10px 0 10px; padding:0 0 10px 0;}
.cat_posts {border-style: outset; border-color: #666666; border-width: thin;}