/*
	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	:
*/

/*global font*/

body {
	background: #fff none repeat scroll 0 0;
	}

body, h1, h2, h3, h4, h5, h6, .blog-title {
  	font-family: Verdana, sans-serif;
	text-align: left;
	}
	
.blog-title, .description {
	font-size: 1.5em;
	}

#primary .entry-content img {
	max-width: 100%; 
}

	
/*many font styles*/

.page-head, #search-label, .commentsrsslink, .trackbacklink, .comments h4, .entry-meta a, .comment-meta a, .entry-date, .entry-time, .navigation a, .menu li a, .entry-meta, .secondary h4, .entry-title a, ul.menu li a, .entry-date, .entry-title, .entry-title a, .entry-title a:visited, ul.entry, .navigation a, .navigation a:visited, .entry-meta {
	color:#000 !important;
	text-align: left;
	}
	
/*body copy color but with upper lowercase*/

.comment-content, .entry-content {
	color: #000;
	}

/*x responses to "the post" line size*/

#search-label, .comments h4{
	font-size: 1.5em;
	}

/*subhead misc sizes*/

#pinglist, #respond, #leavecomment, .commentsrsslink a, .trackbacklink a {
	font-size: 10px;
	color: #000 !important;
	text-align: left;
	}

/*author uppercase*/

	#commentlist .comment-author {
	}
	
/*footer text color*/
	
	#footer, #footer a {
	color: #444;
	}

#respond a {
	color:#000 !important;
}

.entry-title, h3 {
	font-size: 10px;
	font-weight: bold;
	}
	
.entry-title{
	font-size: 10px;
	}

.page-head{
	font-size: 10px;
	}

.entry-content {
	font-size: 10px;
	align: left;
	}

#search-label, .comments h4 {
	font-size: 10px;
	}

.secondary h4 {
	font-size: 10px;
	font-weight: bold;
	}

#comments, #rollpages, .entry-meta, .entry-meta a, .comment-meta a, .published entry-date, .entry-time {
color:#777;
}

#commentlist .comment-author {
	font-size: 10px;
	font-weight: bold;
	}

#wpstats{
visibility: hidden;
}

/*---layout---*/

#pinglist li {
margin-left:0px;
padding:0px 0;
}

#primary {
	width: 650px;
	}

.entry content p {
	text-align: justify;
	}

.content { /*---moves the primary column so i control the gutter--*/
	padding: 0px 0px 0px 0px;
	}
	
#nav-below, .metalinks, .comment-meta, #respond p, .entry-meta { /*---move down leading for subhead---*/
	position: relative;
	top: 8px;
	}
	
#page {
        width: 100% !important;
	padding: 0px 0px 0px !important;
	left: 0px;
	border-style: none;
	background-color: #FFF;
        }

#header {
	height: 100px;	/*on page=100. off page=0*/
	background: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	}
	
.blog-title {
	left: 200px;
	}
	
.blog-title a {
	top: 30px;	/*on page=30. off page=-100*/
	left: 20px;
	position: absolute;		
}
	
.description {
	top: 45px;
	left: 0px;
	position: absolute;		
	}

#primary {
	position: relative;
	left: 280px;
	bottom: 0px;
	}

#sidebar-1 {
	position: absolute;
	left: 10px;
	top: 100px;	/*on page=100. off page=0*/
	}

#footer {
	background-color: #000;
	clear:both !important;
	height: 20px !important;
	text-align: left;
	padding: 10px 20px 24px;
	}

ul.menu li a{
	position: relative;
	padding: 6px;
	margin: 0 10 0 10px;
	}

#footer {
	visibility: hidden;	
/*	position: relative;
	bottom: 0px;	*/
	}

#rollnext, #rollprevious {
	font-weight:normal;
	}

/*---LINK COLOR---*/

a, #primary a, .metalinks a {
	color: #009 ;
	text-decoration: underline ;
	}
	
#primary a:visited, a:visited, .metalinks a:visited  {
	color: #900 ;
	text-decoration: underline ;
	}
	
#primary a:hover, a:hover, .metalinks a:hover {
	color: #fff !important ;
	background-color: #000 ;
	text-decoration: none ;
	}
	
.secondary ul li a{
	color:#009  ;
	text-decoration: none ;
	}

.secondary ul li a:hover {
	color: #fff !important ;
	background-color: #000 ;
	text-decoration: none ;
	}

.secondary ul li a:visited {
	color:#900  ;
	text-decoration: none ;
	}
	
#footer, #footer a {
	font-weight: normal ;
	}

#footer a{
	text-decoration: underline ;
	}

#footer a:hover{
	color: #fff ! important;
	background-color: #000 ;
	}
	
ul.menu li a {
	color: 	#000 ;
	text-decoration: none ;
	background-color: #fff;
	}

ul.menu li a:hover {
	color: #000 !important;
	background-color: #fff ;
	text-decoration: underline !important ;
	}

ul.menu li a:visited {
	color: #000 !important;
	background-color: #fff ;
	text-decoration: none ;
	}

.blog-title a:hover, .page_item a:hover {
	color: #fff !important;
	text-decoration: underline ;
	}

#sharethis_0 a {	
	color: #009 !important;
	text-decoration: underline ;
	}

#sharethis_0 a:visited {	
	color: #009 ;
	text-decoration: underline ;
	}

#sharethis_0 a:hover {	
	color: #090 !important ;
	background-color: #000 ;
	text-decoration: underline ;
	}
.page_item {
color: white !important;
}