/*
Theme Name: Bluefinch Custom Theme
Theme URI: http://bluefinch.ca/
Description: The custom theme for BlueFinch Creative
Version: 1.0
Author: 
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors * /

/* START OF NEW STYLES FOR BLUEFINCH */
@charset "utf-8";
/* CSS Document */

/* Reset Styles to avoid cross-browser differences due to their built-in default style settings.*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

img {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

:focus                  { outline: 0; }
a                       { text-decoration:none; color:#428bbb; }
a:hover                 { text-decoration:none; color:#060200; }
strong                  { font-weight:bold; }
em                      { font-style:italic; }
ol, ul                  { list-style: none; }
table                   { border-collapse: separate; border-spacing: 0; }
caption, th, td         { text-align: left; font-weight: normal; }
td                      { padding:2px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q           { quotes: "" ""; }

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

h1 img{
	margin-top: 3px;
}

h2.pagetitle {
	clear: both;
	margin: 20px 0 20px 0;
}

h3.archive {
	margin-bottom: 4px;
}

.entry {
	margin: 10px 0 20px 0;
	border-bottom: solid 1px #CFCFCF;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*--------------- Main Layout Divs----------------------*/


#bkDesign
{
	position:fixed;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:0;
}


 
.thrColFixHdr #container {
	position:relative;
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:2;
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* ------------------------ top CONTACT link box -------------------------*/
#toplink{
	position:absolute;
	right:20px;
	background-color:#64A0C7;
	padding:10px 20px;
}
	
#toplink a:link, #toplink a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}	
#toplink	a:hover
{
	color:#ececec;
	
}
/* ------------------------ end CONTACT link box -------------------------*/

textarea#comment {
	width: 600px;
}	
/* ------------------------ startt av Styles -------------------------*/


#mainContent {
	float: left;
	width: 950px;
	padding: 0px 20px;
}

#mainContentBlog {
	float: left;
	width: 630px;
	padding: 0px 20px;
}

.our-links {
	margin: 0 0 14px 0;
	font-size: 15px;
}

.post li {
	margin-left: 35px;
	list-style-type: disc;
}

.post ul {
	margin-bottom: 25px;
}

.blog-left {
	float: left;
	width: 305px;
}
.blog-right {
	float: right;
	width: 305px;
}

.blog-thumb {
	width: 245px;
	text-align: center;
	margin-bottom: 10px;
}
.sidecontainer {
	float: right;
	width: 300px;
	margin-right: 20px;
}

#navcontainer
{
	float:right;
	width:550px;
	text-align:right;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 100px;
	margin-bottom: 10px;
}

#navlist li
{
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#navlist a
{
	padding-left: 20px;
	padding-bottom: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 20px;
	color: #60625c;
	background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
	background-position: 0 -28px;
	background-repeat: no-repeat;
}

#navlist a:hover
{
	color: black;
	padding-left: 20px;
	background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
} 


/* ------------------------ End Nav Styles -------------------------*/
	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0 20px 0 0;
}
.thrColFixHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 0px;
}

.homebar {
	height: 287px;
}

.rss {
	margin-bottom: 10px;
	text-align: right;
	color: #5D5D5D;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li h2 {
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 15px;
	font-weight: normal;
	background-color: #928E8B;
}

#sidebar li {
	margin: 5px 0 5px 0;
	padding: 5px 0px;
	border: none;
}
#sidebar li li {
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	border-top: solid 1px #D0D0CE;
}
#sidebar li a {
	color: #5D5D5D;
}

.thrColFixHdr #mainContentLeft { 
	float: left;
	padding:0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.post p {
	margin-top: 0px;
}


/*----------------- Search Form Styles ---------------------*/
#searchsubmit {
	border: none;
	color: #FFFFFF;
	padding: 7px 10px;
	background-color: #64A0C7;
}

#s {
	width: 160px;
	border: none;
	padding: 8px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #CECAC9;
}

/*----------------- 3 column content -----------------------*/
#lowerContent
{
	clear: both;
	width: 950px;
	padding: 20px;
	overflow: hidden;
}

#lowerContentLeft
{
	margin-top: 0px;
	width: 300px;
	float: left;
}

#lowerContentCenter
{
	margin-top: 0px;
	width: 300px;
	margin-left: 325px;
	text-align: left;
}

#lowerContentRight
{
	width: 300px;
	float: right;
	text-align: left;
}	

/*----------------- end 3 column content -----------------------*/

/*----------------- FOOTER -----------------------*/
.thrColFixHdr #footer { 
	position:relative;
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center;
	z-index:3;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*----------------- END FOOTER -----------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;

}

.horizontal_dotted_line  /* this class creates a dotted line */
{
border-bottom: 1px dotted #000000;
width: 100%;
margin: 20px 0;
} 

.hrzSpace
{
	margin:0px 10px 0 0; 
	}
/* ------------------------ text Styles -------------------------*/
h1{
	color: #60625c;
	font-size: 23px;
	margin-bottom:0px;
}


h2{
	color: #60625c;
	font-size: 20px;
	margin-bottom:0px;
}

h3{
	color: #60625c;
	font-size: 18px;
	margin-bottom:0px;
}

h4 {
	color: #60625c;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	font-variant:small-caps;
}
p{
	color:#060200;

	}

