/* CUSTOM STYLESHEET -- THIS OVERRIDES STYLE.CSS. MAKE ALL CSS CHANGES HERE SO YOU CAN EASILY TRACK THEM.

#body a {
background-color: #CB5303;
color: #ffffff;
}


/* ====== Decreases the font size of the recent entries header =======*/

#header .recent-entries h4 a {
font-size:18px;

}


/* ====== Increases the Text Size of the Headers in the Widgetized footer area ========= */

#bottom .widget h3 {
font-size:16px;
}


/* ======== Tweeks the Logo Alignment ======== */

.logo {
position:relative;
top:-15px;
}


/* ==== Twitter Line Spacing Tweek ===== */

div.widget_twitter ul li {

    background:none;

    margin-bottom:10px;

    padding-left:0;

}

/* ==== Image Below footer ==== */

#belowfooter {
background-image:url('http://fourfiftyone.org/wp-content/themes/thejournal/images/fourfifty_banner_footer.jpg');
background-repeat:no-repeat;
width:922px;
height:275px;
margin:auto;
}



/* ====== Woo Search Widget Tweek ===== */

#sidebar #search_main input.field {
font-size:12px;
color:#000000;
}


/* ======== Social Media in Top-Meta Page ===== */

#top-meta .socialf a {
background:url("images/facebook.png") no-repeat scroll 0 5px transparent;
padding:6px 0 3px 23px;
}

#top-meta .socialt a {
background:url("images/twitter.png") no-repeat scroll 0 5px transparent;
padding:6px 0 3px 23px;
}

#top-meta .socialf {
border-left-style:solid;
border-left-width:1px;
border-color:#cccccc;
float:right;
padding:4px 20px 0 10px;
margin:left 60px;
}

#top-meta .socialt {
border-left-style:solid;
border-left-width:1px;
border-color:#cccccc;
float:right;
padding:4px 20px 0 10px;
margin:left 60px;
}

#top-meta .date {
width:200px;
}


/* ====== Event Calendar Tweaks ====== */

#widget-ko_calendar-4-widget_events .ko-calendar-event-list a {
background-color: #CB5303;
color:#ffffff;
}