/*-------------------------------------------------------*/
/*----- LAYOUT -----*/
/*-------------------------------------------------------*/

.boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer {
	background: #fff;
	border-left: 2px solid #33506e;
	border-right: 2px solid #33506e;
}

.boxed-layout #content {
	padding-top: 40px;
	border-top: 2px solid #33506e;
}

.boxed-layout #footer {
	border-bottom: 2px solid #33506e;
}

/*-------------------------------------------------------*/
/*----- TYPOGRAPHY -----*/
/*-------------------------------------------------------*/

.entry ul {
	padding-left: 10px;
}

.entry ul.bullet li {
	background: url(img/cat-bullet2.jpg) no-repeat 0 6px;
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 15px;
}

.entry a,
.entry ul li a {
	text-decoration: underline;
}

.widget h3 {
	padding-bottom: 5px;
}

.widget_nav_menu.widget ul li {
	list-style-type: none;
	background: url(img/cat-bullet.jpg) no-repeat 0 7px;
	padding-left: 20px;
	border-bottom: 1px dotted #dadada;
	padding-bottom: 3px;
	padding-top: 3px;
}

.entry ul.checklist {
	padding-left: 0;
}

.entry ul.checklist li {
	background: url(img/cat-checklist.jpg) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.page-id-87 .entry ul.bullet li,
.page-id-83 .entry ul.bullet li,
.page-id-85 .entry ul.bullet li {
	margin-bottom: 5px;
}

hr.dotted {
	background: transparent;
	border-bottom: 1px dashed #999;
}

input, textarea {
  border-color: #DADADA;
  border-width: 1px;
  border-radius: 0;
}

.nav-toggle {
	background: #33506e !important;
}

#navigation {
	font-family: "PT Sans", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	background: #fff;
}

#navigation h3 {
	display: none;
}

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
	color: #2622B4;
	background: transparent;
}

ul.nav li a {
	color: #2622B4;
	padding-left: 15px;
}

#navigation .nav-home, #navigation .nav-close {
	background: #33506e;
}

ul.nav li.menu-bold a {
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #3A3A3A;
	font-size: 18px;
	margin-top: 10px;
}

/*-------------------------------------------------------*/
/*----- GENERAL ELEMENTS -----*/
/*-------------------------------------------------------*/

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	padding: 0;
	border: 0;
	background: transparent;
}

.gform_wrapper {
	border: 1px solid #33506e;
	padding: 30px 40px;
	width: 75%;
	margin: 0 auto;
	display: block;
}

#recaptcha_table {
	float: right;
}

/*-------------------------------------------------------*/
/*----- HEADER -----*/
/*-------------------------------------------------------*/

.header-widget h1 {
	display: inline-block;
	float: right;
	color: #393b38;
	font-style: italic;
	margin-top: 60px;
}

/*-------------------------------------------------------*/
/*----- FOOTER -----*/
/*-------------------------------------------------------*/

#footer .col-left {
	width: 100%;
	text-align: center;
	border-top: 1px dashed #999;
	padding-top: 20px;
}

/*-------------------------------------------------------*/
/*----- HOME -----*/
/*-------------------------------------------------------*/

.by-species a,
.by-type a {
	text-align: center;
	font-size: 15px;
	display: inline-block;
	text-decoration: underline;
}

/*-------------------------------------------------------*/
/*----- MEDIA QUERIES -----*/
/*-------------------------------------------------------*/

@media only screen and (min-width: 980px) {

	body.two-col-left-920 #main-sidebar-container #main {
		width: 65.385%;
		margin-right: 2%;
	}

	body.two-col-left-920 #main-sidebar-container #sidebar {
	  width: 29.385%;
	}

	#sidebar {
  		padding-left: 20px;
  		border-left: 1px dashed #999;
	}

}

@media only screen and (min-width: 768px) {

	#navigation {
		display: none !important;
	}

	#sidebar {
		padding-top: 40px;
	}
	
}


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

	.boxed-layout #header, .boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

	.fourcol-one {
		width: 50% !important;
	}

	.by-species a, .by-type a {
		display: block;
		margin: 0 auto;
	}

	#logo {
		float: none;
	}

	#logo img {
		margin: 0 auto;
		display: block;
	}

	.header-widget h1 {
		float: none;
		text-align: center;
		display: block;
		margin-top: 0;
	}

}

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

	.fourcol-one {
		width: 100% !important;
	}

}



