/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Josh Leuze
	Author Contact	: jleuze@gmail.com
	Style Name	: HJ News
	Style URI	: http://www.hjblogs.com/news
	Version		: 1.0
	Comments	: This style was created for Herald Journal Publishing ( http://www.herald-journal.com ), for use with their news blogs.
*/

body {
	font: 62.5% 'Myriad', Arial, Sans-Serif; /* Resets 1em to 10px */
	background: #CCCCCC	url(bg-gradient-gs.jpg);
    background-repeat: repeat-x;
	color: #494949;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	border: 3px solid #333399;
	clear: both;
	}

.columns-one #page {
	width: 560px;
	}

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

.columns-three #page {
	width: 950px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 93px;
	background: #ffffff;
	}

.content {
	padding: 0 20px;
	}

#primary {
	position: relative;
	float: left;
	width: 445px;
	padding: 10px;
	}

* html #primary {
	display: inline;
	}

.columns-three #primary {
	margin-left: 170px;
	padding: 10px;
	}

.columns-one #sidebar-main,
.columns-one #sidebar-alt {
	width: 240px;
	padding: 0 10px;
	}

.columns-one .secondary {
	border-top: 1px solid #eee;
	}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 197px;
	padding: 10px 10px 0;
	}

.columns-two #sidebar-alt {
	width: 200px;
	padding: 0 10px;
	}

.columns-three #sidebar-alt {
	width: 150px;
	padding: 10px;
	left: -740px;
	margin-left: -170px;
	}

.secondary {
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

	
	.commentslink {
	display: none;
	}
	

	
	/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 30px;
	width: 90%;
	}

ul.menu li {
    font-size: 1.6em;
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	color: #993333;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

ul.menu li a {
	color: #993333;
	margin: 0;
	text-decoration: none;
	}

ul.menu li a:hover {
	color: #993333;
	text-decoration: underline;
	}
	
		/*- Main Menu in Footer */

ul.menu2 {
	margin: 0;
	padding: 0;
	bottom: 55px;
	position: absolute;
	left: 30px;
	width: 90%;
	}

ul.menu2 li {
    font-size: 1.6em;
	display: inline;
	margin: 0;
	}

ul.menu2,
ul.menu2 li a {
	color: #993333;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

ul.menu2 li a {
	color: #993333;
	margin: 0;
	text-decoration: none;
	}

ul.menu2 li a:hover {
	color: #993333;
	text-decoration: underline;
	}

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-top: 0px;
	margin-left: 0px;
	}

.sb-pagemenu ul ul {
	margin-top: 0px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 0px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}
	
	/*- Sidebar Other News */

ul.other-news {
	padding: 5px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	}

ul.other-news li a {
	text-decoration: none;
	color: #333399;
	margin-top: 0px;
	margin-left: 0px;
	}

ul.other-news li a:hover {
	text-decoration: underline;
	color: #333399;
}

	
/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Myriad', Arial, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 40px 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

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

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
	.secondary h4 { /* Secondary H4 is sidebar headlines */
	color: white;
	font-size: 1.3em !important;
	font-weight: bold !important;
	padding: 0 !important;
	display: inline;
	}
	
#footer {
    font-size: 1.3em;
	clear: both;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	text-align: center;
	color: #494949;
	}

#footer p {
	line-height: 1em;
	}

#footer a {
	color: #333399;
	border-bottom: 0px solid #ccc;
	font-weight: normal;
	text-decoration: none;

	}

#footer a:hover {
	text-decoration: underline;
	border: none;
	color: #333399;
	}
	
#footer-graphic {
	margin: 0;
	padding: 0;
	background: #333399;
	}

	
/* Sidebar Header-Boxes */

.header-boxes {
margin: 0;
padding: 0;
text-align: center;
width: 200px;
}

.header-boxes ul
{
background: #333399;
margin: 0;
padding: 1px 0px 1px 0px;
list-style-type: none;
}

/*- Links */

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #333399;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover,
h3, h3 a, h3 a:hover,
	color: #333399;
	text-decoration: underline;
	}
	
h2 a:hover, h2 span a:hover {
	color: #333399;
	}


a {
	color: #333399;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #333399;
	}
	
	/*- Begin Lists */
.secondary div p {
	margin-top: 0;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol, secondary div div {
	margin: 0 0 0 10px;
	}
       
.secondary ul ul ul, .secondary ol ol ol, secondary div div div {
	margin: 0 0 0 20px;
	}


.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	


