/*Stylesheet for LasVegasBiker.com
Copyright 2009*/

* {
	margin:0;
	padding: 0;
}
body {
	background: #020202;
	margin: 0 auto;
	font-family: tahoma, geneva, sans-serif;
	font-size: 62.5%;
	color: #fff;
	line-height:1.3;
}
p{
	font-size: 1.5em;
	margin-bottom:10px;
}
a, a:visited  {
	color: #ff9900;
}
a:hover {
	color:#f00;
}
#container {	
	width:1000px;
	margin: auto;
}
#header {
	background: url(images/header3.jpg) no-repeat center top;
	width: 980px;
	height: 286px;
	margin-left:10px;
}
#header h1 span{
	display:none;
}
#nav {
	width: 960px;
	margin: -4px 22px 5px;
	height: 59px;
	background: url(images/nav2.png) no-repeat center top;
}
#nav ul {
	background:#fff; /*white in case user has images turned off*/
	margin-left: 115px;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li a {
	display: block;
	float: left;
	border-right: 2px groove #aaa;
	font-size: 2em;
	padding: 0 10px;
	line-height:28px;
	color: #000;
	margin-top:8px;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #555 url(images/hover.png) repeat-x center top;
	color:#ff9900;
	border-right: 2px groove #eee;
}
#nav ul li.last a {
	border:none;
}
.box {
	background: url(images/boxslice.png) repeat-y center top;
}
.box blockquote {
	background: url(images/boxtop.png) no-repeat center top;
	padding-top: 50px;
	margin-top:-16px;
	text-align: center;
}
.box blockquote p {
	width: 800px;
	margin: auto;
	text-align:center;
}
#content img.date{
	padding:20px 10px ;
}
#content {		
	width:500px;
	float: left;
	padding:10px 10px 10px 60px;	
}
#content h2 {
	font-size:2.5em;
	text-align: center;
	color: #f90;
	margin:10px;
}	
#content h3 a, #content h3, .content h3 {
	font-size:1.9em;
	color:#f90;
	margin:5px;
}
#content h4 {
        font-size: 1.5em;
color: #f90;
margin: 5px;
}
#content .head {
	font-size:2em;
	font-weight: normal;
	color:#f00;
	margin:5px;
	text-align:center;
}
#content p.head {
	font-size: 1.5em;
	color:#f90;
	}
#content a img,.content a img{
	border: none;
	margin:10px;
}
#content p span {
	font-weight:bold;
	color:#f00;
}
div.event {
border-bottom: 2px groove #ffffff;
margin-bottom: 15px;
margin-top: 15px;
}
.content {
	width:890px;
	margin: auto;
	padding:10px;
}
.content p.centered {
	text-align:center;
}
blockquote {
	font-size: 2em;
	color:#f00;
}

#sidebar {
width: 300px;
	float: right;
padding-right: 20px; 
}
#sidebar img {
	margin-bottom:10px;
}
.ads {
	margin-bottom:20px;
	}
ul.gallery {
	width:900px;
	margin: auto;
	padding-left:75px;
	padding-bottom:10px;
}
.gallery li {
	display: inline;
	float: left;
	width:250px;
	height:188px;
	overflow: hidden;
	margin: 10px;
}
.gallery li a img {
	display: block;
	float: left;
	width:250px;
	border: none;
}
.clear {
	clear:both;
}
.center {
width:500px;
margin:auto;

}
.center form input, .center form textarea {
color:#000000;
}
p.fieldwrap { /*form styles*/
	padding: 5px;
	width:300px;
	text-align: right;
        color:#000;
	}
.fieldwrap label {
	padding-right:5px;
	} /* end form styles*/

#footer {
	clear:both;
	text-align: center;
	background: url(images/boxbottom.png) no-repeat center bottom;
	height: 49px;
	color:#f90;
}