/* 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;
	background: #fff;
}

body {
	behavior: url("csshover3.htc"); 
}

img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #262626;
	cursor: hand;
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

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;
}

h6 {
	font-size: 24px;
	color: #000;
	padding: 10px 0px;
	margin: 0px;
}

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

hr {
	border: 0;
	width: 100%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

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

/*Main navigation*/
#mainmenu{
	float: left;
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 10px 0px;
	font-size: 18px;
	display: inline;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

#mainmenu ul {
	list-style: none;
} 

#mainmenu li {
	float: left;
	margin: 0 0.9em;
}

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

#sidemenu{
	float: right;
	width: 100%;
	padding: 5px 0px;
	font-size: 20px;
	text-align: center;
	display: block;
	overflow: none;
}

#sidemenu ul {
	list-style: none;
} 

#sidemenu li a {
	border: 1px solid #ddd;
	margin: 5px 0px;
	height: 30px;
	display: block;
}

#sidemenu li a:hover {
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}
	
/*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;
	margin: 10px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 10px 0px 10px 10px;
}

div.marginize {
	margin: 10px;
}

div.capitalize {
	text-transform: uppercase;
}

div.fivemargin {
	margin: 5px;
}

div.zeromargin {
	margin: 0px;
}

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

div.zeropadding {
	padding: 0px;
}

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

div.inline {
	display: inline;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
	
/* 
=====================================================
LAYOUT CSS
=====================================================
Code follows
*/

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

/*Header*/
#headercontainer {
	padding-top: 0px;
	float: left;
	height: auto;
	margin: 5px;
	width: 100%;
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
}

	.headerbox {
		width: 650px;
		height: auto;
		float: left;
		padding: 0px 0px 5px 10px;
	}

	.favouritebox {
		width: 200px;
		float: right;
		text-align: right;
	}
	
	.socialbox {
		width: 275px;
		float: right;
		text-align: right;
		padding-right: 10px;
	}	
	
/*Content*/
#contentwrapper {
	padding-top: 0px;
	float: left;
	height: auto;
	margin: 5px;
	width: 100%;
}

#maincontent-left {
	float: left;
	width: 620px;
}

#halfmaincontent-left {
	display: inline;
	float: left;
	width: 300px;
}

#skillful {
	float: left;
	width: 295px;
	display: inline;
	margin: 0px 10px;
}

#skillful-right {
	float: right;
	width: 295px;
	display: inline;
	margin: 0px 10px;
}

#halfmaincontent-right{
	display: inline;
	float: right;
	width: 300px;
}

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

#maincontent-right {
	float: right;
	width: 600px;
}

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

#fullwidth {
	float: left;
	width: 100%;
	clear: both;
}

#categories {
	font-size: 26px;
	text-align: center;
}
	
/*Sidebar - alter settings to fit site*/
#sidebar-right { 
	float: right; 
	width: 290px; 
	height: auto !important;

}

#sidebar-left { 
	float: left; 
	width: 250px; 
	height: auto !important;
	padding: 10px 20px 10px 10px;
}

	.sidebarhighlight {
		float: right;
		width: 270px;
		border: solid 5px #ddd;
		padding: 0px 5px 10px 5px;
		margin: 10px 3px;
		-moz-box-shadow: 0 0 3px #888;
		-webkit-box-shadow: 0 0 3px#888;
		box-shadow: 0 0 3px #888;
	}
	
	.workshop-list ul {
		list-style: none;
	} 

/*Footer - alter settings to fit site*/
#footer {
	clear: both;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	font-size: 85%;
	color: #666;
} 

#footer a {
	text-decoration: none;
}

#footercopyright {
	margin: 0px 15px 2px 0px;
	float: right;
}

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

#footercopyright a:hover {
	text-decoration: none;
	color: #333;
}

/* 
=====================================================
BUTTONS CSS
=====================================================
Code follows
*/
	
#button .nav {
	float: left;										/* position */
	width: 350px; 										/* button width */
	height: 25px;										/* button height */
	background-image:url(images/takaisinglow.png);		/* hover image */
}

div.nav {
	position: relative;
	margin:10px;
	padding:0;
	border: none;
}

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;
}

#mozbutton a {
	border: 1px solid #ddd;
	margin: 0 auto;
	height: 35px;
	display: block;
	font-size: 26px;
	text-align: center;
	width: 290px;
	padding: 10px;
	margin-bottom: 5px;
}

#mozbutton a:hover {
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}

.item {
	width: 200px;
	margin: 0 0 10px 10px;
	float: left;
}
.item.first {
	clear: left;
	margin-left: 0;
}
.item img {
	opacity:100;
}

/* 
=====================================================
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;
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}

#skillfulcontent {
	float: left;
	width: 100%;
	overflow: hidden;
}
	
	.post {
		float: left;
		width: 100%;
		border-bottom: solid 1px #ddd;
	}
	
	.featuredpost {
		float: left;
		width: 595px;
		border: solid 5px #ddd;
		padding: 0px 5px 10px 5px;
		margin: 3px;
		-moz-box-shadow: 0 0 3px #888;
		-webkit-box-shadow: 0 0 3px#888;
		box-shadow: 0 0 3px #888;
	}

	.post-title {
		float: left;
		display: inline;
		background: transparent;
	}

	.entry {
		clear: both;
		background: transparent;
	}
	
	.entryimage {
		display: inline;
		float: left;
		width: 150px;
		margin: 10px 10px 0px 3px;
		border: solid 1px #ddd;
		text-align: center;
		padding: 7px 6px 5px 5px;
		-moz-box-shadow: 0 0 3px #888;
		-webkit-box-shadow: 0 0 3px#888;
		box-shadow: 0 0 3px #888;
	}
	
	.featuredentryimage {
		display: inline;
		float: left;
		width: 150px;
		margin: 10px 10px 0px 3px;
		text-align: center;
		padding: 7px 6px 5px 5px;
	}
	
	.entrytext{
		display: inline;
		float: left;
		width: 415px;
		background: transparent;
	}
	
	.min-entrytext{
		display: inline;
		float: left;
		width: 295px;
		background: transparent;
	}
	
	.smallentryimage {
		display: inline;
		float: left;
		width: 75px;
		margin: 5px 5px 0px 2px;
		border: solid 1px #ddd;
		text-align: center;
		padding: 5px 3px 2px 2px;
	}
	
	.smallentrytext{
		display: inline;
		float: left;
		width: 500px;
	}

	.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;
		border: none;
	}

	.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;
}
	
	.recentbox {
		display: block;
		float: left;
		width: 250px;
		height: 100px;
		padding: 0px 30px 0px 0px;
	}
	
	.recentimage {
		display: inline;
		float: left;
		width: 50px;
		margin: 0px 5px 0px 3px;
		border: solid 1px #ddd;
		text-align: center;
		padding: 7px 6px 5px 5px;
	}
	
	.recenttext{
		display: inline;
		float: left;
		width: 175px;
	}

/* 
=====================================================
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
}
