/* @override http://127.0.0.1/exton/styles.css */

html, body {
margin: 0;
padding: 0;
}

body{
	background: #3c3431 url(images/solidbackground.jpg) no-repeat fixed center bottom;
	color: #fff;
	font: 1em "Hoefler Text",Georgia, "Times New Roman", Times, serif;
}

a{
	color: #fff;
	text-decoration: none;
}
#sidebar{
	float: right;
}
#sidebar a{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 7px;
	background-color: rgba(122,21,5,0.78);
	box-shadow: 0px 0px 4px #261714;
	-webkit-box-shadow: 0px 0px 4px #261714;
	-moz-box-shadow: 0px 0px 4px #261714;
filter:progid:DXImageTransform.Microsoft.dropShadow(color=#261714, offX=0, offY=0, positive=true);
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;

}
#sidebar p{
	text-align: center;
	margin: 0px;
}
#container{
	width: 739px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#container h1{
	font-weight: normal;
	font-style: normal;
	text-shadow: #070707 0 0 2px;
	color: #fbf1cc;
	margin: 15px;
	font-size: 2.1em;
}
#container h3{
	font-size: 1.2em;
	margin: 20px;
	text-shadow: #070707 0 0 2px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
}
#maincontent{
	
}
#homepagecontent{
	
}
#content{
	padding: 5px;
}
#content p{
	font-size: 1.1em;
	line-height: 1.5em;
		text-shadow: #070707 0 0 2px;

}
#content ol{
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow: #070707 0 0 2px;
}
#content h2{
	text-shadow: #070707 0 0 2px;
	color: #fbf1cc;
	font-weight: normal;
	font-style: normal;
	font-size: 2.6em;
	margin-bottom: 5px;
	margin-top: 5px;

}
#homepagecontent{
	margin-top: 60px;
	margin-bottom: 100px;
	padding: 15px;
}
#navbar ul{
	list-style-type: none;
	padding-left: 0px;
}
#navbar li{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	list-style-type: none;
	display: inline-block;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 4px;
	padding-left: 6px;
	padding-right: 8px;
	background-color: rgba(41,35,33,0.56);
	color: #ebebeb;
	text-shadow: rgba(55,55,55,0.5) 0 0 3px;
	//box-shadow: 0px 0px 4px #261714;
//-webkit-box-shadow: 0px 0px 4px #261714;
-moz-box-shadow: 0px 0px 4px #261714;
//filter:progid:DXImageTransform.Microsoft.dropShadow(color=#261714, offX=0, offY=0, positive=true);
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#navbar li:hover{
	background-color: rgba(122,21,5,0.78);
	box-shadow: 0px 0px 4px #261714;
-webkit-box-shadow: 0px 0px 4px #261714;
-moz-box-shadow: 0px 0px 4px #261714;
filter:progid:DXImageTransform.Microsoft.dropShadow(color=#261714, offX=0, offY=0, positive=true);

}
#navbar a{
}
#header{
}
.floatleft{
	float: left;
	margin-right: 20px;
}

#footer {
	list-style-type: none;
	display: inline-block;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 12px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(41,35,33,0.56);
	color: #f7ebe3;
	text-shadow: rgba(55,55,55,0.5) 0 0 3px;
	//box-shadow: 0px 0px 4px #261714;
//-webkit-box-shadow: 0px 0px 4px #261714;
-moz-box-shadow: 0px 0px 4px #261714;
//filter:progid:DXImageTransform.Microsoft.dropShadow(color=#261714, offX=0, offY=0, positive=true);
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.contact{
	margin-left: 70px;
	position: relative;
	top: -9px;
}
#contactinfo{
	width: 240px;
}
#contactform{
	width: 410px;
	float: right;
	/margin-top: 65px;
	font-size: .9em;
	list-style-type: none;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 14px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(41,35,33,0.56);
	color: #ebebeb;
	text-shadow: rgba(55,55,55,0.5) 0 0 3px;
	//box-shadow: 0px 0px 4px #261714;
//-webkit-box-shadow: 0px 0px 4px #261714;
-moz-box-shadow: 0px 0px 4px #261714;
//filter:progid:DXImageTransform.Microsoft.dropShadow(color=#261714, offX=0, offY=0, positive=true);
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#contactform .formbox, #contactform textarea{
	background-color: #55484a;
	border: 0px;
	padding: 8px;
	font-size: 1em;
	color: white;
	width: 400px;
}
#contactform p{
	margin: 0px;
	padding: 0px;
}
