/*
Theme Name: fightbite
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */
@import "css/bootstrap.css";
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h2, h3{
	line-height: 1.2;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #333;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.site-navigation, .main-small-navigation {
	position: relative;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 1.4em;
		left: 20px;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 130px;
}
.navigation-main ul li:hover ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.contact-link {
	cursor: pointer;
	display: none !important;
}

#site-navigation h6,
#site-navigation h1 {
	width: 25%;
	float: left;
	clear: none;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	padding-left: 3%;
}

#site-navigation h1 {
	border-right: 1px solid #1b4269;
}

#site-navigation .contact-link {
	border-left: 1px solid #3d6990;
}

.main-small-navigation ul {
	display: none;
}

.main-small-navigation  {
	position: relative;
	font-size: 14px;
	background: #214361 url(img/bg-nav.jpg) no-repeat top right;
}

.main-small-navigation ul.nav-menu.toggled-on {
	background: #214361;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-small-navigation ul.nav-menu.toggled-on a {
	line-height: 44px;
	border-top: 1px solid #1b4269;
	border-bottom: 1px solid #3d6990;
	display: block;
	font-weight: bold;
	color: #fff;
	padding-left: 3%;
}

@media screen and (max-width: 650px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on,
	.contact-link {
		display: block !important;
	}

	.navigation-main ul {
		display: none;
	}
}

.main-small-navigation ul ul {
	padding: 0 !important;
	margin: 0 !important;
}
.main-small-navigation ul ul li {
	border-left: 7px solid #3d6990;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}









/* =Theme
----------------------------------------------- */

body {
	font-family: Tahoma, Arial, sans-serif;
	background: #fff url('img/bg-main.jpg') repeat-x center 50px;
}

.inner {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #333;
}

/* =Header
----------------------------------------------- */

.site-header {
	margin-bottom: 25px;
}

.site-title {
	background:#516836;
}
.site-title a{
	float:left;
}
.site-title a img{
	float:left;
	margin:28px 0 0 30px;
}
.site-title .header-text{
	line-height:156px;
}
.site-title .header-text img{
	margin:0 5%;
	max-width:552px;
	width:90%;
	vertical-align: middle;
}
.top-header {
	background: #fff;
	overflow: hidden;
	padding: 10px 0 5px;
	border-bottom: 5px solid #646a1a;
}

.navigation-top {
	float: right;
	padding: 10px 0 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.navigation-top a:hover {
	text-decoration: underline;
}

.ahs-logo {
	float: left;
}

.navigation-main {
	position: relative;
	font-size: 14px;
	background: #214361 url(img/bg-nav.jpg) top right;
}

.navigation-main a {
	color: #e3eef8;
	font-weight: bold;
	padding: 11px 18px 12px;
}

.navigation-main .menu-item {
	background: url(img/bg-nav.jpg) top right;
	padding-right: 30px;
}

.navigation-main .menu-item:hover {
	background-position: bottom right;
}

.navigation-main .menu-item:hover a {
	color: #fff;
}

.navigation-main .menu-item-104 {
	background: none;
	padding-right: 18px;
}

div.search {
	cursor: pointer;
	color: #e3eef8;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/bg-nav-search.jpg) no-repeat top left;
	padding: 11px 18px 11px 25px;
}
div.search:hover {
	background-position: bottom left;
}
div.search img {
	float: right;
	margin: 3px 0 0 10px;
}
.search-box {
	margin-top: 43px;
	top: 0;
	right: 0;
	margin-left: -200px;
	position: absolute;
	z-index: 999;
	background: #19334c;
	display: none;
	padding: 5px;
}
#s {
	padding: 7px 5px;
	border-radius: 0;
	font-size: 14px;
	border: 0;
}
#sb {
	background: #9fda8d;
	color: #628956;
	margin-left: -4px;
	font-weight: bold;
	padding: 8px 8px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
}
.ie8 #sb {
	padding: 5px 8px;
}


.sub-menu {
	list-style-type: none!important;
	padding-top: 23px;
}

.ie6 .sub-menu {
	height: 100px;
}

.menu a[href="#"] { cursor:default; }

.sub-menu .menu-item {
	border-top: 1px solid #19334a;
	border-bottom: 1px solid #295277;
	background: #214361;
}

.sub-menu .menu-item:hover {
	background: #1c3a55;
}


.quickjump{
	border: 1px solid #b0b0b0;
	padding: 0px;
	margin: 0px 60px 20px 60px;
}

.quickjump ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px !important;
	overflow: auto;
}

.quickjump ul li{
	font-size: 12px;
	padding: 3px 2.5% !important;
	border-bottom: 1px solid #eaeaea;
}

.quickjump h5{
	padding: 10px 2.5% !important;
	margin: 0px;
	background: #eaeaea;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	background: #3d3834;
	color: #fff;
	padding: 50px 0 140px;
}

.footer-logo {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.footer-info {
	background: url(img/icon-phone.jpg) no-repeat;
	padding-left: 35px;
	position: relative;
}

.footer-heading {
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-info {
	margin-bottom: 55px;
}
.contact-info a{
	color:#ffffff;
}
.copyright {
	font-size: 12px;
	color: #756e68;
}

.footer-protect article {
	float: left;
	width: 32%;
	margin: 15px 0;
}

.footer-protect article .padder {
	border: 1px solid #dcdcdc;
	min-height: 220px;
}

.footer-protect h5 {
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.footer-protect article img {
	width: 100%;
	height: auto;
}

.ie6 .footer-protect article img {
	width: auto;
	height: auto;
}

.footer-protect .protect-blue {
	margin: 15px 2%;
}

.footer-protect {
	padding-top: 30px;
	clear: both;
	overflow: hidden;
}
.footer-protect article h5{
	min-height:65px;
	color:#b0bd4b;
}
.protect-heading {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #737373;
	background: url(img/bg-protect-heading.png) no-repeat center center;
	background-size: 100% 100%;
}

.protect-heading p {
	margin-bottom: 10px;
}

.protect-heading h4 {
	font-size: 25px;
	font-weight: normal;
}

.protect-heading em {
	font-family: Georgia, serif;
	font-style: italic;
}

/* =Sidebar
----------------------------------------------- */

.site-sidebar {
	border: 1px solid #dcdcdc;
	float: left;
	width: 30%;
	background: #fff;
	box-shadow: 0px 0px 4px #dfdfdf;
}

.site-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-sidebar li {
	border-bottom: 1px solid #a9e896;
}

.site-sidebar li a {
	display: block;
	font-weight: bold;
	padding: 12px 25px;
	font-size: 14px;
	color: #737373;
}

.site-sidebar li a:hover {
	color: #333;
}

.site-sidebar .current_page_item a:hover,
.site-sidebar .current_page_item a {
	border-right: 5px solid #31628f;
	color: #31628f;
}

.sidebar-title {
	background: #e9f9e4;
	color: #31628f;
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #31628f;
	padding: 40px 25px 15px;
}

.resources-title {
	background: #d7cddf;
	color: #643f82;
	border-bottom: 1px solid #643f82;
}

.resources li {
	border-bottom: 1px solid #643f82;
}

.resources li a {
	font-weight: normal;
}

.resource-heading {
	font-weight: bold;
	padding: 12px 25px;
	font-size: 14px;
}

.sidebar-video {
	background: url(img/icon-film.png) no-repeat 96% 50%;
}

.sidebar-poster {
	background: url(img/icon-pdf.png) no-repeat 96% 50%;
}

/* =Main
----------------------------------------------- */

.site-main {
	padding-bottom: 30px;
}

.content-area {
	float: right;
	width: 67.5%;
	border: 1px solid #dcdcdc;
	background: #fff url(img/bg-content-area.jpg) repeat-x;
	box-shadow: 0px 0px 4px #dfdfdf;
}


.entry-content p {
	padding: 0 60px;
	font-size: 14px;
	color: #737373;	
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	padding: 0 60px 15px;
}

.entry-content h1 {
	font-size: 30px;
	font-weight: bold;
	color: #31628f;
	border-bottom: 1px solid #31628f;
	margin-bottom: 15px;
}
.entry-content h2 {
	color: #31628f;
	font-size: 26px;
}
.entry-content h3 {
	font-size: 22px;
	font-weight: bold;
}
.entry-content h4 {
	text-transform: uppercase;
	color: #888;
	font-size: 16px;
}
.entry-content h5 {
	font-size: 12px;
	font-weight: bold;
}
.entry-content h6 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
	font-size: 10px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 60px 25px 90px;
	font-size: 14px;
	color: #737373;	
}

.entry-content .searchform  {
	padding: 0 60px 20px;
}

.aligncenter {
	position: relative;
	width: 100% !important;
	margin-bottom: 30px;
}

.alignleft {
	position: relative;
}

.alignright {
	position: relative;
}

.alignleft img, .alignright img {
	width: 100%;
}

.aligncenter img {
	width: 100%;
}

.entry-content .wp-caption-text {
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 8px 10px;
	bottom: 0;
	left: 52px;
	margin: -25px 0 0;
	background: #fff;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .7);
	position: absolute;
}

.entry-content a {
	color: #78a769;
}

.entry-title {
	font-size: 30px;
	color: #31628f;
	font-weight: bold;
	border-bottom: 1px solid #31628f;
	padding: 38px 0;
	margin: 0 60px;
}

.site-content a:hover {
	text-decoration: underline;
}

table{
	padding: 0px 60px;
}

table th, table td{
	padding: 5px 0px;
}

table th{
	color: #31628f;
	border-bottom: 1px solid #31628f;
}

table td{
	border-bottom: 1px solid #737373;
	
}

.protect-blue, .protect-red, .protect-green {
	box-shadow: 0px 0px 4px #dfdfdf;
}

/* =Archive
----------------------------------------------- */

.archive-article {
	margin: 30px 60px;
}

.archive-date {
	width: 65px;
	padding: 10px 0;
	float: left;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #7b8220;
	line-height: 0.9;
	clear: left;
}

.month, .year {
	text-transform: uppercase;
	font-size: 14px;
}

.day {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2px;
}

.posted-in {
	font-size: 14px;
	color: #7b8220;
	margin-bottom: .7em;
}

.posted-in a {
	color: #31628f;
}

.archive-info h2 {
	clear: none;
}

.archive-info h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #737373;
	line-height: 1.1;
}

.archive-info {
	padding-left: 100px;
}

.search .archive-date {
	display: none;
}

.search .archive-info {
	padding-left: 0;
}

/* =Home
----------------------------------------------- */

.home-about {
	clear: both;
	max-width:960px;
	width:100%;
	margin:0 auto 35px auto;
	padding-top: 1px;
	text-align: center;
}

.home-about p {
	padding: 70px 50px 50px;
	background: #fff;
	font-size: 34px;
	color: #506833;
	margin-bottom:0;
	background:#ddc072;
	line-height: 1.2;
}

.home-about h4 {
	position: relative;
	font-size: 28px;
	font-weight: normal;
	color: #afba3c;
	background: #506833;
	padding: 20px 0;
	margin: 25px auto -32px;
	max-width:570px;
	width:100%;
	font-weight: bold;
}

.home-slider {
	border: 1px solid #fff;
	width: 67.5%;
	float: left;
	position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 50;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 999;
}

.rslides_tabs li {
	float: left;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
	z-index: 999;
}

.rslides_tabs li a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	z-index: 999;
	color: #fff;
}

.ie6 .rslides_tabs li {
	width: auto;
	height: auto;
}

.ie6 .rslides_tabs li a {
	text-indent: 0px;
	font-size: 10px;
	padding: 1px 5px;
}

.ie7 .rslides_tabs .rslides_here a {
	color: #000;
}

.rslides_tabs .rslides_here {
	background: #000;
}

.home-sidebar {
	width: 30%;
	float: right;
}

.home-sidebar article {
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 24px;
	padding: 17px 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.home-sidebar .protect-blue {
	border-top: 3px solid #30608c;
}

.home-sidebar .protect-red {
	border-top: 3px solid #bd453a;
}

.home-sidebar .protect-green {
	border-top: 3px solid #8c8e32;
}

.home-sidebar h4 {
	border: 1px solid #fff;
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 1px #000000;
}

.home-sidebar h4 em {
	font-family: 'Georgia', serif;
}
/* NEW HOME BLOCKS */
.home-blocks{
	margin-bottom:30px;
}
.home-blocks p{
	color:#b0bd4b;
	font-size:18px;
	padding:20px 5%;
	max-width:285px;
	width:90%;
	margin:0 auto;
	text-align:center;
	line-height:24px;
	font-weight:bold;
}

.home-blocks .desc-one{
	width: 70%;
}

.home-blocks .desc-two{
	width: 70%;
}

.home-blocks .span8{
	background:#ffffff;
}
.home-blocks .block-c{
	float:left;
	width:33.33%
}
.home-blocks .media-container{
	text-align:center;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-blocks .media-container a{
	position: absolute;
	display: block;	
	height: 100%;
	width: 100%;
	background: red;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.home-blocks .media-container .filler{
	display:none;
}
video{
	width:100%;
	background:#ffffff;
}

/* =Tablet
----------------------------------------------- */

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

	.site-footer .sep {
		display: block;
		height: 0;
		overflow: hidden;
	}

	.entry-title {
		padding: 15px 0;
		margin: 0 25px;
	}

	.sidebar-title {
		padding: 15px 25px;
	}

	.entry-content .wp-caption-text {
		left: 17px;
	}

	.entry-content p {
		padding: 0 25px;
	}


	.entry-content ul,
	.entry-content ol {
		margin-left: 50px;
	}

	.alignleft, .alignright {
		max-width: 45%;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		padding: 0 25px 15px;
	}

	.entry-content .searchform  {
		padding: 0 25px 20px;
	}

	.archive-article {
		margin: 30px 25px;
	}

	.protect-heading {
		background: none;
	}

	.navigation-main a, div.search {
		padding: 0 15px;
		line-height: 44px;
		font-size: 12px;
	}
	
	.sub-menu a{
		line-height: 18px;
		padding: 8px 15px;
	}

	.navigation-main .menu-item {
		padding-right: 20px;
	}

	div.search img {
		margin-top: 13px;
	}

	.home-sidebar article {
		margin-bottom: 10px;
		padding: 10px 10px;
		font-size: 15px;
	}

	.home-sidebar h4 {
		padding: 5px 30px;
		font-size: 15px;
	}
	.quickjump{
		margin: 0px 25px 20px 25px;
	}

}

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

	.navigation-main a, div.search {
		font-size: 10px;
	}

	.home-sidebar article {
		margin-bottom: 5px;
		padding: 10px 10px;
		font-size: 13px;
	}
}

/* =Mobile
----------------------------------------------- */

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

	/* =Header
	----------------------------------------------- */

	.navigation-top {
		display: none;
	}

	.ahs-logo {
		float: none;
		display: block;
		text-align: center;
	}

	div.search {
		font-size: 14px;
		padding: 11px 18px 12px 25px;
		line-height: 1.5;
	}
	div.search:hover {
		background-position: bottom left;
	}
	div.search img {
		float: right;
		margin: 3px 0 0 10px;
	}
	.site-title{
		background:transparent;
		padding:20px 0 10px 0;
	}
	.site-title a{
		width:100%;
		text-align:center;
	}
	.site-title a img{
		float:none;
		max-width:130px;
		width:100%;
		margin:0;
	}
	.site-title .header-text{
		line-height:normal;
	}
	/* =Footer
	----------------------------------------------- */


	.site-footer {
		padding-bottom: 60px;
	}

	.footer-heading {
		line-height: 24px;
	}

	.footer-info, .footer-logo {
		position: static;
		float: none;
	}

	.contact-info {
		margin-bottom: 20px;
	}

	.footer-logo {
		display: block;
	}

	.footer-protect article {
		width: 100%;
		margin: 10px 0 !important;
	}

	.footer-protect article .padder {
		min-height: 0;
	}

	.protect-heading h4 {
		margin-bottom: 10px;
	}

	.footer-protect article img {
		
	}
	.footer-protect article h5{
		min-height:1px;
	}
	/* =Sidebar
	----------------------------------------------- */

	.site-sidebar, .slider, .home-sidebar {
		width: 100%;
		float: none;
		margin: 15px 0;
	}

	.slider {
		margin-top: 0;
	}

	.sidebar-title {
		padding-top: 20px;
	}

	/* =Main
	----------------------------------------------- */

	.content-area {
		width: 100%;
		float: none;
		margin: 15px 0;
	}

	.archive-info {
		padding-left: 80px;
	}

	.home-slider {
		width: 100%;
	}

	.home-about {
		display: block;
		margin-bottom:0;
	}
	.home-about h4{
		padding-left:20%;
		padding-right:20%;
		max-width:60%;
		margin-top:0;
	}
	.home-about h4,.home-about p{
		font-size:18px;
	}
	/* BLOCKS */
	.home-blocks .span8{
		float:left;
		display: block;
		clear:both;	
		width:100%;
		padding:10px 0;
	}
	
	.home-blocks .media-container{
		float:left;
		width:50%;
	}
	.home-blocks p{
		float:left;
		width:40%;
		text-align:left;
		font-size:16px;
		padding:30px 5% 20px 5%;
		line-height: 1.4;
	}
	.home-blocks .desc-one{
		width: 35%;
	}

	.home-blocks .desc-two{
		width: 35%;
	}
	/* BLOCKS */
	.home-sidebar h4 {
		padding: 25px 30px 15px;
		font-size: 20px;
	}

	.home-sidebar article {
		margin-bottom: 20px;
		padding: 15px 15px;
		font-size: 18px;
	}
	
	.home-slider{
		display: none;
	}
	.home .site-main{
		padding-bottom:0;
	}
	.site-title{
		padding-bottom:15px;
	}
	.site-title .header-text img{
		display:none;
	}
	.block-c p{
		padding-top:0;
	}
	.home-blocks .block-c{
		width:100%;
	}
}

/* =IE7
----------------------------------------------- */

.ie8 .inner {
	width: 945px;
}

.ie7 .skip-link {
	display: none;
}

.ie8 div.search img {
	float: none;
	margin: 0 8px 0 0;
}

.ie8o div.search img {
	position: absolute;
	top: 14px;
	right: 5px;
}

.ie8o div.search {
	padding-right: 40px;
}

.ie8 .search-box{
	margin-top: 6px;
	margin-left: -205px;
	top: 38px;
}
.ie7 .search-box {
	width: 210px;
	margin-top: 6px;
	margin-left: -355px;
	top: 38px;
}

.ie8o #sb {
	padding: 8px 8px;
}

.ie7o #sb {
	padding: 6px 8px;
}

/* =IE6
----------------------------------------------- */

.ie6 .footer-protect .protect-blue {
	margin: 15px 2%;
}

.ie6 .home .site-main .inner {
	overflow: hidden;
	height: 775px;
}