/*  
Theme Name: Golf Course Default
Theme URI: http://www.embassyhills.com/
Description: The default Golf Course theme designed by Joshua Wychopen in 2006-2008.
Version: 1.1
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/

/* Site Globals */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding:0;
	text-align: center;
	background: #645a4d url(images/body.jpg) no-repeat scroll 50% 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

#navigation {
	width:825px;
	height:31px;
	float: left;
	background:url(images/navigation-bg.jpg) repeat-x;
	background-color:#5f6f37;
}

a {
	text-decoration: none;
	color: #507edc;
}

a:hover {
	text-decoration: underline;
	color:#0066FF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
	line-height: 19px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: 100;
	padding: 10px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #333333;
	padding: 5px 0px 10px 0px;
}

p.postmetadata {
	display:none;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	position: relative;
}

#header-logo {
	width: 825px;
	height: 127px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	width: 825px;
	float: left;
	background-color: #ffffff;
	background-image: url(../../images/wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align:left;
	
}

#content {
	width: 502px;
	float: left;
	padding: 15px 25px 20px 25px;
	text-align: left;
}

#sidebar {
	width: 273px;
	
	float: left;
	background-color: #a9b38f;
}

#footer {
	width: 825px;
	height:70px;
	float: left;
	background: #FFFFFF;
	
}

#footer p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 18px 0px 0px 25px;
}



/* ---------------[ Drop-down Menu ]--------------- */
/* Based on Ruthsarian Menus : ruthsarian@gmail.com */

ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
	
}

ul#nav li a {
 	margin: 0;
  	padding:0;
	float: left;
	text-indent: -9999px;
	font-weight: bold;
}

ul#nav, ul#nav li, ul#nav ul {
	list-style: none;
}

ul#nav ul {
	display: none;
	top: 30px;
	right: auto;
	left: -0px;
	width: 20em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	text-align: left;
	text-indent: 0;
}

ul#nav li {
	position: relative;
	float: left;
	z-index: 1;
	font-weight: bold;
}

ul#nav li:hover {
	z-index: 999;
}

ul#nav li:hover > ul {
	display: block;
	position: absolute;
}

ul#nav ul li a {
	display: block;
	float: none;
	height: 1em;
	width: 20em;
	padding: 1em;
	background: #ccc;
	text-indent: 0;
	color: #333333;
	text-decoration: none;
}

ul#nav ul, ul#nav ul li {
	float: none;
	width: 22em;
}

ul#nav ul li a, ul#nav ul li a:link, ul#nav ul li a:visited {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

ul#nav ul li a:hover, ul#nav ul li a:active {
	background: #999999;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/drop-down-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

li.home a {
  background:  url(images/navigation.jpg) no-repeat;
  width: 102px;
  height: 30px;
  background-position: 0 0;
}

li.home a:hover {
  background:  url(images/navigation.jpg) no-repeat;
  width: 102px;
  height: 30px;
  background-position: 0 -31px;
}

li.classes a {
  background:  url(images/navigation.jpg) no-repeat;
  width: 110px;
  height: 30px;
  background-position: -102px 0;
}

li.classes a:hover {
  background:  url(images/navigation.jpg) no-repeat;
  width: 110px;
  height: 30px;
  background-position: -102px -31px;
}

li.schedule a {
  background:  url(images/navigation.jpg) no-repeat;
  width: 119px;
  height: 30px;
  background-position: -212px 0;
}

li.schedule a:hover {
  background:  url(images/navigation.jpg) no-repeat;
  width: 119px;
  height: 30px;
  background-position: -212px -31px;
}

li.testimonial a {
  background:  url(images/navigation.jpg) no-repeat;
  width: 152px;
  height: 30px;
  background-position: -331px 0;
}

li.testimonial a:hover {
  background:  url(images/navigation.jpg) no-repeat;
  width: 152px;
  height: 30px;
  background-position: -331px -31px;
}

li.contact a {
  background:  url(images/navigation.jpg) no-repeat;
  width: 116px;
  height: 30px;
  background-position: -483px 0;
}

li.contact a:hover {
  background:  url(images/navigation.jpg) no-repeat;
  width: 116px;
  height: 30px;
  background-position: -483px -31px;
}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img {
	border: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#search {
	width: 272px;
	height: 56px;
	float: left;
	display: block;
}

#search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 20px;
	text-align: center;
}

#search-button {
	height: 23px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.search-input {
	font-size: 1.4em;
	border: 1px solid #999999;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 120px;
}

p.contact {
	display:block;
	float:left;
	width:200px;
	padding-left:32px;
}

#links-sidebar {
	width: 218px;
	height: 300px;
	float: left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

ul#ls {
	list-style: none;
	float: left;
	margin: 19px 0px 0px 0px;
}

ul#ls li, ul#fs ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul#ls li a {
  text-indent: -9999px;
  float: left;
  padding: 0px;
  margin: 0px;
}

li.ls-home a {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: 0 -22px;
}

li.ls-home a:hover {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: -218px -22px;
}

li.ls-about a {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: 0px -72px;
}

li.ls-about a:hover {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: -218px -72px;
}

li.ls-accessories a {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: 0px -122px;
}

li.ls-accessories a:hover {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: -218px -122px;
}

li.ls-contact a {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: 0px -170px;
}

li.ls-contact a:hover {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 49px;
  background-position: -218px -170px;
}

li.ls-links a {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 55px;
  background-position: 0px -219px;
}

li.ls-links a:hover {
  background:  url(images/nav.jpg) no-repeat;
  width: 218px;
  height: 55px;
  background-position: -218px -219px;
}
