/*
Theme Name: Custom Wordpress
Theme URI: http://side-project.ca/
Description: Custom Wordpress Theme built for Koru Fundraising
Version: 1.0
Author: Alan Evanson
Author URI: http://www.side-project.ca/
Tags: green, two columns, widgets

	Koru Fundraising Theme
	 http://www.side-project.ca

*/



/* Begin Typography & Colors */
*{
margin:0
}
html, body{
	height:100%;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Sans-Serif;
}
body {
	font-size: 14px;
	background: url('images/wallpaper_2.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color:#FFFFFF;
	border: solid #f0ba22;
	border-width: 0 3px 0 3px;
	text-align: left;
	}

#header {
	background-image:url(images/header_bg.jpg);
	}
#navmenu ul a{
	color:#FFFFFF;
	}	
#footer-menu ul a{
	color:#FFFFFF;
	}
#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	color:#FFFFFF;
	}
#footer-menu{
	background:url(images/footer_bg.gif) 35px 0 no-repeat;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#f0ba22;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	color:#336600;
	}

h1 {
	font-size: 2.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#FFFFFF
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h5{
	font-size:1.2em;
	margin:10px 10px 0 10px;
	}
p {
	color:#333333;
	margin:20px 0 0 0;
	}
p a{
	color:#f0ba22;
	text-decoration:none;
	}
p a:hover{
	color:#CC6600;
	text-decoration:underline;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar ul ul li, #sidebar ul ol li {
	color:#FFFFFF;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#CC6600;
	text-decoration:underline;
	}

a:hover {
	color:#CC6600;
	text-decoration:underline;	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	padding: 0;
	width: 975px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */

	}

#header {
	margin: 0;
	padding: 0;
	height: 188px;
	width: 975px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


/* Begin MAIN MENU */
#menuHolder{
	width:625px;
	height:27px;
	margin:0;
	padding-left:308px;
	padding-top:135px;
}
#navmenu ul{
	width:625px;
	height:27px;
	margin:0;
	padding:0;
	background:url('images/menu_bg.gif') 0 0 no-repeat;
	}
#navmenu li{float:left; list-style:none; position:relative;}
#navmenu li span{display:none}
#navmenu li, #navmenu a{
	display:block;
	height:27px;
	width:125px;
	margin:0;
	padding:0;
	}
#About a:hover{ background:url(images/menu_bg.gif) 0 -27px no-repeat;}
#Products a:hover{ background:url(images/menu_bg.gif) -125px -27px no-repeat;}
#Programs a:hover{ background:url(images/menu_bg.gif) -250px -27px no-repeat;}
#Education a:hover{ background:url(images/menu_bg.gif) -375px -27px no-repeat;}
#Contact a:hover{ background:url(images/menu_bg.gif) -500px -27px no-repeat;}
/* End MAIN MENU */

#content-inner{
	padding: 0 0 0 45px;
	float:left;
	width:610px;
}
#footer-menu{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:10px 0 0 0;
	height:40px;
}
#footer-menu li{
	display:inline;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify;*/
	line-height: 20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#footer, #push {
	height: 60px; /* .push must be the same height as .footer */
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 975px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 22px;
	margin: 0;
	line-height: 40px;
	}

h2 {
	margin: 20px 0 0;
	line-height: 30px;	
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	line-height: 30px;	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
#home-link img{
	float:left;
	margin:20px 0 0 40px;
	padding:0;
}
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar ul ul li a {
	font-size:1.3em;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 3px 6px;
	text-decoration:none;
	}
#sidebar ul ul li a {
	width:200px;
	display:block;
}
#sidebar ul ul li a:hover{
	background:#9f09b0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. I don't have anything like this, so I'm using it to fx the request for info form*/
	text-align:left;
	}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify;*/
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 0 30px;
	margin: 0;
	width: 237px;
	height:580px;
	float:left;
	}
#sidebar form {
	margin: 0;
	}
.widgettitle{
	display:none;
	}
.blogroll{
	background:url(images/quicklinks-bg.gif) repeat-y;
	}
.blogroll, .blogroll li{
	list-style-image:none;
	list-style-type:none
}
#sp_image-3{
	margin:0;
	padding:0;
	height:40px;
	line-height:10px;
}
#linkcat-3{
	padding:0;
	margin:0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin feature box on home page */
#home-spacer{
	background:url(images/home-3ColBox-spacer.jpg);
	height:21px;
}
#home-content{
	/* This is where the image and the text from the WP dialogue goes*/
	width:262px;
	height:289px;
	float:right;
	margin:0 42px 0 0;
}
#home-3ColBox{
	background:url(images/home-3ColBox-bg.jpg);
	width:975px;
	height:332px;
	padding:25px 0 0 0;
	margin:0;
	}
#home-3ColBox .c{
	width:933px;
	height:289px;
	float:right;
	padding:0;
	margin:0;
	}
#home-3ColBox .c img{
	float:left;
	padding:0;
	margin:0 0 0 20px;
}

/* End feature box on home page */

/* Begin Sticky Footer Misc.*/
	.clearfix:after {content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* End Sticky Footer Misc.*/

#home-newdesign{
	width: 975px;
	height: 420px;
	background: url(images/newdesign_03.jpg) no-repeat 0px 0px;
	position: relative;
}

#homeText{
	color:black;
	font-size:30px;
	left:55px;
	position:absolute;
	top:30px;
	width:878px;
}

#homeText strong{
	color: #3a5b1a;
}

#home-newdesign a{
	font-size: 20px;
	color: #3a5b1a;
	font-weight: bold;
	text-decoration: none;
}

#home-newdesign li{
	list-style: none;
}

#home-newdesign .col1{
	left:328px;
	line-height:63px;
	position:absolute;
	top:212px;
}


#home-newdesign .col2{
	left:670px;
	line-height:63px;
	position:absolute;
	top:212px;
}

#home-newdesign #requestInfoKitButton{
	background:url("images/requestInfoKitButton.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:107px;
	left:46px;
	position:absolute;
	top:214px;
	width:200px;
}

#home-newdesign #homeTitle{
	color:black;
	font-size:22px;
	font-weight:bold;
	left:263px;
	position:absolute;
	top:179px;
}

#home-newdesign p{
	margin: 0px;
}

#home-content h3{
	font-size: 22px;
}

#home-content li a{
	color: #939496;
	font-size: 14px;
	text-decoration: none;	
}

#home-content li{
	list-style: none;
	background: url(images/newdesign_17.jpg) no-repeat 0px 0px;
	padding-left: 20px;
	margin: 0px 0px 10px 10px;
}

.h3hr{
	width: 330px;
	height: 15px;
	background: url(images/newdesign_07.jpg) no-repeat 0px 0px;
}

#sidebar #button-requestKit{
	width: 230px;
	height: 107px;
	background: url(images/newsidebar-requestInfo.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
}

#sidebar{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 800px;
	margin-bottom: 100px;
}

#sidebar a{
	display:block;
	position: absolute;
	left: 65px;
	top: 16px;
	color: #244e04;
	text-decoration: none;
}

#sidebar li, #sidebar ul{
	background: url(images/sidebar-bg.jpg) repeat-y 0px 0px;
	position: relative;
	height: 48px;
}

#sidebar .sepLi{
	height: auto;
}

#sidebar li.top{
	width: 230px;
	height: 41px;
	background: url(images/newsidebar-ourprograms.jpg) no-repeat 0px 0px;
}

#sidebar li.bottom{
	width: 230px;
	height: 14px;
	background: url(images/newsidebar-bottom.jpg) no-repeat 0px 0px;
}

#sidebar .seperator{
	width: 225px;
	height: 6px;
	background: url(images/newsidebar-seperator.jpg) no-repeat 0px 0px;
	margin-left: 2px;
}

#sidebar .icon{
	width: 47px;
	height: 47px;
	position: absolute;
	left: 9px;
	top: 0px;
}

#sidebar .icon-lunch{
	background: url(images/newsidebar-plunch.jpg) no-repeat 0px 0px;
}

#sidebar .icon-bottles{
	background: url(images/newsidebar-pbottles.jpg) no-repeat 0px 0px;
}

#sidebar .icon-care{
	background: url(images/newsidebar-pbodycare.jpg) no-repeat 0px 0px;
}

#sidebar .icon-beads{
	background: url(images/newsidebar-pbeads.jpg) no-repeat 0px 0px;
}

#sidebar .icon-catalog{
	background: url(images/newsidebar-pcatalog.jpg) no-repeat 0px 0px;
}

#sidebar .icon-soon{
	background: url(images/newsidebar-pcoming.jpg) no-repeat 0px 0px;
}

.reqInfoButton{
	background: url(images/button-reqInfo.jpg) no-repeat 0px 0px;
	width: 460px;
	height: 80px;
	display: block;
	margin: 10px 0px 30px 0px;
}


#post-9 .programs li h4{
	list-style-type: none;
	background: none;
}

#post-9 .programs p{
	margin: 0px;
}

.buttons{
	left:262px;
	position:relative;
	top:217px;
}

.buttons a{
	display: block;
	padding-left: 80px;
	padding-top: 20px;
	font-size: 12px;
	font-family: "Arial Black", Arial;
}

.button-lunch{
	background: url(images/button-lunch.png) no-repeat 0px 0px;
	width: 318px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.button-beads{
	background: url(images/button-beads.png) no-repeat 0px 0px;
	width: 318px;
	height: 70px;
	position: absolute;
	left: 350px;
	top: 0px;
}

.button-water{
	background: url(images/button-water.png) no-repeat 0px 0px;
	width: 318px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 90px;
}

.button-catalog{
	background: url(images/button-catalog.png) no-repeat 0px 0px;
	width: 318px;
	height: 70px;
	position: absolute;
	left: 350px;
	top: 90px;
}
