/*
Theme Name: Original theme, as copied from original site
Description: The original theme as copied from the orignal website.
Version: 1.0
Author: Barry McKay Consulting, Justin Hartloper
Tags: original
*/



/* Begin Typography & Colors */
body {
	background-position:bottom;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#2b2116;
	background-attachment:fixed;
	text-align: center;
	font-family:Verdana, sans-serif;
	}

#page {
	text-align: left;
	}

#header1 {
	background: #73a0c5 url('images/header_1.jpg') no-repeat top center;
	width:943px;
	height:117px;
	}
	
#header2 {
	background: #73a0c5 url('images/header_2.jpg') no-repeat top center;
	width:943px;
	height:108px;
	}
	
#greenstrip {
	background-image:url('images/green_top.jpg');
	background-repeat:no-repeat;
	margin:0;
	}
	


#footer {
	border: none;
	border-top:10px solid #516a39;
	width: 900px;
	margin:auto;
	text-align: center;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #dccdb2;
	font-size : 11px;
	padding-top:5px;
	}
/* End Typography & Colors */



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

#page {
	margin:auto;
	padding: 0;
	width: 943px;
	}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
}
h1 {
	text-transform:capitalize;
	font-weight : bold;
	color : #516a39;
	font-size : 18px;
}
h2 {
	text-transform:capitalize;
	font-weight : bold;
	color : #516a39;
	font-size : 16px;
}
h3 {
	font-weight : bold;
	color : #000000;
	font-size : 12px;
}
/* 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) */

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

a img {
	border: none;
	}
/* 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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





/* Begin Sidebar */
#sidebar {
	margin:0;
	float: left;
	width: 200px;
	text-align:left;
	}
#sidebar ul {
	list-style:none;
	list-style-position:inside;
	margin:0;
}
#sidebar ul li {
	margin-left:-18px;
	position: relative;
	left:0;
}
#sidebar ul li a {
	margin:0;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #ffffff;
	font-size : 13px;
	display:block;
	text-decoration:none;
	padding:5px;
}
#sidebar ul li a:hover {
	background-color:#233515;
}
#sidebarHomeLink {
	margin-left:20px;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #ffffff;
	background-color:#233515;
	font-size : 13px;
	display:block;
	text-decoration:none;
	padding:5px;
}
#sidebarHomeLink:hover {
	background-color:#57713e;
}
#alivelogo {
	background: url(images/alive_logo.jpg) top no-repeat;
	height:135px;
}

#GoodFoodDonate {
	position:relative;
	left:24px;
}

/* End Sidebar */




#px900Wide {
	width:900px;
	margin:auto;
	background:#516a39 url(images/green_side.jpg) top repeat-x;
}


#DynamicPageContent {
	margin-left:200px;
	background-color:#dccdb2;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #000000;
	font-size : 12px;
	padding: 30px;
	line-height:16px;
	min-height:400px;
}
#DynamicPageContent a {
	font-weight : normal;
	color : #3e5b00;
	text-decoration : underline;
}
#DynamicPageContent a:hover {
	text-decoration : NONE;
	color:#70914f;
}
