/*
 ----------------------
 SITE WIDE STYLE SHEET
 ----------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}
h6 {font-size: 110%; margin:6px 0px 0px 0px; }

p {line-height:18px;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 6px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}
.lbm-rounded {
	border-radius: 6px;
	border-color:rgba(153,153,153,1);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*Column Separators */
.lbm-sep-left {border-left: 1px dotted;}
.lbm-sep-right {border-right: 1px dotted;}
.lbm-sep-top {border-top: 1px solid;}
.lbm-sep-bottom {border-bottom: 1px solid;}


/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #B83D00;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	color: #6EB9FF;
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}

/*
Text and Shadow Styles 
Assign one of the following classes to
Text on your page
*/

.committee {line-height:18px; margin:5px 5px 0px 0px;}

.headingColorBlue {
	color:#002CB1;
}
.standout {
	color:rgba(199,0,0,1);
}
.dateAdded {
	line-height:10px;
	font-size:10px;
	font-variant:normal;
	color:#555;
}
.legend {
	line-height:15px;
	font-size:.85em;
}
.less {font-size: 1.1em;}
.fly_shadow {
	box-shadow:-1px 1px 6px #848484;
}
.events_shadow {
	box-shadow:0px 2px 20px rgba(51,51,51,.9);
}
#Footer {
	background-color: #FFFDFA;
	background-image:url(../Images/bg_season_1200x200.png);
	color: #333;
}
.time {
	color: #002CB1;
	font-weight:600;
}
.meetings {
	font-size:.9em;
	line-height:14px;
}

/*
Form Styles 
Assign one of the following classes to
Forms on your page
*/

input {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 80%;
}
.myinput {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 6px;
}

.nice {
	padding:10px 20px;
	width:330px;
	background-color:#F3F3F3;
	border: 2px solid #97CBFD;
	border-radius:5px;
}
input.question {
	width: 5px;
	alignment-adjust:baseline;
}

/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
}
