.custom .page {background:transparent;}

a:hover {color:#382622;}

input, textarea {background-color:#EEE5E4;}

/* === NAV === */
.custom #nav_area {border-bottom:0px solid #c6c5c7; background-color: #333333;}

.custom ul.menu {border-bottom:none; border-left:0;}
	.custom ul.menu li {margin-bottom:0;}
	.custom ul.menu li.rss {}
		.custom ul.menu li.rss a:hover {background-color:transparent; text-decoration:underline;}
		.custom ul.menu li a {background-color:transparent;}
		.custom ul.menu li a:hover {text-decoration:none; background-color:#333333;}
		.custom ul.menu li.current a, .custom ul.menu li.current-cat a {background:none;}
                .custom ul.menu li a {text-transform: lowercase;}

/* === HEADER === */

.custom #header #logo a { display: block; height: 138px; width: 937px; background: url('http://www.socialmouths.com/blog/wp-content/themes/thesis_16/custom/images/header5.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; border-bottom:none;}

/* === REMOVES SIDEBAR BORDER === */

.custom #content_box {background:none;}

/* === FOOTER === */

.custom #footer_widget_area {background-color:#333333;}
.custom #footer_widget_area .sidebar {padding-top:2.2em;}
	.custom #footer_widget_area ul.sidebar_list {}
		.custom #footer_widget_area li.widget {float:left; width:23%; padding-right:2%;}
			.custom #footer_widget_area li.widget h3 {border-color:#ffffff;}
			.custom #footer_widget_area li.widget a:hover {color:#ffffff;}

.custom #footer_area {background-color:#333333;}
	.custom #footer {border-top:0;}
			.custom #footer p a {color:#ffffff; border-color:#fff;text-decoration:none;}
			.custom #footer p a:hover {color:#ffffff;}

/* === CLOSED COMMENTS === */

 .custom .comments_closed p {
  display: none;
}

/* === SIDEBAR === */
.custom #sidebars { border: 0; }
.custom #sidebars h3, .custom #sidebars h3 a { font: Rockwell; font-variant: normal; letter-spacing: 0; color: #97C03D; padding: 0.5em 0; text-decoration: none; border-bottom: 1px solid #ddd; background: url("images/bkg-sidebar-heading.png") bottom center no-repeat;}
.custom #sidebars h3 a { border: 0; padding: 0;}

/* === FLOATING IMAGES === */
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}