/*
Theme Name: Our Venues Landing
*/
* { margin: 0; padding: 0; }
html { background: #700404 url(images/bg.png) repeat-x; height: 100%; }
body { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	background: url(images/logo_backdrop.png) top center no-repeat; }
	
h1 { margin-bottom: 15px; }
h2 { 
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px; }
h3 {
	font-size: 1.5em; }
p { 
	color: #ffcc66; 
	line-height: 18px;
	margin-bottom: 15px; }
.left { float: left; }
.right { float: right; }

#outerWrap {
	/*background: url(images/party_people.png) no-repeat bottom right; */}

#contentWrap {
	width: 960px;
	margin: 0 auto;
	margin-top: -180px;
	overflow: hidden;
	text-align: left;
	padding-bottom: 100px; }
	
#header {
	/*width: 100%; */
	height: 400px;
	 }
#branding { margin-left: -9999px; }
#main {
	width: 620px;
	margin: 0 10px; }
#welcome {
	color: #e7e7e7;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 30px; }
.highlights {
	width: 280px;
	padding: 5px 10px;
	background: #500202;  }
.highlights h3 {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #410606; }
.highlights ul {
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #641c1c;  }
.highlights ul li {
	color: #cc9933;
	margin-bottom: 10px;
	list-style-image: url(images/star_bullet.png);
 }
.highlights ul li.odd { color: #ffcc66; }
#sidebar {
	width: 300px;
	margin: 0 10px; }


#signup { }
#signup div { margin-bottom:10px; }
#signup div input { 
	font-size: 1.3em; 
	padding: 2px;
	color:#999999;
	width: 100%; }

	
