/* ------------------------------------------------------------------------
CSS sheet for Village Lanes
Author: Chris Robinson
Date Created: 4/27/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS


------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: black;
	text-decoration: none;
}
.storeLink {
	color: white;
}
a:hover{
	text-decoration: underline;
}
body{
	font: 12px/1.5em 'georgia', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bodybg.jpg) fixed;
	color: #593C0F;
}
#wrap{
	text-align: left;
	display: block;
	width: 1004px;
	margin: 20px auto;
	border: 3px solid #593D0E;
	background: url(../images/pin.gif) right bottom no-repeat;
}
#calendar #wrap  {
	background: none;
}
p{	
	margin: 1.5em 15px;
}


#content div.coupon{
	margin: 30px 50px 10px 60px;
	padding: 45px;
	width: 450px;
	border: dashed ;
}

img.coupon {
	float: right;
	padding-top: 0px;
}


#content div.map{
	padding: 20px;
	width: 360px;
	float: left;
	font-size: 18px
}




/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	background: url(../images/headerbg.jpg);
	width: 100%;
	height: 279px;
}
ul.nav{
	display: block;
	background: #756328;
	height: 26px;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
#header > ul.nav{
	background: url(../images/navbg.png);
}
ul.nav li{
	display: inline;
	margin: 0 20px;
	list-style-type: none;
	position: relative;
}
ul.nav a{
	font-size: 16px;
	color: #F0E4A4;
	font-weight: bold;
}
ul.nav li ul{
	display: none;
	z-index: 9999;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	position: absolute;
	width: 170px;
	top: 50%;
	left: -30px;
	background: #593D0E;
	border: 2px solid #593D0E;
	text-align: center;
	z-index: 9999;
}
#header > ul.nav li:hover ul, #header > ul.nav li.hover ul{
	top: 100%;
	left: -50px;
}
ul.nav li ul li{
	float: none;
	width: 170px;
	border-top: 0px;
	display: block;
	padding: 0px;
	text-align: center;
	margin: 0px;	
}
ul.nav li:hover ul li a, ul.nav li.hover ul li a{
	width: 170px;
	float: none;
	color: #F0E4A4;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
}
ul.nav li:hover ul li a:hover, ul.nav li.hover ul li a:hover{
	background: #F0E4A4;
	color: #593D0E;

}
#header a.index{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 210px;
	height: 158px;
	text-indent: -9999px;
	margin-top: 40px;
	float: left;
}
#header h2{
	display: block;
	background: url(../images/scorecard.gif) no-repeat;
	width: 489px;
	height: 219px;
	text-indent: -9999px;
	float: left;
	margin-top: 22px;
}
#flash{
	/*background: url(../images/flash.png) no-repeat;*/
	width: 259px;
	height: 201px;
	float: left;
	margin-top: 16px;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	width: 100%;
	background: url(../images/contenttop.jpg) repeat-x;
	border-top: 1px solid #464646;
	padding-top: 50px;
	margin-top: 0px; 
	
}
#wrap > #content{
	background: url(../images/maintop.png) repeat-x;
	margin-top: -6px;
	border-top: 0;
}
#content h3{
	clear: both;
	font-family: Georgia;
	font-size: 30px;
	display: block;
	width: auto;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 10px;
	background: url(../images/h3btm.jpg) 25px 40px no-repeat;
}
h3 .small{
	font-size: 18px;
}

#content h6{
	display: block;
	width: 300px;
	height: 460px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#main{
	width: 500px;
	display: block;
	float: left;
	min-height: 380px;
}
body.full #main{
	width: 100%;
}
#content dl{	
	margin: 0px 15px 10px 15px;
	width: 500px;

}
#content dl dt{
	clear: both;
	font-weight: bold;
	font-size: 13px;
  	
}
#content dl dd{
	margin-left: 10px;
	margin-bottom: .5em;
	clear: both;
}
#content dl dd span{
	width: 70px;
	margin-right: 50px;
	display: block;
	float: left;
}

#content dl dd span.day{
	width: 140px;
	display: block;

}


.row{
	display: block;
	clear: both;
}

#content .row dl{
	float: left;
	width: 250px;
}

#content dl dd.red {
	color: #BB4132;

}
#content dl.floatleft{
	float: left;
	width: 290px;
}

#content dl.wide{
	float: left;
	width: 320px;
}


#aside{
	width: 500px;
	display: block;
	position: relative;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
table.league{
	border-collapse: collapse;
	width: 400px;
	display: block;
	border: 2px solid #593C0F;
	margin-bottom: 10px;
	color: #F0E4A4;
}
table.league tr th{
	background: #593C0F;
	height: 32px;
	font-size: 22px;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 7px;
}
table.league tr td{
	padding: 2px 9px;
	width: 200px;
	background: #A2925A;
}
table.league tr.other td{
	background: #664B1C;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	color: #593C0F;
	width: 1004px;
	height: 60px;
	background: url(../images/footerbg.jpg) repeat-x #C0B36D;
	padding-top: 20px;
}
body > #footer{
	margin-top: 0px;
}
#footer ul li{
	float: left;
	margin: 0px 20px;
	text-align: center;
	list-style-type: none;
}
#footer a{
	color: #593C0F;
}
#footer p{
	text-align: center;
	float: left;
	margin: 0 0 0 100px;
	padding: 0px;
}
ul.sitemap{
	margin-left: 30px;
}
ul.sitemap ul{
	margin-left: 20px;
}
	
/* ------------------------------------------------------------------------
FORM ELEMENTS
------------------------------------------------------------------------*/
.attn {
	color: #CC0000;
}
label {
	width: 200px;
	float: left;
	display: block;
}
label {
	margin-bottom: 10px;
	height: 18px;
	width: 200px;
}
input[type="text"] {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #8F8135;
}
textarea {
	margin-bottom: 10px;
	border: 1px solid #8F8135;
}
input[type="submit"] {
	padding: 2px 5px;
}
br {
 clear: left;
}

/*-----GALLERY--------------*/

.gallery {
	margin-left:40px;
}
.gallery li {
list-style:none;
margin: 15px 15px 15px 15px;
float: left;
}
