 
/* ---------- Overall Specifications ---------- */

/* Comments - what you changed, date of change, author. (ex. Changed by Hayes, 9/4/2012, added color.) */

body {
	line-height: 1.5;
	font-size: 87.5%;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.0em 0 0.5em;
	font-weight: inherit;
}
h1 {
	font-size: 1.357em;
	color: #000;
}
h2 {
	font-size: 1.143em;
}
p {
	margin: 0 0 1.2em;
}
del {
	text-decoration: line-through;
}
tr.odd {
	background-color: #dddddd;
}
img {
	outline: 0;
}
code,
pre,
kbd,
samp,
var {
	padding: 0 0.4em;
	font-size: 0.77em;
	font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
	font-size: 100%;
	background-color: transparent;
}
pre code,
pre samp,
pre var {
	padding: 0;
}
.description code {
	font-size: 1em;
}
kbd {
	background-color: #f2f2f2;
	border: 1px outset #575757;
	margin: 0 3px;
	color: #666;
	display: inline-block;
	padding: 0 6px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
pre {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
	font-family: ff-meta-web-pro,sans-serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
	font-family: ff-meta-web-pro,sans-serif;
}
.breadcrumb a {
	color: #993300;
}
input,
textarea,
select,
a.button {
	font-family: ff-meta-web-pro,sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
	text-align: left; /* LTR */
	font-weight: normal;
}
blockquote {
	background: #f7f7f7;
	border-left: 1px solid #bbb;
	font-style: italic;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}
blockquote:before {
	color: #bbb;
	content: "\201C";
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;
}
blockquote:after {
	color: #bbb;
	content: "\201D";
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em;
}
blockquote > p:first-child {
	display: inline;
}
a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border-collapse: collapse;
  border: 0px solid transparent;
}
th {
  border-bottom: 0x solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
td  {
  border: 0px solid transparent;
}
tbody {
  border-top: 0px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid transparent;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: none;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
	font-size: small !important;
}
ul.contextual-links {
	font-size: 0.923em;
}
.contextual-links-wrapper a {
	text-shadow: 0 0 0 !important;
}
.item-list .pager {
	font-size: 0.929em;
}
ul.menu li {
	margin: 0;
}
.region-content ul,
.region-content ol {
	margin: 1em 0;
	padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
	padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
	left: 50%;
	margin-left: -5.25em;
	margin-top: 0;
	position: absolute;
	width: auto;
	z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
	background: #444;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: block;
	font-size: 0.94em;
	line-height: 1.7;
	padding: 1px 10px 2px 10px;
	text-decoration: none;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
	outline: 0;
}
#logo {
	float: left; /* LTR */
	padding: 56px 0px 30px 0px; /* LTR */
}
#name-and-slogan {
	float: left; /* LTR */
	padding-top: 34px;
	margin: 0 0 30px 15px; /* LTR */
}
#site-name {
	font-size: 1.821em;
	color: #686868;
	line-height: 1;
}
h1#site-name {
	margin: 0;
}
#site-name a {
	font-weight: normal;
}
#site-slogan {
	font-size: 0.929em;
	margin-top: 7px;
	word-spacing: 0.1em;
	font-style: italic;
}
/* Region header blocks. */
.region-header {
  margin-top: 70px !important;
  margin-right: -15px;
}
.region-header .block {
	
	float: left; /* LTR */
	margin: 0;
	padding: 0;
	/*width: 600px;*/
	color: #fff;
	
}

.region-header .view-highlight .views-field-field-highlight-body {
 text-align: right !important;
 width: 650px;
}
.region-header .contextual-links-region {
  margin: 0px !important;
  padding: 0px !important;
}
.region-header .view-highlight {
  width: 650px;
  height: 30px;
  font-size: 20px;
  font-family: proxima-nova,sans-serif;
  color: #fff;
  font-weight: lighter !important;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: right;
  margin-right: 15px;
}

.region-header #block-block-1000001 {
 height: 30px;
 width: 500px;
 clear: left;
 margin-top: 10px;
 float: right;
 text-align: right;
}

.region-header #block-block-1000001 .join-us {
  font-family: proxima-nova,sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
  padding-top: 15px;
  margin-top: -5px;
  float: left;
}

.region-header #block-block-1000001 .join-us-arrow {
  font-family: proxima-nova,sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #F0B210;
  margin-right: 10px;
  padding-top: 15px;
  margin-top: -5px;
  float: left;
}

.region-header #block-block-1000001 #cons_email {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 178px;
  height: 24px;
  padding: 3px;
  padding-left: 10px;
  background: #fff;
  border: 1px #fff solid;
  margin-right: 5px;
  margin-top: 10px;
  float: left;
}

.region-header #block-block-1000001 #cons_zip_code {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 73px;
  height: 24px;
  padding: 3px;
  padding-left: 10px;
  background: #fff;
  border: 1px #fff solid;
  margin-top: 10px;
  float: left;
}

.region-header .block .content {
	margin: 0;
	padding: 0;
}
.region-header .block ul {
	margin: 0;
	padding: 0;
}
.region-header .block li {
	list-style: none;
	list-style-image: none;
	padding: 0;
}
.region-header .form-text {
	background: #fefefe;
	background: rgba(255, 255, 255, 0.7);
	border-color: #ccc;
	border-color: rgba(255, 255, 255, 0.3);
	margin-right: 2px; /* LTR */
	width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
	color: #eee;
	color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
	border: 1px solid;
	border-color: #eee;
	border-color: rgba(255, 255, 255, 0.2);
	padding: 0;
	width: 208px;
}
.region-header .block-menu li a {
	display: block;
	border-bottom: 1px solid;
	border-bottom-color: #eee;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
	border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
	width: auto;
}
.region-header #block-user-login .content {
	margin-top: 2px;
}
.region-header #block-user-login .form-item {
	float: left; /* LTR */
	margin: 0;
	padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
	font-size: 0.916em;
	margin: 0;
}
.region-header #block-user-login div.item-list {
	clear: both;
}
.region-header #block-user-login div.description {
	display: inline;
}
.region-header #block-user-login .item-list ul {
	padding: 0;
	line-height: 1;
}
.region-header #block-user-login .item-list li {
	list-style: none;
	float: left; /* LTR */
	padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
	padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
	padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
	padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
	margin: 4px 0 0;
	padding: 0;
	clear: both;
}
.region-header #block-user-login input.form-submit {
	border: 1px solid;
	border-color: #ccc;
	border-color: rgba(255, 255, 255, 0.5);
	background: #eee;
	background: rgba(255, 255, 255, 0.7);
	margin: 4px 0;
	padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
	width: 208px;
}
.region-header #block-search-form .form-text {
	width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
	display: inline;
	padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
	clear: both;
}
#main-menu-links {
	font-size: 0.929em;
	margin: 0;
	padding: 0 15px;
}
#main-menu-links li {
	float: left; /* LTR */
	list-style: none;
	padding: 0 1px;
	margin: 0 1px;
}
#main-menu-links a {
	color: #333;
	background: #ccc;
	background: rgba(255, 255, 255, 0.7);
	float: left; /* LTR */
	height: 2.4em;
	line-height: 2.4em;
	padding: 0 0.8em;
	text-decoration: none;
	text-shadow: 0 1px #eee;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
	background: #f6f6f2;
	background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
	background: #b3b3b3;
	background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
	border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
	background: #f0f0f0;
	background: rgba(240, 240, 240, 1.0);
}

/*-------navigation-------*/
#nav {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 99;
	height: 54px !important;
	margin-left: -10px;
}
#nav h2 {
	display: none;
}
#nav ul {
	float: left;
	margin-top: 19px;
}
#nav ul li {
	background: transparent url(../images/navspace.jpg) no-repeat 100% 50%;
	display: inline;
	list-style: none;
	position: relative;
	padding: 38px 0px 5px 0px;
	margin: 0px;
	margin-left: -4px;
}
#nav ul li.last {
	background: none;
}
#nav ul li a {
	color: #fff;
	padding: 10px 20px 0px 5px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	font-family: ff-meta-web-pro, sans-serif;
}
#nav ul li li a {
	margin-top: 0px !important;
}

#nav ul li a:hover,
#nav ul li a.active {
	color: #EF9F20;
	text-decoration: none !important;
}
#nav ul li.expanded a:hover,
#nav ul li.expanded.hover a {

}

#nav ul li li a:hover {
	color: #fff !important;
}

#nav ul li.active-trail,
#nav ul li:hover {
	background: transparent url(../images/selected-bg.jpg) repeat-x 0 0;
	margin-left: -4px;
}

#nav ul li.active-trail a,
#nav ul li:hover a {
	color: #0B0B0A;
}

#nav ul li ul {
	color: #fff;
	display: none;/*  make sure the submenus aren't visible on load */
	font-size: 14px;
	left: 0;
	line-height: 2.5em;
	padding: 0;
	position: absolute;
	top: 38px;
	margin-left: -10px;
	width: 15em;
}
#nav ul li.hover ul {
	display: block;
}
#nav ul li.hover ul li ul,
#nav ul li.hover ul li.hover ul li ul {
	display: none;
}
#nav ul li.hover ul li.hover ul,
#nav ul li.hover ul li.hover ul li.hover ul {
	display: block;
}
#nav ul ul li {
	background: #F0B210 url(../images/dd-space.jpg) repeat-x scroll 0 100%;
	display: block;
	line-height: 2.5em;
	margin: 0 !important;
	padding: 0  !important;
	position: relative;
	text-align: left;
	width: 250px;
}
#nav ul ul li.last {
	background: #F0B210;
}
#nav ul li.expanded ul li.expanded a,
#nav ul li.expanded ul li.expanded ul li.expanded a,
#nav li.expanded ul li.expanded a:hover,
#nav li.expanded ul li.expanded ul li.expanded a:hover {
	background: transparent url(../images/ddplus.gif) no-repeat 92% 50%;
}
#nav ul li.expanded ul li a,
#nav ul li.expanded ul ul li a,
#nav ul li.expanded ul ul ul li a,
#nav ul li.expanded ul li.expanded ul li a,
#nav ul li.expanded ul li.expanded ul li a:hover,
#nav ul li.expanded ul li.expanded ul li.expanded ul li a,
#nav ul li.expanded ul li.expanded ul li.expanded ul li a:hover,
#nav li.expanded ul li.expanded li a:hover {
	background: #F0B210;
	display: block;
	height: auto;
	padding: 2px 15px;
}
#nav li.expanded ul li a:hover,
#nav li.expanded ul ul li a:hover {
	background: #F0B210;
	color: #EF9F20;
	padding: 2px 15px;
}
#nav li .expanded ul {
	margin: -2.7em 0 0 16em;
}
#nav .block {
	margin: 0;
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
	float: right; /* LTR */
	font-size: 0.929em;
	margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
	text-decoration: underline;
}

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

#main {
	margin-top: 20px;
	margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
	text-align: center;
	font-size: 1.643em;
	font-weight: normal;
	background:url(../images/featured-bg.jpg) center top no-repeat;
	padding: 0;
	margin: 0;
	/*background: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);*/
	border-bottom: 7px solid #F0B210;
}
#featured h2 {
	font-size: 1.174em;
	line-height: 1;
}
#featured p {
	margin: 0;
	padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
	border-bottom: 1px solid #d3d7d9;
	font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
	border: 1px solid #d3d7d9;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

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

.node-type-post .media-image {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.content {
	margin-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
}
h1#page-title {
	font-size: 35px;
	font-family: proxima-nova;
	color: #5A3913;
	border-bottom: 1px #F0B210 solid;
	/*line-height: 1;*/
}
#content h2 {
	margin-bottom: 2px;
	font-size: 1.429em;
	line-height: 1.4;
}
#content a {
	color: #993300;
}
.node .content {
	font-size: 1.071em;
}
.node-teaser .content {
	font-size: 1em;
}
.node-teaser h2 {
	margin-top: 0;
	padding-top: 0.5em;
}
.node-teaser h2 a {
	color: #181818;
}
.node-teaser {
	border-bottom: 1px solid #d3d7d9;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.node-sticky {
	background: #f9f9f9;
	background: rgba(0, 0, 0, 0.024);
	border: 1px solid #d3d7d9;
	padding: 0 15px 15px;
}
.node-full {
	background: none;
	border: none;
	padding: 0;
}
.node-teaser .content {
	clear: none;
	line-height: 1.6;
}
.meta {
	font-size: 0.857em;
	color: #68696b;
	margin-bottom: -5px;
}
.submitted .user-picture img {
	float: left; /* LTR */
	height: 20px;
	margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
	margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
	font-weight: normal;
	margin: 0;
	padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
	font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
	font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
	float: left; /* LTR */
	padding: 0 1em 0 0; /* LTR */
	white-space: nowrap;
}
.link-wrapper {
	text-align: right;
}
.field-type-image img,
.user-picture img {
	margin: 0 0 1em;
}
ul.links {
	color: #68696b;
	font-size: 0.821em;
}
.node-unpublished {
	margin: -20px -15px 0;
	padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

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

.comment h2.title {
	margin-bottom: 1em;
}
.comment div.user-picture img {
	margin-left: 0; /* LTR */
}
.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}
.comment .attribution {
	display: table-cell;
	padding: 0 30px 0 0; /* LTR */
	vertical-align: top;
	overflow: hidden;
}
.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}
.comment .attribution .username {
	white-space: nowrap;
}
.comment .submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}
.comment .submitted .comment-time {
	font-size: 0.786em;
	color: #68696b;
}
.comment .submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}
.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}
.comment .comment-arrow {
	background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
	border-left: 1px solid #FBF4E4 !important;
	border-right: 1px solid #FBF4E4 !important;
	height: 40px;
	margin-left: -47px; /* LTR */
	margin-top: 10px;
	position: absolute;
	width: 20px;
}
.comment .comment-text {
	padding: 10px 25px;
	border: 1px solid #d3d7d9;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
}
.comment .indented {
	margin-left: 40px; /* LTR */
}
.comment ul.links {
	padding: 0 0 0.25em 0;
}
.comment ul.links li {
	padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
	margin-right: 5px; /* LTR */
	padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
	padding-top: 10px;
}
.sidebar .block {
	border-top: 4px #F0B210 solid;
	padding: 15px 20px;
	margin: 0 0 20px;
	margin-right: -15px;
}
.sidebar h2 {
	margin: 10px 0 10px;
	padding-bottom: 5px;
	font-size: 22px;
	line-height: 1.2;
	text-indent: 26px;
	background: url(../images/block-icon.png) no-repeat;
	text-transform: uppercase;
	font-family: ff-meta-web-pro,sans-serif;
}
.sidebar .block .content {
	font-size: 0.914em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.sidebar .block .content a {
	font-size: 14px;
	font-family: arial;
	color: #993300;
}

.sidebar .block .content a.active-trail {
	/*font-weight: bold;*/
	/*color: #000;*/
}

.sidebar .block ul li,
.sidebar .block ol li {
	list-style: none;
}
.sidebar .block ul,
.sidebar .block ol {
	padding-left: 0;
}

.sidebar tbody {
	border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
	background: none;
	border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
	background-color: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
	border-top: 1px solid #e7e7e7;
}
#triptych h2 {
	color: #000;
	font-size: 1.714em;
	margin-bottom: 0.8em;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 1;
}
#triptych .block {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.3;
}
#triptych .block.last {
	border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
	list-style: none;
}
#triptych .block ul,
#triptych .block ol {
	padding-left: 0;
}
#triptych #block-user-login .form-text {
	width: 185px;
}
#triptych #block-user-online p {
	margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
	overflow: hidden;
	width: 0;
	height: 0;
}
#triptych-last #block-node-syndicate {
	text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
	width: 185px;
}
#triptych-middle #block-system-powered-by {
	text-align: center;
}
#triptych-last #block-system-powered-by {
	text-align: right;
}

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

#footer-wrapper {
	color: #c0c0c0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.857em;
	height: 426px !important;
}
#footer-wrapper a {
	color: #fcfcfc;
	color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
	color: #fefefe;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
}
#footer-wrapper .block {
	margin: 20px 0;
	padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
	margin: 0;
	padding: 0;
	border: none;
}
#footer .block {
	margin: 0.5em 0;
}
#footer .block .content {
	padding: 0.5em 0;
	margin-top: 0;
}
#footer .block h2 {
	margin: 0;
}
#footer-columns h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #F0B310;
	font-size: 17px;
	font-weight: bold;
}
#footer-columns .content {
	margin-top: 0;
}
#footer-columns p {
	margin-top: 1em;
}
#footer-columns .content ul {
	list-style: none;
	padding-left: 0; /* LTR */
	margin-left: 0;
}
#footer-columns .content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-columns .content li a {
	display: block;
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	line-height: 1.2;
	padding: 0.8em 2px 0.8em 20px; /* LTR */
	text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
	background-color: #1f1f21;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}
#footer {
	letter-spacing: 0.2px;
	margin-top: 30px;
	border-top: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
	margin-top: 10px;
}
#footer .block {
	clear: both;
}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li a {
	float: left; /* LTR */
	padding: 0 12px;
	display: block;
	border-right: 1px solid #555; /* LTR */
	border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
	padding-left: 0; /* LTR */
}
#footer li.last a {
	padding-right: 0; /* LTR */
	border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
	background-color: transparent;
}
#footer-wrapper tr.even {
	background-color: #2c2c2c;
	background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.tabs ul.primary {
	padding: 0 3px;
	margin: 0;
	overflow: hidden;
	border: none;
	background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
	display: block;
	float: left; /* LTR */
	vertical-align: bottom;
	margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
	border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
	color: #000;
	background-color: #ededed;
	height: 1.8em;
	line-height: 1.9;
	display: block;
	font-size: 0.929em;
	float: left; /* not LTR */
	padding: 0 10px 3px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
	background-color: #ffffff;
}
.tabs ul.secondary {
	border-bottom: none;
	padding: 0.5em 0;
}
.tabs ul.secondary li {
	display: block;
	float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
	border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
	padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
	padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
	background: #f2f2f2;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
ul.action-links {
	list-style: none;
	margin: 5px;
	padding: 0.5em 1em;
}
ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}
ul.action-links li a {
	padding-left: 15px;
	background: url(../images/add.png) no-repeat left center;
	margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
	padding: 20px 0 5px;
	margin: 0 auto;
}
.featured #messages {
	background: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
}
div.messages {
	margin: 8px 0px;
	width: 475px !important;
	font-weight: bold !important;
}

/* -------------- Breadcrumbs   -------------- */
#breadcrumb {
	margin-top: -20px;
	margin-left: -3px;
}
.breadcrumb {
	font-size: 0.929em;
	background: #F3DD9F;
	display: table-cell;
	padding: 10px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
	float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
	width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
	position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
	font-size: 0.82em;
}
.password-strength-text {
	margin-top: 0.2em;
}
div.password-confirm {
	margin-top: 2.2em;
	width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
	background: #fff url(../images/buttons.png) 0 0 repeat-x;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 0.929em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em; /* LTR */
	padding: 4px 17px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
	color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px; /* Offsets the negative margin of legends */
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.fieldset-wrapper {
	margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}
.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
	margin-right: 10px;
}
.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #3b3b3b;
	display: block;
	height: 2em;
	left: -1px; /* LTR */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
fieldset legend a {
	color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color: #000;
}
fieldset .fieldset-wrapper {
	padding: 0 10px;
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #3c3c3c;
	font-style: italic;
}
input {
	margin: 2px 0;
	padding: 4px;
}
input,
textarea {
	font-size: 0.929em;
}
textarea {
	line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
	padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
	border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
	background: #dedede;
}
.password-suggestions ul li {
	margin-left: 1.2em; /* LTR */
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}
.form-item label {
	font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2px;
}
.form-actions {
	padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-mail {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-subject {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-message {
	width: 76.3%;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
	width: 76%;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background: #ededed;
	border-color: #bbb;
	color: #717171;
}
.form-disabled .grippie {
	background-color: #ededed;
	border-color: #bbb;
}
.form-disabled label {
	color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
	background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
	background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
	float: left; /* LTR */
	font-size: 0.929em;
	width: 120px;
}
.comment-form input,
.comment-form .form-select {
	margin: 0;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.comment-form .form-type-textarea label {
	float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
	margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
	float: none;
	margin-top: 0;
}
.comment-form input.form-file {
	width: auto;
}
.no-sidebars .comment-form .form-text {
	width: 800px;
}
.one-sidebar .comment-form .form-text {
	width: 500px;
}
.two-sidebars .comment-form .form-text {
	width: 320px;
}
.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px; /* LTR */
}
#content h2.comment-form {
	margin-bottom: 0.5em;
}
.comment-form .form-textarea {
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.filter-wrapper label {
	width: auto;
	float: none;
}
.filter-wrapper .form-select {
	min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
	font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom: 0.4em;
}
#edit-actions input {
	margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
	border: 0;
}
.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}
#forum .name {
	font-size: 1.083em;
}
#forum .description {
	font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
	padding-bottom: 7px;
	float: right;
	margin-right: -19px !important;
}
#block-search-form .content {
	margin-top: 0;
}

#block-search-form .form-item-search-block-form input {
	float: left; /* LTR */
	font-size: 11px;
	height: 27px;
	margin-right:0px;
	margin-left: 20px;
	width: 137px;
	border: 0px solid #fff;
	background: #fff;
	margin: 2px 0;
	padding:0px;
	padding-left: 10px;
	
	-webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
	
}

#search-block-form input.form-submit {
		
	background: transparent url(../images/search-button.png) 0 0 repeat-x;
	border: 0px solid #e4e4e4;
	border-bottom: 0px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 0.929em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em; /* LTR */
	
	-webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;  
	border-radius: 0px;
	width: 42px;
	height: 28px;
	cursor: pointer;
	text-indent: -9999px;
	margin-left: -5px;
	
}

#search-form .form-item-keys label {
	display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
	padding-left: 0;
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}
.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em;
}
.search-results .search-snippet-info {
	padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
	margin: 2.2em 0 1.1em 0; /* Same as socialtabs h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
	float: left; /* LTR */
	margin: 0;
}
div.add-or-remove-shortcuts {
	padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
	padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
	margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
	margin: 0;
}
.page-admin-structure-block-demo .block-region {
	background: #ffff66;
	border: 1px dotted #9f9e00;
	color: #000;
	font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
	font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
	width: 500px;
}
.page-admin #admin-dblog img {
	margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
	padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
	margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
	width: 49%;
	margin: 0;
}
div.admin-panel {
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 5px 5px;
}
div.admin-panel h3 {
	margin: 16px 7px;
}
div.admin-panel dt {
	border-top: 1px solid #ccc;
	padding: 7px 0 0;
}
div.admin-panel dd {
	margin: 0 0 10px;
}
div.admin-panel .description {
	margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
	width: auto;
	float: none;
}
.overlay #page {
	padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
	display: none;
}
.overlay-processed .field-type-image {
	display: block;
	float: none;
}
.overlay #messages {
	width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
	margin: 2em 0;
}
.node .poll #edit-choice {
	margin: 0 0 1.5em;
}
.poll .vote-form {
	text-align: left; /* LTR */
}
.poll .vote-form .choices {
	margin: 0;
}
.poll .percent {
	font-size: 0.857em;
	font-style: italic;
	margin-bottom: 3em;
	margin-top: -3.2em;
	float: right;
	text-align: right;
}
.poll .text {
	clear: right;
	margin-right: 2.25em;
}
.poll .total {
	font-size: 0.929em;
	font-style: italic;
	text-align: right; /* LTR */
	clear: both;
}
.node .poll {
	margin: 1.8em 0 0;
}
.node .poll .text {
	margin-right: 6.75em;
}
.node .poll #edit-choice {
	margin: 0 0 1.2em;
}
.poll .bar .foreground {
	background-color: #666;
}
#footer-wrapper .poll .bar {
	background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
	background-color: #ddd;
}


/** Added by Leonardo **/
#edit-category {
  width: 200px;
}
.view-display-id-page_in_the_news .views-field-title {
  margin-top: 20px;
  margin-bottom: 0px;
}
.view-display-id-page_in_the_news .views-field-field-news-publication,
.view-display-id-page_in_the_news .views-field-field-news-date,
.page-taxonomy-term .date-display-single {
  color: #858485;
  font-size: 12px;
  
}

.view-display-id-page_in_the_news .views-field-field-news-summary {
  margin-top: 5px;
}
.view-display-id-page_in_the_news .views-field-view-node {
  
}

.view-display-id-page_in_the_news .views-field-title a {
  color: #993300 !important;
  font-size: 22px;
  font-family: ff-meta-web-pro,sans-serif;
}


#featured .content {
	margin:0px;	
	padding: 0px;	
}
#featured .content .section {
  margin:0px;	
  padding: 0px;
}

.media-youtube-preview-wrapper {
  width: 289px;
  height: 176px;
}

.view-id-whats_happening .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDDC0;
  font-size: 12px;
}

.view-id-whats_happening .views-row .views-field-title {
  color: #993300;
  font-size: 22px;
  font-weight: normal;
  font-family: proxima-nova,sans-serif;
}
.view-id-whats_happening .views-row .views-field-created {
  color: #858485;
  font-size: 12px;
  font-weight: normal;
}
.view-id-whats_happening .views-row .views-field-field-news-author {
  color: #993300;
  font-size: 12px;
  font-weight: normal;
}
.view-id-whats_happening .views-row .views-field-field-news-summary {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
}

.site_button,
.pager-load-more {
  margin-top: 0px !important;
}

.site_button,
.pager-load-more a {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6d271), color-stop(1, #f0b410) );
	background:-moz-linear-gradient( center top, #f6d271 5%, #f0b410 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d271', endColorstr='#f0b410');
	background-color:#f6d271;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f6d271;
	display:inline-block;
	color:#0a0a0a !important;
	font-family:arial;
	font-size: 11px !important;
	font-weight:bold;
	padding:6px 8px;
	margin: 10px 0px;
	text-decoration:none;
	text-transform: uppercase;
}
.site_button:hover,
.pager-load-more a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0b410), color-stop(1, #f6d271) );
	background:-moz-linear-gradient( center top, #f0b410 5%, #f6d271 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b410', endColorstr='#f6d271');
	background-color:#f0b410;
	color: #993300;
  text-decoration: none;
}
.site_button:active,
.pager-load-more a:active {
	position:relative;
	top:1px;
}

.site_button img {
  border:none !important;
}

.field-name-field-staff-photo img {
  margin-left: -30px;
}

.view-whats-happening .views-row {
  width: 550px;
  display: table;
}

.view-whats-happening .views-field-uri {
  float: left;
  width: 100px;
}

.view-whats-happening .views-field-uri img {
  border: 3px solid #DFDACC;
}

.view-whats-happening .views-field-title {
  float: right;
  width: 450px;
  display: table;
}
.view-whats-happening .views-field-body {
  float: right;
  width: 450px;
  display: table;
}

.front .title,
.page-blog .title,
.node-type-post #page-title-2 {
  margin: 10px 0 10px;
	padding-bottom: 5px;
	font-size: 22px !important;
	line-height: 1.2;
	text-indent: 26px;
	background: url(../images/block-icon.png) no-repeat;
	text-transform: uppercase;
	font-family: ff-meta-web-pro,sans-serif !important;
}

.node-type-staff #page-title-2,
.node-type-campaign #page-title-2,
.field-name-field-campaign-tagline {
  margin: 10px 0 10px;
	padding-bottom: 5px;
	font-size: 22px !important;
	line-height: 1.2;
	text-indent: 26px;
	background: url(../images/block-icon.png) no-repeat;
	text-transform: uppercase;
	font-family: ff-meta-web-pro,sans-serif;
	border-bottom: 1px #F0B210 solid;
	font-family: proxima-nova;
	color: #5A3913;
	border-bottom: 1px #F0B210 solid;
}

.node-type-staff .subtitle {
  text-transform: uppercase;
  font-size: 20px !important;
  color: #593913;
  margin-top: -10px;
}
.view-id-staff_recent_posts li.views-fluid-grid-item {
  font-size: 11px !important;
}
.view-id-staff_recent_posts .views-row-first{
  border-bottom: 1px solid #ccc;
}
.view-id-staff_recent_posts .views-row {
  margin-top: 20px;
}
.view-id-staff_recent_posts .views-field-uri {
  float: left;
  margin-right: 10px;
}

.view-id-staff_recent_posts .views-field-uri img {
  border: 2px solid #fff;
}

.page-about-staff-and-board li.views-fluid-grid-item,
.view-id-staff_recent_posts li.views-fluid-grid-item {
  /* width and height properties are defined at views_fluid_grid.size.css. */
  padding: 3px;
  overflow: hidden; /* needed to clip content when explicit width/height is specified. */
  list-style-type: none;
  background-image: none;
  vertical-align: top;
  color: #444;
  background-color: transparent !important;
  border: 0px solid #aaa;
  margin-right: 14px;
}

.view-id-staff_recent_posts {
  /*border-top: 1px #F0B210 solid;*/
}

.view-id-staff_recent_posts .views-row {
  height: 100px;
}

.view-id-staff_recent_posts .views-row-1,
.view-id-staff_recent_posts .views-row-2 {
  border-bottom: 1px solid #DEDDC0 !important;
}

.page-about-staff-and-board ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item { width: 175px; }

.page-about-staff-and-board div.views-fluid-grid h3 {
  text-align: left;
  margin: 20px 0 10px;
	padding-bottom: 5px;
	font-size: 22px !important;
	line-height: 1.2;
	text-indent: 26px;
	background: url(../images/block-icon.png) no-repeat;
	text-transform: uppercase;
	font-family: ff-meta-web-pro,sans-serif;
	border-bottom: 1px #F0B210 solid;
	font-family: proxima-nova;
	color: #5A3913;
	border-bottom: 1px #F0B210 solid;
}

.page-about-staff-and-board .views-field-field-staff-photo img {
  border: 4px solid #fff;
}

ul.views-fluid-grid-list {
  width: 600px;
  margin: 0;
  padding: 0;
}

.page-about-staff-and-board .views-field-field-staff-position {
  text-transform: uppercase;
}

/**
 * Ella's Voice
 */
#block-views-ellas-voice-highlight {
  /*background: #F6E9C3;8/
  /*border-top: 1px solid #F0B210;
  border-bottom: 1px solid #F0B210;*/
  margin-bottom: 50px;
}

#block-views-ellas-voice-highlight ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item { 
  width: 280px; 
  padding: 0px;
  margin: 0px; 
}

#block-views-ellas-voice-highlight li.views-fluid-grid-item {
  /* width and height properties are defined at views_fluid_grid.size.css. */
  padding: 0px;
  margin: 0px;
  overflow: hidden; /* needed to clip content when explicit width/height is specified. */
  list-style-type: none;
  background-image: none;
  vertical-align: top;
  color: #444;
  background-color: transparent !important;
  border: 0px solid #aaa;
  /*margin-bottom: 14px;
  margin-left: 14px;
  border-bottom: 1px solid #F0B210;*/
}

/*#block-views-ellas-voice-highlight li.views-row-3,
#block-views-ellas-voice-highlight li.views-row-4 {
  border-bottom: 0px solid #F0B210; 
}

#block-views-ellas-voice-highlight .views-field-uri {
  float: left;
  margin-right: 10px;
}
#block-views-ellas-voice-highlight .views-field-uri img {
  border: 4px solid #fff;
}
#block-views-ellas-voice-highlight .views-field-created {
  float: left;
  color: #A9A9A9;
  font-size: 12px;
}
*/

#block-views-ellas-voice-highlight .views-field-title .field-content {
  padding: 10px;
}

#block-views-ellas-voice-highlight .views-field-title {
  margin-top: 160px;
  width: 280px;
  font-size: 17px;
  background: #000;
  z-index: 1;
   position: absolute;
   height: 50px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   width: 280px;
}

#block-views-ellas-voice-highlight .views-field-title a {
  color: #fff;
}

.page-blog .view-display-id-home .views-row,
.view-id-ellas_voice_utils .views-row
{
  width: 550px;
  display: table;
  min-height: 180px;
}

.page-blog .view-display-id-home .views-field-uri,
.view-id-ellas_voice_utils .views-field-uri {
  float: left;
  margin-right: 10px;
  display: table-cell;
}

.page-blog .view-display-id-home .views-field-uri img,
.view-id-ellas_voice_utils .views-field-uri img {
  border: 3px solid #DFDACC;
  width: 150px;
  height: 150px;
}
/*
Changed by Hayes 1/4/2013:
line-height from 20->23
Removed bottom margin.
*/
.page-blog .view-display-id-home .views-field-title,
.view-id-ellas_voice_utils .views-field-title {
  float: left;
  width: 380px;
  display: table-cell;
  font-size: 22px;
  line-height: 23px;
/*  margin-bottom: 10px;	*/
}
.page-blog .view-display-id-home .views-field-body,
.view-id-ellas_voice_utils .views-field-body {
  float: left;
  width: 380px;
  display: table-cell;
}
.page-blog .view-display-id-home .views-field-field-post-tags,
.view-id-ellas_voice_utils .views-field-field-post-tags {
  font-size:12px;
}

.page-blog .views-field-view-node, 
.view-id-ellas_voice_utils .views-field-view-node {
  float: left;
  clear: left;
  width: 100%;
  display: table-cell;
  border-bottom: 1px solid #DEDDC1;
  padding-bottom: 20px;
  text-align: right;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-blog .views-field-view-node a, 
.view-id-ellas_voice_utils .views-field-view-node a {
  background: #F7DB90;
  padding: 5px 10px 2px 10px;
  margin-right: 10px;
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
}
/* most commented */
/*Removed min-height:180px 4/28/2013*/
.view-display-id-commented .views-row {
  width: 280px;
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #DEDDC1;
}

.view-display-id-commented .views-row-last {
  border-bottom: 0px solid #DEDDC1;
}

.view-display-id-commented .views-field-uri {
  float: left;
  margin-right: 10px;
}

.view-display-id-commented .views-field-uri img {
  width: 45px;
  height: 45px;
  border: 3px solid #DFDACC;
}

.view-display-id-commented .views-field-title {
  float: left;
  width: 215px;
  display: table-row;
}
.view-display-id-commented .views-field-created {
  float: left;
  width: 215px;
  display: table-row;
  color: #A9A9A9;
}

.view-display-id-commented .views-field-disqus-comment-count {
	width:218px;
	float:right;
}

.view-display-id-commented .views-field-comment-count {
  float: left;
  width: 215px;
  display: table-row;
  font-style: italic;
  font-size: 12px;
}

/**
 * Legacy Styles
 */
.node-type-post #content .alignright,.node-type-post #content  img.alignright{
float:right;
margin:1em 0 0 1em;
}

.node-type-post #content .alignleft,.node-type-post #content  img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.node-type-post #content .aligncenter, .node-type-post #content  img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


.node-type-post #content .entry-content img, .node-type-post #content  a img { border: 1px solid #666; }
.node-type-post #content a:hover img, .node-type-post #content .comment a:hover .avatar { border: 1px solid #f0b310; }
.node-type-post #content .imageleft, .node-type-post #content  .alignleft { float: left; margin: 0 10px 10px 0; }
.node-type-post #content .imageright, .node-type-post #content  .alignright { float: right; margin: 0 0 10px 10px; }
.node-type-post #content .imageblock { display: block; margin: 0 0 1em 0; }
.node-type-post #content .imagecentre, #content .imagecenter, #content .centered, #content .aligncenter { display: block; text-align: center; margin: 0 auto 1em auto; }

/*Style for image caption*/
span.caption {
	font-size:80%;
}

.meta-submitted {
  margin-top: -10px;
  margin-bottom: 10px;
}
/* Edited by Hayes 1/4/2013: Margin 10px -> 5px. Added line-height: 15px;*/
.meta-submitted-featured {
  font-size: 11px;
  margin-top: 5px;
  color: #858485;
  line-height: 15px;
}


/*added by Hayes 1/5/2013 */
.view-id-whats_happening views-field-disqus-comment-count {
	width: 450px;
	float: right;
}

/*added by Hayes 4/28/2013*/

.view-id-ellas_voice .views-field-disqus-comment-count, .view-ellas-voice-utils .views-field-disqus-comment-count {
	font-size: 11px;
}

.node-type-post .field-name-field-post-category {
  margin-top: 20px;
  clear: both;
}

.staff-contact {
  margin-top: 50px;
}

.staff-contact #webform-component-name {
  float: left;
  width: 265px;
}

.staff-contact .form-text {
  width: 240px;
}

.staff-contact #webform-component-email {
  float: left;
  width: 240px;
  clear: left;
}

.staff-contact #webform-component-messsage {
  float: left;
  width: 280px;
}

.staff-contact .form-textarea {
  width: 278px;
}

.staff-contact .form-submit {
  background-image: url(../images/button_bg.png);
  background-repeat: repeat;
  background-position: 5px;
  
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 5px;
  
  -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f6d271;
	display:inline-block;
	color:#0a0a0a !important;
	font-family:arial;
	font-size: 11px !important;
	font-weight:bold;
	
	margin: 10px 0px;
	text-decoration:none;
	text-transform: uppercase;
}

.staff-contact .form-submit:hover {
  background-image: url(../images/button_bg2.png);
  background-position: 5px;
}

.block-flickr {
 background: #fff url(../images/flickr.jpg) no-repeat top right !important; 
}

.block-flickr img {
  margin-left: 20px;
  margin-top: 20px;
  border: 2px solid #ccc;
}

.node-type-event .field-name-field-media {
  display: table;
  margin-bottom: 10px;
}

.node-type-event .field-name-field-media .field-item { 
  float: left;
  margin-right: 5px;
}

.page-events .views-field-field-media { 
  float: right;
  margin-right: 5px;
  clear: both;
}


.node-type-event .field-name-field-event-location,
.node-type-event .field-name-field-event-date {
  margin-bottom: 10px;
}

.page-events .views-field-field-event-date,
.page-events .views-field-field-event-location,
.page-events .views-field-body {
  margin-bottom: 5px;
  display: table;
}

.page-events .views-label-field-event-date,
.page-events .views-label-field-event-location,
.page-events .views-label-body { 
  float:   left;
  font-weight: bold;
  display: table-cell;
  width: 75px;
}

.page-events .views-field-field-event-date .field-content,
.page-events .views-field-field-event-location .field-content,
.page-events .views-field-body .field-content {
  float:   left;
  display: table-cell;
  width: 500px;
}

.callbox {
  border: 1px solid #E5E2D6;
  background-color: #DEDCD1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 15px;
  margin: 15px;
  float: right;
  width: 250px;
}
.callbox img {
  border: 1px solid #000;
}

.node-type-campaign .field-type-image {
  float: right;
  margin-left: 15px;
}

.node-type-campaign .field-type-image img {
  border: 2px solid #000;
}
.node-type-campaign .field-name-field-tags {
  display: none;
}

.special_subtitle {
  color: #993300;
  font-size: 28px;
  font-weight: bold;
}

.pager-load-more {
  text-align: left !important;
}

.pager-load-more .pager-next a {
  margin-left: -40px;
}

.socialtabs {
  margin-top: 20px;
  
}

.socialtabs ul {
  border-bottom: #F0B310 solid 9px;
  padding-bottom: 10px;
  width: 345px;
  margin-left: -20px;
}

.socialtabs .facebook {
  margin-left: 20px!important;
}
.socialtabs li { 
  list-style:none; float:left;
}
.socialtabs ul a {
  display:block;
  padding: 7px;
  text-decoration:none!important;
  font:10px Verdana;
  color: #fff !important;
  background: #D4D4D4;
  height: 17px;
  margin-top: -21px;
}
.socialtabs ul a:hover {
  color:#FFF;
  background:#111;
  }
.socialtabs ul a.selected {
  margin-bottom:0;
  color: #525252;
  background: #F0B310;
  cursor:default;
  }
.socialtabs div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background: #fff;
  font:10pt Georgia;
}
.socialtabs div a { color:#000; font-weight:bold; }

/*.page-events .view-display-id-page .views-field-field-event-date .date-display-single {
  display: none;
}*/

.take-action-title,
.take-action-title a {
  color: #993300 !important;
  font-size: 22px !important;
  font-weight: normal !important;
  font-family: proxima-nova,sans-serif !important;
}


.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter, img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

#header {
  margin-top: -35px;
}

.region-header .view-highlight, .region-header .join-us, .region-header .join-us-arrow, .region-header, h1#page-title, .page-about-staff-and-board div.views-fluid-grid h3 {
    line-height: 35px;
}
/*moved by Hayes 1/5/2013 from declaration above. */
.view-id-whats_happening .views-row .views-field-title {
	line-height: 25px;
}

/*Styles for use with Stori.es platform */

span.gwt-CheckBox label {
	display:inline;
	font-weight:normal;
	vertical-align: middle;
	padding-left: 5px;
}

span.gwt-CheckBox input {
	vertical-align: middle;
	margin-left: 5px;
}
textarea.stories-textArea {
	height:160px;
	width:455px;
}
iframe.gwt-RichTextArea {
	background:white;
}