/* TEESDALE CONSULTANTS =============================================================================  */



/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', sans-serif; 	
color : #000; 
text-align: center;
background: #ccff99;
}

button, 
input, 
select, 
textarea { 
font-family : 'Open Sans', serif; 
color : #333; }

body.contact { 
background: #129;
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Open Sans', serif;
font-weight : normal;
margin: 0.5em 0 .25em 0;
}

h1 { 
color: #030;
font-size : 2.25em; 
line-height : 1.4;
font-weight:800;
}


h2 { 
color: #030;
font-size : 1.75em; 
line-height : 1.5;
font-weight:400;
}

h3 { 
color: #030;
margin-bottom : 0.3em;
font-size : 1.5em; 
line-height : 1.3; }


h4 { 
color: #030;
margin-bottom : 0.5em;
font-size : 1.25em; 
line-height : 1.25; }



/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


.center {
text-align: center;
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}


i.fa-big {
  font-size: 3em;
  margin: 0.25em 0;
  color: #112266;
}

/* LINKS =============================================================================  */

a { 
color : #030;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #363; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #696;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}



/*  MAIN LAYOUT	============================================================================= */


				
		
	header {
		width: 60%;
		font-size: 0.875em; /* 14 / 16 */
		margin: 0 auto;
		padding: 1.75em 0px 0.5em 0px;
		position: relative;
		color: #333;
		text-align: center;
	}

			

	
	#maincontent{
		clear: both;
		width: 60%;
		font-size: 0.875em; /* 14 / 16 */
		max-width: 100em; /* 1400px / 14 */
		margin: 0 auto;
		padding: 1em 0px;
		color: #111;
		line-height: 1.6em;
		position: relative;
		text-align: center;
		}

		#maincontent .introtext {
			font-size : 1.4em; 
			color: #222;
			line-height: 1.6;
			margin-bottom: 1.5em;
			}
			
			
	#footercontainer {
		width: 100%;
		background: #030;
		}
		
		
		footer {
			clear: both;
			width: 60%;
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 100em; /* 1300px / 13 */
			margin: 0 auto;
			padding: 1.5em 0 1.5em 0;
			color: #fff;
			line-height: 1.8em;
			text-align: center;
		}
		


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* MEDIA QUERIES ============================================================================= */




@media only screen and (max-width: 800px)
{

		header, #maincontent, footer {
			width: 90%;
		}
		
		