/*
	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	: Marshall Bjerke
	Author Site	: http://xijio.com
	Style Name	: xijio::blog
	Style URI	: 
	Version		: 0.1
	Comments	: For my sitE
*/
body {
  background: #cccccc url('images/top_bg.gif') repeat-x;
}

#page {
  padding-top: 0;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
  height: 100px;
  background-color: #444444;
	}
#header h1 {
  display: block;
  width: 250px;
  height: 75px;
  padding: 25px 20px 0px 0px;
  background: transparent url('images/title.gif') no-repeat 20px 20px !important;
}

#header p {
  font-size: 10px;
}
	
#primary {
	/* Contains the main column */
	}

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

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

.entry-content  ul li {
 list-style-type: disc;
}

.entry-content blockquote {
  padding-left: 30px;
  background-position: 0 0;
}

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

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

.secondary {
	/* Contains both sidebars */
	}
.secondary a:hover {
  color: #FFC000;
}
.secondary a:active {
  color: #FFC000;
}
.secondary h4 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 2px;
}
  

