/* CSS Document 
Title:		 Content Style Sheet
Author:		 Northman Design
URL:		 N/A
Date:		 
Description: Custom wordpress template, by Northman Design
*/

/* 
=====================================================
FORMATTING CSS
=====================================================
Code follows
*/

html,body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #999;
	cursor: hand;
}

h1,h2,h3 {
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #333;
}

h4,h5 {
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 16px;
	color: #000;
}

h2 {
	font-size: 16px;
	color: #666;
}

h3 {
	font-size: 14px;
	color: #000;
}

h4 {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	color: #fff;
}

.notes {
	font-size: 10px;
	color: #666;
}

/* 
=====================================================
NAVIGATION CSS
=====================================================
Code follows
*/

/*Main navigation*/
#navcontainer {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}	

	.indentmenu{
		font: bold 12px Arial;
		width: 100%; /*leave this value as is in most cases*/
		overflow: hidden;
		float: left;
	}

	.indentmenu ul{
		margin: 0;
		padding: 0;
		float: left;
		width: 100%; /*width of menu*/
		border: 1px solid #666; 
		border-width: 1px 0;
		background: black;
	}

	.indentmenu ul li{
		display: inline;
	}

	.indentmenu ul li a{
		float: left;
		display: block;
		color: white; /*text color*/
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid #666; 
	}

	.indentmenu ul li a:visited{
		color: white;
	}

	.indentmenu ul li a:hover, .indentmenu ul li .current{
		color: white !important; /*text color of selected and active item*/
		padding-top: 6px; /*shift text down 1px for selected and active item*/
		padding-bottom: 4px; /*shift text down 1px for selected and active item*/
		background: #666666;
	}
	
/*Footer Navigation*/
#footer-menu ul {
	list-style: none;
} 

#footer-menu li {
	float: left;
	margin: 0 0.5em;
}

/* Hide from IE5-Mac \*/
#footer-menu li a {
	float: none
}
/* End hide */

#footer-menu {
	display: inline;
	width: 600px;
	float: left;
}

/* 
=====================================================
ADJUSTMENT CSS
=====================================================
Code follows
*/

img.floatleft {
	float: left;
}

img.floatright {
	float: right;
}

div.zeromargin {
	margin: 0px;
}

div.fivemargin {
	margin: 5px;
}

div.tenmargin {
	margin: 10px;
}

div.tenmargin-notop {
	margin: 0px 10px 10px 10px;
}

div.zeropadding{
	padding: 0px;
}

div.fivepadding {
	padding: 5px;
}

div.tenpadding {
	padding: 10px;
}

div.zeromargin-top {
	margin-top: 0px;
}

div.zeropadding-top {
	padding-top: 0px;
}

div.tenmargin-top {
	margin-top: 10px;
}

div.tenpadding-top {
	padding-top: 10px;
}

div.footermargin {
	margin: 16px 10px;
}

div.inline {
	display: inline;
}

div.links {
	text-decoration: none;
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 2px;
	padding-left: 2px;
	width: 100%;
}

div.links a:hover{
	text-decoration: none;
	color: #333;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding-top: 3px;
	margin-bottom: 2px;
	padding-left: 2px;	
	background: #eee;
}

div.largetext {
	font-size: 150%;
}

.featurecontent {
	background: #333;
	color: #fff;
	padding: 10px;
}

.featurecontent p{
	color: #fff;
}
	
/* 
=====================================================
LAYOUT CSS
=====================================================
Code follows
*/

/*Main container*/
#maincontainer {
	width: 900px; 
	margin: 0 auto;
}

/*Header*/
#headercontainer {
	padding-top: 0px;
	float: left;
	height: auto;
	margin: 5px;
	width: 100%;
}

	.headerbox {
		width: 600px;
		height: auto;
		float: left;
	}

	.favouritebox {
		width: 200px;
		float: right;
		text-align: right;
	}

/* Blog Post Wrapper */
#postcontent-left {
	float: left;
	display: inline;
	width: 570px;
}

#postcontent-right {
	float: right;
	display: inline;
	width: 570px;
}
	
/*Content*/
#contentwrapper {
	text-align: left;
	float: left;
	width: 100%;
}

#halfcontent-left {
	float: left;
	display: inline;
	width: 420px;
}

#sixcontent-left {
	float: left;
	display: inline;
	width: 570px;
}

#halfcontent-right {
	float: right;
	display: inline;
	width: 420px;
}

#sixcontent-right {
	float: right;
	display: inline;
	width: 570px;
}

#fifthcontent {
	width: 20%;
	display: inline;
	float: left;
}

#quartercontent {
	width: 25%;
	display: inline;
	float: left;
}

#fullwidth {
	float: left;
	width: 100%;
}
	
/*Sidebar*/
#onesidebar-right { 
	float: right; 
	width:100px; 
	height:auto !important;
}

#twosidebar-right { 
	float: right; 
	width: 200px; 
	height:auto !important;
}

#threesidebar-right { 
	float: right; 
	width: 300px; 
	height:auto !important;
	border-left: solid 1px #999; 
	padding-left: 10px;
}

#quarter-sidebar-right { 
	float: right; 
	width:25%; 
	height:auto !important;
}

#fifth-sidebar-right { 
	float: right; 
	width: 20%; 
	height:auto !important;
}

#onesidebar-left { 
	float: left; 
	width:100px; 
	height:auto !important;
}

#twosidebar-left { 
	float: left; 
	width: 200px; 
	height:auto !important;
}

#threesidebar-left { 
	float: left; 
	width: 300px; 
	height:auto !important;
}

#quarter-sidebar-left { 
	float: left; 
	width:25%; 
	height:auto !important;
}

#fifth-sidebar-left { 
	float: left; 
	width: 20%; 
	height:auto !important;
}

/*Footer*/
#footer {
	float: left;
	width: 900px;
	color: #666;
	font-size: smaller;
} 

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

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

#footercopyright{
	display: inline;
	width: 250px;
	float: right;
}

#footcontent-left {
	float: left;
	display: inline;
	width: 280px;
	text-align: left;
}

/* 
=====================================================
BUTTONS CSS
=====================================================
Code follows
*/
	
#buttonshow.nav {
	height: 35px;
	width: 290px;
	background-image:url(images/showhide-text-light.png);
}

div.nav {
	position: relative;
}

div.nav a, div.nav a:link, div.nav a:visited {
	display:block;
}

div.nav img {
	width:100%;
	height:100%;
	border:0;
}

div.nav a:hover img {
	visibility:hidden;
}

/* 
=====================================================
SEARCH FORM CSS
=====================================================
Code follows
*/

#searchform {
	width: 250px;
	padding: 10px 0px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid black;
	width: 180px;
	height: 22px;
	padding: 2px 0px 0px 5px;
	border: 1px solid black;
	background: #ddd;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: #000;
	border: none;
	width: 40px;
	height: 24px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: black;
}

/* 
=====================================================
WORDPRESS CSS
=====================================================
Code follows
*/

form {
	margin:0px;
	padding:0px;
}

/* Post CSS */
#blogcontent {
	float: left;
	width: 100%;
	overflow: hidden;
}
	
	.post {
		clear:both;
		padding-top: 0px;
		margin-top: 0px;
}

	.post-title {
		float: left;
		width: 100%;
	}

	.entry {
		clear: both;
	}

	.post-cat {
		background: url(images/mini-category.png) no-repeat left center;
		padding-left: 18px;
		float:left;
		font-size: 95%;
		color: #999;
	}

	.post-comments {
		background: url(images/mini-comments.png) no-repeat left center;
		padding-left: 18px;
		float: right;
		font-size: 95%;
	}

	.post-calendar {
		background: url(images/mini-calendar.png) no-repeat left center;
		padding-left: 18px;
		float: right;
		font-size: 95%;
		color: #999;
	}

	.post-content {
		clear: both;
		padding-top: 5px;
	}

	.navigation {
		clear: both;
		padding: 10px 0px;
	}

	.navigation a, .navigation a:visited {
		color: #333;
	}

	.previous-entries {
		float: left;
		padding-left: 18px;
		background: url(images/mini-nav-left.png) no-repeat left center;
	}

	.next-entries {
		float: right;
		padding-right: 18px;
		background: url(images/mini-nav-right.png) no-repeat right center;
	}

/* Comments */	
#comments, #respond {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
}

	.commentlist {
		margin: 10px 0px;
		padding-left: 20px;
		line-height: 130%;
	}

	.commentlist li{
		padding: 5px 10px;
		position: relative;
		list-style: none;
	}

	.commentlist .avatar {
		position: absolute;
		top: 5px;
		right: 5px;
		border: solid 1px #ededed;
		padding: 1px;
		background: #fff;
	}

	.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
		font-weight: bold;
		font-style: normal;
		font-size: 120%;
		color: #5F1D13;
	}

	.commentlist small {
		margin-bottom: 5px;
		display: block;
		font-size: 87%;
	}

/* Comment Form */	
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	font-weight: bold;
	color: #666;
	font-size: 100%;
}

#commentform input{
	width: 150px;
	background:#eee;
	border: 1px solid #333;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 500px;
	height: 115px;
	background:#eee;
	border: 1px solid #333;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}

#commentform #submit{
	background: black;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	float:right;
	width: 145px;
	height: 30px;
}

/* Categories */
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}

.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/mini-category.png) no-repeat left center;
	list-style: none;
}

.ul-cat li a, .ul-cat li a:visited{
	color: #333;
	text-decoration: none;
}

.ul-cat li a:hover{
	color: #666;
	text-decoration: none;
}

.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #ccc;
}

.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #ccc;
	background: url(images/mini-monthly-archive.png) no-repeat left center;
	list-style: none;
}

.ul-archives li a, .ul-archives li a:visited{
	color: #333;
	text-decoration: none;
}

.ul-archives li a:hover{
	color: #666;
	text-decoration: none;
}

/* Blog Footer */
.blogfooter {
	clear: both;
	background: #333;
	color: #fff;
	font-size: 95%;
	line-height: 130%;
}

.blogfooter a, .blogfooter a:visited{
	color: #ccc;
}

.blogfooter #left-col{
	width: 280px;
	float: left;
	display: inline;
}

.blogfooter #right-col{
	width: 280px;
	float: right;
	background: #333;
	display: inline;
}

.blogfooter h4 {
	font: normal 146%/100% Arial, helvetica, sans serif;
	color: #fff;
	margin: 0px 0px 5px;
}

/* Comments */
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}

.recent-comments li{
	background: url(images/mini-footer-comments.png) no-repeat;
	padding: 0px 0px 10px 20px;
	list-style: none;
}

.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}

.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

.recent-posts  ul, ul li{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.recent-posts a{
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
}

.recent-posts img {
	border:none;
	float: left;
	margin: 2px 5px;
}

/* 
=====================================================
EXCERPT CSS
=====================================================
Code follows
*/

/* title styles */
.wpp-post-title {
	font-size: 14px;
}

ul.wpp {
	list-style: none;
	text-decoration: none;
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
	float: left;
	margin: 2px 5px;
}

/* excerpt styles */
.wpp-excerpt {
	text-align: justify;
	list-style: none;
	text-decoration: none;
}

.popular-posts, .popular-posts ul li, popular-posts ol li {
  list-style:none!important
}

/* 
=====================================================
DROPDOWN CSS
=====================================================
Code follows
*/

.panel {
	margin-top: 10px;
	text-align: center;
}

.panel a{
	cursor: hand;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background: white; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: black;
background: white url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
color: #333; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}