/*		
	Author Name	: Jeffrey Smith
	Author Site	: http://www.rustyhinges.com
	Scheme Name	: NAC
	Comments	: Huh?
*/

/*- Page Structure */

body {	font: 62.5% 'Verdana', Lucida Grande, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #585858 url(images/bg.gif); /* Page background color */
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	background: #FOFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	_width: 740px;
	border: 0px solid #ddd;
	border-top: none;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 150px; /* 167px; */
	background: #585858;
	}
	
/*
#primary {
	width: 500px;
	float: left;
	padding: 20px 0 10px; 
	margin: 0 10px 0 30px;
	display: inline;
	} 
*/

/*- Main Menu in Header */

/*
ul.menu {
margin-bottom: 150px;
padding-left: 0px;
width: 90% !important;
word-spacing: 0;
}

ul.menu li a {
font: 1.2em Verdana, Helvetica, Arial, Sans-Serif;
color: #969696;
font-weight: bold;
}
*/

/*- Sidebar Subpages Menu */
	
/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Verdana', Helvetica, Arial, sans-serif; /* header fonts */
	}

h1 { /* H1 is the title in the header */
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: -0.1px;
	margin: 0;
	padding: 20px 35px 0;
	/* Top-left header... padding: 20px 35px 0; */
	}

h1, h1 a, h1 a:hover, h1 a:visited,

#header .description {
	display: none;
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: none;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	display: none;
	text-align: center;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	letter-spacing: 0px;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.2em;
	color: #444;
	}

/*- Primary Contents */

.hentry {
	margin: 0;
	padding: 2px 0 5px; /* Distance (top, right, bottom) between top and bottom of posts. */
	position: relative;
	}

/* uncomment to remove aside post data
div.k2-asides div.entry-head small.entry-meta {
display: none;
}
*/

.entry-content img { /* Image Border */
	border:1px solid #CCCCCC;
	margin:0pt 5px;
	max-width:100%;
	padding:4px;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none; 
	/* remove link underlines */
	}

h3 a:hover, h3 span a:hover {
	color: #333399 !important; 
	/* header hover color */
	}
