/*
	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	:  Nick
	Author Site	:
	Style Name	:  Nick's Style
	Style URI	:
	Version		:
	Comments	:
*/
body
{
	background-color: #1e1e1e;
}

#page 
{
	background: white url('img/pageborder.jpg') repeat-y;
	padding: 0px;
	width: 800px; 
	border: solid 0px black;
}
	
#header {
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
	
	
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
	
#twitter_title
{
	padding: 0px 0px 3px 20px;
	background: white url('img/twitter.jpg') no-repeat;
}

/* tags */
#tag_cloud h4
{
	padding-left:20px;
	background: white url('img/tag_blue.png') no-repeat;	
}

.widget_links h4
{
	padding-left:20px;
	background: white url('img/link.png') no-repeat;	
}

#recent-comments h4
{
	padding-left:20px;
	background: white url('img/comments.png') no-repeat;	

}


