/*
 * Style sheet for Mound Time Baseball Instruction
 * www.moundtime.com
 * Created September, 2014 by Brian Beinlich brian@brianbeinlich.com
 *
 * common colors:
 * slate blue (headings, menu, shadow): #25314a
 * red (menu active): #dd0330
 */
html {
	font-family: 'Monda', sans-serif;
}
.clearfix {
	width: 100%;
	height: 1px;
	clear: both;
}

body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background-image: webkit-linear-gradient(180deg, #25314A 145px, #C0C0C0 260px, #25314A 75%);
	background-image: moz-linear-gradient(180deg, #25314A 145px, #C0C0C0 260px, #25314A 75%);
	background-image: ms-linear-gradient(180deg, #25314A 145px, #C0C0C0 260px, #25314A 75%);
	background-image: o-linear-gradient(180deg, #25314A 145px, #C0C0C0 260px, #25314A 75%);
	background-image: linear-gradient(180deg, #25314A 145px, #C0C0C0 260px, #25314A 75%);
}
.container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.bg-image {
	position: fixed;
	width: 350px;
	height: 350px;
	border-radius: 175px;
	z-index: 0;
	overflow: hidden;	
}
.bg-left {
	margin: 270px 0 0 -300px;
}
.bg-right {
	margin: 290px 0 0 820px;;
}
#page {
	width: 100%;
	z-index: 100;
}

.main {
	background-color: white;
	background-image: url(images/theme/Baseball-background3t.jpg);
	background-position: center;
	background-size: 100% 100%;
	padding: 20px;
	margin-bottom: 50px;
	width: 860px;
}
/*.main p, .main h1, .main div {
	margin: 0 20px 20px;
	margin: 0;
}*/
.main h1 {
	font-size: 1.4em;
	font-weight: 700;
	color: #FFF;
	background-image: webkit-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: moz-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: ms-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: o-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	border-radius: 5px;
	box-shadow:3px 5px 2px rgba(30,30,80,0.5), -3px 5px 2px rgba(30,30,80,0.5);
	padding: 10px;
	margin-bottom: 1.2em;
}
.main p {
	font-size: 1em;
	line-height: 1.3em;
}
.main strong {
	font-weight: 700;
	color: #000050;
}
.fifty-percent {
	width: 50%;
}
.forty-percent {
	width: 40%;
}

.photo-plus-caption {
	background-color: #25314A;
	border-radius: 5px;
}
.photo-plus-caption img {
	width: 96%;
	margin: 8px 2% 4px 2%;
}
.photo-plus-caption p {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	margin: 0 1em 1em 1em;
}
.shadow {
	box-shadow:3px 5px 2px rgba(30,30,80,0.5), -3px 5px 2px rgba(30,30,80,0.5);
}
.banner {
	width: 100%;
	height: 155px;
	background-image: webkit-linear-gradient(125deg, #25314A 15%, #C0C0C0 25%, #25314A 90%);
	background-image: moz-linear-gradient(125deg, #25314A 15%, #C0C0C0 25%, #25314A 90%);
	background-image: ms-linear-gradient(125deg, #25314A 15%, #C0C0C0 25%, #25314A 90%);
	background-image: o-linear-gradient(125deg, #25314A 15%, #C0C0C0 25%, #25314A 90%);
	background-image: linear-gradient(125deg, #25314A 15%, #C0C0C0 25%, #25314A 90%);
}
.banner-logo {
	height: 155px;
	width: 330px;
	padding: 0 0 0 80px;
	float: left;
}
.banner-contact, .banner-motto {
	height: 75px;
	float: left;
}
.banner-contact p {
	font-size: 0.85em;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	line-height: 1.45em;
	padding: 22px 0 0 0;
	margin: 0;
	text-align: left;
}
.banner-motto h2 {
	text-transform: uppercase;
	color: white;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0em;
	margin: 0;
	padding: 19px 0 0 0;
	text-shadow:1px 1px 2px rgba(20,20,20,1);
}
img.banner-logo-right {
	width: 165px;
	padding-top: 18px;
	float: right;
}
.links-container {	/*	This with gradient provides the background for menu	*/
	width: 100%;
	margin: 0 auto;
	height: 36px;		/*	30px for the links, plus 6px for padding	*/
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: black;
	border-right-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
}
.gradient {	
	background-image: webkit-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: moz-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: ms-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: o-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
}
.links {	/*	small container for each separate menu item	*/
	width: auto;
	height: 30px;
	padding: 6px 15px 0 15px;
	float: left;
}
.top-left-menu-item {
	padding-left: 60px;
}
.top-right-menu-item {
	padding-right: 70px;
}
.bottom-left-menu-item {
	padding-left: 77px;
}
.bottom-right-menu-item {
	padding-right: 71px;
}
.links:hover, .links-activepage {	
	/*	background-image: linear-gradient(0deg, #25314A, #505096 20%, #25314A 80%); */	
	background-image: webkit-linear-gradient(0deg, #C0C0C0 7%, #25314A 12%, #25314A 67%, #101010 99%);
	background-image: moz-linear-gradient(0deg, #C0C0C0 7%, #25314A 12%, #25314A 67%, #101010 99%);
	background-image: ms-linear-gradient(0deg, #C0C0C0 7%, #25314A 12%, #25314A 67%, #101010 99%);
	background-image: o-linear-gradient(0deg, #C0C0C0 7%, #25314A 12%, #25314A 67%, #101010 99%);
	background-image: linear-gradient(0deg, #C0C0C0 7%, #25314A 12%, #25314A 67%, #101010 99%);
}
.border {
	/*border-color: #25314A;	*/
	border-color: #666;	
	border-style: solid;
	border-width: 0 1px;
}
.border-right {
	/*border-color: #25314A;	*/
	border-color: #666;	
	border-style: solid;
	border-width: 0 0 0 1px;
}
.transition {
	transition-property: border-top-color, border-left-color,border-right-color,border-bottom-color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
.transition:hover {
	border-top-color: #B0B0B0;
	border-left-color: #909090;
	border-right-color: #b0b0b0;
}

/* bottom nav */
footer {
	padding: 5px 25px 3px 25px;
	margin-top: 10px;
	background-image: webkit-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: moz-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: ms-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: o-linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	background-image: linear-gradient(180deg, #C0C0C0 5%, #25314A 17%, #25314A 77%, #101010 99%);
	border-radius: 5px;
}
footer p.credits {
	padding: 0;
	margin: 7px 0 0 0;
	color: #BBB;
	font-size: 0.7em;
	font-weight: 700;
	text-align: center;
}
footer p.credits a, footer p.credits a:visited, footer p.credits a:link {
	color: #BBB;
}
ul.bottom-menu {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.1em;
}
ul.bottom-menu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 0.8em;
}
/*	menu links in the bottom of the page	*/
ul.bottom-menu a, footer p.credits a {
	transition-property: color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
	font-weight: 700;
	text-shadow: #486091 0 0 1px;
}
ul.bottom-menu a {
	color: #FFFFFF;
}
ul.bottom-menu a:link, ul.bottom-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul.bottom-menu a:hover,
ul.bottom-menu li.activepage,
ul.bottom-menu li.activepage a.active-page,
footer p.credits a:hover {
	color: #dd0330;
	text-decoration: none;
	text-shadow: #DB6980 0 0 1px;
	/*
	font-weight: 700;
	*/
}
ul.bottom-menu a:active, footer p.credits a:active {
	color: #dd0330;
	text-decoration: none;
	text-shadow: 0 0 rgb(0,0,0);
}
/* end bottom nav */

.oblique {
	font-family: 'Exo 2', sans-serif;
}
h1.oblique {
	font-weight: 400;
}
.main p span.oblique {
	font-size: 1.1em;
	font-weight: 700;
	color: #303050;
}
.links p {
	text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
br.all {
	clear: both;
}
pre.BBDebug {	/* for debugging output */
	color: black;
	background-color: #CCC;
	margin: 0 0 2px 0;
	padding: 0 0 0 5px;
}

/* HTML elements */
ul {
	margin: 1.0em;
	overflow: hidden;
	padding-left: 2.0em;
}
li {
	line-height: 1.3em;
}
a {
	transition-property: color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover, p.active-page, a.active-page {
	color: #dd0330;
}
a:active {
	color: #dd0330;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7),
		-1px 1px 1px rgba(0,0,0,0.7),
		1px -1px 1px rgba(0,0,0,0.7),
		-1px -1px 1px rgba(0,0,0,0.7);
}

img.photos, div.photos {
	border: 5px solid #25314a;
	box-shadow:3px 5px 2px rgba(30,30,80,0.5), -3px 5px 2px rgba(30,30,80,0.5);
	border-radius: 5px;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
}
img.photos-l, div.photos-l {
	float: left;
	margin: 5px 10px 5px 0;
}
img.photos-r, div.photos-r {
	float: right;
	margin: 5px 0 5px 10px;
}
img.photos-c, div.photos-c {
	margin: 5px auto 5px auto;
}

/* slideshow css */
.show {
	display: block;
}
.hide {
	display: none;
}

/*	links in the body of the page	*/
.main a {
	transition-property: color;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
.main a {
	color: #000050;
	font-weight: 700;
	text-shadow: #486091 0 0 1px;
}
.main a:link, .main a:visited{
	color: #000050;
	text-decoration: none;
}
.main a:hover {
	color: #dd0330;
	text-decoration: none;
	text-shadow: #DB6980 0 0 1px;
}
.main a:active {
	color: #dd0330;
	text-decoration: none;
	text-shadow: 0 0 rgb(0,0,0);
}

/* useful styles */
p.notes, span.notes {
	color: #C00;
	font-style: italic;
	font-size: 0.8em;
	width: 80%;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
div.centerdiv {
	margin: 0 auto;
}

/* styles from the old site */
.justify {
	text-align: justify;
}
.smallcenter {
	text-align: center;
	font-size: 10pt;
}
.small {
	font-size: 10pt;
}
.smallitalic {
	font-size: 10pt;
	font-style: italic;
}
.largerbold {
	font-size: 14pt;
	font-weight: bold;
}
.red-ff {
	color: #FF0000;
}
.red-ff-bold {
	color: #FF0000;
	font-weight: bold;
}
img.floatright {
	float: right;
	margin: 0 15px 20px 15px;
	border: 3px solid black;
}
.roundedbordercentered80 {
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid;
	border-color: #AAAAAA;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 80%;
	float: left;
}
.callout {
	margin-top: 30px;
	padding: 10px;
	background-color: #AFB1B3;
	border: 3px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.smallcaps {
	font-variant: small-caps;
}
dt {
	margin-top: 12px;
	line-height: 1em;
	margin-left: 0px;
	font-weight: bold;
}
dd {
	margin-left: 38px;
	margin-top: 5px;
	line-height: 1.1em;
}

/* home page headlines */
.index-headlines {
	width: 600px;
	margin: auto;
	padding: 5px;
	background-color: #AFB1B3;
	border: 3px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.index-headlines p {
	width: 600px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 16pt;
	line-height: 17pt;
	font-variant: small-caps;
	color: #333333;
	font-weight: bold;
}
.index-subheadlines {
	font-size: 13pt;
	line-height: 17pt;
	font-variant: normal;
}
/*.index-headlines a {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
.index-headlines a:hover{
	color: #0000D0;
	font-weight: bold;
	text-shadow: white 0px 0px 5px;
}
*/
#index-tournaments-wrapper {
	border-collapse: collapse;
	border: 0;
	vertical-align: top;
}
#index-tournaments-wrapper th.title {
	margin: 0;
	color: #25314a;
	font-size: 2.0em;
}
#index-tournaments-wrapper td {
	vertical-align: top;
}
#index-tournaments-wrapper img {
	width: 190px;
	margin-top: 60px;
	margin-bottom: 60px;
	/*
	border-color: #25314a;
	border-width: 3px;
	border-style: solid;
	*/
}
#index-tournaments-wrapper img.left {
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
}
#index-tournaments-wrapper img.right {
	margin-left: 5px;
	margin-right: 0px;
	text-align: right;
}

.index-tournaments {
	border-collapse: collapse;
	border: 2px solid #333333;
	width: 450px;
	margin: 0 auto;
}
.index-tournaments td {
	padding: 0 3px 2px 3px;
	font-size: 0.75em;
	line-height: 0.85em;
	vertical-align: top;
}
.index-tournaments td.tournament-separator {
	width: 8px;
}
.index-tournaments th {
	padding: 1px 3px;
	font-size: 0.8em;
}
.index-tournaments th.year {
	color: #dd0330;
	font-size: 1.1em;
	text-shadow: #EEE 0px 0px 8px;
	padding: 0;
}
.index-tournaments th.heading {
	color: #25314a;
	font-size: 0.8em;
	padding: 1px 3px 0px 3px;
}
.index-tournaments td.tournament {
}

/* mission statement on about us page */
.mission {
	width: 160px;
	float: left;
	background-color: #EEEEEE;
	border: 1px solid;
	border-color: #AAAAAA;
	margin: 0 1.0em 1.0em 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.mission h1 {
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 1.0em;
}
.mission p {
	padding: 0 0 10px 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	line-height: 1.1em;
	font-variant: normal;
	text-decoration: none;
}

/* home page slideshow */
.index-slideshow {
	width: 650px;
	margin: 2px auto 15px auto;
}
.index-slideshow img {
	display: none;	
}

/* caption for team photos */
table.teams-large {
	border: 0;
	border-spacing: 5px 10px;
	margin: 0 auto;
}
table.teams-large td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 12pt;
}
table.teams {
	border: 0;
	border-spacing: 5px 10px;
	width: 90%;
	margin: 0 auto;
}
td.teams {
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10pt;
	height: 245px;
}
.teams-subcaption {
	text-align: center;
	font-size: 8pt;
}

/* classes page */
.easyas {
	vertical-align:middle;
}
.class-options {
	padding-left: 15px;
	list-style-type: disc;
}
.classes-callout {
	height: 45px;
	margin: 29px 0 10px 0;
	padding: 20px 0 0 0;
}
.classes-schedule-button {
	background-color: rgba(45,45,45,0.3);
	transition-property: background-color;
	transition-duration: 0.8s;
	transition-delay: 0.3s;
	transition-timing-function: ease;
	text-align: center;
	height: 55px;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	float: right;
	border: 3px solid;
	border-color: #dd0330;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*
	width: 103px;
	*/
}
.classes-schedule-button:hover {
	/*
	box-shadow: inset 1px 1px rgba(255,255,255,0.4),
		inset -1px 1px rgba(255,255,255,0.4),
		inset 1px -1px rgba(255,255,255,0.4),
		inset -1px -1px rgba(255,255,255,0.4);
	*/
}
.classes-schedule-button h2 {
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(10,10,10,0.3);
}
.classes-schedule-button h2 a:link, .classes-schedule-button h2 a:visited {
	color: #dd0330;
	padding: 10px 0;
	line-height: 1.3em;
}

/* facility page slideshow */
.facility-slideshow-container {
	width: 416px;
	margin: auto;
	padding: 0px 20px 20px 30px;
}
.facility-slideshow {
	width: 400px;
	margin: auto;
}
.facility-slideshow-caption {
	text-align: center;
	width: 416px;
	margin: auto;
	font-size: 10pt;
	padding: 5px 0 0 0;
}
#facility-slideshow-pager { 
	text-align: center;
	width: 100%;
	z-index: 500;
/*	overflow: hidden;
*/}
#facility-slideshow-pager span { 
	font-family: arial;
	font-size: 60px;
	width: 24px;
	height: 24px; 
	display: inline-block;
	color: #ddd;
	cursor: pointer; 
}
#facility-slideshow-pager span.cycle-pager-active {
	color: #000050;
}
#facility-slideshow-pager > * {
	cursor: pointer;
}
.cycle-paused:after {
    background: none repeat scroll 0 0 white;
    border-radius: 10px;
    color: #333;
    content: "Paused";
    opacity: 0.6;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}

/* prep teams page */

/* agility page */
.agility td {
	padding: 0 15px 2px 20px;
	vertical-align: top;
}
.agility th {
	padding: 0 15px 5px 10px;
	vertical-align: top;
}

/* rentals page */
.rentals td {
	padding: 0 10px 2px 10px;
	vertical-align: top;
}
.rentals th {
	padding: 0 15px 5px 0px;
	vertical-align: top;
}

/* camps page */
table.camps {
	border: solid 3px #EEE;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
table.camps td, table.camps th {
	border: dotted 1px #EEE;
	border-collapse: collapse;
	padding: 2px 10px 2px 10px;
}
.camps-spring {
	background-color: #CFFF9F;
}
.camps-summer {
	background-color: #FFFFC6;
}
table.camps-thanksgiving td, table.camps-thanksgiving th {
	border: dotted 1px #ba5512;
	color: #833c0c;
	background-color: #f4b084;
}
table.camps-christmas td, table.camps-christmas th {
	border: dotted 1px #4280FF;
	color: #002060;
	background-color: #9bc2e6;
}
table.camps-christmas2 td, table.camps-christmas2 th {
	border-color: #43B72F;
	color: #B70000;
	background-color: #84DC74;
}
table.camps-new-years td, table.camps-new-years th {
	border-color: #7187A6;
	color: #ffffff;
	background-color: #333f4f;
}
.camps-days {
	width: 130px;
}
.camps-cost {
	width: 60px;
}
.camps-times {
	width: 150px;
}
.camps-ages {
	width: 100px;
}
.camps img {
	vertical-align: top;
	padding: 0px;
}

/* testimonials page */
p.testimonial {
	text-indent: 30px;
	margin-bottom: 0;
}
p.testimonial-name {
	font-weight: bold;
	text-align: right;
	margin: 3px 30px 20px 0;
}
div.testimonial-even {
	background-color: #EEEEEE;
	padding: 5px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	/*
	box-shadow: inset 0 0 5px 5px #999;
	border: solid #999 5px;
	*/
	border-radius: 5px;
}
div.testimonial-even p {
	text-indent: 20px;
	margin-bottom: 0;
}
div.testimonial-even p.testimonial-name-even {
	font-weight: bold;
	text-align: right;
	padding: 3px 20px 5px 0;
}

/* contact page */
.contact {
	padding-left: 30px;
}
.contact th {
	padding: 0 15px 0 0px;
	vertical-align: top;
	text-align: left;
	width: 70px;
}
.contact td {
	padding: 0;
	vertical-align: top;
	width: 70px;
}
