/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: the wub
	Author Site	: http://astick.net
	Style Name	: wublog style
	Style URI	: http://astick.net
	Version		: 
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}

body {
	background: url("http://astick.net/blog/wp-content/themes/k2/styles/wublog/4285313100_1e36207d7e_o.jpg");
	}

#header {
	/* Contains the H1 and menu */
	}

.blog-title {
	text-shadow: 1px 1px 2px #FFFFFF;
}
	
#primary {
	/* Contains the main column */
	padding: 0px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-title {
	text-shadow: 1px 1px 2px #666666;
	font-size: 2em;
}

.entry-content {
	/* The meat and potatoes of every entry */
	border-bottom: 1px solid #2AC3F2;
	font-size: 1.1em;
	line-height: 1.6em;
	}
.entry-content strong, em, b, i {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}
.entry-content a:visited {
	color: #0B0080;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#footer {
	color: #444444;
}

#footer a {
	color: #444444;
}
