/* Hide Bloggy Stuff */
.custom .comments_closed p {display: none ;}
.custom .translate_translate {display: none ;}
.custom .translate_hr {display: none ;}
.custom .sociable {display: none ;}
.custom .headline_area {display: none ;}
.custom .post_box {display: none ;}
.custom .widget_box {display: none ;}
.custom .sidebar_list {display: none ;}
.custom #respond {display: none ;}


/* Position Site Map and Email Signup */
.custom #footer {position:relative; width: 1005px; left: 0px; top: -30px; background-color: white;}

/* Hide the WP Admin Link */
.custom #footer p {display: none ;}

/* Position Front Page Slots 1-4 */
.custom #homeTableSlot1 {position:relative; width: 240px; height: 118px; left: 0px; top: -30px; background-color: red;}
.custom #homeTableSlot2 {position:relative; width: 240px; height: 118px;left: 0px; top: -60px; background-color: yellow;}
.custom #homeTableSlot3 {position:relative; width: 240px; height: 118px;left: 0px; top: -90px; background-color: green;}
.custom #homeTableSlot4 {position:relative; width: 240px; height: 118px;left: 0px; top: -120px; background-color: blue;}

/* Position Footer Div */
.custom #footer {position:relative; left: 0px; top: -40px;}

/* Font and color settings for the homepage slots */
.custom #homeTableHeadline {font-size: 18px; font-weight: bold; color: #003561;}
.custom #homeTableCopy {font-size: 12px; font-weight: bold; vertical-align:text-top; padding: 14px; color: #939393;}


