/*
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	:	ClearVapour.com
Author Site	:	ClearVapour.com
Style Name	:	ClearVapour.com
Style URI	:	ClearVapour.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;}
.blog-title {position: absolute; top: 95px; left: 655px; padding: 0;}

.description {position: absolute; top: 75px; left: 640px; 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: 380px;	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: 170px;}	

/* The second sidebar */	
#sidebar-2 {width: 300px;}
.secondary {	/* Contains both sidebars */	}

/*Change size of "search" text on search button */
#searchsubmit {font-size: 90%;}

#sidebar-2 {;}

/* Resize navigation thumbnails on picture pages */
#gallery-nav img {height: 128px; width: 93px;}
.entry-foot h5 {padding: 30px 0 0 0;}
#gallery-nav .nav-previous { margin: 0 0 0 10px;}
#gallery-nav .nav-previous span {margin:0 0 0 10px; width:60px;}
#gallery-nav .nav-next {margin: 0 15px 0 0;}
#gallery-nav .nav-next span {margin:0 0 0 17px; width:60px;}
#nav-above .nav-next {width:50%;}
#nav-above .nav-previous {width:50%;}
#nav-below .nav-next {width:50%;}
#nav-below .nav-previous {width:50%;}

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;}

/* This code removes the header from the widgets.  Must specifically add back in the ones you want to display */

.widget h4 {display:none;}
#categories-427491701 h4 {display:block;}
#tag_cloud-2 h4 {display:block;}
#rss-427491703 h4 {display:block;}
#linkcat-8 h4 {display:block;}
#linkcat-16 h4 {display:block;}

