/*
Theme Name: Blog@Hunger 2.0 Theme
Theme URI: http://blog.regionalfoodbank.org/
Description: Custom created for Regional Food Bank of Oklahoma
Version: 1.0
Author: Patrick Moore pmoore (at) cvic (dot) com
*/

/* 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 */





body {
	padding: 0;
	margin: 0;
	
	background: #2a2502 url(img/bg_page1.jpg) repeat-x;
	
	font-weight: normal;
	font-size: 10pt;
	font-family: Georgia, "Garamond", "Times New Roman", Times, serif;
	color: #575756;
	line-height: 160%;
}

a,
a:link {
	color: #a33000;
	text-decoration: underline;
}

a:hover {
	color: #e63600;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	background: url(img/bg_page.jpg) top center no-repeat;
}

#contentwrap {
	width: 990px;
	margin: 0px auto;
}

#header {
	height: 85px;
	padding-bottom: 75px;
}

#header h1 {
	display: block;
	width: 335px;
	height: 53px;
	margin: 0;
	padding: 0;
	background: url(img/blogathunger_logo.gif) top left no-repeat;
	text-indent: -20000px;
}

#header a {
	text-decoration: none;
	padding: 0;
	margin: 0px auto;
	margin-top: 35px;
	float: left;
}

#header #header_action {
	margin: 0px auto;
	width: 300px;
	margin-top: 20px;
	float: right;
}

#header #socialmedia_links {
	padding-bottom: 5px;
}

#header #socialmedia_links a {
	float: right;
	margin: 0;
	padding: 0;
	background: url(img/social_media.gif) no-repeat;
	display: block;
	font-size: 1pt;
	text-indent: -20000px;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-left: 4px;
	overflow: hidden;
}

#header #socialmedia_links a#rss {
	background-position: 0 0;
}
#header #socialmedia_links a#twitter {
	background-position: -16px 0;
}
#header #socialmedia_links a#facebook {
	background-position: -32px 0;
}
#header #socialmedia_links a#flickr {
	background-position: -48px 0;
}
#header #socialmedia_links a#rss:hover {
	background-position: 0 -16px;
}
#header #socialmedia_links a#twitter:hover {
	background-position: -16px -16px;
}
#header #socialmedia_links a#facebook:hover {
	background-position: -32px -16px;
}
#header #socialmedia_links a#flickr:hover {
	background-position: -48px -16px;
}

#header #search {
	width:239px;
	height: 30px;
	float: right;
	overflow: hidden;
}

#header #search #s {
	padding: 0;
	margin: 0px auto;
	float: left;
	border: none;
	width: 195px;
	height: 30px;
	line-height: 30px;
	text-indent: 8px;
	background: transparent url(img/search_field.gif) top left no-repeat;
	color: #958f74;
	font-family: Georgia;
}
#header #search #search_submit {
	padding: 0;
	margin: 0px auto;
	float: left;
	border: none;
	width: 44px;
	height: 30px;
	text-indent: -30000px;
	font-size: 1pt;
	background: transparent url(img/search_button.gif) top left no-repeat;
	cursor: pointer;
}
#header #search #search_submit:hover {
	background-position: bottom left;
}

#header #search #search_submit.search_submit_on {
	background-position: bottom left;
}

/* Sidebar Styles */
#sidebar {
	width: 240px;
	margin: 0px auto;
	float: right;
	color: #fffcd5;
	font-size: 90%;
	line-height: 140%;
}

#sidebar a,
#sidebar a:link {
	color: #fefbda;
}
#sidebar a:hover {
	color: #fffef5;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4 {
	color: #b9b075;
	font-family: Rockwell;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 100%;
}

#sidebar h3 {
	font-size: 140%;
}


#sidebar h2 a,
#sidebar h3 a,
#sidebar h4 a {
	color: #b9b075;
	text-decoration: none;
}

#sidebar #rfbo_logo h2 {
	display: block;
	width: 155px;
	height: 176px;
	background: url(img/rfbo_logo.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: -20000px;
	cursor: pointer;
}

#sidebar .byline {
	color: #716d36;
	font-size: 80%;
}

#archives_listing a,
#archives_listing a:link {
	text-decoration: none;
}

#tac_menu a,
#tac_menu a:link {
	display: block;
	width: 166px;
	height: 36px;
	border: none;
	text-decoration: none;
	text-indent: -20000px;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	background: url(img/take_action.gif) top left no-repeat;
}

#tac_menu a.g {
	background-position: 0 0;
}
#tac_menu a.a {
	background-position: -166px 0;
}
#tac_menu a.v {
	background-position: -332px 0;
}
#tac_menu a.g:hover {
	background-position: 0 -36px;
}
#tac_menu a.a:hover {
	background-position: -166px -36px;
}
#tac_menu a.v:hover {
	background-position: -332px -36px;
}


/* Main Content Styles */

#content {
	width: 720px;
	margin: 0px auto;
	float: left;
	background: url(img/content_bg.gif) repeat-y;
}

#content1 {
	width: 720px;
	margin: 0px auto;
	background: url(img/content_top.gif) top left no-repeat;
}

#content h1,h2,h3,h4,h5 {
	color: #a33000;
	font-family: Rockwell;
	font-weight: normal;
}
/* Blog Container */
.blog_post {
}

.blog_header {
}

.blog_datetab {
	margin: 0px auto;
	width: 56px;
	height: 84px;
	float: left;
	font-family: Arial, Tahoma, sans-serif;
	color: #fff;
}

.blog_datetab p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.blog_datetab p.day {
	font-size: 240%;
	font-weight: bold;
	padding: 22px 0 4px 0;
}
.blog_datetab p.month {
	font-size: 120%;
	font-weight: bold;
}

.blog_header .on {
	background: url(img/date_tab.png) top left no-repeat;
}

.blog_header .off {
	text-indent: -20000px;
	font-size: 1pt;
}

.blog_title {
	float: left;
	width: 660px;
}

.blog_title h2 {
	padding: 0;
	margin: 12px 30px 0 15px;
	color: #a33000;
	font-family: Rockwell;
	font-weight: normal;
	font-size: 170%;
	line-height: 120%;
}

.blog_dateline {
	color: #524806;
	margin: 0 0 0 18px;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 36px;
	height: 36px;
}

.blog_title h2 a {
	color: #a33000;
	text-decoration: none;
}

.blog_title h2 a:hover {
	color: #e63600;
}

.blog_title a.blog_comments {
	padding: 2px 0 2px 34px;
	color: #524806;
	text-decoration: none;
	background: url(img/icon_comments.gif) 14px 1px no-repeat;
}

.blog_title a.blog_comments:hover {
	color: #1d1900;
}

.blog_content {
	margin: 0 20px 0 74px;
	text-align: justify;
	color: #292320;
}

.author_content {
	padding: 10px;
	background: #e9e7d9;
	color: #767046;
}

.author_content h3 {
	color: #767046;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.author_content_container {
	float: right;
	width: 523px;
	font-size: 90%;
	text-align: left;
}
.author_content_avatar {
	width:67px;
	height: 67px;
	float: left;
	background: #c3c3c3;
	border: 4px solid #fff;
}

body, img, div, a { behavior: url(iepngfix.htc) }
