@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic,400italic,700italic);
/* CSS Document */


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, 
tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary,time, mark, audio, video {	
margin: 0;	padding: 0;	border: 0;	font-size: 100%;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}

body {	line-height: 1;}

ol, ul {	list-style: none;}

blockquote, q {	quotes: none;}

blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}

table {	border-collapse: collapse;	border-spacing: 0;}

/********************************************************************************/
/*								SITEWIDE										*/
/********************************************************************************/

html {
	font-size:16px;
}

@media screen and (max-device-width:600px){
  body{
    -moz-text-size-adjust:none;
	-webkit-text-size-adjust:none; 
	-ms-text-size-adjust:none;
  }
}

body {
	text-align:center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.75em; /* <--- watch this... */
	background-color:#dfdfdf;
}


#mainContainer {
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	min-width:320px;
	max-width:900px !important;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	background-color:#fff;
}

#bodyContainer {
	border-top:solid 1px #ccc;
	clear:both; 
	padding:0;
}

h1 {
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin:1.2em auto;
}

h2 {
	font-size:130%;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin:1.2em 0;
}

h2.subTitle {
	font-size:130%;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	font-style:italic;
	margin:1.2em 0;
	text-transform:capitalize;
}

h3 {
	color:#666;
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	margin:1em 0;
}

h3 span{
	font-weight:normal;
	font-style:italic;
}

h4 {
	color:#666;
	font-size:90%;
	font-weight:bold;
	line-height:1.75em;
	text-align:left;
	margin:1.2em 0;
}

.allCaps {
	text-transform:uppercase;
}

.dropcapNew:first-letter {
	font-size : 3.7em; 
	line-height:.95em;
	float:left; 
	font-weight:bold; 
  width :auto;
	color :#c00;
	padding-right:.1em;
	
}

/********************************************/
/*								BANNER										*/
/********************************************/

#pageCredits {
	color: #555;
}

#pageCredits h1 {
	font-size:2em;
	font-weight:600;
	line-height:1.5em;
}

#pageCredits h1 span {
	font-size: .8em;
	font-weight: normal;
	font-style:italic;
}

#pageCredits h2 {
	font-size:1.5em;
  margin:0 0 .5em 0;
}

#pageCredits p {
	font-size:1.25em;
	font-weigth:normal;
  margin:0 0 .5em 0;
	padding:0;
}

#pageCredits p label{
	font-weight:bold;
}

#pageCredits p span{
	font-weight:normal;
	font-style:italic;
}

/* * * * See @media for subCredits! * * * */
#subCredits {
	width:50%; min-width:400px; max-width:500px; margin-left:auto; margin-right:auto;
}

#subCredits .divCreditsColLeft {
	float:left; width=48%; text-align:right;
}

#subCredits .divCreditsColRight {
	float:right; width=48%;  text-align:left;
}


/*
h4 label{
	width:200px
}

h4 span{
	font-weight:normal;
	font-style:italic;
}

*/

p {
	font-size:1em;
	margin:1.2em 0;
}

.text-left {
	text-align:left;
}

p.bxCaptionSmall {
	font-size:1em; 
	text-align:left; 
	margin-left:1em; 
	margin-right:1em;
}

#pageText p img{
	float:left; margin-right:.5em; width:33%; border:solid 1px #555;
}

#pageText p.textEnds {
	text-align:center;
	font-size:1.5em;
	line-height:0;
}

#galleryContainer {
	width:100%;
	min-width:320px; 
	max-width:1024px !important;
}

em {
	font-style:italic;
}




/********************************************************************************/
/*								HEADER										*/
/********************************************************************************/

#headerMobile {
	position:relative;
}

#headerMobile img {margin-bottom:.5em;}

#navbarPlaceholder{
	
}

#imgBtnMenuMobile{
	position:absolute; right:10px; top:10px; width:11%; max-width:120px;
}


#imgBannerLogo {
	float:left; margin:10px; width:81%;
}

#nav {display:none;position:absolute;top:0;right:10px; z-index:10000; width:45%;}

ul.open {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul.open li { list-style: none; text-align: center; }

ul.open li a { 
	background-color:rgba(255,255,255,.85);
	border-bottom: 1px solid #666;
	color: #333;  
	display: block; 
	font-weight:normal; 
	font-size:100%;
	margin:0;
	margin-right:.2em; 
	padding: .1em;
	padding-right:.5em;
	text-align: right;
	text-decoration: none; 
}

ul.open li a:hover { background-color: #fff; color: #666; }

#projectCredits {
	color:#666;
	line-height:2em;
	width:80%;
	font-size:1em;
}




/********************************************/
/*								PAGE BODY									*/
/********************************************/


#pageText {
	width:90%;
	text-align:left;
	margin: 2em auto 3em auto;
}

#pageText h1, h2, h3, h4, h5, h6 {
	
}

#pageText h1 {
	
}

#pageText h2 {
	
}

#pageText h3 {
	
}

#pageText h4 {
	
}

#pageText h5 {
	
}

#pageText h6 {
	
}

#pageText p {
	font-size: 1em;
}




/********************************************************************************/
/*								FOOTER										*/
/********************************************************************************/

#footer {
	margin:1em 0; 
	background-color:#eeeeee; 
	padding: 0 0 1em 0;
}


#footer #footerNavContents {
	background-color:#ccc;
}

#footer ul {
	margin:0;
	width:100%;
	background-color:#AAA;
	padding:10px 0; 
	line-height;1.5em;
}

#footer ul li { list-style: none; text-align:center; display:inline; 
	font-weight:normal; 
	padding:0px 7px; margin:0;}

#footer ul li a { 
	color: #fff;
	font-size:100%;
	font-weight:normal; 
	letter-spacing:.075em;
	line-height:1.5em;
	padding:13px 7px 12px 7px;	text-align: center;
	margin:-1px;
	text-decoration: none; 
}

#footer  ul li a:hover { background-color: #fff; color: #666; }

#footer #footerTextContent {
	margin-top:1em;
}	

#footer  p{
	margin:1.5em;
	line-height:1.5em;
	font-size:80%;
}

/**********************************/
			/* ABOUT PAGE */
/**********************************/

#about h2 {
	text-align:left;
	margin-bottom:0;
	padding:0;
}

#about h3 {
	text-align:left;
	margin:0;
	padding:0;
}



/**********************************/
			/* CONTACT FORM */
/**********************************/


form#contact {
	float:left;  
	width:100%;
}

form#contact p{
	font-size:100%;
	float:left;
	width:100%;
	padding:.5em 0; margin:0;
	line-height:1.5em;
}

form#contact p.required input {
	/*font-size:1em;*/
}

form#contact p label {
	float:left; width:29%;
}

form#contact p input[type="radio"],input[type="checkbox"] {
	vertical-align:text-bottom;
}

form#contact p.required label {
	font-weight:bold;
}

form#contact p span {
	float:left; width:70%; max-width:340px;
}

form#contact p span input, textarea {
	float:left; width:80%;
}

form#contact p span textarea {
	height:8rem;
	font-size:1.2em;
}

form#contact input.formButton{
	height:auto; 
	margin-right:2%;
	width:auto;
	font-size:1.15em;
}

form#contact select{
	font-size:.8em;
}

form#contact input[type="radio"]{
	border: 0px;
	width:2em;
	height: 2em;
	margin-top:1em;
}

form#contact input.contactCheckbox{
	height:2em; width:2.5em;
	border:solid 1px #ccc;
	vertical-align:text-middle;
}

.clearBoth {
	clear:both; height:.25em; margin:0; padding-top:1em; padding-bottom:0;
}

/*********************************************************************************************************/

@media screen and (max-width:360px){
	#pageCredits h1 {
	font-size:1.5em;
	font-weight:600;
	line-height:1em;
	}
	
	#pageCredits h1 span {
		font-size: .8em;
		font-weight: normal;
	}
	
	#pageCredits h2 {
		font-size:1.25em;
		margin:0 0 .5em 0;
	}
	
	#pageCredits p {
		font-size:.9em;
		font-weigth:normal;
		margin:0 0 .5em 0;
		padding:0;
	}
	
	#subCredits {
		width:50%; min-width:300px; max-width:340px; margin-left:auto; margin-right:auto;
	}
	
	#subCredits .divCreditsColLeft {
		float:left; width=48%; text-align:right;
	}
	
	#subCredits .divCreditsColRight {
		float:right; width=48%;  text-align:left;
}
}



