/*
File:			custom.css
Description:	Custom styles for Thesis

/* Custom background*/
body.custom {
    background: #4a462f;
}

.custom #container {
    margin-top: 4em;
    margin-bottom: 2em;
    padding: 2.0em;
    background: #aba375;
    border: 4.0em solid #4a1f1c;
}

.custom #page {
    background: #fff;
}

/*end custom background*/

/* Custom clickable header */

.custom #header { padding: 0; }
.custom #header #logo { text-indent: -9999px; }
.custom #header #logo a { 
display: block; height: 200px; width: 950px; 
background: url(header_winter.jpg) no-repeat; 
outline: none; }

/* end clickable header */

/* Make unstyled NAV bar solid and stretch across page */

.custom .menu {background-color:transparent;
}

.custom .menu {
border-width:0 0 0 0;
padding-left: 5em;
}

.custom .menu, .menu a, .menu li ul {
border-style:none;
	float: none;
	font-weight: bold;
}

.custom .sidebar h3 {
color:#4a1f1c;
}

.format_text h2, .format_text h3 {
font-size:1.6em;
line-height:1.158em;
margin:1.737em 0 0.579em;
	color: #4a1f1c;
}

h1, h2, h2 a {
color:#4a1f1c;
}

/*input { width: 210px; 
}*/

textarea {
	width:  218px;
}

/*.sidebar input[type="submit"] {
	width: 220px;
}*/

.custom #footer a {
	color: #4a1f1c; 
}

.custom #footer a {
font-weight: normal; border-bottom: none;
}

.custom #footer a:hover {
color:#7fb0d8; text-decoration:underline;
}

.BE {
	background-color:#fff;
	margin: 10px auto;
	padding: 0px 0;
	width:100%;
}
