

/* = footbar.css
--------------------------------------------------- */

/* = Footbar
--------------------------------------------------- */

#footbar-wrapper {
	padding: 40px 0 10px 0;
	background: url('images/footer-bkg.jpg') left top repeat-x;
}
#footbar {
	color: #2f2f2f;
	margin: 0 auto;
	width: 980px;
	padding: 0 0 25px 0;
}
#footbar a {
	color: #2f2f2f;
	text-decoration: none;
}
#footbar a:hover {
	text-decoration: underline;
}
#footbar .bar {
	width: 467px;
	float: left;
	padding: 0;
	background: #ececec none;
	overflow: hidden;
}
#footbar .bar-2 {
	margin: 0;
	float: right;
}
#footbar h3.title {
	font: normal 20px/49px 'Oswald', sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding: 0 19px;
	color: #fff;
	background:#6d2700;
}

#footbar .widget {
	position: relative;
}
#footbar .widget ul {
	display: block;
	margin: 0;
	padding: 0;
}
#footbar .widget li {
	display: block;
	margin: 0 10px;
	padding: 10px 0px 15px 0px;
	background: #ffe698;
	border-bottom:1px dashed #6d2700;
}
#footbar .widget .learn-more {
	height: 17px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 450px;
	background: #df6020;
	margin: 0;
	padding: 6px 17px 6px 0;
}
#footbar .widget .learn-more a {
	display: block;
	font: normal 10px/17px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	background: transparent url('../images/bg-link-arrow.png') left top no-repeat;
	padding: 0 0 0 16px;
	float: right;
}

/* = Recent Blog Posts
--------------------------------------------------- */

#footbar .widget_recent_posts ul {
	padding: 0 0 29px;
	font: normal 12px/15px Arial, sans-serif;
	background-color: #ffe698;
}
#footbar .widget_recent_posts ul li {
	padding: 15px 15px;
}
#footbar .widget_recent_posts ul li h3, 
#footbar .widget_recent_posts ul li h3 a {
	color: #6d2700;
	margin-bottom: 5px;
	font-family: 'Oswald',sans-serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	outline:0px;
	text-shadow:0px;
	font-weight:normal;
}
#footbar .widget_recent_posts .time-block {
	display: block;
	text-align: center;
	float: left;
	background: transparent url('images/bg-widget-time-block.png') left top no-repeat;
	padding: 0 15px 0 0;
	width: 47px;
	height: 57px;
	margin: 0;
}
#footbar .widget_recent_posts .time-block span {
	display: block;
	text-align: center;
}
#footbar .widget_recent_posts .time-block .day {
	font: bold 25px/26px Arial, sans-serif;
	color: #fff;
}
#footbar .widget_recent_posts .time-block .month {
	font: bold 12px/26px Arial, sans-serif;
	color: #fff;
}
#footbar .widget_recent_posts .excerpt p {
	color:#333;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*#footbar .widget_recent_posts ul li:hover .time-block {
	background: transparent url('../images/bg-widget-time-block-hover.png') left top no-repeat;
}
#footbar .widget_recent_posts ul li:hover .time-block .day {
	color: #fff;
}
#footbar .widget_recent_posts ul li:hover .time-block .month {
	color: #424447;
}*/

/* = Recent Flickr Photos
--------------------------------------------------- */

#footbar .widget_flickrRSSRU {
	
}
#footbar .widget_flickrRSSRU ul {
/*	margin: 0 auto;*/
	width: 456px;
	padding: 14px 5px 16px 6px;
	background: #ffe698 url('../images/bd-dashed-h.gif') left bottom repeat-x;
}
#footbar .widget_flickrRSSRU li {
	float: left;
	padding: 0;
	margin: 5px;
}
#footbar .widget_flickrRSSRU li a {
	display: block
}
#footbar .widget_flickrRSSRU img {
	padding: 3px;
	border: 0 none;
	height: 98px;
	width: 98px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#footbar .widget_flickrRSSRU .learn-more {
	position: relative;
}