/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/




/* Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
  font-family: arial, helvetica, sans serif;
  font-size: 	62.5%;
  background: #030 url(images/bg.jpg) center center repeat-x;
  background-attachment: fixed;
  height: 100%;
  color: #030;
}


a:link { 
	color: 				#030;
	font-weight: 		bold;
	text-decoration: 	underline; 
}

a:visited {
	color: 				#060; 
}

a:hover, a:focus { 
	color: 				#030;
	text-decoration:	none; 
}

p {	
	margin:				1em 0;
	font-size: 			1.5em;
  	line-height: 		1.5em;	 
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top:			-0.05em;
}

h1, h2, h3, h4, h5, h6 {  
	margin-bottom:		0.5em;
	color: 				#030;
	font-family: 		Georgia, "Times New Roman", Times, serif;	 
}

h1 { 	
	font-size:			3.4em;
	padding-top: 		10px;
}

.title-pad {
	padding-top: 0;
}

h2 {	
	font-size:			2.0em;	 
	font-weight:		bold;
  	letter-spacing:		-1px;
	
}


h3 {	
	font-size:			1.8em;
  	letter-spacing:		-1px;
  	font-style: 		italic;  		
}

h4 {	
	font-size:			1.6em;
}

h5 {	
	font-size:			1.4em;
}

h6 {	
	font-size:			1.2em;
}

em {
	font-style:			italic;
}

strong {
	font-weight:		bold;
}

em strong, strong em { 
	font-weight:		bold; 
	font-style:			italic; 
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.coupon {
    width: 250px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border: 3px dashed #ccc; }



#wrap {
	margin: 0 auto;
	width: 1000px;
}

#top {
	height: 68px;
	width: 1000px;
	border-bottom: 2px solid #030;
}
.logo{
	display:			block;
	position: 			relative;
	width:				980px;
	height:				50px;
	background: 		url(images/logo2.png) no-repeat 0 0;
	left:				0;
	margin:				18px 0 0 9px;
	padding: 			0;
	top:				0;
	overflow:			hidden;
	text-indent:		999em;
	line-height:		999em;
}

.f {
	width: 798px;
	height: 400px;
	margin: 0;
	padding: 0;
}
.gc {
	width: 798px;
	height: 250px;
	margin: 0;
	padding: 0;
	border-bottom: 2px #030 solid;
}


#navigation {
	width: 197px;
	float: left;	
}

.video {
	float: right;
	margin: 30px 15px 30px 10px;
	width: 425px;
}

.events {
	float: left;
	margin: 30px 10px 30px 15px;
	width: 300px;
}

#container {
	width: 798px;
	min-height: 800px;
	background: #ebebeb;
	float: right;
	margin: 0 0 50px 0;
	padding-bottom: 20px;
	border-left: #030 2px solid;
	border-right: #030 2px solid;
	border-bottom: #030 2px solid;					
}

#content {
	margin: 0 15px;
}

#content img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}

.green-border {
	border: #030 1px solid;
}

ul#menu3, ul#menu3 ul {
  list-style-type:none;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 200px;
  font-size: 14px;
}

ul#menu3 a {
  display: block;
  text-decoration: none;	
}

ul#menu3 li {
  margin-top: 0px;
  border-bottom: 1px #030 solid;
 	border-left: 1px #030 solid;   
}
ul#menu3 li ul li {
  border-left: 0;   
}

ul#menu3 li a {

  color: #fff;	
  padding: 8px 0 7px 8px;
  font-size: 17px;
  font-weight: normal;
}

ul#menu3 li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 17px;
  padding-right: 0;
  font-size: 14px;  
}

ul#menu3 li ul li a:hover {
  background: #ebebeb;
  border-left: 5px #060 solid;
  padding-left: 12px;
  padding-right: 0;
}

ul#menu3 li a.m1 {
  background: url(images/buttonsprite1.png);
  background-position: -2px 0;
}
ul#menu3 li a:hover.m1 {
  background: url(images/buttonsprite1.png);
  background-position: -202px 0;  
}
ul#menu3 li a.m2 {
  background: url(images/buttonsprite1.png);
  background-position: -2px 0;  
}
ul#menu3 li a:hover.m2 {
  background: url(images/buttonsprite1.png);
  background-position: -202px 0;  
}
ul#menu3 li a.right {
  background: url(images/buttonsprite1.png);
  background-position: -400px 0;  
}
ul#menu3 li a:hover.right {
  background: url(images/buttonsprite1.png);
  background-position: -600px 0;  
}

.navsearch {
  width: 197px;
  height: 35px;
  margin-top: 15px;
  list-style: none;
  background: url(images/buttonsprite1.png);
  background-position: -801px 0;
  border-top: 1px #030 solid;
  border-bottom: 1px #030 solid;  
  border-left: 1px #030 solid;    
}
.navsearch p {
	margin: 0;
	padding: 6px 0 0 15px;
	font-size: 1.6em;

}
 	.site-search input:focus {  
   	 outline: none;  
	 }
	.site-search input {
		width: 137px;
		border: none;
		float: left;
		background: none;
		margin: 9px 0 0 13px;
		font-size: 1.6em;
		padding: 0;
		color: #555;
	}
	input.go-button {
		float: right;
		padding: 0;
		margin: 0;
		width: 38px;
		height: 35px;
		background:url(images/buttonsprite1.png);
		background-position: -960px 0;
		cursor: pointer;
	}
	input.go-button:hover {
		background:url(images/buttonsprite1.png);
		background-position: -1006px 0;	
	}		
.bortop{
	border-top: 1px #030 solid;
}
.borbot {
  border-bottom: 0;   
}

a {
  color: #030;
  font-weight:bold;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}

#slideshow {
	margin:0 auto;
	padding: 0;
	top: -5px;
	width:798px;
	height:263px;
	background:transparent url(images/slide-bg1.png) no-repeat 0 0;
	position:relative;
	border-top: 	 5px solid #030;	
	border-bottom: 	 5px solid #030;
	z-index: 100;
}
#slideshow #slidesContainer {
  margin:0 auto;
  padding: 0;
  top: 0;
  width:738px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  left: 10px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:708px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

.slide-pic {
	height: 145px;
	width: 215px;
	border: 2px #030 solid;
}

.control {
  display:block;
  width:40px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/controls.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/controls.png) no-repeat -40px 0;
}

.slide h1, .slide h2 {
  margin:			15px;
  font-size: 		2.8em;
  font-weight:		bold;
  letter-spacing:	-1px;
 
}

.slide p {
	margin: 15px;
}
.slide img {
  float:right;
  margin:0 15px;
}
.alignleft {
	float: left;
	margin-left: 15px;
}
.alignright {
	float: right;
	margin-right: 15px;
}


/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

.wpcf7 {
		font-size: 1.4em;
}
.wpcf7 p{
width: 600px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 195px; /*width of left column containing the label elements*/
height: 1%;
}
.wpcf7 h2 {
	text-align: center;
	margin: 30px 0 10px 0;
}
.wpcf7 h3 {
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0;
	font-size: 1.4em;
}
.wpcf7 h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
}
.red {
	color: red;
}

.wpcf7 label{
	float: left;
	text-align: right;
	margin-left: -195px;
	width: 180px;
	padding-top: 3px;
	color: #030;
}

.wpcf7 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 400px;
}
.checkleft {
	font-size: 1.2em;
	width: 240px;
	float: left;
	margin-left: 195px;
}
.checkright {
	width: 250px;
	margin-left: 30px;
	font-size: 1.2em;
	float: left;
}

.wpcf7 textarea{
width: 450px;
height: 150px;
}

.wpcf7 input, .wpcf7 textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

.wpcf7 textarea:focus, .wpcf7 input:focus {
	border: 2px solid #030;
	background: #eef;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




div.sidebar {
float:left;
overflow:hidden;
padding:0;
width:46%;
}

div#primary {
clear:both;
}

div#footer {
clear:left;
width:996px;
height: 20px;
font-size: 1.5em;
margin: 0;
background-color: #ebebeb;
border: #030 2px solid;
border-bottom: 0;
padding: 10px 0;
letter-spacing: -0.5px;
}

div#footer a {
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div#footer a:hover {
	text-decoration: underline;
}

.directory ul li ul li{
	margin-left: 20px;
	font-size: 2.2em;
	height: 0;
	border: 0;
	padding-top: 10px;
	list-style-image: url(images/golfball1.png);
	list-style-position: outside;
}

.directory h2 {
	font-size:			3.0em;	 
	font-weight:		bold;
  	letter-spacing:		-1px;
	padding: 0;
	margin: 0;  	
}
.directory h3 {
	font-size:			2.0em;	 
	font-weight:		bold;
  	letter-spacing:		-1px;
}
.directory ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 10px;	
}

.directoryimage {
	width: 300px;
	height: 225px;
	border: 2px solid #030;
	float: left;
	margin-top: 10px;
}
.directoryleft {
	width: 310px;
	float: left;
}
.directoryright {
	width: 420px;
	float: right;
}
.directoryright p.dinfo {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1.5em;
}
.directoryright p {
	color: #030;
	font-size: 1.6em;
	margin: 0;
	padding: 16px 0 0 0;
}
.clear {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #999;
}


#blog-content {
	width: 550px;
	float: left;
}
#blog-sidebar {
	width: 200px;
	float: right;
}
#blog-sidebar a {
	text-decoration: none;	
}
#blog-sidebar a:hover {
	text-decoration: none;
}

#blog-sidebar h2 {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 3.0em;
	font-weight: normal;
}
#blog-sidebar ul li {
	list-style: circle inside;
	padding: 3px 0 5px 15px;
	font-size: 1.5em;
	line-height: 15px;
	border-bottom: 1px dotted #666;
}

.entry-title,.entry-meta, .search-title {
clear:both;
}

.search-title {
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}

.entry-title-blog {
	padding: 0;
	font-size: 3.0em;
}

.author-vcard {
	padding-bottom: 3px;
	font-size: 1.4em;
}
.entry-date {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 5px;
}
.entry-content {
border-top: 1px dotted #999;
padding-top: 0px;
margin-top: 5px;
}

.entry-content h3 {
padding: 1.5em 0 0 1.5em;
font-size: 1.5em;
font-weight: bold;
}

.entry-meta {
	margin-top: 0px;
	font-size: 1.6em;
	border: 1px solid #999;
	padding: 10px;
}
.entry-meta1 {
	margin: 20px 0 40px 0;
	font-size: 1.2em;
	padding: 10px 0 40px 0;
	border-bottom: 1px #999 solid;	
}
.tag-links {
	padding-right: 250px;
}
.comments-link {
	text-align: right;
	float: right;
	font-size: 1.1em;	
}
.cat-links {
	font-size: 1.4em;
	float: right;
}
.navi {
	font-size: 1.5em;
	width: 550px;
}
.nav-previous {
	float: left;
	text-align: left;
	width: 250px;
}
.nav-next {
	float: right;
	text-align: left;
	width: 250px;
}
.nav-1 {
	display: block;
	font-size: .8em;
	border-bottom: dotted 1px #666;
	margin-bottom: 3px;
}
.tags a:hover, .tags a:focus {
	background: #030;
	color: #fff;
	text-decoration: none;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#primary {
margin-top:0;
}

form#commentform .form-label {
margin:1em 0 0;
font-size: 2.0em;
}

#respond h3 {
font-size: 3.0em;
padding: 0;
margin: 30px 0 0 0;
}

form#commentform span.required {
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

div.comments ol li {
margin:0 0 3.5em;
}

#comments ol {
	list-style: none;
}
.comments {
	margin-top: 15px;
	font-size: 1.3em;
}
.comment-author {
	font-size: 1.7em;
	line-height: 1.9em;
}
.avatar {
	float: left;
}
.comment {
	border-bottom: 1px dotted #000;
}
.comment p {
	padding-left: 20px;
}
.form-textarea {
	font-size: 2em;
}
.unapproved {
	color: #c00;
	margin: 10px;
	font-size: 1.3em;
}

textarea#comment {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	width: 80%;
}


.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:0;
}

div#nav-below {
margin-top:0;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0;
}

div.sidebar li form {
margin:0;
padding:0;
}

div.sidebar ul ul {
margin:0;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}