@font-face {
	font-family: Bodoni; 
	src: url(font/bodoni.ttf);
} 

html {
	background: #D1C9C1;
	font-family: Arial, sans-serif;
}

#content, #sub-footer, #header #description {
	
	border-top: 10px solid #302B2A;
}

a {
	color: #007560;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin:0;
}

h3 {
	color: #007560;
}

#wrapper {
	width: 970px;
	margin:0 auto;
}

#header {
	height:150px;
	margin-top: 20px;
}

#header #description {
	float:right;
	width: 300px;
	font-size: 12px;
	padding-top: 10px;
}

#logo {
	width: 125px;
	height: 125px;
	background: transparent url(img/logo.png) scroll no-repeat center center;
	float:left;
	
}

#content {

}

#email-signup {
	background: white;
	padding:20px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#update {
	border-top: 3px solid #302B2A;
	padding-top:10px;
	font-size: 14px;
}

#twitter {
	border-top: 3px solid #302B2A;
	padding-top:10px;
	font-size: 14px;
	margin: 0 30px;
}

#twitter .twtr-doc {
	width:100%;
}

#update h3 {
	color:white;
	text-transform: uppercase;
}

#update h4 {
	color: #007560;
	font-size: 20px;
	margin-bottom: 5px;
}

.input {
	margin-bottom:7px;
}

.input.text input {
	border: 1px solid #302B2C;
	width: 90%;
	padding:3px;
}

.input.text label {
	display: block;
}

#footer {
	color:white;
	text-align: center;
	border-top: 3px solid #302B2A;
	padding-top: 5px;
	margin-top:10px;
	margin-bottom: 45px;
	font-size: 11px;
}

#sub-footer {
	width: 100%;
	padding-top: 20px;
}

#sub-footer .module {
	width: 290px;
	float:left;
}

.home.index {
	color:white;
	font-size:68px;
	font-family: Bodoni;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: left;
	line-height: 70px;
	background: transparent url(img/line.png) scroll repeat center 11px;
	
}

.home.index em {

}

button {
	background: #302B2A;
	border:0;
	color:white;
	padding: 5px 10px;
	font-size:14px;
}


.twtr-ft {
	display: none;
}

.input-default-text {
	color: #979596;
}

#email-thanks {
	font-weight:bold;
	text-align: left;
	font-size: 21px;
	margin-top:10px;
	color: #333;
}

#email-error p {
	
	margin: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #8B1B00;
}

/*****************************************************************************
* Clearfix
*****************************************************************************/

.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

