/*
	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	:	Delirio
	Author Site	:	http://www.gasparina.com
	Style Name	:	Guestboard
	Style URI	:	http://guestboard.gasparina.com
	Layout Widths   :	400, 900, 1200
	Version		:	1.0
	Comments	:	
	Style Footer: 	Styled by %author%.
*/

body {
	background: url('pagebackground.jpg') top left;
	}

#page {
	width: 900px;
	background: url('page.jpg') top repeat-y;
	border: 0;
	}
	
#header {
	height: 248px;
	background: url('header.jpg') top center no-repeat;
	}
	
#primary {
	/* Contains the main column */
	}
	
.entry-head {
	width: 580px;
	padding-left: 5px;
	}	
	
.entry-title {
	font-family: "Courier New";
	
	}

.hentry {
	width: 650px;
	padding-top: 55px;
	padding-left: 25px;
	padding-bottom: 20px;
	background: url('hentry.png') top left no-repeat;
	font-size: 1.2em;
	font-family: "Courier New";
	}

.entry-content {
	background: url('entrycontent.jpg');
	width: 580px;
	line-height: 2;
	padding-left: 10px;
	padding-right: 10px;
	}

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

#sidebar-2 {
	width: 200px;
	height: 550px;
	background: url('sidebar2.png') top right no-repeat;
	}

.secondary {
	/* Contains both sidebars */
	}

#searchform {
	padding: 5px,0,0,0;
	width: 200px;
	height: 70px;
	background: url('search.png') top left no-repeat;
	}

#footer {
	width: 900px;
	background: url('footer.png') top center no-repeat;
}
