/*==============================================================

	Athletics & Beyond - Typography
		
	Name: typography.css
	Author: Jaime Landrum
	Last Modified: December 2014
	
	This CSS document only contains only typographic elements. Please refer to master.css for complete CSS styling.

==============================================================*/

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #424242;	
	line-height: 23px;
	font-weight: 400;
}

/* Typography
-------------------------------------------------------------- */
p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 23px;
	color: #424242;
	font-weight: 400;
	letter-spacing: -0.01em;
}

h1,h2{font-weight: normal;}
h4,h5{ font-weight: normal;}
h1 { font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; color:#292929; text-align: left; padding: 30px 0 30px 40px; margin:0 0 30px 0;letter-spacing:-0.02em;line-height: 22px;background-color:#eaeaea;}

h2 { font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; color:#333333; padding: 0 0 15px 0; margin: 0; line-height: 22px;letter-spacing:-0.05em; }
h3 { font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 400; color:#727272; padding: 15px 0 20px 0; margin: 0; line-height: 30px;letter-spacing:-0.02em;}
h4 {font-size: 24px; padding: 0 0 15px 0; margin: 0; line-height: 24px; letter-spacing: -0.04em; color:#2a2a2a;} 
h5 { font-family: 'LatoRegular', Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color:#678749; padding: 0 0 10px 0; margin: 0; line-height: 20px;letter-spacing:-0.02em; text-transform: uppercase; }
h6 { font-family: 'PT Sans', sans-serif; font-size: 24px; padding: 0 0 15px 0; margin: 0; color:#999; font-weight: 700; }

a:link { text-decoration: none; color: #3d95ba;}
a:visited { text-decoration: none; color: #3d95ba;}
a:hover { text-decoration: underline; color: #3d95ba;}
a:active { text-decoration: none; color: #3d95ba;}

.clear {clear: both;}
.errorText {color: Red;}

ul {padding-bottom: 25px; font-size: 14px;}

.regular {font-family: 'LatoRegular', Arial, Helvetica, sans-serif; font-size: 14px;}
.bold {font-family: 'LatoBold', Arial, Helvetica, sans-serif;}
.black {font-family: 'LatoBlack', Arial, Helvetica, sans-serif; font-size: 16px;}
.blue {color: #81aec2;	font-family: 'LatoBold', Arial, Helvetica, sans-serif; font-size: 16px;}
.darkblue {color:#1e3e56;}

.plus_text {font-family: 'LatoBold', Arial, Helvetica, sans-serif; color:#678846;font-size: 24px; text-align: center;}

.header-text {font-weight: 300; font-size: 22px; line-height: 27px; width: 80%; margin: 0 auto; text-align: center; padding: 30px 0 0 0;}

.blog-post p {
	font-size: 17px; 
	margin: 0; 
	padding: 0 0 25px 0;
	line-height: 25px;
	color: #6b6b6b;
}

.blog-post ul {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 25px;
	overflow: auto;
	color: #6b6b6b;
}

.blog-post li {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 8px;
	color: #6b6b6b;
}

.blog-post h1, .blog-post h2{font-weight: normal;}
.blog-post h4, .blog-post h5{ font-weight: normal;}
.blog-post h1 { font-size: 22px; font-weight: 600; color:#4b4b4b; padding: 30px 0 0 0; margin:0; line-height:26px;letter-spacing:-0.01em;}  
.blog-post h2 { font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif; font-size: 25px; font-weight: normal; color:#678749; padding: 0 0 5px 0; margin: 0; line-height: 25px;letter-spacing:-0.01em; }
.blog-post h3 {font-size: 26px; font-weight: normal; color:#779b51; padding: 25px 0 40px 0; margin: 0; line-height: 32px;letter-spacing:-0.02em;text-align: center; }
.blog-post h4 {font-size: 20px; padding: 5px 0 5px 0; padding-bottom: 5px; margin: 0; line-height: 24px; letter-spacing: -0.02em; color:#2a2a2a;}
.blog-post h5 { font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif; font-size: 25px; font-weight: normal; color:#678749; padding: 0 0 5px 0; margin: 0; line-height: 25px;letter-spacing:-0.01em; }
.blog-post h6 { font-family: 'PT Sans', sans-serif; font-size: 20px; padding: 0 0 15px 0; margin: 0; color:#888; font-weight: 700; }