/*
Theme Name: St. Croix Sailing School
Description: Custom theme for St. Croix Sailing School
Version: 1.0
Author: MoCo
Author URI: http://bigideas.com

*/

/* Begin added by PJO */

	/* Registration Pages */

	.map_image_wrapper {
		text-align: center;
	}
	
	/* Not working
	.span_event_date_label {
		position: absolute;
		left: 100px;
	}
	
	.span_event_date_value {
		position: absolute;
		left: 300px;
	}
	
	.span_event_time_label {
		position: absolute;
		left: 100px;
		top: 20px;
	}
	
	.span_event_time_value {
		position: absolute;
		left: 300px;
		top: 20px;
	}
	
	.span_event_time_label span+span {
		position: absolute;
		left: 300px;
		top: 40px;	
	}
	
	.span_event_time_value span+span {
		position: absolute;
		left: 100px;
		top: 40px;	
	}
	
	.event_prices {
		height: 70px;
	}
	
	.event_price_label {
		position: absolute;
		left: 100px;
		top: 40px;
	}
	
	.event_price_value {
		position: absolute;
		left: 300px;
		top: 40px;
	}
	*/


	/* End Registration Pages */

	span.google-map-link a {
		text-decoration:underline;
	}

	select.price_id {
		width: 50px !important;
	}

	#recaptcha_area {
		align: center;
		margin: 0 auto;
	}

	/* NAVIGATION BUTTONS Learning Sessions */
	.LCmenu {
				height: 32px;
				width: 450px;
	}
	.LCcssnav	{
				position:relative;
				float: left;
				margin: 2;
				padding: 0;
				font-family: arial, helvetica, sans-serif;
				background: url(/images/btn110x32Over.gif) no-repeat;
				width: 110px;
				height: 32px;
	    overflow:hidden;/* for ie to hide extra height*/
	}
	.LCcssnav a {
				display: block;
				color: #000000;
				font-size: 14px;
				width: 110px;
				height: 32px;
				display: block;
				float: left;
				color: black;
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
	}
	.LCcssnav a:hover {
				color: #555511;
	}


	.LCcssnav img {width: 110px; height: 32px; border: 0; }
	* html a:hover {visibility:visible}
	.LCcssnav a:hover img{visibility:hidden}

	.LCcssnav span {
			    position: absolute;
			    left: 0px;top: 10px;
			    text-align: center;
			    width: 110px;
			    cursor: pointer;

	}
	/* END OF NAVIGATION Learning Sessions */

	/* NAVIGATION BUTTONS Race Classes */
	.RCmenu {
				height: 50px;
				width: 450px;
				margin-left: auto;
				margin-right: auto;
	}
	.RCcssnav	{
				position:relative;
				float: left;
				margin: 2px;
				padding: 0px;
				font-family: arial, helvetica, sans-serif;
				background: url(images/btn340x50Over.gif) no-repeat;
				width: 340px;
				height: 50px;
	    overflow:hidden;/* for ie to hide extra height*/
	}
	.RCcssnav a {
				display: block;
				color: #000000;
				font-size: 14px;
				width: 340px;
				height: 50px;
				display: block;
				float: left;
				color: black;
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
	}
	.RCcssnav a:hover {
				color: #555511;
	}


	.RCcssnav img {width: 340px; height: 50px; border: 0; }
	* html a:hover {visibility:visible}
	.RCcssnav a:hover img{visibility:hidden}

	.RCcssnav span {
			    position: absolute;
			    left: 0px;top: 10px;
			    text-align: center;
			    width: 340px;
			    cursor: pointer;

	}
	/* END OF NAVIGATION Race Classes */

	/* NAVIGATION BUTTONS Mid Size Buttons */
	.Midmenu {
				height: 50px;
				width: 450px;
	}
	.Midcssnav	{
				position:relative;
				float: left;
				margin: 2;
				padding: 0;
				font-family: arial, helvetica, sans-serif;
				background: url(/images/btn170x50Over.gif) no-repeat;
				width: 170px;
				height: 50px;
	    overflow:hidden;/* for ie to hide extra height*/
	}
	.Midcssnav a {
				display: block;
				color: #000000;
				font-size: 14px;
				width: 170px;
				height: 50px;
				display: block;
				float: left;
				color: black;
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
	}
	.Midcssnav a:hover {
				color: #555511;
	}


	.Midcssnav img {width: 170px; height: 50px; border: 0; }
	* html a:hover {visibility:visible}
	.Midcssnav a:hover img{visibility:hidden}

	.Midcssnav span {
			    position: absolute;
			    left: 0px;top: 10px;
			    text-align: center;
			    width: 170px;
			    cursor: pointer;

	}
	/* END OF NAVIGATION Mid Size Buttons */

	table.raceteam {
		border: 1px solid black;
		border-collapse: collapse;
		font-family: arial, helvetica, sans-serif;
	}

	table.raceteam th {
		background-color: #094970;
		color: #FFFFFF;
		text-align: center;
		font-size: large;
		border-width: 0px;
		padding: 3px;
	}

	table.raceteam td {
		border-width: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	
	.additional-attendee-lnk {
		cursor: pointer;
	}

/* End added by PJO */


/* Begin Typography & Colors */
body {
	background-color: #0e4e6d;
	color: #093347;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	}

.grey_back {
	background-color: #f5f3f5;
	background-image: url('images/back.gif');
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
	}

#header {
	background-color: transparent;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	padding: 0;
	height: 235px;
	width: 900px;
	}

#content {
	background-color: #fff;
	background-image: url('images/content-back.gif');
	background-repeat: repeat-y;
	float: left;
	min-height: 450px;
	padding: 0 20px;
	width: 536px;
	}

#content .news {
	border-bottom: solid 1px #c4c5c5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.right_bar {
	float: left;
	margin-left: 20px;
	width: 272px;
}

.right_bar a {
	display: block;
	margin-bottom: 20px;
}

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

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

#footer {
	background-image: url('images/footer-back.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
	clear: both;
	height: 89px;
	padding-top: 8px;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #fff;
	margin-right: 30px;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	font-size: 11px;
	margin: 33px 0 0 0;
}

h1 {
	margin: 0;
	}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
	}

#content h2 {
	background-image: url('images/h2-bullet.gif');
	background-position: 0 1px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #c4c5c5;
	display: block;
	padding: 0 0 6px 20px;
}

.news h2 {
	margin: 0;
}

h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
	}

h4 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	}

a {
	outline: 0;
}

p {
	margin: 0 0 10px 0;
}

hr {
	background-color: #c4c5c5;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

small {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}


code {
	font: 12px 'Courier New', Courier, Fixed;
	}

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

a  {
	color: #df110b;
	text-decoration: none;
	}

a:hover {
	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 */

/* Suckefish Nav */
.nav_holder {
	float: right;
	margin-right: 76px;
}

#topNav {
	float: right;
	left: 0px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	position: relative;
	left: 0px;
	list-style-type: none;
	top: 0;
}
#topNav li {
	float: left;
}
#topNav li a {
	display: block;
	padding: 0;
	text-decoration: none;
}
#topNav li a:hover {
	display: block;
	text-decoration: none;
}

#topNav ul { /* all lists */
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
    z-index: 1000;
}
#topNav li { /* all list items */
	float: left;
	position: relative;
    text-align: center;
    list-style: none;
    z-index: 400;
}
#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#topNav li ul { /* second-level lists */
	background: #fff;
	display: none;
	left: 0px;
	padding: 0;
	position: absolute;
	top: 39px; /* distance between drop down and head item RHS */
	white-space: normal;
	z-index: 1000;
}
#topNav li ul li {
	background: #f8f7f1;
	border: solid 1px #093347;
	border-top: 0;
	float: none;
	text-align: left;
	width: 105px;
	z-index: 100;
}

#topNav li ul li a {
	color: #093347;
	background-color: #d9ebf2;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 0 5px 5px;
	text-align: left;
	z-index: 110;

	}
#topNav li ul li a:hover {
	color: #DF110B;
	}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 1000;
}


/* Begin Structure */

.post {
	margin: 0 0 40px;
	}

.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;
	margin-bottom: 0;
}

.clear {
	clear: both;
}


/* End Structure */


/* 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 {
	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 */



/* 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;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	}

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

.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: 0;
	padding: 0;
	}

#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 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: 60%;
	}

#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;
	}

.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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */



/* 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;
	}

.navigation {
	display: block;
	height: 18px;
	text-align: center;
	margin-bottom: 40px;
	}
	

/* End Various Tags & Classes*/



/* 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 */

/* Special Cases */

.schedule {
	margin-bottom: 20px;
}

.schedule p {
	margin: 0;
}

.schedule hr {
	margin: 2px 0;
}


