/*
	Author Name	: Ryan Adlaf
	Author Site	: http://www.susannehall.com
	Style Name	: seh
	Style URI	: http://www.susannehall.com/wordpress/wp-content/themes/K2-custom/styles/seh.css
	Version		: 1.0
	Comments	: 
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px;
	}
	
#header
{
	background-image: url(/wp-content/uploads/2008/08/cropped-masthead.jpg);
}

#header .description,
#header .blog-title
{
	visibility: hidden;
}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95%;
	}

ul.menu, ul.menu {
	padding-left: 5px;
}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	}

.entry-title a, .entry-title a:visited {
	color: #27D;
}

.entry-title a:hover {
	text-decoration: underline;
}

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

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

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

.secondary {
	/* Contains both sidebars */
	}