/*
Theme Name: Red House Media Blog
Theme URI: http://brainerdadagency.com
Description: Custom theme for Red House Media
Version: 1.0
Author: Tom Jenkins
Author URI: http://tgtdesign.com/
Tags: grey, red, custom header, fixed width, two columns, widgets, blog, twitter, sidebar

********************
Reset all Browsers
*********************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
ABBR, ACRONYM
{
	border: 0;
}
/***********************
Globals for the site
***********************/
BODY
{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	background: #E4E4E4;
	color: #4B4B4B;
}
OL
{
	list-style-type: decimal;
	padding-left: 30px;
}
UL
{
	list-style-type: disc;
	padding-left: 30px;
}
A, #footer .three A
{
	text-decoration: none;
	color: #D7223B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A:hover, #footer .three A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: 0px solid #000000;
}
P
{
	padding-bottom: 10px;
	margin: 0;
	line-height: 18px;
}
BLOCKQUOTE
{
	margin: 10px 0px 0px;
	border-top: 2px solid #DDD;
	background: #F5F5F5;
	clear: both;
}
BLOCKQUOTE P
{
	padding: 10px;
}
BLOCKQUOTE BLOCKQUOTE
{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #FFF;
}
FORM, INPUT, TEXTAREA
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}
INPUT
{
	padding: 3px 0;
	color: #A0A0A0;
}
.btn
{
	vertical-align: middle;
}
P IMG
{
	max-width: 100%;
}
SMALL
{
	font-size: 9px;
	line-height: 15px;
}
BIG
{
	font-size: 14px;
	line-height: 25px;
}
STRONG
{
	font-weight: bold;
}
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
}
IMG.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.home
{
	margin-left: 15px;
}
.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}
.hidden
{
	display: none;
}
.last
{
	border: none;
}
.red
{
	color: #D7223B;
}
/*********************************
Start elements specific design
*********************************/
#wrapper
{
	margin: 0 auto;
	width: 945px;
}
/******************
Header elements
******************/
#header
{
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 84px;
	padding: 0px 50px;
	overflow: hidden;
	margin-top: 20px;
}
.logo
{
	width: 278px;
	height: 80px;
	float: left;
	margin-left: 25px;
}
#nav_menu
{
	list-style-type: none;
	margin-top: 62px;
	margin-left: 420px;
}
#nav_menu LI
{
	float: left;
}
#nav_menu A
{
	color: #4B4B4B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-right: thin solid #D7223B;
	padding: 0 8px;
	display: block;
}
#nav_menu .last
{
	border: none;
}
#nav_menu A:hover
{
	display: block;
	text-decoration: none;
	color: #D7223B;
}
#nav_menu LI UL
{
	display: none;
	background-color: #E4E4E4;
	list-style-type: none;
	padding: 0;
}
#nav_menu LI UL
{
	position: absolute;
	margin: 0;
	padding: 0 0 4px;
}
#nav_menu LI LI
{
	float: none;
}
#nav_menu LI LI A
{
	margin-top: 5px;
}
#nav_menu .selected
{
	color: #D7223B;
}
/*******************
Heading Elements
*******************/
H1
{
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}
H2
{
	font-size: 28px;
}
H3
{
	font-size: 25px;
}
H4
{
	font-size: 20px;
}
H5
{
	font-size: 15px;
}
/*****************
Content Blocks
*****************/
#content
{
	padding: 0 7px 15px 50px;
	background: url(images/content_bg.jpg) repeat-y;
	overflow: hidden;
	float: left;
}
#blog_posts
{
	width: 555px;
	float: left;
}
.post
{
	margin-top: 35px;
	padding-bottom: 15px;
}
.homepost
{
	border-bottom: 1px dotted #000000;
}
.entry
{
	overflow: hidden;
	padding-bottom: 10px;
	clear: right;
}
.entry H2, .entry H3, .entry H4
{
	padding: 15px 0;
}
.entry LI
{
	padding-bottom: 5px;
}
.date, .date A
{
	color: #929292;
	font-family: Helvetica, Arial, sans-serif;
}
.date A:hover, #sub_footer A:hover
{
	text-decoration: none;
	color: #D7223B;
}
.date IMG.alignright
{
	margin: 0 0 2px;
}
.more_button
{
	float: left;
	margin-top: 5px;
	background: url(images/button_redarrow_big.png) no-repeat top left;
	padding: 5px 15px 8px 20px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5D5D5D;
}
.more_button:hover
{
	text-decoration: none;
}
.postmetadata
{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin-top: 15px;
	padding: 10px 0;
	overflow: hidden;
}
.navigation
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
H2.pagetitle
{
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.retweet
{
	padding-top: 5px;
	float: left;
}
/***************
Comment Area
***************/
#comment_block
{
	margin-top: 25px;
	line-height: 18px;
}
#comment_block UL, #comment_block OL
{
	list-style-type: none;
	padding-left: 0;
}
#comment_block UL.children
{
	padding-left: 57px;
}
IMG.photo
{
	float: left;
	padding-right: 2px;
}
.vcard, .comment-meta, #comment_block P
{
	margin-left: 57px;
	padding-right: 5px;
}
LI.comment, #respond
{
	border-top: 1px dotted #000000;
	padding: 9px 0 0 5px;
	margin-top: 15px;
}
.reply
{
	float: right;
	margin-right: 5px;
}
.reply A
{
	font-family: Helvetica, Arial, sans-serif;
}
.comment-meta
{
	margin-bottom: 15px;
}
.even
{
	background-color: #F8F8F8;
}
.odd
{
	background-color: #FFF;
}
#respond H3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}
#commentform
{
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
.req
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #C0BEBE;
	font-size: 11px;
	font-weight: normal;
	float: right;
	width: 180px;
	margin-right: 130px;
	line-height: 25px;
}
#commentform P
{
	margin-left: 0;
}
#commentform TEXTAREA
{
	padding: 2px;
	width: 100%;
}
/**********
Sidebar
**********/
#sidebar
{
	float: left;
	margin: 13px 0px 0 38px;
	width: 287px;
}
#sidebar UL
{
	list-style-type: none;
	padding-left: 0;
}
#sidebar_rss, .widget
{
	margin-left: 5px;
}
#sidebar UL UL
{
	padding: 0 23px 0 18px;
	overflow: hidden;
}
#sidebar UL UL LI
{
	padding: 5px 0;
	margin-right: 7px;
}
#connect
{
	height: 83px;
	background-image: url(images/connect_bg.jpg);
	margin-top: 7px;
	padding: 50px 0 0 12px;
}
#sidebar #connect_icons
{
	padding: 0px;
	overflow: hidden;
}
#sidebar #connect_icons LI
{
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}
#connect_facebook A
{
	display: block;
	height: 63px;
	width: 62px;
	background-image: url(images/facebook_chalk_off.jpg);
}
#connect_facebook A:hover
{
	background-image: url(images/facebook_chalk_on.jpg);
}
#connect_twitter A
{
	display: block;
	height: 63px;
	width: 62px;
	background-image: url(images/twitter_chalk_off.jpg);
}
#connect_twitter A:hover
{
	background-image: url(images/twitter_chalk_on.jpg);
}
#connect_linkedin A
{
	display: block;
	height: 63px;
	width: 62px;
	background-image: url(images/linked_chalk_off.jpg);
}
#connect_linkedin A:hover
{
	background-image: url(images/linked_chalk_on.jpg);
}
#connect_youtube A
{
	display: block;
	height: 63px;
	width: 62px;
	background-image: url(images/youtube_chalk_off.jpg);
}
#connect_youtube A:hover
{
	background-image: url(images/youtube_chalk_on.jpg);
}
.inpt
{
	margin: 12px 0;
}
#sidebar H3, #sidebar H3 A
{
	font-size: 14px;
	font-weight: bold;
	color: #D7223B;
	font-family: Helvetica, Arial, sans-serif;
/*float:left;*/
}
.widget
{
	padding: 14px 0;
	overflow: hidden;
}
.widget_categories A, #sub_footer A
{
	font-size: 13px;
	color: #676767;
	font-family: Helvetica, Arial, sans-serif;
}
.widget_categories A:hover, #sub_footer
{
	color: #D7223B;
}
.widget_categories LI
{
	border-bottom: 1px dotted #999;
}
#sidebar H2 IMG
{
	vertical-align: text-bottom;
}
#sidebar H2
{
	background-image: url(images/sidebar_header_bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #D7223B;
	padding: 7px 0 10px 18px;
}
.textwidget A IMG
{
	margin: 13px 0 0 7px;
}
#sidebar #twitter
{
	padding: 0;
	color: #676767;
}
#sidebar .tweet
{
	padding: 10px 0 0;
	overflow: hidden;
	display: block;
	clear: both;
}
#twitter IMG
{
	float: left;
}
.tweet_data
{
	margin-left: 60px;
}
#twitter P
{
	font-size: 12px;
	line-height: normal;
}
#twitter A
{
	font-family: Helvetica, Arial, sans-serif;
}
.twitter_meta
{
	font-size: 9px;
	color: #A0A0A0;
}
/***********
Calendar
***********/
#sidebar UL.ec3_events
{
	padding: 0 0 0 30px;
}
#sidebar LI.event, .ec3_events LI
{
	width: 250px;
	min-height: 45px;
	padding: 0;
	margin: 5px 0;
	float: left;
}
#sidebar UL UL.ec3_events LI
{
	margin-right: 0;
}
#sidebar .vert_align H3
{
	margin-top: -8px;
}
.day
{
	float: left;
	font-size: 20px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 32px;
	text-align: center;
	margin: 5px 5px 5px 0;
}
.event_date .day
{
	margin-top: 10px;
}
.event_date SPAN.hidden
{
	text-transform: lowercase;
}
.event P
{
	margin-left: 40px;
	line-height: normal;
}
/*.cal img { margin-top:10px; }*/
.event_date
{
	min-height: 45px;
}
.event_date H3
{
	line-height: 25px;
	margin-top: -3px;
}
.vert_align
{
	vertical-align: middle;
	display: table-cell;
	height: 45px;
}
.location
{
	font-family: "Lucida Grande", Lucida, sans-serif;
	margin: 10px 0 10px 42px;
	font-size: 14px;
	display: block;
}
.cal_detail
{
	font-family: georgia, "Times New Roman", Times, serif;
	color: #D7223B;
	font-size: 16px;
	font-style: italic;
	width: 75px;
	float: left;
}
.cal_data
{
}
/*********
Footer
*********/
#footer
{
	background: url(images/footer_bg.jpg) no-repeat;
	height: 147px;
	padding: 61px 0 10px;
	color: #FFF;
	clear: both;
}
.foot_column
{
	width: 255px;
	margin-left: 39px;
	height: 144px;
	float: left;
	display: inline;
}
.one
{
	font-weight: bold;
}
.one LI
{
	padding-bottom: 13px;
}
.one A
{
	font-family: Helvetica, Arial, sans-serif;
}
.two
{
	width: 280px;
	font-style: italic;
}
.two LI
{
	margin-left: 25px;
	height: 49px;
}
.three P
{
	line-height: 20px;
}
.quote
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	float: left;
}
#footer UL, #sub_footer UL
{
	list-style-type: none;
	padding-left: 0;
}
#footer A
{
	color: #FFF;
	font-size: 13px;
}
#footer A:hover
{
	color: #FFF;
	color: #D7223B;
}
#sub_footer
{
	background: url(images/footer_bottom_bg.jpg) no-repeat;
	height: 44px;
	padding: 13px 0 0 75px;
}
#login
{
	float: left;
}
#connect_small
{
	margin-left: 10px;
	float: left;
	display: inline;
}
#connect_icons_small
{
	padding: 0px;
	overflow: hidden;
}
#connect_icons_small LI
{
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}
#connect_facebook_small A
{
	display: block;
	height: 20px;
	width: 21px;
	background-image: url(images/facebook_chalk_off_small.jpg);
}
#connect_facebook_small A:hover
{
	background-image: url(images/facebook_chalk_on_small.jpg);
}
#connect_twitter_small A
{
	display: block;
	height: 20px;
	width: 21px;
	background-image: url(images/twitter_chalk_off_small.jpg);
}
#connect_twitter_small A:hover
{
	background-image: url(images/twitter_chalk_on_small.jpg);
}
#connect_linkedin_small A
{
	display: block;
	height: 20px;
	width: 21px;
	background-image: url(images/linked_chalk_off_small.jpg);
}
#connect_linkedin_small A:hover
{
	background-image: url(images/linked_chalk_on_small.jpg);
}
/*******************
Social Bookmarks
*******************/
#social_section
{
	overflow: hidden;
}
#social_section A
{
	background-image: url(images/social_bar.jpg);
	background-repeat: no-repeat;
	width: 34px;
	height: 33px;
	float: left;
	margin-right: 7px;
}
A.twitter
{
	background-position: 0px 0px;
}
A:hover.twitter
{
	background-position: 0px -33px;
}
A.facebook
{
	background-position: -34px 0px;
}
A:hover.facebook
{
	background-position: -34px -33px;
}
A.stumble
{
	background-position: -68px 0px;
}
A:hover.stumble
{
	background-position: -68px -33px;
}
A.digg
{
	background-position: -102px 0px;
}
A:hover.digg
{
	background-position: -102px -33px;
}
A.delicious
{
	background-position: -136px 0px;
}
A:hover.delicious
{
	background-position: -136px -33px;
}
A.reddit
{
	background-position: -170px 0px;
}
A:hover.reddit
{
	background-position: -170px -33px;
}
A.mixx
{
	background-position: -204px 0px;
}
A:hover.mixx
{
	background-position: -204px -33px;
}
A.technorati
{
	background-position: -238px 0px;
}
A:hover.technorati
{
	background-position: -238px -33px;
}
A.google
{
	background-position: -272px 0px;
}
A:hover.google
{
	background-position: -272px -33px;
}
A.subscribe
{
	background-position: -306px 0px;
}
A:hover.subscribe
{
	background-position: -306px -33px;
}
A.email
{
	background-position: -340px 0px;
}
A:hover.email
{
	background-position: -340px -33px;
}
