/*
	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	: 	Ryan Ashcraft
	Author Site	: 	http://ashcraftmedia.com/
	Style Name	: 	NC Healthcare Coverage
	Style URI	:
	Version		:
	Comments	:
*/

body {
	font-size: 70%; /* Resets 1em to 10px */
	background: #fff;
    font-family: Tahoma, Arial, sans-serif;
	}

sup {
	vertical-align: top;
	font-size: 9px;
	}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Arial, sans-serif;
    }

.blog-title {
	text-indent: -9999px;
	overflow: hidden;
	}

.blog-title {
	padding: 0;
	margin: 0;
}

.blog-title a {
	display: block;
	width: 432px;
	height: 46px;
	background: url('/images/logo_blog.gif') top left no-repeat;
	}

h3.entry-title {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	width: 100%;
	}

h3.entry-title a {
	color: #ea633f;
	}

#page {
	border: 0;
	padding: 0;
	}

.columns-two #page {
	width: 975px;
	}

#header {
	background: none;
	color: #000;
	height: 45px;
	margin: 0px 0px 40px 0px;
	padding: 55px 0px 0px 20px;
	position: relative;
	}

#header .description {
	display: none;
	}

ul.menu li a {
	color: black;
	}
	
ul.menu {
	padding: 0;
	margin: 6px  0 0;
	float: right;
	list-style: none;
	font-size: 0;
	top: 55px;
	right: 0;
	left: auto;
	width: auto;
	}

ul.menu li {
	display: inline-block;
	float: left;
	padding: 0 3px;
	margin: 0;
	letter-spacing: 1px;
	}

ul.menu li.last {
	border-right: 0;
	padding-right: 0;
	}

ul.menu li a {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	background: #e9f1fb;
	color: #27d;
	padding: 6px 14px 9px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	}

ul.menu li a:hover {
	background: #ea633f;
	color: #fff;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #fbe8e3;
	color: #ea633f;
	}

ul.menu li a span.sup {
	font-size: 9px;
	position: relative;
	line-height: 1px;
	height: 0;
	bottom: 8px;
	}

ul.menu .admintab {
	display: none;
}

.content {
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	padding: 0;
	background: url(http://nchealthcarecoverage.com/images/content.gif) repeat-x;
	}

.post {
	margin: 5px 0px 20px 0;
	}

#primary {
	width: 595px;
	}

body.columns-two #primary {
	margin-left: 345px;
	margin-right: 0;
	}

body.columns-two #primary-wrapper {
	float: right;
	margin-left: -345px;
	margin-right: 0;
	}

#rollingarchives, body.smartposition #rollingarchives {
	width: 595px;
	}

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

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

.entry-content .alignright,
img[align="right"],
.entry-content img {
	float: right;
	margin: 8px 0 0 16px;
	display: block;
	}

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

#sidebar-2 {
	display: none;
	}

.secondary {
	width: 295px;
	padding: 10px 20px 20px 20px;
	background: url('/images/secondary.gif') top left no-repeat;
	min-height: 350px;
	font-size: 12px;
	}

.secondary h4 {
	font-size: 21px;
	font-weight: normal;
	padding: 5px 0px 2px 0px;
	color: #ea633f;
	}

.secondary h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	color: #40afd4;
	}

body.columns-two .secondary {
	float: left;
	}

.secondary div.textwidget, #twitter_div {
	margin: 0;
	}

#twitter_update_list li {
	padding: 0 0 12px;
	}

#s {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	}

#searchreset, #searchload {
	top: 2px;
	}

#tag_cloud a {
	line-height: 190%;
	margin-right: 5px;
	}

.corners-bottom {
	width: 975px;
	height: 10px;
	background: #fff;
	position: relative;
	}

.corners-bottom-border {
	width: 956px;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 10px;
	font-size: 0;
	}

.corner-bl {
	background: url('/images/corners/bl.gif') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	}

.corner-br {
	background: url('/images/corners/br.gif') top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	}


/* Footer */
#footer {
	width: 975px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	}

#footer .inner {
	width: 935px;
	margin: 0 auto;
	}

#footer ul.footnav {
	list-style: none;
	}

#footer ul.footnav li {
	display: inline;
	font-size: 12px;
	line-height: 18px;
	border-right: 1px solid #e6e6e6;
	margin: 0;
	padding: 0 10px;
	}

#footer ul.footnav li.first {
	padding-left: 0;
	}

#footer ul.footnav li.last {
	padding-right: 0;
	border-right: 0;
	}

#footer ul.footnav {
	margin: 0 0 15px 0;
	}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	border-bottom: 0;
	}

#footer a:hover {
	color: #666;
	text-decoration: underline;
	}

#footer p.denote {
	margin: 15px 0;
	font-size: 11px;
	line-height: 16px;
	}

/* Buttons */
a.button {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	}
.secondary a.button:hover {
	text-decoration: none;
	}
a.long {
	width: 163px;
	height: 39px;
	background: url('/images/buttons/long.gif') top left no-repeat;
	font-size: 13px;
	line-height: 39px;
	margin: 0 0 20px 0;
	}
a.long:hover {
	background-position: 0 -39px;
	color: #fff;
	}
a.long:active {
	background-position: 0 -78px;
	}
