/*
	Author: Thomas Marshall
	Email: tom@siredesigns.com
*/

body {
background: #000 url(../images/bg.jpg) top center no-repeat;
margin: 0;
padding: 0;
font-family: Tahoma, Arial;
color: #fff;
}

h1, h2 {
font-family: Helvetica, Tahoma;
letter-spacing: -1px;
margin: 0 0 20px 0;
}

h3, h4 {
font-family: Helvetica, Tahoma;
letter-spacing: -1px;
margin: 0 0 20px 20px;
}

p {
margin: 0 0 20px;
padding: 0;
}

.wrapper {
display: block;
width: 880px;
margin: 0 auto;
}

#header {
float: left;
display: block;
width: 880px;
height: 154px;
margin: 0 auto;
}
	#logo {
	float:left;
	margin: 55px 0 0 0;
	width: 280px;
	height: 84px;
	}

#menu {
display: block;
width: 980px;
margin: 0 auto;
}
	#menu ul {
	text-align:center;
	float:right;
	}
	
	#menu li {
	list-style:none;
	display:inline;
	margin: 0 2px;
	float:left;
	}
	
	#menu a {
	display:block;
	padding: 0 27px;
	float:left;
	color: #fff;
	font-family: Arial;
	font-size: 19px;
	line-height: 48px;
	text-transform: uppercase;
	background: url(../images/menu_bg_hover.png);
	}
	
	#menu a:hover {
	background: #000;
	}
	
#main {
float: left;
display: block;
width: 860px;
padding: 25px;
margin: 15px auto;
}

/* General Doodads */
#main p {
line-height: 28px;
}

#main a, .footer_inner a {
color: #aaa;
border-bottom: 1px dotted #aaa;
}
#main a:hover, .footer_inner a:hover {
border-bottom: 1px solid #aaa;
}

.inner {
padding: 15px;
}

.clr {
clear:both;
line-height: 0%;
height: 0px;
}

#footer {
float: left;
display: block;
width: 100%;
height: 180px;
margin: 0 auto;
}

.footer_inner {
width: 880px;
margin: 0 auto;
text-align:center;
font-size: 12px;
}

#feature {
background: url(../images/red.jpg) no-repeat;
float:left;
width:827px;
height: 353px;
display:block;
text-align:left;
}

/* Admin Stuff */
.recent {
font-family: Helvetica, Tahoma;
background: #ddd;
color: #000;
border-collapse: collapse;
width: 500px;
text-align:center;
}

.recent th {
padding: 5px;
background: #4e3d31;
font-weight: bold;
border-bottom: 1px dotted #000;
}

.recent td {
font-size: 14px;
padding: 1px;
}

.r1 {
background: #fff;
}


/* Form */
#form {
font-size: 16px;
margin: 0 0 0 0px;
line-height: 25px;
}

#form label {
width: 110px;
display:block;
float:left;
text-align:right;
padding-right: 10px;
}

#form input, #form select {
float:left;
line-height: 20px;
width: 200px;
}

#form .tiny {
width: 50px;
}

#form select {
width: 150px;
padding: 2px;
margin: 0 0 6px;
}

#form input.submit {
margin: 30px 0 0;
margin-left: 120px;
width:auto;
background: #000 url(../images/button.png) right 13px no-repeat;
font: 19px/30px Helvetica, Tahoma;
padding: 8px 55px 8px 24px;
text-align:left;
color: #fff;
border: 1px solid #fff;
height: 47px;
}

#form textarea {
font-family: Tahoma, Arial;
font-size: 12px;
}