/*
Theme Name: ASTE Theme
Author: John Rhea
Author URI: http://johnrhea.com
Description: Theme for ASTE, built on Auttomatic's _s Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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/ */
	overflow-x: hidden;
}
body {
	background: #fff;
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

/* =Fonts
-------------------------------------------------------------- */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 9, 2012 */
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-bold-latin.eot');
    src: url('fonts/lora-bold-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora-bold-latin.woff') format('woff'),
         url('fonts/lora-bold-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-bolditalic-latin.eot');
    src: url('fonts/lora-bolditalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora-bolditalic-latin.woff') format('woff'),
         url('fonts/lora-bolditalic-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-italic-latin.eot');
    src: url('fonts/lora-italic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora-italic-latin.woff') format('woff'),
         url('fonts/lora-italic-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-regular-latin.eot');
    src: url('fonts/lora-regular-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/lora-regular-latin.woff') format('woff'),
         url('fonts/lora-regular-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-black-latin.eot');
    src: url('fonts/roboto-black-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-black-latin.woff') format('woff'),
         url('fonts/roboto-black-latin.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-blackitalic-latin.eot');
    src: url('fonts/roboto-blackitalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-blackitalic-latin.woff') format('woff'),
         url('fonts/roboto-blackitalic-latin.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold-latin.eot');
    src: url('fonts/roboto-bold-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold-latin.woff') format('woff'),
         url('fonts/roboto-bold-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bolditalic-latin.eot');
    src: url('fonts/roboto-bolditalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bolditalic-latin.woff') format('woff'),
         url('fonts/roboto-bolditalic-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-italic-latin.eot');
    src: url('fonts/roboto-italic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-italic-latin.woff') format('woff'),
         url('fonts/roboto-italic-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-medium-latin.eot');
    src: url('fonts/roboto-medium-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-medium-latin.woff') format('woff'),
         url('fonts/roboto-medium-latin.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-light-latin.eot');
    src: url('fonts/roboto-light-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-latin.woff') format('woff'),
         url('fonts/roboto-light-latin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-lightitalic-latin.eot');
    src: url('fonts/roboto-lightitalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-lightitalic-latin.woff') format('woff'),
         url('fonts/roboto-lightitalic-latin.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-mediumitalic-latin.eot');
    src: url('fonts/roboto-mediumitalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-mediumitalic-latin.woff') format('woff'),
         url('fonts/roboto-mediumitalic-latin.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-latin.eot');
    src: url('fonts/roboto-regular-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-latin.woff') format('woff'),
         url('fonts/roboto-regular-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-thin-latin.eot');
    src: url('fonts/roboto-thin-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thin-latin.woff') format('woff'),
         url('fonts/roboto-thin-latin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-thinitalic-latin.eot');
    src: url('fonts/roboto-thinitalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thinitalic-latin.woff') format('woff'),
         url('fonts/roboto-thinitalic-latin.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCond';
    src: url('fonts/roboto-boldcondensed-latin.eot');
    src: url('fonts/roboto-boldcondensed-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-boldcondensed-latin.woff') format('woff'),
         url('fonts/roboto-boldcondensed-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCond';
    src: url('fonts/roboto-boldcondenseditalic-latin.eot');
    src: url('fonts/roboto-boldcondenseditalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-boldcondenseditalic-latin.woff') format('woff'),
         url('fonts/roboto-boldcondenseditalic-latin.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCond';
    src: url('fonts/roboto-condensed-latin.eot');
    src: url('fonts/roboto-condensed-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condensed-latin.woff') format('woff'),
         url('fonts/roboto-condensed-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCond';
    src: url('fonts/roboto-condenseditalic-latin.eot');
    src: url('fonts/roboto-condenseditalic-latin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condenseditalic-latin.woff') format('woff'),
         url('fonts/roboto-condenseditalic-latin.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #252525;
	font-family: Lora, Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
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 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	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;
}
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 */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	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.4rem;
	padding: .5em .7em 0.4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
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 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(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 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	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],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	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: #6cabc7;
}
a:visited {
	color: #93a9b2;
}
a:hover,
a:focus,
a:active {
	color: #4587a4;
}

/* 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 */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	position: absolute;
	padding: 3px;
	top: 120px;
	left: 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 12px;
	/*height: 28px;*/
}
.main-navigation li:last-child {
	margin-right: 0px;
}
.main-navigation li .children li {
	margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 2px 8px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #252525;
	font-size: .9em;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 1,8em;
		left: 0;
	z-index: 99999;
	background-color: #d1ebf7;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	max-width: 200px;
	min-width: 150px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #FFFFFF;
}
.main-navigation li:hover {
	background-color: #6cabc7;
	border-radius:	5px;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent; 
	border-right:10px solid;
	/* Fallback for web browsers that doesn't support RGBa */
	border-right-color: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	border-right-color: rgba(209, 235, 247, 0.6);
	position: absolute;
	top:0;
	left:-10px;
}
.main-navigation:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent; 
	border-left:10px solid;
	/* Fallback for web browsers that doesn't support RGBa */
	border-left-color: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	border-left-color: rgba(209, 235, 247, 0.6);
	position: absolute;
	top:0;
	right: -10px;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #FFFFFF;
	text-decoration: none;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item {
	background-color: #6cabc7;
	border-radius:	5px;
}
.transparent {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	background: rgba(209, 235, 247, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99D1EBF7, endColorstr=#99D1EBF7);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99D1EBF7, endColorstr=#99D1EBF7)";
}
.transparent-dark {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(170, 212, 232);
	/* RGBa with 0.5 opacity */
	background: rgba(170, 212, 232, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99aad4e8, endColorstr=#99aad4e8);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99aad4e8, endColorstr=#99aad4e8)";
}
.transparent-low {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	background: rgba(209, 235, 247, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5D1EBF7, endColorstr=#E5D1EBF7);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5D1EBF7, endColorstr=#E5D1EBF7)";
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.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
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
#rotator img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Additional CSS
----------------------------------------------- */
.site-title a {
	font-weight: 900;
	font-size: 4.5em;
	color: #6BAAC6;
	position: absolute;
	top: 10px;
	left: 0;
	text-decoration: none;
}
.site-title a img {
	position: absolute;
	top: 20px;
	left: 175px;
}
#full-name {
	font-weight: 500;
	font-size: .169em;
	color: #74878C;
	position: absolute;
	top: 78px;
	left: 0;
	width: 235px;
}
#page {
	width: 1020px;
	margin: auto;
}
#page.page-background {
	background: url(images/bkgrd.gif) no-repeat;
}
#page.home-page-background {
	background: url(images/bkgrd-home.gif) no-repeat 0px 0;
}
#main {
	width: 980px;
	margin: auto;
}
#masthead {
	width: 980px;
	margin: auto;
	position: relative;
	height: 200px;
}
#primary {
	width: 620px;
	margin-right: 140px;
	float: right;
}
#secondary {
	width: 200px;
	overflow: hidden;
	float: left;
}
#secondary div {
	padding: 10px;
	font-size: .8em;
}
.site-footer {
	clear: both;
	/*width: 100%;*/
	border-top: 1px solid #aad4e8;
	font-size: .8em;
	padding: 10px;
}
#primary #content h2 {
	padding-left: 60px;
	margin-left: -60px;
	background: url(images/arrow_h2.gif) no-repeat 19px 4px;
}
#primary #content .meeting-title {
margin-left: 0px;
}
#primary #content .entry-title {
	margin-left: 0;
}
#primary #content h3 {
	padding-left: 60px;
	margin-left: -60px;
	background: url(images/arrow_h3.gif) no-repeat 21px 2px;
}
#primary #content h4 {
	padding-left: 60px;
	margin-left: -60px;
	background: url(images/arrow_h4.gif) no-repeat 21px 1px;
	color: #656565;
}
#primary #content .entry-content {
	margin-left: 60px;
}
#primary #content .award-header, #primary #content .election-header, #primary #content .review-header {
	padding-left: 60px;
}
/*Login Form*/
#login {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-weight: 200;
    height: 28px;
    left: 550px;
    padding: 10px 0;
    position: absolute;
    width: 370px;
}
#user_login {
	width: 80px;
	margin-right: 10px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
#user_pass {
	width: 60px;
	margin-right: 10px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
p.login-remember {
	display: none;
}
#login p {
	float: left;
	margin-bottom: 3px;
}
#wp-submit {
	padding: .3em;
	background: none;
	filter: none;
	background-color: #94aab4;
	color: #FFFFFF;
	box-shadow: none;
	border: none;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	border-radius: 0;
	height: 24px;
	width: 42px;
}
#logoutform #wp-submit{
	width: 47px;
}
.logout {
	top: 20px;
	left: 160px;
}
#loginform {
	position: relative;
}
.login-submit {
	position: absolute;
	top: 0px;
	left: 320px;
	height: 12px;
}
.login-submit:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent; 
	border-right: 10px solid #94aab4; 
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 0;
	left: -10px;
}
.login-submit:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent; 
	border-left: 10px solid #94aab4; 
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 0;
	right: -10px;
}
.logout {
	top: 10px;
	left: 310px;
}
#login:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-top: 48px solid; 
	/* Fallback for web browsers that doesn't support RGBa */
	border-top-color: rgb(170, 212, 232);
	/* RGBa with 0.5 opacity */
	border-top-color: rgba(170, 212, 232, 0.6);
	position: absolute;
	top:0;
	left: -48px;
}
#login:after {
	content: "";
	width: 0; 
	height: 0; 
	border-right: 48px solid transparent;
	border-top: 48px solid; 
	/* Fallback for web browsers that doesn't support RGBa */
	border-top-color: rgb(170, 212, 232);
	/* RGBa with 0.5 opacity */
	border-top-color: rgba(170, 212, 232, 0.6);
	position: absolute;
	top:0;
	right: -48px;
}
#search {
	position: absolute;
	left: 700px;
	top: 48px;
	width: 170px;
	padding: 12px 0;
}
#s {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin-top: -5px;
}
#searcharrow {
	float:right;
}
#search:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-top: 48px solid; 
	/* Fallback for web browsers that doesn't support RGBa */
	border-top-color: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	border-top-color: rgba(209, 235, 247, 0.6);
	position: absolute;
	top:0;
	left: -48px;
}
#search:after {
	content: "";
	width: 0; 
	height: 0; 
	border-right: 48px solid transparent;
	border-top: 48px solid; 
	/* Fallback for web browsers that doesn't support RGBa */
	border-top-color: rgb(209, 235, 247);
	/* RGBa with 0.5 opacity */
	border-top-color: rgba(209, 235, 247, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99D1EBF7, endColorstr=#99D1EBF7);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99D1EBF7, endColorstr=#99D1EBF7)";
	position: absolute;
	top:0;
	right: -48px;
}
.search404 {
	width: 170px;
}
#subnav {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	position: absolute;
	left: 300px;
	top: 12px;
	color: #252525;
	font-weight: 200;
	font-size: .9em
}
#subnav a {
	text-decoration: none;
	color: #252525;
}
#subnav a:hover {
	text-decoration: underline;
}
/* Rotator */
#rotate-wrap {
	width: 760px;
	height: 400px;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
	margin-bottom: 60px;
	border-bottom: 4px solid #94aab4;
}
#rotate-wrap img {
	border: 0;
	padding: 0;
}
#rotate-wrap ul {
	margin: 0;
	padding: 0;
}
#rotate-wrap li {
	padding: 0;
	margin: 0;
}
/* rotator in-page placement */
#rotator {
	position:relative;
	height: 400px;
	border-bottom: 3px solid #f0ef85
}
/* rotator css */
#rotator  li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
#rotator li img {
	height: 400px;
	width: 760px;
}
#rotator  li.show {
	z-index:20;
}
.slidecontent {
	position: absolute;
	bottom: 8px;
	width: 730px;
	height: 80px;
	padding: 15px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	overflow: hidden;
}
a.slidetitle {
	font-weight: 700;
	color: #252525;
	text-decoration: none;
	font-size: 1.3em;
}
a.slidetitle:hover {
	color: #f0ef85;
}
.slidetext {
	font-weight: 200;
	font-style: italic;
	width: 610px;
}
a.slidelink {
	position: absolute;
	bottom: 18px;
	right: 20px;
	color: #FFFFFF;
	background-color: #94aab4;
	padding: 4px 5px 1px 5px;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
}
a.slidelink:hover {
	background-color: #FFFFFF;
	color: #94aab4;
}
a.slidelink:hover:before {
	border-right-color: #FFFFFF;
}
a.slidelink:hover:after {
	border-left-color: #FFFFFF;
}
a.slidelink:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-right: 10px solid #94aab4; 
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 0;
	left: -10px;
}
a.slidelink:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: 10px solid #94aab4; 
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 0;
	right: -10px;
}
#rotatenumbers {
	position: absolute;
	top: 10px;
	width: 760px;
	z-index: 200;
	list-style-type: none;
}
#rotatenumbers li {
	width: 35px;
	background-color: #94aab4;
	height: 40px;
	margin-right: 20px;
	float: right;
}
#rotatenumbers li:hover, #rotatenumbers .slidefocus {
	background-color: #f0ef85;
}
#rotatenumbers li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 2em;
	text-align: center;
}
/* Meetings */
.feature-meeting {
	position: relative;
	margin-top: 0;
	font-size: .8em;
}
.regional-meeting {
	font-size: .8em;
	margin-right: 110px;
}
#primary #content .feature-meeting .entry-title {
	background: none;
	padding-left: 0;
}
.conf-dates {
	float: right;
	font-size: 1em;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.conf-info {
	background: #d1ebf7;
	padding: 10px;
	margin-top: -10px;
}
.conf-info a {
	text-decoration: none;
	color: #252525;
}
.conf-info a:hover {
	color: #94aab4;
}
.sidebarsection {
	margin-bottom: 20px;
}
.sidebarsection h4 a {
	color: #6cabc7;
	text-decoration: none;
}
.meeting-individual .entry-content {
	margin-top: 0;
}
.conf-topic {
	font-style: italic;
	font-size: 1.1em;
	margin: -5px 0 10px 0;
}
.conference-info {
	font-size: 1.2em;
	text-align: center;
}
.sub-link {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
	color: #252525;
}
.sub-link:visited {
	color: #252525;

}
#primary #content .announce-title {
	margin-left: 0;
}
.entry-meta {
	font-size: .8em;
	margin-left: 60px;
}
h3 a {
	text-decoration: none;
}
.sidebar-subnav {
	list-style-type: none;
	font-size: 1.2em;
	margin-left: 10px;
	margin-bottom: 0;
}
.sidebar-subnav li {
	padding-bottom: .8em;
}
.sidebar-subnav li a, #leadership a {
	color: #2C6B87;
	text-decoration: none;
}
.sidebar-subnav li a:hover, #leadership a:hover {
	text-decoration: underline;
}
#primary #content h3.gf_progressbar_title {
	background: none;
}
.gfield {
	margin: 30px 0;
}
.gfield h4 {
	margin-top: 30px;
	margin-bottom: -20px;
}
#primary #content .gform_wrapper h2.gsection_title {
	background: none;
}
#primary #content .job-listing h3, #primary #content .job-listing h4 {
	background: none;
}
.rank-location {
	font-style: italic;
}
.external-resources {
	background-color: #e5f3fb;
	padding: 1em;
	margin-bottom: 1em;
	margin-left: -1em;
}
.external-resources ul {
	margin-bottom: 0;
}
#sul-s {
	margin: 15px 0;
}
#sul-searchsubmit {
	margin: 15px 0px;
}
#sul-searchform {
	margin: 0 0 30px 20px;
}
input[type="checkbox"]:disabled + label { color: #999; }

#login .welcomemsg a {
    color: #000;
}
#login .welcomemsg a:hover {
    text-decoration: none;
}
.review {
	margin-left: 10%;
	border: 1px solid #555;
	padding: 1em;
}

/* Media Queries */
@media screen and (max-width:1019px) {
	#page {
		width: 740px;
	}
	#page.page-background {
		background: url(images/bkgrd_740.gif) no-repeat;
	}
	#page.home-page-background {
		background: url(images/bkgrd-home_740.gif) no-repeat 0px 0;
	}
	#masthead {
		width: 740px;
	}
	#main {
		width: 740px;
	}
	#rotator li img {
		width: 540px;
		height: 284px;
	}
	#rotator, #rotate-wrap {
		width: 540px;
		height: 312px;
		background-color: #94aab4;
	}
	#rotatenumbers {
		width: 540px;
	}
	.slidecontent {
		width: 520px;
		font-size: .9em;
		padding: 10px;
		height: 70px;
		bottom: -20px;
	}
	.slidetext {
		width: 410px;
	}
	#primary {
		width: 540px;
		margin-right: 0;
	}
	#secondary {
		width: 180px;
	}
	.main-navigation li {
		margin-right: 4px;
	}
	#subnav {
		top: 3px;
		left: 120px;
	}
	#login {
		left: 370px;
	}
	#search {
		left: 510px;
	}
}
@media screen and (max-width:759px) {
	#page {
		width: 450px;
	}
	#page.page-background {
		background: url(images/bkgrd_450.gif) no-repeat;
	}
	#page.home-page-background {
		background: url(images/bkgrd-home_450.gif) no-repeat 0px 0;
	}
	#masthead {
		width: 450px;
	}
	#main {
		width: 450px;
	}
	#rotator li img {
		width: 450px;
		height: 237px;
	}
	#rotator, #rotate-wrap {
		width: 450px;
		height: 265px;
		background-color: #94aab4;
	}
	#rotatenumbers {
		width: 450px;
	}
	.slidecontent {
		width: 440px;
		font-size: .8em;
		padding: 5px;
		height: 70px;
		bottom: -20px;
	}
	.slidetext {
		width: 310px;
	}
	a.slidelink {
		font-size: 1.2em;
	}
	#rotate-wrap {
		margin-bottom: 20px;
	}
	#primary {
		width: 450px;
		float: none;
	}
	.entry-content {
		padding-right: 10px;
	}
	#secondary {
		width: 300px;
		float: none;
		margin-left: 10px;
	}
	#subnav {
		left: 5px;
		color: #94aab4;
	}
	#subnav a {
		color: #94aab4;
	}
	#login {
		left: 255px;
		width: 175px;
		height: 50px;
		padding: 10px;
	}
	.main-navigation:before, .main-navigation:after, #search:after, #login:after {
		content: none;
	}
	#login:before {
		border-top-width: 70px;
	} 
	.login-submit {
		left: 120px;
		top: 30px;
	}
	#search {
		left: 290px;
		top: 70px;
		padding-right: 10px;
		width: 150px;
	}
	#search:before {
		border-left-width: 35px;
		left: -35px;
	}
	#s {
		width: 115px;
	}
	.search404 {
		width: 150px;
		margin-bottom: 30px;
	}
	#primary #content h2 {
   		background-position: 0 4px;
    	margin-left: -40px;
    	padding-left: 40px;
	}
	#primary #content .entry-content {
    	margin-left: 40px;
	}

.entry-meta {
	margin-left: 40px;
}
	.site-title a {
		font-size: 3.5em;
		top: 22px;
		left: 35px;
	}
	.site-title a img {
		max-width: 43px;
		left: 140px;
		top: 20px;
	}
	#full-name {
		font-size: .22em;
		top: 60px;
		left: -25px;
		width: 300px;
	}
	.login-password label {
		display: none;
	}
	.login-password:before {
		content: "Pwd ";
	}
}
@media screen and (max-width:469px) {
	#page {
		width: 320px;
		margin: 0;
	}
	#page.page-background {
		background: none;
	}
	#page.home-page-background {
		background: none;
	}
	#masthead {
		width: 320px;
		height: 150px;
	}
	#masthead .transparent, #login.transparent-dark {
		background-color: #d1ebf7;
	}
	#masthead .site-title {
		position: absolute;
		top: 15px;
	}
	.menu {
		position: relative;
		z-index: 1000;
		background-color: #d1ebf7;
	}
	#menu-main-menu {
		list-style-type: none;
		padding: 0 1em 1em 1em;
		margin: 0;
	}
	#primary #content .meeting-title {
		margin-left: -30px;
	}
	#main {
		width: 320px;
	}
	#rotator li img {
		width: 320px;
		height: 168px;
	}
	#rotator, #rotate-wrap {
		width: 320px;
		height: 265px;
		background-color: #94aab4;
	}
	#rotatenumbers {
		width: 320px;
	}
	.slidecontent {
		width: 310px;
		font-size: .8em;
		padding: 5px;
		height: 90px;
		bottom: -90px;
	}
	.slidetext {
		width: 310px;
	}
	a.slidelink {
		display: none;
	}
	#rotate-wrap {
		margin-bottom: 20px;
	}
	#primary {
		width: 320px;	
	}
	#primary #content .entry-title, #primary #content .award-header, #primary #content .election-header  {
		background: none;
		padding: 0 0 0 10px;
	}
	#primary #content .entry-content {
		padding: 10px;
		width: 300px;
		margin: 0;
	}
	#primary #content h2, #primary #content h3, #primary #content h4 {
		background: none;
	}
	#subnav, .login-username, .login-password, #login:before, #search:before  {
		display: none;
	}
	#login {
		top: 105px;
		left: 0px;
		width: 50px;
		padding: 5px 25px;
		height: 25px;
		margin: 0;
	}
	.login-submit {
		top: 0;
		left: 0;
	}
	.login-submit.logout {
	    left: 20px;
	    top: 5px;
	}
	#search {
		left: 100px;
		padding: 5px 15px 5px 5px;
		top: 105px;
		width: 200px;
	}
	#s {
		width: 165px;
	}
	.search404 {
		width: 200px;
		margin-bottom: 30px;
	}
	.site-title a {
		left: 15px;
		top: 12px;
	}
	#full-name {
		font-size: .22em;
		top: 18px;
		line-height: 1.2em;
		left: 190px;
		width: 120px;
	}
	.welcomemsg {
		display: none;
	}
}
@media screen and (max-width:315px) {
	#page, #masthead, #main, #primary{
		width: 240px;
	}
	#rotate-wrap, #rotator {
		display: none;
	}
	#primary #content .entry-content {
		width: 220px;
	}
	#secondary {
		width: 220px;
	}
	#s {
		width: 110px;
	}
	#search {
		width: 145px;
		left: 80px;
	}
	.search404 {
		width: 145px;
		margin-bottom: 30px;
	}
	#full-name {
		display: none;
	}
	.site-title a {
		left: 30px;
	}
}
#content .gfield_description ol, #content .gfield_description ol li {
	list-style-type: decimal !important;
	margin: .5em 0 .5em 1em ;
}
#gform_wrapper_49 #input_49_1_8_container {
	display: none;
}



.siblingdisplay + #gform_wrapper_68 {
    display: none !important;
}