/* CSS Main Stylings for Website */
/*copyright 2011*/

/*Overrides*/

body
{
	height:100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, form, input, textarea, th, td, ul, li, img
{
	padding:0px;
	margin:0px;
	border:none;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-family: 'Open Sans', Helvetica Neue, Verdana, Arial, sans-serif; 
	
	color: #666;
	font-size: 14px;
	text-align: left;
}
p
{
	margin:12px 0 0 0;
}
a
{
	color: #6685aa;
   -moz-transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   -o-transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   -webkit-transition:text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
}
a:hover
{
   -moz-transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   -o-transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   transition:text-shadow 0.5s ease-in-out, color 0.2s ease-in-out;
   -webkit-transition:text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
}
a:focus 
{
   // outline: 1px solid #b8cfd6;
	outline:none;
}
h1
{
	font-size: 28px;
	padding:15px 0 0 0;
	font-weight:100;
}
h2 
{
	font-size: 22px;
	padding:15px 0 0 0;
	font-weight:100;
}
.mimicH1
{
	/*mimic the text style of a h1 tag*/
	font-size: 28px;
	padding: 15px 0px;
	font-weight: 100;
}
.mimicH2
{
	font-size: 22px;
	padding:15px 0 0 0;
	font-weight:100;
}




.unselectable, img
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}





/*----------------Footer Section---------------*/
#footer
{
	/*
	//height:50px;
	//clear:both;
	*/
	padding:25px 0px 15px 0px;
	text-align:center;
	color: #999;
	font-size: 11px;
	font-weight:100;
	font-family: 'Open Sans', Helvetica Neue, Verdana, Arial, sans-serif; 
}

#copyright
{
	display:inline-block;
	*display: inline;
	zoom:1;
	vertical-align:top;
}
#facebookLike
{
}
#socialMedia-section
{
	margin-top:10px;
}
.socialMedia
{
	display:inline-block;
	*display: inline;
	zoom:1;
	vertical-align:top;
}