/* Hide Bloggy Stuff */
.custom .comments_closed p {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 ;}
.custom #comments {display: none ;}
.custom #page #translate_hr {display: none ;}
.custom #page #translate_block hr {display: none ;}

/* Hide the WP Admin Link */
.custom #footer p {display: none ;}

/* Position Front Page Slots 1-4 */
.custom #homeTableSlot1 {position:relative; width: 225px; height: 118px; left: 0px; top: -30px; background-color: red;}
.custom #homeTableSlot2 {position:relative; width: 225px; height: 118px;left: 0px; top: -60px; background-color: yellow;}
.custom #homeTableSlot3 {position:relative; width: 225px; height: 118px;left: 0px; top: -90px; background-color: green;}
.custom #homeTableSlot4 {position:relative; width: 225px; 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: #0B380F;}
.custom #homeTableCopy {font-size: 12px; font-weight: bold; vertical-align:text-top; padding: 14px; color: #3D3D3D;}


/* Front page rollovers */
.custom #rollover1 {position: relative; left: 660px; top: -343px; width: 271px; height: 116px; background:url(/wp-content/themes/thesis_16/custom/images/home-panic-rollover1-selected-271x116.jpg);}
.custom #rollover2 {position: relative; left: 660px; top: -343px; width: 271px; height: 112px; background:url(/wp-content/themes/thesis_16/custom/images/home-panic-rollover2-selected-271x112.jpg);}
.custom #rollover3 {position: relative; left: 660px; top: -343px; width: 271px; height: 113px; background:url(/wp-content/themes/thesis_16/custom/images/home-panic-rollover3-selected-271x113.jpg);}

/* UNUSED
.custom .translate_block {display: none ;}
.custom .translate_translate {display: none ;}
.custom .translate_hr {display: none ;}
.custom #translate_hr hr {display: none ;}
*/


