/*
Theme Name: Eastgate Event Center
Theme URI: http://eastgateeventcenter.com/
Description: 
Version: 1.0
Author: Dan Nisbet
Author URI: http://www.s7p.net/
Tags: red, custom header, fixed width, one column, widgets

*/

/* Design Elements */

body {
	background:#000 url("images/bg_1.jpg") top left no-repeat fixed;
	padding:105px 0px 40px 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.5em;
	color:#fff;
	}
	
#header {
	background:url("images/maroon.png");
	width:100%;
	height:95px;
	padding-top:20px;
	margin-bottom:15px;
	}
	
#content-left {
	background:url("images/maroon.png");
	float:left;
	width:611px;
	padding:15px;
	margin-top:80px;
	}
	
#content-right {
	background:url("images/maroon.png");
	float:right;
	width:299px;
	padding:10px;
	}
	
#content-area {
	background:url("images/maroon.png");
	padding:15px;
	width:930px;
	}

#logo {
	background:url("images/logo.png");
	width:350px;
	height:68px;
	float:left;
	}
	
#menu {
	text-align:right;
	float:right;
	margin-top:-32px;
	}

#menu li {
	padding-left:15px;
	display:inline;
	}

	
.container {
	width:960px;
	margin:0 auto;
	}
	
#footer {
	width:960px;
	color:#955758;
	font-size:.75em;
	text-align:right;
	clear:both;
	}
		
/* Column Styles */
#left25 {
	width:23%;
	float:left;
	}

#left33 {
	width:33%;
	float:left;
	}

#left50 {
	width:48%;
	float:left;
	}

#left66 {
	width:66%;
	float:left;
	}

#left75 {
	width:73%;
	float:left;
	}

#right25 {
	width:25%;
	float:right;
	}

#right33 {
	width:33%;
	float:right;
	}

#right50 {
	width:50%;
	float:right;
	}
	
#right66 {
	width:66%;
	float:right;
	}

#right75 {
	width:75%;
	float:right;
	}

/* Text and image elements */
img {
	border:0px;
	}
	
a {
	text-decoration:none;
	color:#D2CAC3;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#955758;
	}
	
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:2.25em;
color:#D2CAC3;
}

h2 {
font-family:Verdana, Arial, sans-serif;
font-weight:normal;
font-size:1.5em;
color:#D2CAC3;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#E2D7C7;
	color:#740000;
	border:1px solid #000;
	padding:2px;
	}
	
.area {
	width:500px;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#E2D7C7;
	color:#740000;
	border:1px solid #000;
	padding:2px;
	width:500px;
	}
