/*
	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: #979797;
	color: #222;
	font-size: small !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
	}

#page {
	width: 950px !important; /*Width of entire Blog*/
	_width: 950px !important; /*Check in IE to get the value that matches your blog*/
	border-left-color: #FFFFFF;	/* The entire design is contained within the 'page' id */
	border-left-width:none;
	border-right:none;
	border-bottom: none;
	background: #fff url('sidebar.jpg') !important; /*#fff sets the background color of the page and url('sidebar.jpg') sets the sidebar image*/
	background-repeat: repeat-y !important; /*this makes the sidebar shadow repeat vertically*/
	background-position: right !important; /*this set the position of the background image to the right side*/
	_background: #fff url('sidebar.jpg') !important; /*these are for IE*/
	_background-repeat: repeat-y;
	_background-position: right;
	border-right: none;
	}
	
#header {
	font-family: Georgia !important;	/* Contains the H1 and menu */
	}
	
#primary {
	width:675px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	line-height: 1.2em !important;
	font-size: .85em !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	/* Contains the main column */
	}

p {
  margin-top: 0em!important;
  margin-bottom: 0em!important;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.content {
	padding-right: 5px !important;
	}
.entry-content {
	line-height: 1.45em !important;
	/* The meat and potatoes of every entry */
	}
.entry-meta a, .comment-meta a{
	color: #999999 !important;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #333333 !important;
	}
h2{
	font-size: 2.0em !important;
	}
h3{
	font-size: 2.2em !important;
	letter-spacing: 0px !important;
	}
a{
	color: #996600;
	line-height: 1.5em !important;
	text-decoration: none;
	}

a:hover{
	color: #49647d;
	text-decoration: underline;
	}

.secondary {
	font-family: Georgia !important;
	font-size: .85em !important;
	line-height: 1.2em !important;
	width: 210px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;
	/* Contains both sidebars */
	}
