.custom {
	font: Helvetica, sans-serif, Arial;
	background: url(/wp-content/themes/thesis_16/custom/images/bg-pattern.jpg) repeat #333;	
}

.custom #logo a {
	background: url(/wp-content/themes/thesis_16/custom/images/logo.png) center no-repeat;
	text-indent: -9999px;
	width: 400px;
	height: 110px;
	margin-left: .2em;
	display: block;
}

.custom #header {
	padding: 1em 0 0 0;
	border: none;
}

.custom ul.menu {
	border: none;
	background: #ccc;
	font-family: Arial;
	margin-top: 2em;
}

.custom ul.menu li a{
	border: none;
	font-weight: bold;
	background: none;
	text-transform: none;
	font-size: 1.3em;
	margin: 0 .5em 0 0;
	color: #000;
	padding: .9em .7em;
}

.custom ul.menu li.current a, .custom ul.menu li a:hover {
	cursor: pointer;
	text-decoration: underline;
	background: none;
}

.custom #phone_number {
	font-family: Helvetica, Arial;
	float:right;
	font-size: 1.8em;
	background: #eee;
	border: 1px solid #BB2C00;
	padding: .7em 1.4em;
	margin: 1.8em 1em 0 0;
}

.custom #phone_number p.small {
	margin-top: .5em;
	font-size: .8em;
}

.custom h2 {
	font-family: Helvetica, Arial;
}

.custom #footer {
	text-align: center;
}

.clear {
	clear:both;
}
.custom #banner {
	background: #BB2C00;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;	
	display: none;
}

.custom #banner .info {
	float: left;
	width: 33%;
	padding-top: 4.2em;
	text-align: center;
}

.custom #banner .info h3{
	font-size: 3.7em;
	color: #ddd;
	font-style: italic;	
}

.custom #banner .image {
	float: left;
	width: 30%;
}

.custom #banner .button {
	float: right;
	width: 33%;	
	padding-top: 2.8em;
	margin-right: 1.5em;
	text-align: center;
}

.custom #banner .button h3 {
	font-size: 3.7em;
	color: #fff;
}

.custom input[type=image]{
	background: none;
	border: none;
}

.custom .widget {
  margin: 0 0 1em 0;
}

.custom .icons a{
  margin: 0 .2em;
}

/* remove "Comments Closed" on posts and pages */
.custom .comments_closed p { display: none; }








