/*
File:			custom.css
Description:	Valdez Academy

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*--HEADER--*/
.custom #header #logo a { display: block; height: 100px; width: 875px; background: url('images/valdez_header.jpg') no-repeat; outline: non e; }

.custom #header #logo {float:left}

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header { padding: 0; }

.custom #footer img#logo-img {float:right;}

.custom #header {height:110px;}

.custom .format_text img.alignleft { clear: none; }

.custom #header { padding: 0; border-bottom:0;}

/*--No Titles--*/
.register h1 { display: none; }
.clinic-registration h1 { display: none; }
.home h1 { display: none; }
.parties h1 { display: none; }
.costs h1 { display: none; }
.contact-us h1 { display: none; }
.home h2 { display: none; }
.session-registration h1 { display: none; }
.batting-cages h1 { display: none; }
.private-programs h1 { display: none; }
.professional-baseball h1 { display: none; }
.vacation-clinics h1 { display: none; }


/*---:[ WordPress Image Captions ]:---*/
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #F3F3F3; border: 0.071em solid #CCC; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

/*--FOOTER--*/
.custom #footer img#logo-img {float:right;}

/*--FORMAT--*/
.custom .format_text img.alignleft { clear: none; }

.home .post_box { padding-top: 0; }
.golf-tournament .post_box { padding-top: 0; }


/*--IMAGE--*/
.custom #image_box { text-align: center; }

.custom #image_box img { margin-left: auto; margin-right: auto; }

.custom .format_text img.alignleft { clear: none; }

/*--BACKGROUND--*/
body.custom { background: #cccc99; 
}
	
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #690F0F; border: 0.4em solid #690F0F; 
}

.custom #page { background: #fff; 
}

.custom #video_box {background:#FFFFFF none repeat scroll 0 0;padding:1em;}

/*--WIDGET--*/
.custom li.widget ul { list-style: none;
margin-left: 2px;
margin-right: 12px;
margin-bottom: 25px;
}

.custom li.widget { border-bottom-style: inset; border-bottom: 1px solid #DDD;}


/*--Nav Colors--*/
.custom a, .custom a:visited { color: #690F0F; } .custom a:hover { color: #000; }
.custom ul#tabs li a, .custom ul#tabs li a:visited { color: #690F0F; text-decoration: none;}
.custom ul#tabs li a:hover { color: #000; text-decoration: none; background color: transparent; border-bottom:none;}

/*--Custom Navigation--*/
.custom ul#tabs li {-moz-border-radius-topleft: 0.5em;-moz-border-radius-topright: 0.5em;-webkit-border-top-left-radius: 0.5em;-webkit-border-top-right-radius: 0.5em;border-top-left-radius: 0.5em;border-top-right-radius: 0.5em;}
.custom ul#tabs li ul li {-moz-border-radius-bottomleft: 0.5em;-moz-border-radius-bottomright: 0.5em;-webkit-border-bottom-left-radius: 0.5em;-webkit-border-bottom-right-radius: 0.5em;border-bottom-left-radius: 0.5em;border-bottom-right-radius: 0.5em;}
.custom ul#tabs {border-left: 0;}