/*
Theme Name: Clean Green Kinghorn
Theme URI: http://www.cleangreenkinghorn.org.uk/
Description: Theme for the Clean Green Kinghorn project.
Version: 1
Author: Scott Beard
Author URI: http://www.sbdesigned.com/

Uses css from http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
*/

html,body {background-color: #edf7e8; font-family: "Trebuchet MS",sans-serif; margin:0;padding:0; color: #2f3a16;height:100%;}
img { border-style: none; }

.fullpageie {text-align:center;   min-height:91%;}
.fullpage {margin-left:auto;margin-right:auto;text-align:left;border-style:none;width:800px;min-height:100%;}

.container {
   min-height:100%;
   position:relative;
}
.header {
   background:#ff0;
}
.main {
   padding:0px;
   padding-bottom:100px;   /* Height of the footer */
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-top:10px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:170px;			/* width of the right column */
	}
	.threecol .colleft {
		right:455px;			/* width of the middle column */
	}
	.threecol .col1 {
		width:418px;			/* width of center column content (column width minus padding on either side) */
		left:816px;			/* Centre column left */
	}
	.threecol .col2 {
		width:164px;			/* Width of left column content (column width minus padding on either side) */
		left:208px;			/*Position of left column content */
	}
	.threecol .col3 {
		width:160px;			/* Width of right column content (column width minus padding on either side) */
		left:683px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	.footer {
		clear:both;
		float:left;
		width:100%;height: 60px;
		/*border: 1px solid;*/
		/*background-color: #d5e2b4;*/
		background-image: url("images/bar.jpg");background-repeat:repeat-x;
		font-size: small; text-align:center;
	}
	.footer p {
		padding:10px;
		margin:0;
	}
.footercontent {width: 800px;text-align:center;margin-left:auto;margin-right:auto;/*border:1px solid red;*/}
.footer .imgleft {float: left; margin-left: 10px; }
.footer .imgright {float: right; margin-right: 10px; }
.login a {float:right;font-size:smaller;color:#d5e2b4;margin-top:-5px;margin-right:5px;text-decoration:none;}
.leftLinkText {margin-left: 10px; font-size: small; text-decoration:none;}
.leftLinkText a:link, .leftLinkText a:visited {color: #2f3a16; text-decoration:none;}
.leftLinkText a:hover {color: #2f3a16; text-decoration:underline;}
h1,h2 {margin-top:0px;margin-bottom:0.5em;}
.tip {width: 160px;margin:0px;}
.tipmiddle {background-color: #c0ffb7; padding-left: 8px; padding-right: 8px;}
.tipmiddle p {margin:0px;font-size:smaller;}
table.linklisttable {border:0px;cellspacing:0;font-size:small}
table.linklisttable th {font-weight:bold;text-align:left;}
table.linklisttable td {border-bottom:1px dotted #cdd7c8;}
.mainbuttonsfooter {margin-top:16px;}
