/*
	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	:Josh Campbell
	Author Site	:Joshc.com
	Style Name	:simple
	Style URI	:
	Version		:0.01
	Comments	:
	
*/
/* Typography */

body {
    font-family: Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	}

h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	}

/* Main Menu in Header */

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

ul.menu {
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin: 0 20px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}

/* Other */
body{
	background: #fff;
	margin:25px;
	color:#000000;
}
.sub {
	font-size: medium;
	font-weight: bold;
	color: #6f9e30;
}

h2 a:hover, h2 span a:hover {
	color: #51A8D4 !important;
	}

a {
	color: #51A8D4;
	text-decoration: none;
	}
#page {
	/* The entire design is contained within the 'page' id */                                   
	position: relative;
	clear: none;                                       
	padding-top: 0px;
	border:none;
	margin-left: 235px

}
#name {
	float:left;
	display: inline;
	text-align: left;
	width: 190px;
	padding-right: 25px;
	font-size: x-large;
	font-weight: bold;
}
#primary{
	padding-left:0px;
}
	
.page-head {
	margin: 0 0 0px;
	text-align: left;
	}
.page-head h1{
	font-size:medium;
	font-weight: normal;
}

#header {
	/* Contains the H1 and menu */
	margin-left: 25px;
	margin-right: 25px;
	border-top: 10px solid #000;
	position: relative;
	height: 70px;
	background: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;


	}
.blog-title {
	font-size: small;
	font-weight: normal;
	padding: 15px 0px 0;
	}
.blog-title a,
#header .description {
	text-decoration: none;
	color: #51A8D4;
	}
	
#header .description { /* Description in header */
	margin: 0 0;
	font-size: medium;
	font-weight: bold;
	color: #6f9e30;
	}
.headerfix {
	
}
	
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #000;
	}
	
.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #000;
	}
	
#bigrule {
	padding-bottom: 15px;
	border-top: 10px solid #000;

}

a.nolink:link {
	color:#000000;
	text-decoration: none;
}
a.nolink:visited {
	color:#000000;
	text-decoration: none;
}
a.nolink:active {
	color:#51A8D4;
	text-decoration: none;
}
a.nolink:hover {
	color:#51A8D4;
	text-decoration: underline;
}