/*
Theme Name: Courtney's SandCastle 
Theme URI: http://courtneyssandcastle.com
Description: Courtney's SandCastle theme
Version: 1.0
Author: anf
Author URI: http://anfdesignstudio.com/
Tags: fixed width, two columns, widgets

*/

* {
	margin: 0px;
	padding: 0px;
	}

a.img { border: 0; }
a:focus { outline: 0; }
a {
	color: #3E68BA;
	text-decoration: none;
	}
a:hover {
	color: #102B72;
	text-decoration: none;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #3E68BA url(images/bg_bd.png) repeat-x; /* clouds */
	font: .8em/1.8em Century Gothic, Trebuchet MS, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
#bg {
	margin: 0em;
	padding: 20px 0em;
	width: 100%;
	height: 100%;
	background: url(images/bg_bg.png) repeat-x 0px 600px; /* waves */
	}
#mn {
	margin: 0em auto 5em;
	padding: 0px;
	width: 920px;
	}

div.clr {
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

/* Heading
---------------------------------------------- */
#hd {
	margin: 0em;
	padding: 0px;
	width: 920px;
	height: 257px;
	background: url(images/hd_bg.png);
	}
	div#hd h1 {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 366px;
		height: 257px;
		}
		div#hd h1 a {
			height: 257px;
			width: 366px;
			display: block;
			text-indent: -6000em;
			background: url(images/hd_logo.png);
			}

/* Navigation
-------------------------- */
ul#nv {
	margin: 149px 0px 0px;
	float: left;
	height: 108px;
	width: 530px;
	list-style: none;
	display: block;
x	margin: 149px 0px 0px 366px;
x	height: 100px;
x	position: absolute;
	}
	#nv li {
		float: left;
		}
		#nv li a {
			display: block;
			text-indent: -6000em;
			text-decoration: none;
			}

#nv li#abo { /* about */
	margin: 36px 0px 0px 0px;
	width: 166px;
	height: 72px;
	}
	#nv li#abo a {
		width: 166px;
		height: 72px;
		background: url(images/nav/bt_abo.png) no-repeat 0 0;
		}
		#nv li#abo a:hover {
			background-position: 0 -72px;
			}

#nv li#nws a { /* news */
	margin: 15px 0px 0px;
	width: 101px;
	height: 55px;
	}
	#nv li#nws a {
		width: 101px;
		height: 55px;
		background: url(images/nav/bt_nws.png) no-repeat 0 0;
		}
		#nv li#nws a:hover {
			background-position: 0 -55px;
			}

#nv li#dnt a { /* donate */
	margin: 2px 0px 0px;
	width: 118px;
	height: 58px;
	}
	#nv li#dnt a {
	width: 118px;
	height: 58px;
		background: url(images/nav/bt_dnt.png) no-repeat 0 0;
		}
		#nv li#dnt a:hover {
			background-position: 0 -58px;
			}

#nv li#cnt a { /* contact */
	margin: 2px 0px 0px;
	width: 132px;
	height: 71px;
	}
	#nv li#cnt a {
	width: 132px;
	height: 71px;
		background: url(images/nav/bt_cnt.png) no-repeat 0 0;
		}
		#nv li#cnt a:hover {
			background-position: 0 -71px;
			}

/* Slide Show
-------------------------- */
#ss {
	margin: 0px 10px;
	padding: 0px;
	width: 898px;
	height: 392px;
	z-index: 1;
	border-top: 0px none #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF url(images/ss_bg.jpg) no-repeat;
	}

/* Content
---------------------------------------------- */
#ct {
	margin: 0px 10px;
	padding: 0px;
	width: 898px;
	text-align: left;
	border-top: 1px none #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF;
	background: #FFFFFF url(images/ct_bg.jpg) repeat-x; /* sand */
	}
	#ct h1, #ct h2, #ct h3 {
		margin: 0em 0em .7em;
		padding: 0em;
		}
	#ct h2 {
		color: #102B72;
		}
	#ct h3 {
		color: #102B72;
		}
	#ct p {
		margin: 0em 0em .5em;
		padding: 0em;
		}
	#ct div.in {
		margin: 0px;
		padding: 10px 20px 20px;
		}
		#ct div.in div.ptl { /* page title */
			margin: -90px 0em 0em;
			float: right;
			width: 380px;
			font-size: 130%;
			z-index: 10;
			position: relative;
			}
			#ct div.in div.ptl h1 {
				color: #374995;
				}
				#ct div.in div.ptl h1 a, #ct div.in div.ptl h1 a:hover {
					color: #374995;
					}
			#ct div.in div.ptl h2 {
				color: #102B72;
				margin: 0em 0em 0.3em;
				}

		#ct div.in div.int { /* intro */
x			font-size: 115%;
x			margin: 0em 0em 1em;
			}
			#ct div.in div.int h2 {
				color: #579EFF;
				}

/* Begin Sidebar
-------------------------- */
#sidebar {
	margin: 0px 0px 0px 24px;
	padding: 20px 0 40px 0px;
	float: left;
	width: 214px;
	background: #EFF9FB url(images/side_bt_bg.png) no-repeat 0px bottom;
	}

	#sidebar form {
		margin: 0;
		}
	#sidebar li#text-3 div.textwidget form#pp { /* pp donate button */
		margin: 0px 0px 20px -13px;
		padding: 0px;
		}
	#sidebar li#text-3 div.textwidget a#fb { /* facebook */
		margin: 0px 0px 20px -13px;
		padding: 0px;
		}
/* End Sidebar */

/*  Lists
-------------------------- */
ul#csc { /* playground components  */
	margin: 1em 0em 1em 2em;
	list-style: disc;
	font-weight: bold;
	}
ul#csc li {
	margin: 0em 0em .5em 0em;
	}

ul#art { /* articles  */
	margin: 1em 0em 1em 2em;
	font-size: 110%;
	list-style: disc;
	font-weight: bold;
	}
ul#art li {
	margin: 0em 0em .5em 0em;
	}


/* Page Structure
-------------------------- */
.narrowcolumn {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 620px;
x	background: #eee;
	}

#widecolumn {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 620px;
	background: #eee;
	}

.widecolumn {
x	padding: 10px 0 20px 0;
x	margin: 5px 0 0 150px;
x	width: 450px;
	width: 620px;
	background: #eee;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}
/* End Structure */


/* Footer
---------------------------------------------- */
div#ft {
	font-size: 95%;
	color: #ADDFE8;
	width: 100%;
	clear: both;
	}
	div#ft a {
		color: #EEF9FA;
		text-decoration: none;
		}
	div#ft a:hover {
		color: #579EFF;
		text-decoration: none;
		}




/* Begin Typography & Colors
---------------------------------------------- */
body {
	}

#ct {
x	font-size: 1.25em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
x	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Century Gothic, 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
x	font-size: 4em;
	}

h2 {
x	font-size: 1.6em;
	}

h2.pagetitle {
x	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Century Gothic, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
x	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Century Gothic, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/*	Begin Headers
-------------------------- */
h1 {
x	padding-top: 70px;
x	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
x	margin-top: 30px;
x	background: #99FFFF;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Lists
-------------------------- */
/*  Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
x	padding: 0 0 0 30px;
	list-style: none;
x	padding-left: 10px;
x	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
x	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
x	padding: 4px;
x	margin: 0 0 2px 7px;
	border: 1px solid #666666;
	margin: 4px 0px 0px 12px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
	position: absolute;
	left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

a.link {
	font-weight: bold;
	}
a.link:hover {
	}

div.navigation {
	text-align: center;
	}

.navigation {
	display: block;
	margin-bottom: 28px;
	}


#ct div.in div.picR { /* photo Right */
	float: right;
	margin: 0px 0px 0px 15px;
	}
	#ct div.in div.picR img {
		border: 1px solid #000000;
		}
	#ct div.in div.picR p {
		text-align: center;
		}


#ct div.in div.til { /* tiles */
 	background: #CFE6F4;
 	padding: 10px 10px 0px;
 	margin: 0px 0px 20px;
 			}
	#ct div.in div.til h2 {
		color: #579EFF;
		}
 	#ct div.in div.til div.tmp {
 		text-align: center;
 		margin: 0em 0em 2em;
 		}
 	#ct div.in div.til div.tmp img {
 		float: left;
 		}
 	#ct div.in div.til #ppt { /* paypal donate tiles */
 		margin: 0px;
 		padding: 0px;
 		float: left;
 		border: none;
		}


#ct div.in div#glf { /* golf */
	margin: 0px 0px 20px;
	padding: 10px 0px;
	text-align: center;
	background: #71D5EC;
 			}
	#ct div.in div#glf marquee {
	margin: 0px;
	padding: 0px;
		}
	#ct div.in div#glf h3 {
	color: #579EFF;
	margin: 0px;
	padding: 0px;
		}
	#ct div.in div#glf a {
	color: #EA006A;
	font-weight: bold;
		}

	form#si_contact_form2 select { /* golf reg form */
	width: 50px;
	}
	input#si_contact_captcha_code2 {
	margin: 0px 0px 30px;
	}
	#fsc-submit {
	margin: 20px 0px 0px;
	width: 100px;
	}
	form#si_contact_form2 textarea {
	width: 265px;
	height: 100px;
	}

	#ct div.in div#gpp { /* golf paypal */
		text-align: left;
		}
		#ct div.in div#gpp form {
			text-align: left;
			}
		#ct div.in div#gpp form#cart {
			margin: 40px 0px 0px;
			text-align: right;
			}
		#ct div.in div#gpp fieldset {
			width: 45%;
			padding: 15px;
			margin: 15px 0px 30px;
			}
		#ct div.in div#gpp table td.sm {
			font-size: 80%;
			}
		#ct div.in div#gpp input.add {
			margin: 0px 0px 15px;
			}
		#ct div.in div#gpp fieldset input.addsm {
			margin: 0px 0px 10px;
			}


		
		
/* End Various Tags & Classes*/



/* 
---------------------------------------------- */
div#eqi {
	margin: 0em 0em 1em;
	width: 100%;
X 	background: #CFE6F4;
	}
div#eqi div.box {
	margin: 0em 0em 1em;
	width: 100%;
	display: block;
	background: #D2DDF1 url(../images/eqi_box_bg.png) repeat-x 0px 0px;
	}
	div#eqi div.box h3 {
		margin: 0;
		padding:0.5em 0em 0em 1.5em;
		height: 32px;
		color: #ffffff;
		font-size: 1.4em;
		display: block;
		letter-spacing: 0.07em;
		background: url(../images/eqi_box_hd.png) no-repeat 0px 0px;
		}
	div#eqi div.box p {
		margin: 0;
		padding: 1em 1.5em 0em;
		display: block;
		font-size: 1.2em;
		}
	div#eqi div.box p.en {
		padding: 1em 1.5em 1.65em;
		background:url(../images/eqi_box_bt.png) no-repeat bottom;
		}
	div#eqi div.box a {
		font-weight: bold;
		color: #000099;
		}
	div#eqi div.box a:hover {
		color: #01A4E5;
		}
p.eqi {
	font-size: 125%;
	margin: 0em 0em .5em;
	text-align: left;
	line-height: 1.65em;
	}
div#eqi form {
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;
	}


div#eqi dl {
	margin: 0em 2em 0em 3em;
	padding: 0.5em 0em 0em;
	}
div#eqi dt {
	margin: 0em;
	padding: 0px;
	font-size: 125%;
	font-weight: bold;
	color: #000099;
	}
div#eqi dd {
	margin: 0.2em 0em .3em 1em;
	padding: 0em;
	color: #000066;
	font-weight: bold;
	}
div#eqi dd.top {
	margin: 0.2em 0em 0em 1em;
	font-weight: normal;
	}
div#eqi dd.end {
	margin: 0.2em 0em 1.8em 1em;
	}
div#eqi form.pp { /* PayPal Form */
	height: 21px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	}
div.equip { /* Equipment Photos */
	float: right;
	margin-top: -165px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	}

/* 
---------------------------------------------- */
ul#links {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
	ul#links li {
		margin: 0em 0em 1em;
		}
		ul#links li a {
			font-size: 115%;
			font-weight: bold;
			}
img.flyer {
	border: 1px solid #000000;
	}

div.sand {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: center;
	}
	div.sand form.pp { /* PayPal Form */
		margin: 20px 0px 25px;
		padding: 0px;
		}
		div.sand form.pp select {
	margin: 0px 0px 15px;
	padding: 0px;
			}


