/* @override http://www.mygolfwest.com/assets/css/master.css */

/* @group general */

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .8125em;
	line-height: 150%;
}
h1, h2, h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin: 0;
}
h3 span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
h1 {
	margin-bottom: .5em;
	font-size: 2em;
	line-height: 1.2em;
}
img {
	border: none
}
a:link {
	color: #001f53;
	text-decoration: underline;
}
a:visited {
	color: #4d6699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 a:link, h3 a:link {
	text-decoration: none;
}
h2 a:visited, h3 a:visited {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group layout */

#container {
	width: 950px;
	margin: 1em auto 0;
}
#navigationsidebar {
	width: 175px;
	float: left;
}
#content {
	width: 425px;
	float: left;
	margin: 0 25px;
}
#advertsidebar {
	width: 300px;
	float: left;
}

/* @end */

/* @group header */

#header {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #686868;
}
#leaderboard {
	float: left;
	width: 728px;
	height: 90px;
	padding-bottom: 1em;
}
#header #secondarynav ul {
	font-size: .9em;
	float: right;
	margin: 0;
	list-style: none;
}
#header #secondarynav ul a {
	display: block;
	padding: .1em 2.5em .1em 1em;
}
#header #secondarynav ul a:link, #header ul a:visited {
	color: black;
	background: #ccc;
	text-decoration: none;
}
#header #secondarynav ul a:hover, #header ul a:active {
	color: black;
	background: #686868;
}
#header #secondarynav ul li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px white;
}
#headbanner {
	float: left;
	padding-top: .75em;
}
#earlug {
	width: 330px;
	float: right;
	padding-top: .25em;
}

/* @end */

/* @group nav */

#navigationsidebar {
	color: #333;
	background: #b8ca3b;
	font-size: .9em;
}
#navigationsidebar h3, #navigationsidebar h4 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
}
#navigationsidebar h3 {
	color: #f2f5db;
	background: #346715;
	text-transform: uppercase;
	margin: 0;
	padding: .5em 15px;
}
#navigationsidebar h4 {
	color: #f2f5db;
	background: #769928;
	text-transform: uppercase;
	margin: 0;
	padding: .5em 15px;
}
#navigationsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigationsidebar ul a {
	display: block;
	padding: .25em 15px;
}
#navigationsidebar li,
#navigationsidebar h3,
#navigationsidebar h4 {
	font-size: 1em;
	border-bottom: solid 1px #f2f5db;
}
#navigationsidebar ul a:link,
#navigationsidebar ul a:visited {
	color: #333;
	background: #b8ca3b;
	text-decoration: none;
}
#navigationsidebar ul a:hover {
	color: #333;
	background: #CCC;
	border-left: solid 5px #686868;
	padding-left: 10px;
}
#navigationsidebar ul a:active {
	color: #f2f5db;
	background: #686868;
	border-left: none;
	padding-left: 15px;
}
#navigationsidebar #skyscraper {
	width: 120px;
	margin: 2em auto;
}

/* @end */

/* @group content */

#content {
	padding-bottom: 2em;
}
#content h2, #content ul {
	margin: 1em 0;
}
#content h1+h2 {
	margin-top: 2em;
}
#content img+h1 {
	margin-top: 1em;
}
.listing {
	margin: 1em 0;
	padding-top: 1em;
	border-top: solid 2px #999;
}
.listing h3 {
	margin: 0;
}
.listing h3+p {
	margin-top: .25em;
}
.contact #content h1+h3 {
	margin-top: 3em;
}
.contact #content h3 {
	margin: 1.5em 0 .5em;
}

/* Landing Pages */

.landingpage #content img:first-child {
	float: left;
	margin: 0 1em 1em 0;
}.landingpage #content img:first-child+h1 {
	margin-top: 0;
}
.landingpage #content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.landingpage #content ul img {
	float: left;
	margin: 0 1em 1em 0;
}
#content ul#articlelinks li, .landingpage #content ul li {
	margin: 1em 0;
}
#content ul#articlelinks li+li, .landingpage #content ul li+li {
	clear: left;
}
#content ul#articlelinks h2, .landingpage #content ul h2 {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: .25em;
}
#content ul#articlelinks h3, .landingpage #content ul h3 {
	margin-bottom: .5em;
}
#content ul#articlelinks p, .landingpage #content ul p {
	margin: 0;
}


/* Articles */
.article #content h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
}
.article #content h2 {
	font-size: 1.5em;
	margin: .5em 0
}
.article #content h3 {
	font-size: 1.1em;
	margin: .25em 0
}
.article #content h3+p {
	margin-top: 0;
}
.article #content p.subhead {
	font-style: italic;
	margin: .5em 0
}
.article #content p.subhead+img {
	margin: 1.25em 0 0;
}
.article #content p.caption {
	font-size: .9em;
	color: #666;
	background: #fff
}
.article #content p.caption span {
	font-style: normal;
	text-transform: uppercase;
}
.article #content p.caption span.credit {
	display: block;
	text-transform: none;
	font-style: italic;
}
.article #content p.byline {
	margin: .5em 0
}
.article #content p.byline span {
	text-transform: uppercase;
}
#photo {
	width: 188px;
	float: left;
	margin: 0 1em 1em 0;
}

#photo100 {
	width: 100px;
	float: left;
	margin: 0 1em 1em 0;
}

#photo p, #photowide p {
	margin-bottom: 0;
	font-size: .9em;
	color: #666;
	background: #fff
	
	}
#photowide p {
	margin-bottom: 1.5em;
}

#photo p span, #photowide p span {
	text-transform: uppercase;
}
#photo p span.credit, #photowide p span.credit  {
	display: block;
	text-transform: none;
	font-style: italic;
}
.article #content p.editorsnote {
	color: #575757;
	background: #FFF;
	padding: .5em 0;
	border: dotted 1px #818181;
	border-left: none;
	border-right: none;
}
.article #content ul {
	margin: 1em 0 1em 1.4em;
	padding: 0;
}
.article #content ul li {
	margin: 0;
	padding: 0;
}

.article #content table {
	clear: left;
	color: #000;
	background: #575757;
	width: 100%
}
.article #content table th, .article #content table td {
	padding: .25em .5em;
}
.article #content table th {
	color: #fff;
}
.article #content table td {
	color: #000;
	background: #fff;
}

/* @group homepage */

.home #content {
	margin-top: 0;
}
.home #content .feature img {
	float: none;
	margin: 0 0 .5em;
}
.home #content h2 {
	margin-top: 15px;
	padding: 15px 0 0;
	border-top: 1px solid #ededed;
	text-transform: uppercase;
}
.home #content h2 a:link,
.home #content h2 a:visited {
	color: #333;
}
.home #content h2 a:hover,
.home #content h2 a:focus {
	color: #666;
	text-decoration: none;
}
.home #content ul h3 {
	margin: .5em 0 0;
}
.home #content ul .kicker + h3 {
	margin: 0;
}
.home #content h3 a:focus,
.home #content h3 a:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid;
	background-color: rgba(0,31,83,.1);
	text-decoration: none;
}
.home #content .kicker {
	text-transform: uppercase;
}
.home #content p {
	margin: 0;
}
.home #content ul {
	margin: 0;
}
.home #content ul li {
	min-height: 0;
}

/* @end */

/* For exercise pages */
.exercise.main #content h3 {
	margin-bottom: .5em;
}
.exercise.main #content ul {
	margin: 0;
}
.exercise.main #content ul li {
	margin: 0;
}
.exercise.main #content ul+p {
	margin: .5em 0 2em;
}
.exercise.step #content h2 {
	margin-bottom: 3em;
}
.exercise.step #content p {
	margin: 1em 0 2.5em;
	color: #666;
}

/* @group Business pages */
.business h1 {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
}
.business #advertsidebar {
	color: #000;
	padding-bottom: 50px;
}
.business #advertsidebar h2 {
	margin: 15px 0 10px;
	padding: 5px 0 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}
.business #advertsidebar h2:first-child {
	margin-top: 0;
}
.business #advertsidebar h3 {
	margin: 1em 0 2px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
.business #advertsidebar h3+p {
	margin-top: 0;
}
.business #advertsidebar ul {
	margin: 0;
	padding-left: 1.5em;
}
.business #advertsidebar .vcard img {
	float: right;
	padding-top: 5px;
	padding-bottom: 25px;
}
.business #advertsidebar .vcard .fn {
	display: none;
}
.business #advertsidebar .special {
	clear: right;
	border: 1px dashed #333;
}
.business #advertsidebar .special h2 {
	border: none;
	background-color: #63871E;
	color: #fff;
}
.business #advertsidebar .special h2,
.business #advertsidebar .special h3,
.business #advertsidebar .special p,
.business #advertsidebar .special a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.business #advertsidebar .special h3 {
	margin-top: 0;
	margin-bottom: .5em;
	color: #666;
	font-size: 1.5em;
}
.business #advertsidebar .special a {
	display: block;
	margin-bottom: 1em;
}

/* @end */


/* For Readers Choice Awards */
#readers-choice h3 {
	margin: 1em 0 .25em;
}
#readers-choice table {
	color: #fff;
	background: #9a9a9a;
	width: 100%;
}
#readers-choice th, #readers-choice td {
	color: #000;
	background: #fff;
	padding: .25em;
}
#readers-choice th {
	width: 20%;
}
#readers-choice th+th {
	width: 40%;
}
#readers-choice th+th+th {
	width: 40%;
}

/* Ad Listings */
#content .adlistings ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .adlistings li {
	border-top: dotted 1px #666;
	padding-top: 1em;
	margin: 1em 0 2em;
}
#content .adlistings li:first-child {
	border-top: 0;
	padding-top: 0;
}
#content .adlistings img {
	float: left;
	margin: 0 10px 10px 0;
}
#content .adlistings p {
	margin: 1em 0;
	line-height: 1.5em;
}
#content .adlistings h2 {
	font-size: 1em;
	color: #666;
	background: #FFF;
	margin: 0
}
#content .adlistings h4 {
	color: #FFF;
	background: #9a9a9a;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: .25em .5em;
	margin: 1em 0 .5em;
	clear: left;
}
#content .adlistings div {
	line-height: 1.5em;
}
#content .adlistings ul h4 {
	color: #000;
	background: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#content .adlistings div.multipleImage {
	float: left;
}
#content .adlistings div.multipleImage img {
	display: block;
	float: none;
}
/* in case multiple images in listing */
#content .adlistings ul ul li {
	border: none;
	margin: 0;
	line-height: 1.5em;
	padding: 0;
}
#content .adlistings div.vcard {
	margin: 1em 0;
}

/* @end */

/* @group sidebar */

#advertsidebar {
	font-size: .9em;
	line-height: 1.5em;
	color: #686868;
}
#advertsidebar #bigbox {
	padding-bottom: 20px;
}
#advertsidebar #quicklistings ul,
#advertsidebar #quicklinks ul {
	overflow: hidden;
	margin: .5em 0 1em;
	padding-left: 1.4em;
}
#advertsidebar #quicklistings ul li,
#advertsidebar #quicklinks ul li {
	margin: .6em 0;
}
#advertsidebar #quicklistings ul p,
#advertsidebar #quicklinks ul p {
	margin: 0;
}
#advertsidebar #sidebars ul {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#advertsidebar #sidebars ul li {
	margin: 0 0 25px;
	height: 125px;
}
#advertsidebar #sidebars ul + ul li {
	margin-left: 22px;
	padding-left: 22px;
	border-left: 1px dotted #666;
}
#advertsidebar #googleskyscraper {
	width: 120px;
	float: left;
	padding-bottom: 2em;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	margin: 2em auto;
	padding-top: 2em;
	border-top: 1px dotted #666;
	color: #333;
	background: #fff;
}
#footer h4 {
	display: inline;
	font: normal 13px Helvetica, Arial, sans-serif;
}
#footer ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li:first-child {
	background: none;
	padding: 0;
}
#footer li {
	display: inline;
	margin-right: -5px;
	padding: 0 0 3px 20px;
	background: url(../images/chevron.png) left top no-repeat;
}
#footer a:link, #footer a:visited {
	color: #001f53;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer div {
	margin-bottom: 1em;
}

/* @end */

/* @group tables */

table {
	width: 100%;
	margin: 0 0 1em -3px;
}
th {
	width: 33%;
	text-align: left;
	vertical-align: top;
}

/* @end */

/* @group forms */

form h3 {
	margin: 1em 0 0;
}
form label {
	display: block;
	width: 100%;
}
form label span {
	float: left;
	width: 50%;
	margin: 1em 0 .25em;
}
form label input, form label select, form label textarea {
	float: left;
	width: 70%;
}
form div {
	clear: left;
	width: 80%;
	margin: 1em auto;
	padding: 1em 0;
}
form div input {
	display: block;
	margin: 0 auto;
}

form label span span.required {
	float: none;
	width: auto;
	margin: auto;
	color: #666;
}
fieldset {
	border: none;
	margin: 1em 0;
}
form fieldset#questions *, form fieldset#newsletter-checklist * {
	float: none;
}
form fieldset#questions label input, form fieldset#newsletter-checklist label input {
	width: auto;
}
form fieldset#questions label {
	margin: 1em 0;
}
form fieldset#verification p {
	margin: 0;
}
form fieldset#verification label span {
	width: auto;
}
form p.disclaimer {
	color: #686868;
}

/* @end */

/* @group ??? */

body#subproblem {
	padding: 3em 5em;
}

/* @end */
