/*
	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	:Peter Williams
	Author Site	:ChasingaNewDream.com
	Style Name	:Chaser
	Style URI	:
	Version		: 1.3
	Comments	:
*/

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	}

#page {
	/* The entire design is contained within the 'page' id */
padding-top: 0px;
background: black url('Candpgbackground.jpg') center center repeat-y;
width: 780px;
_width: 780px;
		}	
		
#header {
	/* Contains the H1 and menu */
	background: black url('NFU_Banner.bmp') center center no-repeat;
	height: 160px;
	}

#primary {
	/* Contains the main column */
	padding-right: 30px;
	padding-left: 30px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

#sidebar-1 {
	/* The first sidebar */
	font-size:12px;
	width:140px;
	margin-right: -20px !important;
	_margin-right: -20px !important;
	margin-bottom: -15px !important;
	_margin-bottom: -15px !important;
	padding-top:10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	}

	
#sidebar-1 div {
  margin-bottom: 0px;
  margin-top: 10px;
} 

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

.secondary {
	/* Contains both sidebars */

	}
	
#footer {
background-color:#000000;
margin: 0px auto 0 !important;
_margin-top: -15px;
position: relative !important;
padding-top: 0px;
_padding-top: -5px;
padding-bottom: 3px;
height: auto;
width: 780px; /*sets the width of footer*/
_width: 780px; /*IE tweak*/
}

h1 { 
	display:none !important;
	}
	
#header .description { /* Description in header */
	display:none;
	}

.meta-start {
	padding: 2px 0 2px 0px ;
	background: none !important;
	}

.page-head {
	display:none;
	}
