/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background:white url('bg.jpg') top center no-repeat fixed;

}
#backwrap {
	/* The entire design is contained within the 'page' id */
	background:url('bg2.gif') top center  no-repeat fixed;
	width:100%;
	padding-top:20px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	
	}
	
#header {
	background: black url('grouppic.jpg') top center  no-repeat;
	height: 500px;
	top:0;
	
	}

h1 {
	position: absolute;
	top: 20px;
	left: 250px;
	padding: 15px;
	display:none;
	font-family:"Lucida Calligraphy", "Lucida Handwriting";
	}

.description {
	position: absolute;
	top: 50px;
	left: 250px;
	display:none;
	margin: 0 !important;
	}
	

	
#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 */
	}

