/*
	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
	Style URI	: http://www.hjblogs.com
	Version		: 1.0
	Comments	: This style was created for Herald Journal Publishing ( http://www.herald-journal.com ), for use with their blogs.
*/

#page {
	border: 1px solid #666666;

	}
	
#header {
	background: black url('blog-header-780x200.jpg') center center no-repeat;
	position: relative;
	height: 100px;
	background-position: top right;
	}

#forum-button {
display: none; float: right;
margin-top: 20px;
margin-right: 40px;
	}

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

	}

#sidebar-2 {display:none;
	clear: right;
	}

body {
	font: 'Myriad Pro', Myriad, Arial, Sans-Serif;
	background: #CCCCCC;
	}

/*- Links */


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

	/*- Footer */

#footer {
	color: #444444;
	padding: 10px 0 10px;
	}

#footer a {
	color: #333399;
	border: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #333399;
	border: none;
	text-decoration: underline;
	}
	
	
	/*- Headings */

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

h1 {
	font-size: 3em;
	}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 35px 0;
	width: 400px;
	}

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

h1.blog-title a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1.2em;
	margin: 0 40px;
		width: 400px;

	}
	

.secondary h4 { /* Secondary H4 is sidebar headlines */
	color: #993333;
	}
	
	h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #993333;
	}

h2 a:hover, h2 span a:hover {
	color: #993333 !important;
	}
	
	#s {
	width: 130px;
	font-size: 1.1em;
	}
	
	#primary img {
	border: 1px solid #ccc;
	}
	
	img.aligncenter {
	padding: 4px;
	}
	
	img.size-full {
	padding: 4px;
	}
