/*
Theme Name: True North Media House
Theme URI: http://truenorthmediahouse.com/
Description: Custom theme designed by Catalyst Internet, built by sixty4media.
Version: 1.0
Author: True North Media House
Author URI: http://truenorthmediahouse.com/
Tags: TNMH, True North Media House

	True North Media House v1.0
	 http://truenorthmediahouse.com/

	This theme was designed by Catalyst Internet,
	and built by sixty4media.

*/



/* Begin Typography & Colors */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #373535;
	color: #333;
	text-align: center;
	
	}

#page {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	background: #ffffff;
	border-left: 1px solid #959596;
	border-right: 1px solid #959596;
	text-align: left;
	height: 100%;
	}
	


/* @group Header */

#header {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: url(images/header-green-bar.png) repeat-x left 62px;
	text-align: right;
	height: 290px;
	}
	
.header-logo {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	width: 274px;
	height: 284px;
	border: none;
	float: left;
}

.header-login {
	margin: 0 0 0 0;
	padding: 40px 30px 0 0;
	display: block;
	text-align: right;
	text-transform: uppercase;
	color: #0089a7;
}

.header-navigation {
	margin: 105px 0 0 0;
	padding: 0 30px 0 0;
	display: block;
	float: right;
}

.header-navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
}

.header-navigation ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	list-style: none;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 13px;
}

.header-navigation ul li a {
	color: #000000;
	text-decoration: none;
}

.header-navigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header .header-navigation {
	text-align: left;
}

.header-navigation ul {
	float: left;
	width: auto;
	overflow: visible;
}

.header-navigation ul li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 40px;
	padding: 0 0 0 0;
	width: auto;
}

.header-navigation ul li ul {
	position: absolute;
	clear: both;
	float: left;
	margin-top: 11px;
	line-height: 10px;
	width: 150px;
}


.header-navigation ul li ul a {
	text-transform: lowercase;
	color: #00B7DF;
	padding: 3px 0;
	display: block;
	font-size: 11px;
}

.header-navigation ul li ul a:hover {
	color: #000;
}

/*.header-navigation ul ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.header-navigation ul ul li {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-size: 13px;
}*/

/* @end */

/* @group Content */

#content {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	width: 640px;
	}

/* @end */

/* @group Sidebar */

#sidebar {
	padding: 0 0 15px 0;
	margin: 0 0 0 660px;
	font-size: 14px;
	width: 285px;
	/*background: #ccc;*/
}

#description {
	margin: 0 0 20px 0;
	padding: 15px 15px 20px 15px;
	color: #ffffff;
	background: #1b1718;
}

#description .description-title {
	color: #0089a7;
}

#sidebar-twitter {
	margin: 0 0 0 0;
	padding: 15px 15px 20px 65px;
	color: #1b1718;
	border: 1px solid #1faedf;
	background: #ffffff url(images/twitter-bg.png) no-repeat 10px 20px;
	font-weight: bold;
	min-height: 100px;
}

#sidebar h2 {
	margin: 20px 0 0 0;
	padding: 5px 5px 5px 15px;
	color: #ffffff;
	background: #1b1718;
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar ul {
	margin: 0 0 0 0;
	padding: 10px 5px 25px 25px;
	border-bottom: 1px solid #000000;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	list-style-image: url(images/arrow-black-right.png);
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar ul ul {
	margin: 5px 0 0 0;
	padding: 0 5px 0 15px;
	border: none;
}

#sidebar ul ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: circle;
	list-style-image: none;
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar ul li a {
	display: block;
}

/* @end */

/* @group Posts */

#post {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	clear: both;
}

.post-author {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	color: #333333;
	font-size: 14px;
}

.post-date {
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	color: #888888;
	font-weight: bold;
	font-size: 12px;
}

.post-content {
	float: right;
	margin: 0 20px 25px 0;
	padding: 0 0 0 0;
	width: 500px;
	text-align: left;
}

.post-tweetmeme {
	float: right;
}

.post-content h1 a, .post-content h1 a:hover, .post-content h2 a, .post-content h2 a:hover, .post-content h3 a, .post-content h3 a:hover, .post-content h4 a, .post-content h4 a:hover {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #0089a7;
	text-decoration: none;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

.post-content a.more-link {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 1.5em;
	clear: right;
}

.entry {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	line-height: 1.4em;
}

.entry p {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

.entry ul, .entry ol {
	margin: 0 0 15px 0;
	padding: 0px 5px 0px 25px;
}

.entry ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	list-style-image: url(images/arrow-black-right.png);
	font-size: 12px;
	line-height: 1.4em;
}

.entry ol li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: decimal;
	list-style-image: none;
	font-size: 12px;
	line-height: 1.4em;
}

.entry ul ul, .entry ol ol {
	margin: 0 0 15px 0;
	padding: 0px 5px 0px 25px;
}

.entry ul ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	list-style-image: url(images/arrow-black-right.png);
	font-size: 12px;
	line-height: 1.4em;
}

.entry ol ol li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: lower-latin;
	list-style-image: none;
	font-size: 12px;
	line-height: 1.4em;
}

.navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	display: block;
	text-align: right;
}

.navigation-left {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 45%;
	text-align: left;
	display: inline;
}

.navigation-right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 45%;
	text-align: right;
	display: inline;
}

.single-navigation {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	display: block;
}

.single-navigation-left {
	margin: 0 0 0 0;
	padding: 0 15px 15px 15px;
	float: left;
	width: 45%;
	text-align: left;
	display: block;
}

.single-navigation-right {
	margin: 0 0 0 0;
	padding: 0 15px 15px 15px;
	width: 45%;
	text-align: right;
	display: inline;
	float: right;
}

/* @end */

/* @group Comments */

#respond, h3#comments { 
	margin: 20px 0 10px 0;
	line-height: 14px;
	clear: left; }
	
h3#comments {
	font-size: 16px;
	line-height: 1.5em;
}

#respond h3 {
	margin-bottom: 10px;
}

ol.commentlist li {
	margin: 10px 0;
	border-bottom: 1px dotted #666;
	padding:  0 0 10px 0;
}

#respond #comment { margin: 10px 0; }

#commentform p { 
	margin: 5px 0;}

img.avatar { 
	float: left; 
	margin-right: 5px;
	border: 1px solid #373535; 
}


.byuser img.avatar { 
	border: 1px solid #8DC031;}

.comment-meta { 
	margin-bottom: 15px;
}

.comment-body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

.comment p { 
clear: left; 
line-height: 18px;
}

.comment_display {
	background: url(images/comment.png) left center no-repeat;
}

.comment_display a {
	padding-left: 20px;
}

.tag_display, .cat_display, .comment_display, .edit, .sociable {
	float: left;
	clear: left;
	padding: 2px 0 2px 0;
}

.tag_display, .cat_display, .comment_display {
	border-bottom: 1px dotted #EEE;
	width: 100%;
	line-height: 1.5em;
}

#content .sociable {
	margin: 0 0 25px 0;
}



/* @end */

/* @group Search */

.search-form {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
}


/* @end */



/* @group Footer */

#footer {
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	background: url(images/header-green-bar.png) repeat-x left -20px;
	text-align: right;
}

.footer-image {
	margin: 20px auto 15px auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 150px;
}

.footer-credit {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	float: left;
	font-size: 11px;
	color: #666666;
}

.footer-credit a, .footer-credit a:hover {
	color: #666666;
	font-weight: bold;
}

.footer-links {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.footer-links ul {
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	float: right;
	list-style: none;
	list-style-type: none;
}

.footer-links ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
}

.footer-links ul li a, .footer-links ul li a:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	text-decoration: none;
}

/* @end */

/* @group Fonts and Text */

a {
	color: #0089a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 36px;
}

h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 22px;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18px;
}

h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
}

small {
	font-size: 80%;
}

blockquote {
	margin: 0 0 15px 20px;
	padding: 0 60px 0 15px;
	border-left: 3px solid #EEE;
}

blockquote p {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

/* @end */

/* @group Images */

img {
	border: none;
}

.alignright {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}

.aligncenter {
	float: right;
	padding: 0 0 0 0;
	margin: 10px auto 10px auto;
	display: block;
}

/* @end */