@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/

/* Normalize.css should load before this file */


html, body {
	background:#fff url(../images/bgText.jpg) repeat fixed;
	color:#000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:13px;
	line-height:140%;
}


/* Sets the width of the full sized site */
.innerWrapper{
	margin:0 auto;
	max-width:984px; 
	width:90%;
	
}


/* basic styles, positioning and helper elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img{
	border:0;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.center{
	text-align:center;
}

.noTablet, .noPhone{
	display:block;
}

/* link, typographic, positioning elements --------------------------------------------------------------------------------------- */

nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

a:link, a:visited{
	color:#3D9A2B;
	text-decoration:none;
}

a:hover{
	color:#000;
}

h1, h2, h3, h4, h5, a:link, a:hover, a:visited{
}

h1, h2, h3{
	font-size: 1.8em;
	font-weight:normal;
	letter-spacing: 0.08em;
	line-height: 1em;
}

h2{
	font-size:1.5em;
}

h3{
	font-size:1.3em;
}

.subHeader{
	font-style:italic;
}

p{
	line-height:1.6em;
	margin-top:0;
}


/* Header styles ------------------------------------------------------------------------------------------------------------------ */

#header{
	background:#3d9a2b;
	border-bottom:2px solid #fff;
	min-height:140px;
	padding:24px 0 0;
	position:relative;
	text-align:center;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
}

/* logo styles ----------------------------------------- */

#logo{
	display:inline-block;
	position:relative;
	z-index:5;
}

.ie7 #logo{
	display:inline;
	zoom:1;
}

#logo h1{
	margin:0;
	padding:0;
}
	
	
/* Nav styles ----------------------------------------- */

#headerNav{
	text-align:center;
	margin-top:0;
	padding:10px 0 15px;
	position:relative;
	width:100%;
	z-index:2;
}

/* adjustment for IE7*/
.ie7 #headerNav{
	margin-top:-88px;
}

#headerNav #menu ul li{
	display:inline-block;
	width:20%;
}

.ie7 #headerNav #menu ul li{
	display:inline;
	zoom:1;
}

#headerNav a{
	color:#fff;
	display:block;
	font-weight:bold;
	padding:10px 0 5px;
	position:relative;
}

.dots{
	bottom:0;
	left:0;
	margin:0 auto;
	position:absolute;
	right:0;
	
	filter: alpha(opacity=00);  /*transparency for IE*/
	opacity:0;
	
	/*CSS3 properties*/
	-webkit-transition: opacity .5s;
    -moz-transition:    opacity .5s;
    -ms-transition:     opacity .5s;
    -o-transition:      opacity .5s;
    transition:         opacity .5s;  /* smooths opacity changes */
}

/* workaround absolute positioning bug in ie7*/
.ie7 .dots{
	left:50%;			 /* must be 50%*/
	margin-left:-16px;   /* must be half of width */
	width:32px; 		 /* must be width of image */
	zoom: 1;
}

#headerNav a:hover .dots,
#headerNav .current a .dots{
	filter: alpha(opacity=100); /* transparency for IE*/
	opacity:1;
}

#headerNav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}


/* banner styles  ------------------------------------------------------------------------------------------------------------------ */

#banner{
	min-height:10px;
	padding-top:30px;
}

.camera_wrap{
	border:2px solid #fff;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
}
	
/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

#main{
	border-bottom:4px double #3D9A2B;
	font-size:1.05em;
	padding:30px 0 50px;
}

#main header{
	margin-bottom:50px;
	text-align:center;
}

#main header h1{
	font-size:1.5em;
}

#main .leftColContent p{
	margin-bottom:40px;
}

#main .rightColContent img{
	border:2px solid #fff;
	height:auto;
	margin-bottom:20px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
}


/* general main styles page styles ----------------------------------------- */

#main li{
	line-height: 1.8em;
}

.mapHolder{
	border-bottom:1px solid #CFCCCB;
	margin-bottom:30px;
	padding-bottom:30px;
}

/* gallery  styles ----------------------------------------- */

.galleryHolder{
	list-style:none;
	margin:0;
	padding:0;
}

.photo-thumb{
	float:left;
	margin-bottom:45px;
	margin-left:3.5%;
	text-align:center;
	width:31%;
	zoom: 1;
	
	-webkit-transition: opacity .3s;
    -moz-transition:    opacity .3s;
    -ms-transition:     opacity .3s;
    -o-transition:      opacity .3s;
    transition:         opacity .3s; 
}

.photo-thumb.firstInRow{
	clear:left;
	margin-left:0;
}

.photo-thumb img{
	height:auto;
	max-width:100%;
}

.photo-thumb h3{
	margin-bottom:10px;
	text-transform:none;
}

.photo-thumb.faded {
	filter: alpha(opacity=50); /* transparency for IE*/
    opacity: 0.5;
} 


/* two column page styles ----------------------------------------- */

.rightCol, .leftCol{
	vertical-align:top;
	width:70%;
}

.rightCol{
	width:30%;
}

.rightCol{
	float:right;
}

.rightColContent{
	padding-left:20px;
}

.leftCol{
	float:left;
}
.leftColContent{
	padding-right:20px;
}

.rightCol img, .leftCol img{
	height:auto;
	max-width:100%;
	width:auto;
}

/* sidebar Styles ------------------------------------------------------------------------------------------------------------------ */
	/* when styling sidebar, only apply styles to .aThird or .firstThird, .secondThird, .lastThird. 
	   Modifing the ul li structures may break the layout.  */
	   
#sidebar{
	font-size:90%;
	margin:25px auto;
	text-align:center;
}

#sidebar ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:100%;
}

#sidebar li{
	float: left;
    margin: 0;
    padding:0;
	width:33.332%;
}

/* editable strructure styles ----------------------------------------- */

#sidebar h2{
	font-size:1.25em;
}

.aThird{
	padding:20px 30px;
}

.secondThird{
	border:1px solid #CFCCCB;
	border-width:0 1px;
}

/* fading images' styles ----------------------------------------- */

.fadeImg img{
	zoom: 1;
	
	filter: alpha(opacity=100); /* transparency for IE*/
	opacity:1;
	
	-webkit-transition: opacity .3s;
    -moz-transition:    opacity .3s;
    -ms-transition:     opacity .3s;
    -o-transition:      opacity .3s;
    transition:         opacity .3s;
}

.pinnedMap{
	display:inline-block;
	margin-bottom:20px;
}

.ie7 .pinnedMap{
	display:inline;
	zoom:1;
}

.pinnedMap{background:url(../images/bgMap.png) 0 0 no-repeat;}

.pinnedMap:hover img{
	filter: alpha(opacity=00); /* transparency for IE*/
	opacity:0;
}


/* social styles ----------------------------------------- */
#sidebar #social {
	margin:23px auto;
	padding:0;
	text-align:center;
}

#sidebar #social li{
	display:inline-block;
	float:none;
	width:auto;
}

#sidebar #social a{
	background:#3d9a2b;
	border:2px solid #fff;
	display:block;
	height:22px;
	margin:7px;
	padding:4px;
	width:22px;
	
	-webkit-border-radius: 16px;
	-moz-border-radius:    16px;
	border-radius:         16px; 
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	
	-webkit-transition: background .3s;
    -moz-transition:    background .3s;
    -ms-transition:     background .3s;
    -o-transition:      background .3s;
    transition:         background .3s;
}

#sidebar .socialIconNoHover{
	background:#75bf67;
	border:2px solid #fff;
	display:block;
	height:22px;
	margin:7px;
	padding:4px;
	width:22px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	
	-webkit-border-radius: 16px;
	-moz-border-radius:    16px;
	border-radius:         16px;
}

#sidebar #social a:hover{
	background:#000;
}
.avatar{
	float:left;
	height:89px;
	margin-top:10px;
	width:125px;
}

.video{
	float:right;
	height:100px;
	margin-top:15px;
	width:80px;
}

/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	background:#3d9a2b;
	border-top:2px solid #fff;
	color:#fff;
	font-size:10px;
	margin-top:10px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
}

#footer .innerWrapper{
	padding:13px 0;
}

#footer a:link, #footer a:visited{
	color:#fff;
	text-transform:uppercase;
}

#footer a:hover{
	color:#eee;
}

#footerNav{
	float:left;
	letter-spacing: 1px;
}

#footerNav li{
	border-left: 1px solid #eee;
	display:inline;
	margin-left:10px;
	padding-left:10px;
}

#footerNav li a{
	display:inline-block;
}

#footerNav .current a, #footer a:hover{
	border-bottom:4px double #eee;
}

.ie7 #footerNav li a{
	display:inline;
	zoom:1;
}

#footerNav li:first-child{
	border-left:none;
	margin-left:0;
	padding-left:0;
}

#copyright{
	float:right;
}

#copyright p{
	margin:0;
}



/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	
	/* Basic styles ----------------------------------------- */
	
	.noTablet{
		display:none;
	}
	
	
}

@media only screen and (max-width: 900px) {
	
	/* sidebar styles ----------------------------------------- */
	#sidebar{
		margin-top:0;
	}
	
	#sidebar li{
		float: none;
		width:100%;
	}
	
	.secondThird{
		border-width:1px 0;
	}
	
	.aThird .left{
		clear:both;
		float:left;
	}
	
	.aThird .right{
		clear:both;
		float:right;
	}
	
	.avatar, .video{
		display:inline-block;
		float:none;
		margin-left:20px;
		margin-right:20px;
		vertical-align:top;
	}
	
	.leftCol{
		width:60%;
	}
	
	.rightCol{
		width:40%;
	}
	
}

@media only screen and (max-width: 730px) {
	
	/* footer styles ----------------------------------------- */
	
	#footer{
		text-align:center;
	}
	
	#footer .innerWrapper{
		background: url(../images/bgFooterLarge.png) center center no-repeat;
	}
	
	#footerNav, #copyright{
		float:none;
	}
	
	#copyright{
		margin-top:13px;
	}
	
}

@media only screen and (max-width: 650px) {
		
	/* header and nav  styles ----------------------------------------- */
	#headerNav #menu ul li{
		width:24%;
	}
	
	.leftCol, .rightCol{
		float:none;
		margin:20px 0;
		padding:0;
		width:100%;
	}
	
	.rightCol{
		margin-bottom:40px;
	}
	
	.rightColContent, .leftColContent{
		padding:0;
	}
	
	/* gallery page styles ----------------------------------------- */
	.photo-thumb{
		margin-left:0;
		width:50%;
	}
	
	.photo-thumb.firstInRow{
		clear:none;
	}
	
	.photo-thumb img{
		max-width:90%;
	}
	
	.photo-thumb-container{
		margin:0 auto;
		max-width:305px;
	}
	
}

/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	.noPhone{
		display:none;
	}
	
	.left, .right{
		float:none;
	}
	
	/* nav styles ----------------------------------------- */
	#headerNav{
		padding:0;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	#headerNav ul {
		height:auto;
		padding:0;
		text-align:center;
	}
	
	#headerNav #menu p {
		color:#fff;
		display:block;
		height:73px;
		line-height:73px;
		margin:0;
		text-align:center;
		
		-webkit-transition: color .3s;
		-moz-transition:    color .3s;
		-ms-transition:     color .3s;
		-o-transition:      color .3s;
		transition:         color .3s;
	}
	
	#headerNav #menu:hover p {
		color:#ddd;
	}
	
	#headerNav #menu ul {
		border-bottom:2px solid #fff;
		display:none;
		left:0;
		margin-top:3px;
		position:absolute;
		width: 100%;
		z-index:10;
		
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.61);
		-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.61);
		box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.61);
	}
	
	#headerNav #menu ul li {
		background:#3D9A2B;
		border:1px solid #fff;
		border-width:1px 0;
		display:block;
		padding:5px 0;
		width:auto;
	}
	
	#headerNav #menu ul li:hover{	
		background:#75BF67;
	}
	
	#headerNav #menu ul li:first-child {
		border-top:none;
	}
	
	#headerNav #menu a {
		padding:15px 0;
		width:100%;
	}
	
	#headerNav #menu a:hover {
	}
	
	#headerNav #menu li,
	.no_js nav #menu li:hover > ul,
	.no_js nav #menu li:active > ul {
		display:block;
	}	
	
	.avatar{
		float:left;
		margin-left:0;
		margin-right:0;
	}
	
	.video{
		float:right;
		margin-left:0;
		margin-right:0;
	}
	
	/* gallery page styles ----------------------------------------- */
	.photo-thumb{
		clear:both;
		margin-left:0;
		width:100%;
	}
	
	.photo-thumb img{
		max-width:100%;
	}
}
