/*
	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	:	Delirio
	Author Site	:	http://www.zeroprj.com
	Style Name	:	prjf8bellamoli
	Style URI	:
	Layout Widths   :	900px, 1000px, 1100px
	Version		:	1.0
	Comments	:
*/

body {
	background: url('pagebg.jpg') top center repeat-y;
	background-color: #000000;
	}

#page {
	background: url('contentbg.jpg') top center repeat-y
	border: 0;
	}
#header {
	background: url('header.jpg') top center no-repeat;
	height: 344px;
	margin-top: -20px;
	margin-right: -125px;
	margin-left: -75px;
	padding-left: 100px;
	}
	
#primary {
	width: 900px;
	}

.hentry {
	background: url('contentbg.jpg') top center repeat-y;
	width: 600px;
	}

.entry-title {
		padding-top: 10px;
		padding-left: 40px;
		padding-right: 45px;
	}
		
.entry-content {
	padding-left: 40px;
	padding-right: 45px;
	}

#sidebar-1 {
	background: url('widget.png');
	margin-top: 50px;
	margin-right: -50px;
	}
	
#sidebar-2 {
	margin-right: -50px;
	}

.secondary a {
	font-size: 16px;
	/* Contains both sidebars */
	}
	
#nav-above a {font-size: 20px;}

#footer {
	background: url('footer_bg.png');
	width: 100%;
	font-size: 10px;
	padding: 10px;
}

