/*
Theme Name: Innovate Custom Theme
Author: Amado Ohland and Bijiek Jieknyal
Description: The custom theme developed at OIRED by the web development staff exclusively for the use of the InnovATE program at Virginia Tech.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #446e11;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/


#OIRED-header:after, #OIRED-main-nav:after, #OIRED-main:after {
	content: "";
	display: table;
	clear: both;
}
#OIRED-container {
	background-color: #ffffff;
}
#OIRED-superheader-wrap {
	height: 20px;
	overflow: hidden;
	background: #992211; /* Old browsers */
	background: -moz-linear-gradient(top, #992211 0%, #bb4433 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #992211), color-stop(100%, #bb4433)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #992211 0%, #bb4433 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #992211 0%, #bb4433 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #992211 0%, #bb4433 100%); /* IE10+ */
	background: linear-gradient(to bottom, #992211 0%, #bb4433 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992211', endColorstr='#bb4433', GradientType=0 ); /* IE6-9 */
}
#OIRED-superheader {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#OIRED-header-wrap {
	height: 165px;
	overflow: hidden;
	background: #446e11; /* Old browsers */
	background: -moz-linear-gradient(top, #365511 0%, #446e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #365511), color-stop(100%, #446e11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #365511 0%, #446e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #365511 0%, #446e11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #365511 0%, #446e11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #365511 0%, #446e11 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365511', endColorstr='#446e11', GradientType=0 ); /* IE6-9 */
}
#OIRED-header {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#OIRED-subheader-wrap {
	height: 40px;
	/*	overflow: hidden;  */
	-webkit-box-shadow: 0px 8px 15px -7px rgba(51, 51, 51, .375);
	box-shadow: 0px 8px 15px -7px rgba(51, 51, 51, .375);
	background: -moz-linear-gradient(top, #66aa11 0%, #88cc33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66aa11), color-stop(100%, #88cc33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66aa11 0%, #88cc33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66aa11 0%, #88cc33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66aa11 0%, #88cc33 100%); /* IE10+ */
	background: linear-gradient(to bottom, #66aa11 0%, #88cc33 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa11', endColorstr='#88cc33', GradientType=0 ); /* IE6-9 */
}
h1.site-title {
	display: none;
}
h2.site-description {
	display: none;
}
#header-unit-logo {
	float: left;
	margin-top: 25px;
}
#header-usaid-logo {
	float: right;
	margin-top: 20px;
	width: 215px;
}
#OIRED-subheader-wrap {
/*text-align: center;  
	height: 40px;
	overflow: none;*/
}
#OIRED-header:after {
 clearfix hack: auto;
}
/*
#SearchHERE {
	position: absolute;
	right: 0px;
	top: 100px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
*/
#SearchHERE {
	position: absolute;
	bottom: -20px;
	right: -1px;
}
#SearchHERE label {
	display: none;
}
#search-2.widget.widget_search {
	border: 0;
	position: relative;
}
#s {
	width: 164px;
}
#search-2.widget.widget_search .submit {
	position: absolute;
	right: 0px;
	top: 3px;
}
#sociable-zalabim.widget {
	display: none;
	border: 0;
}
#OIRED-main-nav {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#OIRED-main-nav a {
	color: white;
}
/* #OIRED-main-nav ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}  */
#OIRED-main-nav li {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 40px;
	font-family: 'Gibbs', sans-serif;
}
#OIRED-main-nav li li {
	background-color: #88cc33;
	line-height: 21px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
	text-indent: -20px;
}
#OIRED-main-nav li a:hover {
	color: rgba(187, 68, 51, 0.75);
}
#OIRED-main-nav li li a:hover {
}
#OIRED-main-nav li li:hover {
	background-color: #66aa11;
}
#OIRED-main-nav li:first-child {
	margin-left: 0;
}
#OIRED-main-nav li:last-child {
	margin-right: 0;
}
#OIRED-main-nav li {
	margin: 0 49px;
}
#OIRED-main-wrap {
	text-align: left;
}
#OIRED-main {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#OIRED-primary {
	width: 680px;
	float: left;
	padding: 0px 0px 20px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
body.page #OIRED-primary article.page h1.entry-title, body.page #OIRED-primary h1.page-heading, body.blog #OIRED-primary h1.page-heading {
	font-size: 28px;
	width: 650px;
	font-family: 'Gibbs', /* "Century Gothic", CenturyGothic, AppleGothic, */ sans-serif;
	font-weight: normal;
	line-height: 1.5;
	z-index: 73;
	color: #ffffff;
	padding: 86px 15px 0px 15px;
	text-shadow: 0px 0px 8px #112200;
	filter: dropshadow(color=#112200, offx=0, offy=0);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(/innovate/wp-content/uploads/2015/09/ecuador.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
}
/* ---- START single-page exceptions here ---------------- */

.phloo {
	background-image: url(/innovate/wp-content/uploads/2015/09/ecuador.jpg);
	padding-top: 186px;
}
body.page-id-733 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/Graduation-800x350.jpg);
	padding-top: 255px;
}
body.page-id-735 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/NicaraguaBamboo2-800x350.jpg);
	padding-top: 255px;
}
body.page-id-737 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/SengalGroupWork-800x350.jpg);
	padding-top: 255px;
}
body.page-id-23 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/Cambodia-Header-800x350.jpg);
	padding-top: 255px;
}
body.page-id-605 #OIRED-primary article.page h1.entry-title, body.page-id-25 #OIRED-primary article.page h1.entry-title, body.page-id-588 #OIRED-primary article.page h1.entry-title, body.page-id-54 #OIRED-primary article.page h1.entry-title, body.page-id-56 #OIRED-primary article.page h1.entry-title, body.page-id-58 #OIRED-primary article.page h1.entry-title, body.page-id-27 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/images/project-papers.jpg);
}
body.page-id-69 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/fieldwork.jpg);
}
body.page-id-62 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/Ozzie-introducing-forage-experiment1.jpg);
}
body.page-id-65 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/images/listeninggroup.gif);
}
body.page-id-29 #OIRED-primary article.page h1.entry-title {
	background-image: url(/innovate/wp-content/uploads/2015/09/team-rom.gif);
}
/* ---- END single-page exceptions here ---------------- */

.home #OIRED-primary {
	margin-top: 360px;
}
.home #OIRED-primary article h1.entry-title {
	display: none;
}
.page .entry-meta, .archive .entry-meta {
	display: none;
}
#OIRED-primary article footer {
	margin-bottom: 36px;
}
#OIRED-primary p, #OIRED-primary li {
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	margin-top: 5px;
}
#OIRED-primary p, #OIRED-primary ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
#OIRED-primary ul, #OIRED-primary ol {
	margin-left: 0;
}
#OIRED-primary div.image {
	position: relative;
	margin-bottom: 8px;
}
#OIRED-primary div.image:after {
	content: "";
	display: table;
	clear: both;
}
#OIRED-primary div.image-left {
	max-width: 253px;
	float: left;
	margin-right: 17px;
}
#OIRED-primary div.image-right {
	max-width: 253px;
	float: right;
	margin-left: 17px;
	left: -2px;
}
#OIRED-primary div.image img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #66aa11;
}
#OIRED-primary div.image p.caption {
	font-family: 'Gibbs', sans-serif;
	font-size: 13px;
	line-height: 16px;
	width: 233px;
	position: absolute;
	bottom: 23px;
	left: 1px;
	color: #ffffff;
	background-color: rgba(102, 170, 17, .75);
	margin: 0;
	padding: 4px 10px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.team-card img {
	width: 126px;
	float: left;
	padding-right: 15px;
}
.team-card p {
}
.team-card:after {
	content: "";
	display: table;
	clear: both;
}
.wp-caption {
	position: relative;
}
#OIRED-primary .wp-caption img {
	width: 100%
}
#OIRED-primary .wp-caption p.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Gibbs', sans-serif;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	position: absolute;
	bottom: 6px;
	left: 0px;
	color: #ffffff;
	background-color: rgba(102, 170, 17, .75);
	margin: 0;
	padding: 4px 10px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
#OIRED-primary div.image p.caption a {
	color: #ddffbb;
}
#OIRED-primary div.image p.caption a:hover {
	color: #aaee55;
}
#OIRED-primary a {
	color: #6688ee;
	text-decoration: none;
}
#OIRED-primary h1.banner-text {
	font-family: 'Gibbs', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	width: 500px;
	position: absolute;
	z-index: 73;
	left: 0px;
	bottom: 0px;
	color: #ffffff;
	padding: 0px 15px;
	text-shadow: 0px 0px 4px #335511;
	filter: dropshadow(color=#335511, offx=0, offy=0);
	background-color: rgba(102, 170, 17, .75);
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#OIRED-primary h1, body.single #OIRED-primary h1.entry-title {
	font-family: 'Gibbslight', sans-serif;
	color: #992211;
	font-size: 28px;
	line-height: 1;
	margin-top: 2px;
	margin-bottom: 5px;
}
#OIRED-primary h2, #OIRED-primary h1.entry-title {
	font-family: 'Gibbslight', sans-serif;
	color: #992211;
	font-size: 23px;
	margin-bottom: 5px;
}
#OIRED-primary h1.entry-title {
	margin-top: 18px;
}
#OIRED-secondary {
	width: 320px;
	min-height: 100px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.home #OIRED-secondary {
	margin-top: 30px;
}
#OIRED-secondary aside li {
	font-size: 13px;
	color: #333333;
	padding: 0px 10px 7px 10px;
	margin: 0px 0px 7px 0px;
}
#OIRED-secondary aside ul {
	list-style-type: none;
	padding-left: 0px;
	color: 333333;
	margin: 14px 0 0 0;
}
#OIRED-secondary aside h1.widget-title {
	font-family: 'Gibbs', sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 5px 10px;
	font-size: 19px;
	font-weight: normal;
	background-color: #66aa11;
}
#OIRED-secondary aside h1.widget-title a {
	color: #ffffff;
}
.widget-title ul {
	padding-left: 10px;
	list-style-type: none;
}
.widget-title li {
	font-size: 13px;
	color: #333333;
	padding: 0px 10px 7px 10px;
	margin: 0px 0px 7px 0px;
}
#OIRED-secondary a {
	color: #6688ee;
	text-decoration: none;
}
#OIRED-secondary a:hover {
	color: #4466cc;
}
.twitter-follow-button {
	margin: 0px 0px 16px 160px;
}
.really_simple_twitter_widget img {
	border: 1px solid #dddddd;
}
#floater-to-the-right {
	float: right;
	width: 320px;
}
#floater-to-the-left {
	float: left;
	width: 680px;
}
#OIRED-secondary aside {
	border: 1px solid #66aa11;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	background-color: #ffffff;
}
#OIRED-secondary aside[id^="wpfb_"] {
	display: none;
}
.page-id-215 #OIRED-secondary aside[id^="wpfb_"] {
	display: block;
}
#OIRED-secondary aside[id^="wpfb_"] form {
	padding: 7px 10px 7px 10px;

}

#OIRED-primary h3, #OIRED-primary h4, #OIRED-primary h5, #OIRED-primary h6 {
	font-family: 'Gibbslight', sans-serif;
	color: #3B0B0B;
	font-size: 19px;
	margin-bottom: 5px;
	margin-top: 12px;
}
.heading-banner {
/*	display: none;  */
}
#OIRED-tertiary {
	width: 320px;
	min-height: 100px;
	float: right;
	margin-left: 40px;
	display: none;
}
.home #OIRED-tertiary {
	background-color: #f7f7f7;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	margin-left: 0px;
	background-color: rgba(255,255,255,.95);
	width: 680px;
	height: 298px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.home #OIRED-tertiary img {
	width: 100%;
	height: auto;
}
.home #OIRED-tertiary .widget-title {
	display: none;
}
#home-mission {
	padding: 10px 20px;
	border: 1px solid #eeeeee;
	background-color: #f7f7f7;
	color: #000000;
	font-size: 20px;
	line-height: 1.3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#big-picture-statement {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 10px 15px;
	width: 350px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,170,17,0.9)), color-stop(100%, rgba(170,238,85,0.7)));
	background: -webkit-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -o-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: linear-gradient(to bottom, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e666aa11', endColorstr='#b3aaee55', GradientType=0 );
}
#big-picture-statement h2 {
	font-family: 'Gibbslight', /* "Century Gothic", CenturyGothic, AppleGothic, */ sans-serif;
	color: #ffffff;
	font-size: 23px;
	margin: 0px;
}
#big-picture-statement p {
	font-size: 15px;
	color: #ffffff;
	margin: 5px 0px;
}
#big-header-image-caption {
	position: absolute;
	bottom: 0px;
	padding: 10px 30px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: -moz-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102,170,17,0.9)), color-stop(100%, rgba(170,238,85,0.7)));
	background: -webkit-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -o-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
	background: linear-gradient(to bottom, rgba(102,170,17,0.9) 0%, rgba(170,238,85,0.7) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e666aa11', endColorstr='#b3aaee55', GradientType=0 );
}
#big-header-image-caption p {
	font-family: 'Gibbs', /* "Century Gothic", CenturyGothic, AppleGothic, */ sans-serif;
	font-size: 19px;
	color: #ffffff;
	margin: 0px 0px 2px 0px;
}
#OIRED-superfooter-wrap {
	height: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px -8px 15px -7px rgba(51, 51, 51, .375);
	box-shadow: 0px -8px 15px -7px rgba(51, 51, 51, .375);
	background: #992211; /* Old browsers */
	background: -moz-linear-gradient(top, #992211 0%, #bb4433 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #992211), color-stop(100%, #bb4433)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #992211 0%, #bb4433 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #992211 0%, #bb4433 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #992211 0%, #bb4433 100%); /* IE10+ */
	background: linear-gradient(to bottom, #992211 0%, #bb4433 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992211', endColorstr='#bb4433', GradientType=0 ); /* IE6-9 */
}
#OIRED-footer-wrap {
	/*	height: 145px;
	overflow: hidden;  */
	background: #446e11; /* Old browsers */
	background: -moz-linear-gradient(top, #365511 0%, #446e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #365511), color-stop(100%, #446e11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #365511 0%, #446e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #365511 0%, #446e11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #365511 0%, #446e11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #365511 0%, #446e11 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365511', endColorstr='#446e11', GradientType=0 ); /* IE6-9 */
}
#OIRED-footer {
	color: #eeffdd;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
/*  #OIRED-sitemap li {
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
#OIRED-sitemap ul {
	float: left;
}
#OIRED-sitemap ul li {
	Float: right;
}
*/
#OIRED-footer .widget-title {
	font-family: 'Gibbs', /* "Century Gothic", CenturyGothic, AppleGothic, */ sans-serif;
	font-size: 19px;
	border-bottom: 1px solid #eeffdd;
	margin: 0px 0px 4px;
	padding: 0px 0px 4px;
	font-weight: normal;
}
#OIRED-footer p {
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#OIRED-footer p.fine-print {
	font-size: 13px;
}
#OIRED-footer ul.footer-social {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#OIRED-footer ul.footer-social li {
	line-height: 36px;
	vertical-align: top;
}
#OIRED-footer ul.footer-social li img {
	height: 24px;
	width: 24px;
	margin-right: 6px;
	vertical-align: text-bottom;
}
#OIRED-sitemap {
	float: left;
	width: 680px;
	padding-bottom: 40px;
}
#OIRED-footer #text-7 a:nth-child(1) img {
	width: 334px;
	padding-right: 8px;
	display: inline-block;
	padding-bottom: 20px;
}
#OIRED-footer #text-7 a:nth-child(2) img {
	width: 334px;
	padding-right: 0px;
	display: inline-block;
	padding-bottom: 20px;
}
#OIRED-footer #text-7 a:nth-child(3) img {
	width: 300px;
	padding-right: 100px;
	display: inline-block;
	padding-bottom: 30px;
}
#OIRED-footer #text-7 a:nth-child(4) img {
	width: 236px;
	padding-right: 0px;
	display: inline-block;
	padding-bottom: 30px;
}
#footer-OIRED-logo {
	display: none;
}
#footer-VT-logo {
	display: none;
}
#footer-utils {
	float: right;
	width: 320px;
	padding-bottom: 40px;
}
#OIRED-sitemap ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#OIRED-sitemap li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
#OIRED-sitemap li:first-child {
	margin-left: 0;
}
#OIRED-sitemap li:last-child {
	margin-right: 0;
}
#OIRED-sitemap li li {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
#OIRED-sitemap li li ul {
	display: none;
}
#OIRED-sitemap:after {
	content: "";
	display: table;
	clear: both;
}
#OIRED-footer a {
	color: #ffffff;
	text-decoration: none;
}
#OIRED-footer a:hover {
	background-color: rgba(254,254,254,.28);
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
/*	box-sizing: border-box;  */
}
/*
*,
*:before,
*:after {
	*/
	 /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*	box-sizing: inherit;
}
*/
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 1.15em;
}
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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border-radius: 5px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	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, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #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="text"], input[type="email"], input[type="url"], 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="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navigation-paging .previous {
	float: left;
}
.navigation-paging .next {
	float: right;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	top: 40px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
 @media screen and (min-width: 37.5em) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	display: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
footer.hider, footer .hider {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-size: 0.875rem;
	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. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
