/*
	Coded by BPWebDesign (cc) 2010
*/

/* Global Definitions */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Avenir, Calibri, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	background: #FFF url(/images/bg.jpg) repeat-x;
}
a {
    color: #315F2E;
}
a:hover {
    color: #699E3A;
}
ul li {
	margin: 0 0 0 25px;
}
ul {
	margin: 0 0 10px 0;
}
table {
	border: 0;
}
td {
    padding: 3px;
}
tr.table0 {
    background: #CDEFC2 url('/images/tr.png');
}
tr.table1 {
    background: #FFF;
}
button {
	border: 2px solid #315F2E;
	padding: 1px;
	background: #7bb441;
}
button:hover {
	border-color: #8BCF4D;
}
h2 {
    color: #DA9300;
    font: 2em Candara, georgia, serif;
    font-weight: bold;
}
h2 a {
    color: #DA9300;
    text-decoration: none;
}
h3 {
    color: #3E670B;
    font-weight: bold;
    font-size: 1.125em;
}
img,a img {
	border: 0;
}

/* Template Definitions */
#wrapper {
	background: #FFF;
	margin: 0 auto;
	width: 995px;
}
#header {
	width: 100%;
	border-top: 3px solid #545658;
	border-left: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
}
#header button {
	background: url("/images/search.gif") no-repeat;
	border: 0 none;
	height: 16px;
	margin: 5px 11px 0 0;
	float: right;
	width: 69px;
}
#header .left {
	padding: 3px;
}
#logo {
	width: 198px;
	height: 112px;
	background: #FFF url(/images/logo.jpg) no-repeat;
}
#logo h3,#logo a {
	display: block;
	width: 198px;
	height: 112px;
	outline: 0;
	border: 0;
}
#logo a:hover {
	background: transparent;
	border: 0;
}
#logo b {
	display: none;
}
#ads {
	height: 80px;
	width: 618px;
}
#ads a, #ads a:hover {
	border: 0;
	background: transparent;
}

/* MENU */
#menu {
	height: 25px;
	margin: 12px 0 10px 0;
	position: relative;
	width: 618px;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#menu li a {
	height: 25px;
	display: block;
	background: transparent;
	outline: 0; /* Remove borders on Firefox */
	border: 0px;
}
#menu li b {
	display: none;
}
#store {
	width: 79px;
	left: 0px;
	background: transparent url(/images/nav.gif) 0px 0px no-repeat;
}
#store:hover {
	background: transparent url(/images/nav.gif) 0px -25px no-repeat;
}
#directory {
	width: 89px;
	left: 79px;
	background: transparent url(/images/nav.gif) -79px 0px no-repeat;
}
#directory:hover {
	width: 89px;
	left: 79px;
	background: transparent url(/images/nav.gif) -79px -25px no-repeat;
}
#coverstory {
	width: 93px;
	left: 168px;
	background: transparent url(/images/nav.gif) -168px 0px no-repeat;
}
#coverstory:hover {
	width: 93px;
	left: 168px;
	background: transparent url(/images/nav.gif) -168px -25px no-repeat;
}
#blog {
	width: 76px;
	left: 261px;
	background: transparent url(/images/nav.gif) -261px 0px no-repeat;
}
#blog:hover {
	width: 76px;
	left: 261px;
	background: transparent url(/images/nav.gif) -261px -25px no-repeat;
}
#organizations {
	width: 107px;
	left: 337px;
	background: transparent url(/images/nav.gif) -337px 0px no-repeat;
}
#organizations:hover {
	width: 107px;
	left: 337px;
	background: transparent url(/images/nav.gif) -337px -25px no-repeat;
}
#sponsors {
	width: 86px;
	left: 444px;
	background: transparent url(/images/nav.gif) -444px 0px no-repeat;
}
#sponsors:hover {
	width: 86px;
	left: 444px;
	background: transparent url(/images/nav.gif) -444px -25px no-repeat;
}
#contact {
	width: 88px;
	left: 530px;
	background: transparent url(/images/nav.gif) -530px 0px no-repeat;
}
#contact:hover {
	width: 88px;
	left: 530px;
	background: transparent url(/images/nav.gif) -530px -25px no-repeat;
}
/* END MENU */

#banner {
	z-index:5;
	height: 424px;
	width: 618px;
}
#banner {
	cursor: pointer;
}
#faux {
	margin-bottom: 0px;
	border-bottom: 3px solid #545658;
	border-left: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	padding: 0 0 20px 0;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0 6px;
	width: 197px;
	float: left;
}
#content {
	float: left;
	color: #333;
	padding: 0px;
	width: 618px;
	display: inline;
	position: relative;
}
#content.noside {
	width: 780px;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	padding: 0 0 0 6px;
	width: 157px;
	float: right;
}
#rightcolumn ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#rightcolumn input {
	width: 142px;
}
#footer {
	width: 990px;
	clear: both;
	text-align: center;
	margin: 25px 0 25px 0;
}
#footer a {
	color: #7f8082;
	border: none;
	font-weight: normal;
}
#footer a:hover {
	color: #64A82D;
}
#golfbible {
	width: 299px;
	border: 1px solid #d3d3d3;
	padding: 5px;
	float: left;
	margin: 5px 0 0 0;
}
#emag {
	width: 290px;
	border: 1px solid #d3d3d3;
	padding: 5px;
	float: right;
	margin: 5px 0 0 0;
}
#golfbible h3, #emag h3 {
	color: #da9300;
	font-size: 1em;
}
#golfbible p, #emag p {
	font-size: 0.85em;
	line-height: 1.3em;
}
#number {
	padding: 8px 0 10px 0;
}
#copyright {
	font-size: 1em;
	color: #7f8082;
	margin: 15px 0 15px 0;
}
#calendar {
	background: transparent url('/images/calendar.jpg');
	width: 130px;
	height: 130px;
	margin: 0px 0 0 32px;
}
#calendar a {
	color: inherit;
	text-decoration: none;
}
#region {
    float: left;
    display: inline;
    margin: 0 0 0 50px;
}
#region_new {
    float: left;
    display: inline;
    margin: 0 0 0 20px;
}
#map {
    float: left;
    display: inline;
}

/* Misc. Classes */
.nob {
	border: 0;
	text-decoration: none;
}
h4.month { 
	font-size: 24px;
	text-align: center;
	padding: 9px 0 0 0;
}
h2.date { 
	font-size: 52px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}
.sidebox {
	width: 196px;
	color: #FFF;
	border-bottom: 1px solid #272727;
	background: #FFF url(/images/sidebox.jpg) no-repeat;
	margin: 5px 0;
}
.sidebox.first {
	margin-top: 0 !important;
}
.sidebox a {
	color: #83dc3c;
}
.sidebox p {
	padding: 5px 10px 10px 10px;
}
.sidebox p.flat {
	padding: 0;
}
.sidebox h3 {
	color: #83dc3c;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 10px 0 0 0;
}

.sidebox.green {
	width: 196px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background-image: url(/images/sideboxgreen.jpg);
}
.sidebox.green a {
	color: #FFF;
}
.sidebox.green h3 {
	color: #FFF;
}
.sidebox.green h2 {
	color: #f0a407;
}
.sidebox.green input, .sidebox.green label {
	margin: 5px 10px 5px 10px;
}
.sidebox.green button {
	background: url("/images/submit.gif") no-repeat;
	border: 0 none;
	height: 16px;
	margin: 0 0 0 10px;
	width: 69px;
}
a.cart {
	background:url("/images/cart.gif") no-repeat scroll 0 -3px transparent;
	padding:0 0 0 25px;
	border: 0;
	color: #447420;
	font-weight: bold;
	font-size: 1.2em;
}
a.cart:hover {
	color: #E09804;
}
.clear {
	clear: both;
	background: none;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.product {
	background: #d6e6ca;
	width: 147px;
	height: 160px;
	margin: 5px 0;
	border: 1px solid #c7c8c6;
}
.golfsidebox {
	background: transparent url('/images/golfsidebox.jpg');
	width: 147px;
	height: 163px;
	margin: 0 0 5px 0;
	border: 1px solid #c7c8c6;
	font-size: 1.1em;
}
.golfsidebox p {
	padding-top: 5px;
}
.golfsidebox a {
	color: #08138F;
	border-bottom: 1px solid #08138F;
}
.golfsidebox a:hover {
	color: #FFF;
}
.noborder a {
	border: 0;
}
.noborder a:hover {
	background:transparent;
	color: #E09804;
}
.currentissue {
	padding: 0 7px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #d3d3d3;
}
.storecontent {
    width: 680px;
    margin-top: -100px;
    padding-left: 15px;
	z-index: 100;
}
.storemenu {
    position: relative;
    list-style: none;
    background: transparent url(/images/allbuttons.png) 0 0 no-repeat;
    width: 674px;
    height: 120px;
    margin: 0 0 10px 0;
	z-index: 10;
}
.storemenu.golf {
    background-position: 0 0;
}
.storemenu.instruction {
    background-position: 0 -126px;
}
.storemenu.lodging {
    background-position: 0 -252px;
}
.storemenu.items {
    background-position: 0 -378px;
}
.storemenu li {
    position: relative;
    display: inline;
    list-style: none;
    top: 2px;
    width: 200px;
}
.storemenu a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
}
.storemenu li.golf {
    padding-left: 8px;
}
.storemenu li.instruction {
    padding-left: 20px;
}
.storemenu li.lodging {
    padding-left: 24px;
}
.storemenu li.items {
    padding-left: 34px;
}
.message {
	margin: 10px 0 10px 0;
    width: 75%;
    padding: 5px;
    border: 1px solid #000;
    background: #bde79f;
}
.altcolor {
    background: #E9FBEA;
}
.post {
}
.entry img {
    padding: 10px;
}
.clear { 
    clear: both;
    background: none;
}
.cell {
    display: inline;
    float: left;
    width: 220px;
	min-height: 300px;
    height: 395px;
    background: #FFF;
    border: 1px solid #034A12;
    margin: 3px 0px 0px 3px;
}
.cell div {
    padding: 3px 0px 3px 3px;
}
.cell a img,.cell a:hover img {
    border: 0;
}
.red {
    font-weight: bold;
    color: #FF0000;
}
.gray {
	color: #7F7F7F;
}
.prestrictions {
    font-weight: bold;
}
.orgTable {
	width: 90%;
	border: 0;
	padding: 0;
}
.orgTable td {
	padding: 10px 0 0 10px;
}
#s {
	width: 50px;
}

.listing {
	color: #747677;
	width: 185px;
	height: 340px;
	float: left;
	padding: 10px;
}
.listing.organization {
	height: 190px;
}
.listing .logo {
	height: 120px;
	width: 185px;
	margin-bottom: 10px;
	text-align: center
}
.listing.organization .logo {
	height: 100px;
	margin-bottom: 15px;
	text-align: center;
}
.listing.organization .logo img {
	position: static;
	margin: auto 0;
}
.listing .info {
	font-size: .95em;
}
.listing h3 {
	color: #f0a407;
	font-size: .9em;
	text-transform: uppercase;
	height: 28px;
}
.listing.organization h3 {
	height: 40px;
}
.listing a {
	color: #747677;
}

/* Directory Page Map Key Colors */
.mapkey {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px 8px 0 5px;
}
.arizona {
	background: #bb76b1;
}
.baja {
	background: #bbb8dc;
}
.cascade___redwood {
	background: #e2ae9c;
}
.central_coast {
    background: #8c2a87;
}
.central_valley {
    background: #7b9c89;
}
.east_bay {
	background: #be9358;
}
.gold_country {
    background: #f4e067;
}
.hawaii {
	background: #ec008c;
}
.inland_empire_palm_springs {
	background: #b0626a;
}
.nevada {
	background: #5597d1;
}
.north_bay {
    background: #7baf4c;
}
.north_valley {
    background: #7d519d;
}
.orange_san_diego_imperial {
	background: #0056a5;
}
.oregon {
	background: #f5eda7;
}
.san_francisco_bay {
    background: #d08193;
}
.santa_barbara_to_la {
	background: #6a8e6f;
}
.south_bay {
	background: #e02833;
}
.south_valley_eastern_sierra {
    background: #0988b4;
}
