/***************************************************************************************************************************
  TEMPLATE STYLES
***************************************************************************************************************************/
body {	
	margin: 0px;
	background-color: #DFAD3C;
	background-image: url(../images/mainbackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
    
a img {
    border:0;
}

.left {
	float: left;
}

.clear_right {
	clear: right;
}
.right {
	float: right;
}

#wrapper {
	width: 953px;
	margin-left: auto;
	margin-right: auto;
}
	
	#left {
		width: 943px;
		float: left;
		padding-left: 10px;
		background-image: url(../images/left.png);
		background-position: left;
		background-repeat: repeat-y;
	}
		
	#right {
		width: 933px;
		float: left;
		padding-right: 10px;
		background-image: url(../images/right.png);
		background-position: right;
		background-repeat: repeat-y;
	}
		
	#site {
		width: 933px;
		float: left;
		background-color: #FFFFFF;
	}
		
		#header {
			width: 100%;
			float: left;
		}
			
		#navigation {
			width: 100%;
			float: left;
		}
			
			.navItem {
				float: left;
			}
				
			.navImage {
				border-right: 1px solid #CFC4AB;
			}
			
		#content {
			width: 100%;
			float: left;
			padding: 0px 0px 10px 0px;
		}
			
			#leftColumn {
				width: 550px;
				float: left;
				padding: 5px 40px 20px 40px;
			}
				
				.hungerImageMargin {
					border: 2px solid #B8A16B;
					margin-left: 10px;
					margin-bottom: 10px;
					float: right;
				}

				.hungerStoryLong {
					width: 513px;
					float: left;
					padding: 5px 0px 8px 0px;
				}
					
						
					.hungerStoryTextLong {
						width: 400px;
						float: left;
					}

			
			#rightColumn {
				width: 263px;
				float: left;
				padding: 0px 40px 0px 0px;
			}
				
				.rightColumnItem {
					width: 100%;
					float: left;
				}
					
				.yellowHeader {
					width: 100%;
					float: left;
					padding: 10px 0px 7px 0px;
				}
					
				.hungerStory {
					width: 263px;
					float: left;
					padding: 5px 0px 8px 0px;
				}
					
					.hungerStoryImage {
						width: 113px;
						float: left;
					}
						
						.hungerStoryImageBorder {
							border: 2px solid #B8A16B;
						}
						
					.hungerStoryText {
						width: 150px;
						float: left;
					}
				
				.newsItems {
					width: 263px;
					float: left;
					padding: 0px 0px 10px 0px;
				}
					
					.newsItem {
						width: 100%;
						padding-bottom: 8px;
					}
				
		#footer {
			width: 853px;
			float: left;
			padding: 0px 40px 0px 40px;
		}
			
			#footerContent {
				width: 853px;
				float: left;
				border-top: 1px solid #B8A16B;
				padding: 10px 0px 10px 0px;
			}
			.footer_icons {
				float: right;
			}
				.footer_icons img {
					margin: 0 0 4px 4px;
				}
	#baseline {
		width: 953px;
		float: left;
		padding: 0px 0px 20px 0px;
	}
		
		
	#social_links a img {
		border: none;
}

/* PRESENTATION PLUGIN CSS */
.slider_container {
	background: url('../images/slider_bg.png') no-repeat scroll top left;
	width: 462px;
	height: 340px;
	position:relative;
	left:39px;
}

.slider_left {
    left: 15px;
    position: absolute;
    top: 170px;
    z-index: 20;
    display:none;
}

.slider_right {
    right: 15px;
    position: absolute;
    top: 170px;
    z-index: 20;
    display:none;
}

.slide {
	position:absolute;
	left:0;
	top:0;
    padding: 11px 9px;
}

.slider_overlay {
    background: url("../images/slider_overlay.png") no-repeat scroll left top transparent;
    height: 43px;
    position: relative;
    top: -16px;
    width: 420px;
    z-index: 5;
	padding: 22px 7px 26px 17px;
}

.slider_title {
	color:#3d672e;
	font-size:20px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}

.slider_description {
	color:#726649;
	font-size:13px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
	.slider_description a {
		color:#b99237 !important;
		text-decoration:none !important;
}
		.slider_description a:hover {
			text-decoration:underline;
	}
		
.calendar_item {
	margin-bottom:10px;
}		
		
.date {
	height:42px;
	width:39px;
	margin-right:7px;
	background-color:#b8a16b;
	text-align:center;
	float:left;
	margin-top:2px;
}
.month {
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
}
.day {
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
.entry {
	float:right;
	width:217px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E5156;
	margin-bottom:12px;
}
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.calendar_heading, .calendar_heading a {
	color:#ffffff !important;
	text-decoration:none !important;
}
	.calendar_heading a:hover {
		text-decoration:underline;
}
.calendar_heading th {
	background-color:#d9b246;
	padding:3px;
}

.prev_month {
	text-align:left;
	font-size:14px;
	padding-left:5px;
}
.month_name {
	text-align:center;
	font-size:22px;
}
.next_month {
	text-align:right;
	font-size:14px;
	padding-right:5px;
}

table.calendar {
	width:546px;
	font-family:Arial, sans-serif;
}
table.calendar {
	border-top:3px solid #a7a9ac;
	border-left:3px solid #a7a9ac;
}
table.calendar tr.calendar_days th {
	border-top:1px solid #ffffff;
	border-bottom:3px solid #a7a9ac;
	background-color:#b89844;
	padding:2px 0;
}
	table.calendar th p {
		font-size:12px;
		color:#ffffff;
		margin:0;
		padding:0;
}
table.calendar td {
	border-right:3px solid #a7a9ac;
	border-bottom:3px solid #a7a9ac;
	height:60px;
	vertical-align:middle;
	text-align:center;
	width:75px;
}
	table.calendar td.event {
		background-color:#b89844;
}

table.calendar td p {
	margin:0;
	padding:0;
	font-size:22px;
	color:#a7a9ac;
}
	table.calendar td.event a {
		color:#ffffff !important;
		font-size:22px !important;
		text-decoration:none !important;
}
.border_right {
	border-right:3px solid #a7a9ac;
}


.event_container {
	display:none;
}
.event_item {
	margin:20px 0;
	font-family:Arial, sans-serif;
	color:#4e5156;
}
.event_title {
	color:#498726;
	font-size:18px;
}
.event_date {
	font-style:italic;
	font-size:14px;
	margin-bottom:6px;
}
.event_content {
	font-size:13px;
}

.event {
	cursor:pointer;
}
