/*
Theme Name: WordPress Marksmanship
*/



/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

h1 {font-size: 14px; font-weight: bold;}
h2 {font-size: 14px; font-weight: bold; margin: 10px 20px;}

html,td,p {font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 11px; color: #000;}
div.content {width: 98%; margin: 10px auto; }
table.pricelist {width: 95%; border-collapse: collapse; padding: 0; margin-top: 12px; margin-bottom: 12px; margin-left: 36px; border: 1px #999 solid;}
table.pricelist td {padding: 4px;}
td.desc {text-align: left; }
td.desc b {font-size: 12px; font-weight: bold;}
td.item {border-bottom: 1px #999 solid; text-align: left; vertical-align: top; background-color: #e3e3e3;}
td.price {border-bottom: 1px #999 solid; text-align: right; vertical-align: top; background-color: #e3e3e3;}
td.notes {background-color: #cce; font-size: 10px;}

body {
	background: url(images/blue_outlinenew.jpg) 100%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
}
#outer{
	margin-left:180px;
	margin-right:180px;
	background: #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:93px;
	background: #213b54;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	text-align:center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px; text-align:center;}
#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right:-179px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:70px;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	background-color: #fff;
	color:#FFFFFF;
	text-align:center;
	position:relative;
}
#clearheader{height:99px;}/*needed to make room for header*/
#clearfooter{clear:both;height:70px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}
/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { padding: 0 20px; }
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; padding: 20px;}
#left span {
	display:none;	
}	
#left a:hover {
	text-decoration: none;
	text-decoration: none;
	color:#000;
	background: #FFF;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#links {
	padding-top:25px;
	padding-left:65px;
}
#links a {
	color:#000066;
	font-size:16px;
}
#pictures {
	padding-top:25px;
	padding-left:65px;
}
#pictures a {
	color:#000066;
	font-size:16px;
}
#whoweare a, #whoweare a:hover {
	padding-top:30px;
	align:center;
	font-size:18px;
}
#contact {
	align:center;
	width:300px;
	padding-left:60px;
	padding-top:30px;
}
#footer a, #left a { color:#000; }
#footer span {
	display:none;	
}	
#footer a:hover {
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

li#events-calendar {
	list-style-type: none;
	margin: 0 0 0 -22px;
	padding: 0;
}
