/*-------------------------- Page Setup --------------------------*/

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(img/bg.gif) repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
}

img{
	border: none;
}

*:focus{
	outline: 0;
}

.clear{
	clear: both;
}

.align-left{
	float: left;
}

.align-right{
	float: right;
}

#wrapper{
	width: 1018px;
	margin: 0 auto;
}

.post a, .link{
	font-weight: bold;
	margin-top: 15px;
	font-size: 12px;
}

.post a, .link a:link {color: #ffad2d; text-decoration: underline;}
.post a, .link a:visited {color: #ffad2d; text-decoration: underline;}
.post a, .link a:hover {color: #ffad2d; text-decoration: underline;}

/*-------------------------- Header --------------------------*/

#logo{
	margin: 15px 0 20px 40px;
	float: left;
}

#search{
	margin: 60px 40px 0 0;
	float: right;
}

#search-button{
	float: left;
	box-shadow: 2px 3px 4px #d4d4d4;
		-webkit-box-shadow: 3px 2px 4px #d4d4d4;
		-moz-box-shadow: 2px 3px 4px #d4d4d4;
}

#search-input{
	float: right;
	height: 18px;
	border: none;
	margin: 0;
	font-size: 13px;
	padding: 4px 0 0 4px;
	color: #888888;
	box-shadow: 2px 3px 4px #d4d4d4;
	-webkit-box-shadow: 2px 3px 4px #d4d4d4;
	-moz-box-shadow: 2px 3px 4px #d4d4d4;
	-webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px;
	border-right: 1px solid #fff;
	border-left: none;
}

#below-search{
	margin: 14px 0 0 0;
	color: #9a9a9a;
	font-size: 11px;
	font-weight: bold;
}

#below-search a:link {color: #9a9a9a; text-decoration: none;}
#below-search a:visited {color: #9a9a9a; text-decoration: none;}
#below-search a:hover {color: #9a9a9a; text-decoration: underline;}

#other-links{
	text-align: center;
}

#twitter-link{
	margin-top: 5px;
	padding: 5px 0 0 34px;
}

#facebook-link{
	margin-top: 15px;
	padding: 5px 0 0 50px;
}

#facebook-link a:link, #twitter-link a:link {text-decoration: underline;}
#facebook-link a:visited, #twitter-link a:visited {text-decoration: underline;}
#facebook-link a:hover, #twitter-link a:hover {text-decoration: underline;}

#twitter-link-icon{
	float: left;
	width: 19%; height: 35px;
        padding-top: 14px;
        margin-left: auto; margin-right: auto;
}

#facebook-link-icon{
	float: left;
	width: 19%; height: 35px;
        padding-top: 14px;
        margin-left: auto; margin-right: auto;
}

#pinterest-link-icon{
	float: left;
	width: 19%; height: 35px;
        padding-top: 14px;
        margin-left: auto; margin-right: auto;
}

#linkedin-link-icon{
	float: left;
	width: 19%; height: 35px;
        padding-top: 14px;
        margin-left: auto; margin-right: auto;
}

#instagram-link-icon{
	float: left;
	width: 19%; height: 35px;
        padding-top: 14px;
        margin-left: auto; margin-right: auto;
}

#facebook-link-icon a:link, #twitter-link-icon a:link, #pinterest-link-icon a:link {text-decoration: none;}
#facebook-link-icon a:visited, #twitter-link-icon a:visited, #pinterest-link-icon a:link {text-decoration: none;}
#facebook-link-icon a:hover, #twitter-link-icon a:hover, #pinterest-link-icon a:link {text-decoration: none;}

#bird{
	margin-top: 5px;
	float: left;
}

.img-center {
        display: block;
        margin-left: auto;
        margin-right: auto; 
}

/*-------------------------- Nav --------------------------*/

#nav{
	background: url(img/nav-bg_v2.gif) no-repeat 15px;
	margin: 0;
	height: 33px;
	width: 1015px;
}

#nav-inside{
	background: url(img/nav-bg-inside_v2.png) no-repeat 15px;
	margin: 0;
	height: 47px;
	width: 1015px;
}

#nav ul, #nav-inside ul{
	list-style: none;
	margin: 6px 0 0 0;
	float: left;
	padding-left: 20px;
}

#nav ul li, #nav-inside ul li{
/*	added dls 01.27.13 */
	font-size: 16px; color: #f0f0f0; font-weight: normal;
/*	end added dls 01.27.13 */
	list-style-type: none;
	display: inline;
	margin-left: 0;
}

#nav ul li a, #nav-inside ul li a{
/*	added dls 01.27.13 */
	text-decoration: none; color: #f0f0f0; cursor: pointer;
/*	end added dls 01.27.13 */
	padding-right: 40px;
}

#nav ul li a:link, #nav-inside ul li a:link {
/*	added dls 01.27.13 */
	color: #ffffff; cursor: pointer;
/*	end added dls 01.27.13 */
}

#nav ul li a:hover, #nav-inside ul li a:hover {
/*	added dls 01.27.13 */
	color: #ffffff; cursor: pointer;
/*	end added dls 01.27.13 */
	padding-right: 40px;
}


/*-------------------------- Mission Box --------------------------*/

#mission-box{
	height: 299px;
	width: 1015px;
	background: url(img/mission-box.png) no-repeat;
}

#image-rotator{
	padding: 22px 0 0 36px;
}

#rotator
{
	float: left;
	//background: url(img/rotator/smoothgallery/rotatorbg.gif);
	width: 630px;
	height: 240px;
	margin: 0;
	padding: 0;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 8px #3f3f3f;
	-webkit-box-shadow: 0px 0px 8px #3f3f3f;
	-moz-box-shadow: 0px 0px 8px #3f3f3f;
}

#our-mission{
	color: #ffffff;
	margin: 0 0 0 20px;
	float: left;
	width: 270px;
}

#our-mission h2{
/*	added dls 01.27.13 */
        font-size: 30px; font-weight: normal;
/*	end added dls 01.27.13 */
	margin: -4px 0 0 0;
	padding: 0;
}

#our-mission p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
}

#our-mission img{
	margin: 35px 0 0 -5px;
}

#cimy_div_id_0 {
	float: left;
	margin-bottom: 6px;
	width: 630px;
	height: 240px;
}

div.cimy_div_id_0_caption {
	position: absolute;
	margin-top: 175px;
	margin-left: -75px;
	width: 150px;
	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
	z-index: 2;
}

/*-------------------------- Front Page Content --------------------------*/
#content{
	margin-top: 20px;
	float: left;
	line-height: 115%;
}

#content h2{
/*	added dls 01.27.13 */
	font-size: 20px; color: #4f391f; text-transform: uppercase;
/*	end added dls 01.27.13 */
}

	border-bottom: 2px solid #e2e2e2;
	margin: 0;
	padding: 0;
}

#content a {
/*	added dls 01.27.13 */
	text-decoration: none; color: #4f391f; cursor: pointer;
/*	end added dls 01.27.13 */
}

#content a:link {
/*	added dls 01.27.13 */
	color: #4f391f; cursor: pointer;
/*	end added dls 01.27.13 */
}

#content a:hover {
/*	added dls 01.27.13 */
	color: #be712d; cursor: pointer;
/*	end added dls 01.27.13 */
}

#right-column{
	float: left;
	width: 370px;
}

#right-column ul{
	margin: 10px 0 -1px 0;
	padding: 0;
	list-style-type: none;
}

#right-column li{
	font-size: .8em;
	font-weight: bold;
}

#right-column a:link {color: #3a3a3a; text-decoration: none;}
#right-column a:visited {color: #3a3a3a; text-decoration: none;}
#right-column a:hover {color: #3a3a3a; text-decoration: underline;}

.excerpt{
	font-size: .8em;
}

#center-column{
	margin: 0 25px 0 25px;
	float: left;
	width: 230px;
	font-size: .8em;
}

#center-column p{
	margin-top: 6px;
}

#left-column{
	margin: 0 25px 0 40px;
	float: left;
	width: 230px;
}

/*-------------------------- Post --------------------------*/
.post-title {
	width: 675px;
}

.date {
	padding: 0 0 2px 1px;
	margin-top: -6px;
	font-size: .85em;
	font-weight: bold;
	color: #454545;
	border-bottom: 2px solid #e2e2e2;
	width: 675px;
}

.entry {
	margin: 0 0 40px 0;
}

.post-footer {
	margin-top: 15px;
	font-size: 1em;
	color: #656565;
	float: right;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist li:first-child {
	border: none;
	padding: 2px 15px 10px 15px;
}

.comment-meta a {
	
}

.comment-meta a:link { color: #000; cursor: pointer;}
.comment-meta a:visited {color: #000; cursor: pointer;}
.comment-meta a:hover {color: #000; cursor: pointer;}

.commentlist li {
	border-top: 1px solid #e2e2e2;
	padding: 10px 15px 10px 15px;
}

.commentlist cite {
	font-weight: bold;
}

.comment-date {
	text-transform: uppercase;
	font-size: .8em;
}

#comments-title p {
	margin-top: 20px;
	color: #656565;
	padding: 4px 14px 4px 14px;
	background: #f4f4f4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e2e2e2;
	font-size: .9em;
}

.post-footer a {
	padding: 4px 14px 4px 14px;
	background: #f4f4f4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	border: 1px solid #e2e2e2;
	font-size: .9em;
}

.post-footer a:link {color: #656565; text-decoration: none;}
.post-footer a:visited {color: #656565; text-decoration: none;}
.post-footer a:hover {color: #005c75; text-decoration: underline;}

#respond {
	width: 640px;
	margin-top: 30px;
	padding: 4px 18px 8px 18px;
	background: #f4f4f4;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/*-------------------------- Inside Page Content --------------------------*/
#page-wrapper{
	float: left;
}

#page-content{
	margin: 5px 0 0 20px;
	width: 675px;
	font-size: .8em;
	line-height: 140%;
	color: #2d2d2d;
}

#page-title{
	border-bottom: 2px solid #e2e2e2;
	width: 675px;
}

.post p{
	margin: 10px 0 10px 0;
}

.post h1{
	font-size: 1.3em;
	margin-bottom: -10px;
	padding: 0;
	margin-top: 10px;
}

.post h2{
	font-size: 1.2em;
	margin-bottom: -10px;
	padding: 0;
	margin-top: 10px;
}

.post h3{
	font-size: 1.1em;
	margin-bottom: -10px;
	padding: 0;
	margin-top: 10px;
}

.post h4{
	font-size: 1em;
	margin-bottom: -10px;
	padding: 0;
	margin-top: 10px;
}

.post ul{
	list-style: none;
	margin: 0;
	padding: 0;		
}

.post ul li{
	margin: 0 0 0 20px;
}

.post ul li{
	background: url(img/post-arrow.png) no-repeat 0 4px;
	text-decoration: none;
	cursor: default;
	padding-left: 15px;
	cursor: pointer;
}

.wp-caption{
	text-align: center;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 3px 3px #f0f0f0;
	-webkit-box-shadow: 2px 3px 3px #f0f0f0;
	-moz-box-shadow: 2px 3px 3px #f0f0f0;
	-webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px;
}

.wp-caption img{
	border: 1px solid #d6d6d6;
}

.wp-caption-text{
	color: #2d2d2d;
	font: .85em Georgia;
	padding: 0 5px 0 5px;
	line-height: 135%;
}

.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}

.alignright{
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter{
	margin: 10px auto 0 auto;
}

#paypal{
	padding: 10px 15px 15px 15px;
	background: #efefef;
	border: 1px solid #d3d2d2;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*-------------------------- Search Results Page --------------------------*/
#search-content{
	margin: 5px 0 0 20px;
	width: 675px;
	color: #2d2d2d;
}

#search-content p{
	margin-top: 8px;
	font-size: .8em;
}

#search-content .excerpt{
	width: 600px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 130%;
}

.result-title{
	width: 600px;
	margin: 20px 0 4px 0;
	font-size: .8em;
	font-weight: bold;
	line-height: 0;
}

.result-title a:link {color: #2d2d2d; text-decoration: none;}
.result-title a:visited {color: #2d2d2d; text-decoration: none;}
.result-title a:hover {color: #2d2d2d; text-decoration: underline;}

/*-------------------------- Sidebar --------------------------*/
#sidebar{
	margin: 25px 0 0 50px;
	float: left;
	width: 240px;
	font-size: .9em;
}

#sidebar img{
	margin: 15px auto 0 auto;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sidebar ul li{
	text-indent: -13px;
	border-bottom: 1px solid #e2e2e2;
	padding: 6px 0 6px 0;
}

#sidebar ul li a{
	padding-left: 13px;
}

#sidebar ul li.current_page_item a{
	color: #ffad2d;
	text-decoration: none;
	cursor: default;
}

#sidebar a:link {color: #4f391f; text-decoration: none;}
#sidebar a:visited {color: #4f391f; text-decoration: none;}
#sidebar a:hover {color: #ffad2d; text-decoration: none;}

/*-------------------------- Sidebar Grandchild Navigation --------------------------*/
#sidebar ul li ul li{
	font-size: .8em;
	padding-left: 15px;
	border: none;
}

#sidebar ul li.current_page_item ul li a{
	padding: 0 0 0 15px;
	color: #4f391f;
	cursor: pointer;
}

#sidebar ul li.current_page_item ul li a:hover{color: #ffad2d; text-decoration: none;}

/*-------------------------- Google Calendar --------------------------*/
#wpng-cal-widget-events{
	font-size: .8em;
	font-weight: bold;
	color: #3a3a3a;
}

#wpng-cal-widget-events a:link {color: #636363; text-decoration: underline;}
#wpng-cal-widget-events a:visited {color: #636363; text-decoration: underline;}
#wpng-cal-widget-events a:hover {color: #3a3a3a; text-decoration: underline;}

#wpng-cal-widget-events ul{
	list-style-type: none;
	font-size: 12px;
	padding: 0 0 4px 0;
	font-weight: normal;
}

#wpng-cal-widget-events ul li{
	padding-bottom: 3px;
}

.wpng-cal-loading {
	height: 100px;
	text-align: center;
}

.wpng-cal-image {
	margin-top: 20px;
}

.wpng-page-list-table {
	width: 100%;
	margin-bottom: 10px;
}

.wpng-page-list-head {
	padding-top: 20px;
	font-size: 110%;
	font-weight: bold;
}

.wpng-page-list-time {
	width: 30%;
	padding-top: 10px;
}

.wpng-entry {
	font-size: 120%;
}

.wpng-entry-label-row {
	padding-top: 7px;
	font-size: 120%;
}

.wpng-entry-label {
	font-weight: bold;
	width: 60px;
        float: left;
}

.wpng-entry-label-text {
	float: left;
}

.wpng-entry-desc {
	padding-top: 10px;
	font-size: 110%;
}

.wpng-widget-date-title {
	margin-top: 6px;
}

br {
	clear: both;
}

/*-------------------------- Footer --------------------------*/
#footer{
	color: #ffffff;
	margin: 50px auto 0 auto;
	background: url(img/footer-bg.png) no-repeat;
	width: 990px;
	height: 293px;
	padding: 0;
}

.footer-content{
	font-size: 11.5px;
	font-family: Arial, Tahoma, Arial, sans-serif;
	line-height: 120%;
	margin: 12px 0 0px 0;
}

#footer-left-column{
	width: 370px;
	float: left;
	margin: 18px 0 0 28px;
}

#footer-left-column h2, #footer-center-column h2, #footer-right-column h2 {
	margin: 0;
	padding: 0;
/*	added dls 01.27.13 */
	font-size: 20px; font-weight: normal; color: #ffffff;
/*	end added dls 01.27.13 */
}

#footer-center-column{
	float: left;
	width: 230px;
	margin: 18px 0 0 50px;
}

	#footer-menu{
		font-size: 13px;
		font-family: Arial, Tahoma, Arial, sans-serif;
		line-height: 140%;
		margin: 14px 0 18px 0;
	}

	#footer-center-column a:link { color: #e2e2e2; text-decoration: none; }
	#footer-center-column a:visited { color: #e2e2e2; text-decoration: none; }
	#footer-center-column a:hover { color: #ffffff; text-decoration: underline; }
	
	#footer-center-column ul{
		list-style: none;
		margin: 0;
		padding: 0;		
	}

	#footer-center-column ul li{
		margin: 0;
	}

	#footer-center-column ul li a{
		color: #e2e2e2;
		background: url(img/arrow.png) no-repeat 0 2px;
		text-decoration: none;
		cursor: default;
		padding-left: 13px;
		cursor: pointer;
	}

#footer-right-column{
	float: left;
	width: 230px;
	margin: 18px 0 0 50px;
}
	.qflickr-title{
		margin-top: 5px;
		font-size: 11px;
	}

	.flickr_photo{
		width: 225px;
		margin-top: 14px;
		border: 4px solid #ffffff;
		box-shadow: 0px 0px 8px #3f3f3f;
		-webkit-box-shadow: 0px 0px 8px #3f3f3f;
		-moz-box-shadow: 0px 0px 8px #3f3f3f;
	}

#footer small {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 80%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

#footer label{
	font-size: .75em;
	padding-right: 3px;
	float: left;
	line-height: 150%;
}

.email-address{
	border: none;
	height: 19px;
	background-color: #e2e2e2;
	padding-left: 1px;
	padding-top: 2px;
	float: left;
}

#email-form{
	margin: 8px 0 14px 0;
}

#email-submit{
	float: left;
	margin-left: 8px;
}

/*-------------------------- Below Footer --------------------------*/

#below-footer{
	text-align: center;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 1000px;
	font-size: 11px;
	color: #929292;
	line-height: 140%;
}

#below-footer a:link { color: #929292; text-decoration: underline; }
#below-footer a:visited { color: #929292; text-decoration: underline; }
#below-footer a:hover { color: #929292; text-decoration: underline; }