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

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: Georgia, "Times New Roman", Times, 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, 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: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 14px;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: transparent;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 0;
  border: 0px solid white;
  text-align: left;
  margin: 0;
  vertical-align: top;
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border : 0;
}
tr.odd {
  background: transparent;
}
tr,
tr.even {
  background: transparent;
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ 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: 15px 15px 15px 10px; /* 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 .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.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;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}
/* 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);
}

/* --------------- 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;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#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 ------------------ */

.content {
  margin-top: 10px;
}
h1#page-title {
  font-size: 2em;
  line-height: 1;
}
#content h2 {
  line-height: 16px;
}
.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: 11px;
}
.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;
  border-right: 1px solid;
  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: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.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;
}
#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;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  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 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#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: 20px;
}
#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: 0;
}
.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 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- 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: 13px;
}
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 */
  width: 100%;
  font-size: 11px;
  font-family: Ariel, Helvetica, sans-serif;
}
.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;
}
.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 */
}
tr.even, tr.odd {
	border:0px;
}
/* -------------- 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;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#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: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

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

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual 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 ----------- */
.content {
	margin-top: 0px;
}
.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;
}

body {
  background: none;
  font-family: Arial, Helvetica, sans-serif
}

#page-wrapper, #footer-wrapper, #page, #main-wrapper {
  /* background: transparent !important; */
  /* background: white !important; */
  background: #D4DADA !important;
}

#main-wrapper #main {
  /* background: #D4DADA !important; */
  margin-top : 0;
  /* box-shadow: inset 0px 5px 8px #999; */
}

#header {
   background: 0 0;
}

#header a#logo {
	margin-top: 28px;
	padding: 0;
}

/*
#page-wrapper {
	padding-top: 15px;
} */

#pageNav {
	width: 1033px;
	margin: 0 auto;
	color: white;
	clear: both;
	background: #D4DADA;
}
#pageNav #mainMenu #block-menu-block-2 ul li {
	list-style: none;
	line-height: 31px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 0 6px;
	margin-left: 15px;
	vertical-align: top;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	float: left;
}
#pageNav #mainMenu #block-menu-block-2 ul li.active-trail {
	padding-top: 4px;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	color: white;
	background: #16AFE8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #16AFE8), color-stop(1, #196088));
	background: -ms-linear-gradient(bottom, #16AFE8, #196088);
	background: -moz-linear-gradient(center bottom, #16AFE8 0%, #196088 100%);
	background: linear-gradient(bottom, #16AFE8 0%, #196088 100%);
}
#pageNav #mainMenu #block-menu-block-2 ul li a {
	color:#333;
	text-decoration : none;
}
#pageNav #mainMenu #block-menu-block-2 ul li.active-trail a {
	color:white;
}
#pageNav #mainMenu .block-menu-block ul.menu{
	padding:0;
}
#pageNav #mainMenu #pageSubNav li a{
	color:white;
	text-decoration : none;
}
#pageNav #mainMenu #pageSubNav li{
	list-style: none;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 5px;
	font-size: 0.9em;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	float: left;
}
/*Feature menu */
#pageNav #mainMenu #pageSubNav li.active-trail, #pageNav #mainMenu #pageSubNav li.active.menu-mlid-756 {
	background: #A9DAEE;
}
#pageNav #mainMenu #pageSubNav li.active-trail a, #pageNav #mainMenu #pageSubNav li.active.menu-mlid-756 a {
	color: #333;
}
.sidebar .block {
	border: none !important;
	background-color: transparent !important;
}
td#pageSideBar {
	width: 234px;
	vertical-align: top;
	padding-top: 10px;	
}
table.layoutTable .layoutTr {
	background: transparent !important;
}
table.layoutTable tbody {
	border:none !important;
}
table.layoutTable .layoutTd {
	padding:0;
	border:0 !important;
	vertical-align: top;
}
#page, #main-wrapper #content .block {
        margin-top: 18px;
    	margin-right: 0px;
	margin-bottom: 0px;
    	margin-left: 0px;
    	background: white;
}
#page, #main-wrapper #content #block-views-views-showcase-block-2 {
	margin: 0px;
	background: transparent;
}
.front #main-wrapper #content #block-system-main {
	padding: 18px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.front #main-wrapper #content #block-views-exp-other-recent-news-page-1 {
	margin-top: 0px;
	padding: 10px;
}
table.layoutTable {
	margin-top : 0;
	margin-bottom: 0;
}
#sidebar-second .section {
	padding-top: 0;
}
#sidebar-second .section .block {
/*	padding: 0;
	margin: 15px; */
    	padding-top: 7px;
    	padding-right: 0px;
    	padding-bottom: 5px;
    	padding-left: 10px;
    	margin: 5px;
}
#pageHeaderRight {
	float: right; 
	text-align: right;
}
#pageHeaderRight .button {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	line-height: 22px; 
	text-transform: uppercase; 
	border: 0; 
	color: white; 
	cursor: pointer; 
	margin: 0; 
	background: #FE8A25; 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FF6903), color-stop(1, #FE9F3B)); 
	background: -ms-linear-gradient(bottom, #FF6903, #FE9F3B); 
	background: -moz-linear-gradient(center bottom, #FF6903 0%, #FE9F3B 100%); 
	background: linear-gradient(bottom, #FF6903 0%, #FE9F3B 100%);
}
#pageHeaderRight .button a {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	color: white; 
	cursor: pointer; 
	text-decoration: none; 
	padding: 0 8px; 
	font-size: 11px; 
	font-weight: bold; 
	vertical-align: middle;
}
#pageHeaderRight form {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1;
}
#pageHeaderRight form input {
	margin: 0 15px; 
	width: 200px; 
	padding: 0 6px; 
	line-height: 22px; 
	height: 22px; 
	border: 0; 
	background-color : rgba(255, 255, 255, 0.2); 
	outline: 0; 
	color: white;
	font-size:14px;
}
a.icon {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	width: 26px; 
	height: 26px;
	vertical-align: -7px;
	padding: 0;
	background: url('../images/icons.png'); 
	background-repeat: no-repeat; 
}
a.icon_twitter {
	background-position: 0px 0px; 
	margin-right: 10px;
}
a.icon_facebook {  
	background-position: -26px 0px;
}
#pageHeaderRight .banner {  
	width:728px;
	height:90px;
	margin: 11px 0;
	display: block;
  overflow: hidden;
}
#pageHeaderRight .login {  
	margin: 8px 0;
	color: white;
	line-height: 1.2em;
}
#pageHeaderRight .login a {  
	color: white;
	text-decoration: underline;
}
#pageHeaderRight .button a:hover {
	background: #FE9F3B;
}
#pageHeaderRight .button .button_divide {
    display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background: white;
	width: 1px;
	height: 16px;
	vertical-align: -4px;
}
#pageNav #pageSubNav {
    background: #16AFE8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #18668E), color-stop(1, #16AFE8));
	background: -ms-linear-gradient(bottom, #18668E, #16AFE8);
	background: -moz-linear-gradient(center bottom, #18668E 0%, #16AFE8 100%);
	background: linear-gradient(bottom, #18668E 0%, #16AFE8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #16afe8 , endColorstr= #18668e ,GradientType=0 );
	z-index: 10;
	position: relative;
	height: 22px;
	padding: 4px;
	box-shadow: 0 4px 5px -2px #666;
}
#pageNav #pageSubNav .region-mysubmenu {
	float:left;
}
#pageNav .date {
    display: inline-block; 
    zoom: 1; 
    float: right; 
    padding: 4px; 
    color: white; 
    font-size: 11px; 
    font-weight: bold;
}
a.button, .node-ask_a_question-form input#edit-submit, .NewsPage .pager a, .comment-form input.form-submit {
	color: white !important; 
	cursor: pointer; 
	text-decoration: none; 
	padding: 0 8px; 
	font-size: 11px; 
	font-weight: bold; 
	vertical-align: middle; 
	display: -moz-inline-stack; 
	display: inline-block; zoom: 1; 
	line-height: 22px; 
	text-transform: uppercase; 
	border: 0; 
	color: white; 
	cursor: pointer; 
	margin: 0; 
	background: #FE8A25; 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FF6903), color-stop(1, #FE9F3B)); 
	background: -ms-linear-gradient(bottom, #FF6903, #FE9F3B); 
	background: -moz-linear-gradient(center bottom, #FF6903 0%, #FE9F3B 100%); 
	background: linear-gradient(bottom, #FF6903 0%, #FE9F3B 100%); border-radius: 0px;
}
a.button:hover, .node-ask_a_question-form input#edit-submit:hover, .NewsPage .pager a:hover, .comment-form input.form-submit:hover {
	background:#FE9F3B;
}
#footer ul.menu li.expanded {
	text-align: left;
	width: auto;
	text-align: left;
	border: none;
	padding: 5px 30px;
	float: left;
}
#footer ul.menu li.expanded a {
	border-right: none;
	padding: 0px;
	margin: 0 0 7px;
	text-decoration: none;
	width: 100%;
}
#footer {
	border: none;
	margin-top: 0;
/*	padding: 15px 15px 75px; */
        padding: 15px 15px 55px;
	background: #242424;
	padding-top: 15px;
/*	width: 1004px; */
	width: auto;
}
#main {
	margin-bottom: 0;
}
#footer .region {
/*	float: left; */
        width: 950px;
        margin-left: auto;
        margin-right: auto;
/*	display: block; */
	display: table;
	margin-top: 0;
}
#footer-wrapper {
/*	padding-top:0px; */
        padding-top: 10px;
	padding-bottom: 0;
}
#footer .block {
	margin:0;
}
#pageFooterCopyright {
	width: 1033px;
	margin: 0 auto;
/*	color: #999; */
        color: #292929;
	line-height: 25px;
	font-size: 11px;
}
#footer a {	
	color: #999;
}
#footer ul li.expanded a {
	font-size: 14px;
	font-weight: bold;
}
#footer ul.menu li.expanded a:hover {
	color:#999;
}
#footer ul.menu li.expanded ul li a {
	font-weight:normal;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	margin: 0;
}
#footer .block .content {
	padding: 0;
}
.view-id-topheader_ad.view-display-id-block_1 img {
	width: 728px;
	height: 90px;
}
.view-id-topheader_ad.view-display-id-block_2 img {
	width: 234px;
	max-height: 206px;
}
.view-id-topheader_ad.view-display-id-block_3 img {
	width: 234px;
	max-height: 206px;
}
.view-id-topheader_ad.view-display-id-block_5 img {
	width: 360px;
	height: 74px;
}
.view-id-topheader_ad.view-display-id-block_5 .views-row-2 {
	float:right;
}
#content #block-views-topheader-ad-block-5, #block-views-topheader-ad-block-6 {
	background:transparent !important;
}
#block-views-topheader-ad-block-5 .views-row-1 {
	float: left;
	width: 50%;
}
.one-sidebar #content {
	width: 763px;
}
.view-id-topheader_ad.view-display-id-block_6 img {
	width: 228px;
	height: 206px;
}

#block-views-topheader-ad-block-6 .views-row {
/*	margin: 0px 15px; */
	margin: 0px 19px;
	float:left;
}
#block-views-topheader-ad-block-6 .views-row-first {
	margin-left:0px;
}
.widgetviews .view-header h1 {
	padding: 0 12px;
	line-height: 38px;
	height: 38px;
	font-size: 15px;
	background: #16A9DF;
	color: white;
	font-weight: bold;
	margin: 0;
}
.widgetviews h1 a {
	color:white;
	text-decoration:none;
}
.widgetviews .view-content {
	padding: 18px;
	padding-bottom: 0;
	height: 140px;
}
.widgetviews .view-footer {
	padding: 18px;
	padding-top: 0;
	padding-bottom: 10px;
}
.widgetviews .view-footer p {
	margin-bottom: 0;
}

/*
#block-views-people-movement-block-1, #block-views-faces-for-radio-block-1 {
	width: 363px;
	float: left;
	height: 229px;
} */
#block-views-people-movement-block-1 {
	width: 362px;
	float: left;
	height: 229px;
}
#block-views-faces-for-radio-block-1 {
	width: 362px;
	float: right;
	height: 229px;
}

.view-other-recent-news .view-header h1, .view-id-hot_off_the_net.view-display-id-block_1 .view-header h1{
	font-size: 13px;
	margin: 0;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1em;
	color : #333;
}
.view-id-faces_for_radio.view-display-id-block_1 .views-field-field-faces-for-radio-photo img {
	float: right;
	max-width: 90px;
	margin: 0 0 5px 5px;
}
.view-id-people_movement.view-display-id-block_1 .views-field-field-people-image img {
	float: right;
	max-width: 90px;
	margin: 0 0 5px 5px;
}
.view-id-faces_for_radio .views-field-field-screen-name {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.view-id-faces_for_radio .views-field-php {
	font-size: 13px;
	font-weight: bold;
}
.button.button-big {
	line-height: 30px;
}
.view-id-other_recent_news.view-display-id-page_1 .views-row, #block-views-hot-off-the-net-block-1 .views-row {
	margin-bottom: 25px;
	/*min-height: 109px;*/
	height: 144px;
	overflow: hidden;
}
.view-id-other_recent_news.view-display-id-page_1 .views-field-field-news-image img, ..view-id-hot_off_the_net.view-display-id-block_1 .views-field-field-hotnews-image img {
	float: left;
}
.view-id-other_recent_news.view-display-id-page_1 .views-field-field-news-image, .view-id-hot_off_the_net.view-display-id-block_1 .views-field-field-hotnews-image {
	float: left;
	margin-right: 5px;
}
.view-id-other_recent_news.view-display-id-page_1 .views-field-created {
	font-size: 11px;
	color: #444;
	margin-left: 145px;
}
.view-id-other_recent_news.view-display-id-page_1 .views-field-title a {
	margin: 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.view-id-other_recent_news.view-display-id-page_1 .views-field-body a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.view-id-other_recent_news.view-display-id-page_1 .views-row:hover a {
	color:black;
}
#block-block-2 input[type='submit'] {
	margin-top : 0;
	height: 30px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	color: white !important;
	cursor: pointer;
	text-decoration: none;
	padding: 0 8px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 22px;
	text-transform: uppercase;
	border: 0;
	color: white;
	cursor: pointer;
	margin: 0;
	background: #FE8A25;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FF6903), color-stop(1, #FE9F3B));
	background: -ms-linear-gradient(bottom, #FF6903, #FE9F3B);
	background: -moz-linear-gradient(center bottom, #FF6903 0%, #FE9F3B 100%);
	background: linear-gradient(bottom, #FF6903 0%, #FE9F3B 100%);
	border-radius: 0px;
	line-height: 30px;
}
#block-block-2 input[type='submit']:hover {
	background: #FE9F3B;
}
#block-block-2 input#edit-search {
	height: 30px;
	width: 200px;
	box-sizing: border-box;
	-ie-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 1px solid #FE8A25;
	vertical-align: middle;
	padding-left: 5px;
}
#block-block-2  #edit-search-wrapper {
	float: right;
	padding-top: 0px;
}
#block-block-2 .views-submit-button {
	padding-right: 0;
	padding-top: 0px;
}
#block-block-2 .views-exposed-widgets {
	padding: 10px;
	float: left;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#block-block-2 .content {
	padding:18px;
	float:left;
	width : 100%;
}
#block-block-2 .content a, #block-block-2 #views-exposed-form-other-recent-news-page-2 {
	float: left;
}
.frontpage #block-system-main {
	float: left;
/*	width: 345px; */
	width: 363px;
}
.frontpage #block-views-hot-off-the-net-block-1 {
	width: 345px;
	float: right;
}
.frontpage #block-block-2, .frontpage #block-views-topheader-ad-block-5 , .frontpage #block-views-topheader-ad-block-6 {
	float: left;
/*	width: 745px; */
	width: 763px;
}
.view-hot-off-the-net .views-row h2 {
	margin-top: 10px;
}
.view-hot-off-the-net .views-row h2 a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.view-hot-off-the-net .views-field-nothing {
	float: left;
	padding-right: 10px;
}
.view-hot-off-the-net .views-field-nothing img {
	padding-top: 4px;
}
.view-hot-off-the-net .views-field-title a {
	color:#333;
}
.view-hot-off-the-net .views-field-title a:hover {
	color:black;
}
.view-hot-off-the-net .view-content {
	height:auto;
	margin-bottom : 10px;
}
#block-views-job-market-block-1 .widgetviews .view-content {
	height: 260px;
	background: white;
	padding: 18px;
}
.sidebar h2 {
	border-bottom : 0;
}
.layoutTable h1#page-title {
	line-height: 1em;
/*	margin: 18px 0 0 18px; */
        margin: 18px 0 0 0px;
	padding: 22px 26px;
	background: white;
	color: #333;
	zoom: 1;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 0;
}
.layoutTable h1#page-title span {
	border-bottom: 1px solid #999;
	width: 100%;
	display: block;
}
.layoutTable h1#page-title small {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin-left: 20px;
}
#block-system-main {
	margin-top : 0 !important;
	padding: 22px 26px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.frontpage #block-system-main {
	margin-top : 18px !important;
}
table {
	margin-top:0px;
	margin-bottom: 0;
}
.brainstrust_panelists .brainstrust_panelist {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 100px;
	vertical-align: top;
}
.brainstrust_panelists .brainstrust_panelist div {
	font-size: 13px;
	font-weight: bold;
}
.brainstrust_panelists .brainstrust_panelist div {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.brainstrust_panelists .brainstrust_panelist small {
	font-size: 10px;
	font-weight: bold;
}
#main-wrapper #content .contentBelow {
	margin: 18px;
	margin-right: 0;
	background: white;
	margin-bottom: 18px;
	margin-top: 0 !important;
	padding: 22px 26px;
	padding-top: 10px;
	font-size: 14px;
}
#block-formblock-ask-a-question {
	margin-top : 0px !important;
    padding-bottom: 22px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 10px;
}
#block-formblock-ask-a-question #edit-actions {
	margin-top : 0px !important;
	margin-bottom : 0px !important;
}
.contentBelow h2 {
	font-size: 21px;
	font-weight: bold;
	margin-top : 17px;
	margin-bottom : 17px;
}
.contentBelow h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}
.view-latest-question td.views-field-field-panelist-image, .view-latest-question td.views-field-php-1 {
	width: 18%;
	padding-top: 18px;
}
.view-latest-question td.views-field-field-faces-for-radio-photo img {
	width: 100px;
	height: 100px;
}
.view-latest-question td.views-field-nothing p {
	margin-top: 14px;
}
.view-latest-question td.views-field-nothing h4 {
	font-size: 14px;
	font-weight: bold;
}
.view-latest-question td.views-field-nothing {
	font-size: 14px;
}
.view-latest-question .views-field-title a {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.view-latest-question .view-footer p {
	margin : 0;
}
.view-latest-question .view-footer {
	margin-bottom: 10px
}
.jobs-list a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.jobs-list a:hover {
	color:black;
}
.jobs-list a img {
	float: left;
	/*max-width: 60px;
	height: 35px;*/
	margin-top: 0px;
	margin-right:10px;
}
.jobs-list a .job_info { 
	margin-left: 70px;
	margin-top: 12px;
	padding: 10px;
	zoom: 1;
	display: block;
}
.jobs-list a .job_info h2 { 
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}
.jobs-list a .job_info .job_date { 
	font-size: 13px;
}
.jobs-list .even .job_info { 
	background: #F4F4F4;
}
#block-views-7939944e5114a4080e4ebf19d1049ea7 {
	float: left;
/*	width: 745px; */
	width: 763px;
}
.node-ask_a_question-form input#edit-field-que-screen-name-und-0-value {
	width: 170px;
	border: 2px inset;
}
.node-ask_a_question-form .form-item-title {
	display:none;
}
.grippie {
	display: none;
}
.node-ask_a_question-form textarea {
	box-shadow: none;
	width: 695px;
	height: 200px;
	padding: 5px;
	border: 1px solid black;
}
.node-ask_a_question-form .form-actions {
	text-align: right;
}
.node-ask_a_question-form .form-item {
	margin-bottom:0px;
}
.NewsPage .views-row .views-field-title a ,.technology-page-class .views-row .views-field-title-1 a{
	margin-bottom: 30px;
	color: #333;
	text-decoration: none;
}
.NewsPage .views-row .views-field-title a:hover ,.technology-page-class .views-row .views-field-title-1 a:hover  {
	color: black;
}
.NewsPage .views-row .views-field-title a img ,.technology-page-class .views-row .views-field-title-1 a img{
	max-width: 140px;
	max-height: 140px;
	float: left;
}
.NewsPage .views-row .views-field-title a div.news_article_desc ,.technology-page-class .views-row .views-field-title-1 div.news_article_desc{
	margin-left: 160px;
}
.NewsPage .views-row .views-field-title a div.news_article_desc h2 ,.technology-page-class .views-row .views-field-title-1 div.news_article_desc h2{
	font-size: 15px;
	font-weight: bold;
}
.NewsPage .views-row .views-field-title a div.news_article_desc .shortText ,.technology-page-class .views-row .views-field-title-1 div.news_article_desc .shortText{
	font-weight: normal;
	font-size: 14px;
}
.NewsPage .views-row .views-field-title a div.news_article_desc .date ,.technology-page-class .views-row .views-field-title-1 div.news_article_desc .date{
	margin-top: 5px;
	font-size: 11px;
	color: grey;
}
.NewsPage li.pager-ellipsis {
	display:none;
}
.invisibleClear {
	visibility: hidden; 
	height: 0; 
	clear: both;
}
.NewsPage .pager-previous { 
	float: left;
}
.NewsPage .pager-next { 
	float: right;
}
.NewsPage .pager { 
	padding-left: 0px;
}
h2 {
	font-size: 21px;
	font-weight: bold;
	margin-top: 0;
}
.hotNewsPage .news_preview_desc h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
}
.hotNewsPage .news_preview_desc h2 img {
	padding-right: 10px;
}
.hotNewsPage .news_preview_desc .shortText {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
}
.hotNewsPage .news_preview_desc .source {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}
.news-postList .news_preview_desc a, .NewsSearchPage .news_preview_desc a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.news-postList .news_preview_desc .shortText, .news-NewsSearchPage .news_preview_desc .shortText {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
.news-postList .news_preview_desc .date, .NewsSearchPage .news_preview_desc .date {
	margin-top: 5px;
	color: #444;
	font-size: 13px;
	line-height: 16px;
}
.news-postList .views-row, .NewsSearchPage .views-row {
	margin-bottom: 20px;
}
.NewsSearchPage .views-row .news_preview_desc h2 {
	font-size: 15px;
	font-weight: bold;
}
.NewsSearchPage .views-row .news_preview_desc h2 img {
	padding-right : 10px;
}
.NewsSearchPage span.highlight {
	background: yellow;
}
.view-id-what_you_think tr th {
	background: #16A9E0;
	color: white;
	padding: 3px;
	text-align: left;
}
.view-id-what_you_think tr {
	line-height: 16px;
}
.view-id-what_you_think tr td.views-field-nothing {
	width: 100px;
}
.view-id-what_you_think tr td { 
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
.view-id-what_you_think tr td.views-field-title a { 
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.view-id-what_you_think tr td.views-field-title a:hover {
	color : black;
}
.view-comings-and-goings .news-preview img {
	max-width: 140px;
	max-height: 140px;
	float: left;
}
.view-comings-and-goings .news-preview .news_article_desc {
	margin-left: 160px;
	color: #333;
}
.view-comings-and-goings .news-preview .news_article_desc .shortText p {
	margin-bottom : 0;
}
.view-comings-and-goings .news-preview .date {
	margin-top: 5px;
	font-size: 11px;
	color: grey;
}
.view-comings-and-goings .news-preview {
	margin-bottom: 30px;
}
#page #main-wrapper #content #block-views-hot-off-the-net-block-1 {
	margin-left: 0px;
	padding-right: 19px;
	padding-bottom: 18px;
	padding-top: 10px;
}
.front .hotNewsPage .news_preview_desc h2, .front .hotNewsPage .news_preview_desc .shortText {
	font-size: 13px;
}
.front .hotNewsPage .news_preview_desc .source {
	font-size: 11px;
}
.view-id-faces_for_radio_page table thead th {
	vertical-align: top;
	text-align: left;
	background: #DDD;
	padding: 2px 4px;
}
.view-id-faces_for_radio_page table {
	border-collapse: separate;
	border-spacing: 2px;
}
.view-id-faces_for_radio_page table td {
	vertical-align: top;
	padding: 1px 4px;
	min-height: 63px;
}
.view-id-faces_for_radio_page table td.views-field-nothing {
	width: 40%;
}
.view-id-faces_for_radio_page table tr.even td {
	background: #F4F4F4;
}
.view-id-faces_for_radio_page button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url("/sites/default/files/controls.png") no-repeat;
}
.page-people-talent-bank .mejs-container .mejs-controls {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	height: 30px;
	width: 100%;
}
.page-people-talent-bank .mejs-container .mejs-controls div {
	list-style-type: none;
	background: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	background: 0;
	font-family: Helvetica, Arial;
	border: 0;
}
.page-people-talent-bank .mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}
.page-people-talent-bank .mejs-controls .mejs-pause button {	
	background-position: 0 -16px;
}
.page-people-talent-bank .mejs-controls .mejs-play button {
	background-position: 0 0;
}
.page-node-58 #main-wrapper #content #block-system-main {
	background : none;
	padding : 0px;
	margin : 18px 0 18px 18px !important;
}
.page-node-58 .layoutTable h1#page-title {
	display:none;
}
.page-node-58 .field-name-body table.aircheck { 
	border-bottom: 1px solid black;
	font-size: 11px;
}
.page-node-58 .field-name-body caption { 
	padding: 0;
	background: transparent;
	height: 164px;
	text-align: left;
	font-weight: normal;
}
.page-node-58 .field-name-body img { 
	width: 745px;
	height: 164px;
}
.page-node-58 table.aircheck .twRank, table.aircheck .twSpins, table.aircheck .weeks, table.aircheck .title {
	border-left: 1px solid black;
} 
.page-node-58 table.aircheck thead tr th { 
	background: #1F497D;
	color: white;
	padding: 3px 5px;
	vertical-align: middle;
}
.page-node-58 table.aircheck tbody tr {
	background: white;
}
.page-node-58 table.aircheck tbody tr:nth-child(even) {
	background: #C5D9F1;
}
.page-node-58 table.aircheck tbody tr td {
	padding: 4px 5px;
	vertical-align: middle;
}
.page-node-58 table.aircheck .lifeSpins {
	border-right: 1px solid black;
}
.node-type-page .field-name-body {
	font-size: 14px;
	color: #333;
	line-height: 16px;
}
.node-type-page .field-name-body a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.node-type-page .field-name-body h3 {
	font-weight: bold;
	font-size: 16px;
}
.node-type-newspost .imageDescription {
	max-width: 300px;
	float: right;
	margin: 0 0 10px 10px;
	background: #D4DADA;
	margin-top : 5px;
}
.node-type-newspost .field-name-body {
	margin-top : 5px;
}
.node-type-newspost .imageDescription img {
	display: block;
	max-width: 300px;
	margin-bottom: 0px;
}
.node-type-newspost .field-name-field-image-description { 
	padding: 3px;
	font-size: 13px;
	text-align: center;
}
.node-type-newspost .comment-form { 
	display: none;
}
.node-type-new-job-vacancy .field {
	line-height: 16px;
	font-size: 14px;
}
.node-type-new-job-vacancy .field.field-name-field-apply-before {
	margin-bottom: 10px;
}
.view-news-comments .news-comment {
	background: #DDD;
	padding: 10px;
	margin-top: 5px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
}
.view-news-comments .news_comment_screenName {
	font-weight: bold;
}
.view-news-comments .news_comment_date {
	font-size: 11px;
}
.view-news-comments .news_comment_text {
	background: rgba(255, 255, 255, 0.4);
	padding: 3px;
	margin-top: 4px;
	font-size: 13px;
}
.comment-form {
	background: #EEE;
	padding: 10px;
	border-radius: 5px;
}
.comment-form textarea{
	width: 500px;
	height: 150px;
}
.comment-form #edit-author--4, .comment-form #edit-author--2{
	display:none;
}
.comment-form textarea, .comment-form input {
	padding: 3px;
	border: 1px solid #AAA;
	border-radius: 3px;
	box-shadow: inset 1px 1px 10px -5px black;
	outline: none;
}
#block-views-hot-off-the-net-block-1 .view-footer {
	text-align:right;
	padding-right: 25px;
}
.front .view-other-recent-news a.button:hover, .front #block-views-hot-off-the-net-block-1 .view-footer a:hover {
	background: #5A5A5A;
}
.brainstrust-question a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.brainstrust-question a.brainstrust_link {
	text-decoration: underline;
}
.brainstrust-question a:hover  {
	color: black;
}
.brainstrust-question h2 {
	margin-bottom: 4px;
	margin-top: 17px;
}
.node-type-ask-a-question .view-latest-question .view-header {
	display : none;
}
.node-type-ask-a-question .node-ask-a-question h2 {
	margin-top: 21px;
}
.node-type-ask-a-question .comment-form {
	background: transparent;
}
.node-type-ask-a-question input#edit-submit--2 {
	float:right;
}
.node-type-ask-a-question .comment-form .form-textarea {
	-khtml-border-radius-topleft: 0px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width : 100%;
	box-shadow: inset 0px 0px 0px 0px black;
	height:81px;
	border: 1px solid black;
}
.node-type-ask-a-question .comment-form label {
	display:none;
}
.page-node-88 h1#page-title span {
	display:none;
}
.page-node-88 h1#page-title {
	padding-top:0px;
}
.view-id-blogs .blog_blurb {
	background: #DDD;
	padding: 10px;
	margin-bottom: 30px;
	zoom: 1;
	font-size: 14px;
	line-height: 16px;
	min-height: 105px;
}
.view-id-blogs .blog_blurb img {
	float: left;
	padding: 0 10px 0 0;
}
.view-id-blogs .blog_blurb a {
	font-weight: bold;
	color: #333;
}
.node-type-comings-and-goings .field-name-field-movement-date {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.node-type-comings-and-goings .field-name-field-people-image {
	float: right;
}
.view-id-faces_for_radio_page table td a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	vertical-align: top;
}
.page-people-faces .view-id-faces_for_radio_page.view-display-id-page_1 h1#page-title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	line-height: 28px;
}
.page-people-faces- #block-system-main {
	margin-top: 18px !important;
}
.page-people-faces .facesForRadio_face {
	padding-top: 20px;
}
.page-people-faces .facesForRadio-face .float {
	float: right;
	background: #D4DADA;
	padding: 3px;
	margin: 0 0 10px 20px;
}
.page-people-faces .facesForRadio-face .float img {
	max-width: 300px;
}
.page-people-faces .facesForRadio-face .views-field-php-1, .page-people-faces .facesForRadio-face .station {
	font-weight: bold;
	font-size: 14px;
}
.page-people-faces .facesForRadio-face .bio {
	margin-top: 20px;
}
.view-id-hot_off_the_net.view-display-id-block_1 h2 {
	margin:0px;
}
.page-people-my-account .password-strength {
	display : none;
}
.page-people-my-account form div.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
	float: left;
	width: 100%;
}
.page-people-my-account form div.form-item label {
	float: left;
	width: 22%;
	font-size: 12px;
}
.page-people-my-account form div.form-item .description {
	margin-left: 158px;
	color: #999;
	font-size: 11px;	
}
.page-people-my-account form .password-suggestions {
	display:none !important;
}
.page-people-my-account form input.form-text {
	padding: 1px 0px;
	background-color: white;
	border: 2px inset;
	border-image: initial;
	cursor: auto;
	width: 170px;
}
.page-people-my-account form select {
	margin: 0em;
	padding: 0px;
}
.page-people-my-account form textarea {
	width: 175px;
	border: 1px solid black;
	padding: 2px;
}
#edit-submit-92 {
	display:none;
}
.view-id-instant_access.view-display-id-page_1 table {
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 14px;
	line-height: 16px;
}
.view-id-instant_access.view-display-id-page_1 table tr.odd td {
	 background-color: #DDDDDD;
}
.view-id-instant_access.view-display-id-page_1 table tr.even td {
	 background-color: #eeeeee;
}
.view-id-instant_access.view-display-id-page_1 table tr td.views-field-nothing {
	 width: 550px;
}
.view-id-instant_access.view-display-id-page_1 table tr td.views-field-field-short-description {
	 vertical-align: middle;
}
.view-id-instant_access.view-display-id-page_1 table tr td.views-field-field-short-description a {
	 text-decoration: underline;
}
.view-id-instant_access.view-display-id-page_1 table tr td.views-field-field-short-description a:hover {
	 color:black !important;
}
.view-id-instant_access.view-display-id-page_1 table tr td {
	 padding:5px;
}
.view-id-instant_access.view-display-id-page_1 table tr td form div.form-type-radio {
    padding-bottom: 20px;
    padding-top: 20px;
}
.view-id-instant_access.view-display-id-page_1 table tr td form div.description {
    display:none;
}
.hotNewsPage .views-field-field-hotnews-image {
	float: left;
	margin-right: 10px;
}
#node-17718 table,#node-17718 table tr {
    border: 1px solid black;
}
#node-17718 table tr td{
    padding:15px;
}
#node-17718 a {
    color: #0074BD;  text-decoration: none;font-weight:normal;
}
#block-block-4, #block-block-5 {
	background-color: white !important;
}
#block-block-4 h2, #block-block-5 h2 , #block-block-13 h2{
	padding: 5px;
	font-size: 15px;
	background: #16A9DF;
	color: white;
	font-weight: normal;
}
#block-block-4 .content, #block-block-5 .content {
	padding: 5px;
}
.page-news .view-other-recent-news .views-row ,.technology-page-class .views-row{
	margin-bottom: 20px;
}
.node-type-new-job-vacancy .field-name-field-text-only .field-item {
	white-space: pre-wrap;
	font-weight: bold;
}
.page-user-register .form-type-password {
	width: 100%;
}
.tabs {
	margin-left: 15px;
}
.field-type-text-long img, .field-name-body img {
	max-width : 100% !important;
}
#edit-mail--2, #edit-mail, #edit-field-secondry-email-und-0-email {
	width : 250px;
}
#user-login .form-item-name .description {
	font-size: 11px;
}
.page-taxonomy .imageDescription {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.page-taxonomy .feed-icon {
	display:none;
}
/********** news  page************************/
.page-news-search .view-display-id-page_2  .views-row .news_preview_desc .news_imgs{float:left;margin-right:5px;}
.page-news-search .view-display-id-page_2  .views-row .news_preview_desc .news_imgs img{float:none}
.page-news-search .view-display-id-page_2  .views-row  span.field-content h2{clear:both;}
.page-news-search .view-display-id-page_2  .views-row,.page-news-search .column .region-content,.page-news-search  .column #block-system-main  {float:left;}
.front #block-views-views-showcase-block-2 .view-views-showcase .views-showcase-big-panel li .views-showcase-big-box-nothing div {min-height:50px;}

.page-jobs .jobs-list .views-field-title .job_info{margin-left: 110px!important;}
.sharethis-buttons{padding-bottom:20px;}

.news-page-images-small{
	height: 100px;
	width: 140px;
	float: left;
}
.news-page-images-small img{
	height: 100%;
	width: 100%;
}
/*****faces for radio*****/
.page-people-faces-detail .facesForRadio-face,.page-people-faces-detail #block-system-main{float:left;width: 695px;}


.front .view-display-id-page_1 .views-field-field-news-image{width: 140px;
max-height: 110px;
}
.front .view-display-id-page_1 .views-field-field-news-image .field-content{
height:100%;

}
.front .view-display-id-page_1 .views-field-field-news-image img{
width:100%;
height:100%;
}
/*****  !faces for radio*****/

/***********Next/prev news *************/

#block-views-topheader-ad-block-8{
	margin-right: 35px!important;
	float: right;
	width: 42%;
	margin-left: 0px!important;
	margin-bottom: 18px!important;
	padding: 9px 5px 5px 4px;
	min-height: 140px;}
#block-views-topheader-ad-block-9{
	margin-left: 35px!important;
	float: left;
	width: 42%;
	margin-right: 0px!important;
	margin-bottom: 18px!important;
	padding: 9px 5px 5px 4px;
	min-height: 140px;
}

#block-views-topheader-ad-block-8 .next-latest-story{
font-weight: bold;
color: #FF8520;
font-size: 16px;
}
#block-views-topheader-ad-block-9 .views-field-field-news-image,#block-views-topheader-ad-block-8 .views-field-field-news-image{padding:0 5px;
float: left;}
#block-views-topheader-ad-block-9 h2,#block-views-topheader-ad-block-8 h2{color:#FF8520;}
#block-views-topheader-ad-block-9 .views-field-title a,#block-views-topheader-ad-block-8 .views-field-title a{
text-decoration: none;
font-size:13px;
font-weight:bold;
color:black;
}
#block-views-topheader-ad-block-9 .views-field-body a,#block-views-topheader-ad-block-8 .views-field-body a{
text-decoration: none;
font-size:13px;
color:black;
}


#block-views-topheader-ad-block-9 {
	position: relative;
	background: white;
	border: 5px solid #FF8520;
}
#block-views-topheader-ad-block-9:after, #block-views-topheader-ad-block-9:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#block-views-topheader-ad-block-9:after {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: white;
	border-width: 30px;
	margin-top: -30px;
}
#block-views-topheader-ad-block-9:before {
	border-color: rgba(255, 133, 32, 0);
	border-right-color: #FF8520;
	border-width: 37px;
	margin-top: -37px;
}

#block-views-topheader-ad-block-8 {
	position: relative;
	background: white;
	border: 5px solid #FF8520;
}
#block-views-topheader-ad-block-8:after,#block-views-topheader-ad-block-8:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#block-views-topheader-ad-block-8:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: white;
	border-width: 30px;
	margin-top: -30px;
}
#block-views-topheader-ad-block-8:before {
	border-color: rgba(255, 133, 32, 0);
	border-left-color: #FF8520;
	border-width: 37px;
	margin-top: -37px;
}

#block-views-topheader-ad-block-8 .views-field-field-news-image,#block-views-topheader-ad-block-9 .views-field-field-news-image{
width: 140px;
max-height: 110px;
}
#block-views-topheader-ad-block-8 .views-field-field-news-image img,#block-views-topheader-ad-block-9 .views-field-field-news-image img{
width: 100%;
height: 100%;
}
#block-views-topheader-ad-block-8 .views-field-field-news-image .field-content,#block-views-topheader-ad-block-9 .views-field-field-news-image .field-content{
height: 100%;}

#block-views-topheader-ad-block-8 .views-field-body,#block-views-topheader-ad-block-9 .views-field-body{
float: right;
width: 168px;
}
/***********!Next/prev news */
#twitter-widget-0 .timeline-footer{display:none;}


#latest-news-jobs-link{
	background: #FE8A25;
	float: right;
	margin-top: 23px;
	margin-right: -26px;
	}
#latest-news-jobs-link a{
	color: white;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: bold;
}
#searching-div .search-radio{
float: left!important;
width: 85px!important;
color:white;
margin-top:3px;
font-size: 11px;
font-weight: normal!important;
}

#searching-div .search-radio input[type="radio"]{
height: 12px!important;
width: 12px!important;
margin: 2px 3px 0px 0px!important;
float:left!important;
}
#searching-div  .search-radio label{float:left;font-weight: normal;}
#searching-div{float: left;
padding-left: 32px;}
#pageHeaderRight form{width: 245px;}

.page-news-search #content #block-system-main {
/*  width:91%; */
  margin-bottom:10px;
}

/* home page slider thumbnail */
#block-views-views-showcase-block-2 ul.views-showcase-pager-item-sublist, #block-views-views-showcase-block-2 ul.views-showcase-mini-list {
	list-style: none;
	margin-left: 15px;
}
 .views-showcase-navigation-box-field_news_image_1 {
text-align: center;
}
#block-views-views-showcase-block-2 .views-showcase-mini-list {
	width : 169px !important;
}
#block-views-views-showcase-block-2 .views-showcase-navigation-container .views-showcase-pager-subitem img {
	width: 101px !important;
	height: 74px !important;
}
.skyadd{
position: fixed;
width: 115px;
overflow: hidden;
height: 1200px;
z-index: 10;
margin-top:0px;
}
.skyadd-right{
margin-left: 1033px;
}
.skyadd-left{margin-left: -115px;}

td#pageSideBar img {
max-width: 235px;
}
#block-views-topheader-ad-block-6 .views-row-last {
	margin-right: 0px;
	float: right;
}
.jobs-list .country{
    margin-left: 110px;
    padding-left: 10px;
}
h1.title.country-page-title{
margin: 0px 0px 5px!important;
padding: 0px!important;
}
/*********/
.node-type-probing-interview .region-content .submitted{display:none;}
.node-type-probing-interview .region-content .field-collection-view{margin:0px;}
/*.node-type-probing-interview .region-content .field-collection-view .field-name-field-title{font-weight:bold;}*/
.region-content #block-views-e7ca9a11852a169098f1876773b5cd1b{padding: 10px;margin-top: 0px!important;}
.region-content #block-views-e7ca9a11852a169098f1876773b5cd1b .views-row{margin :10px 0!important;}
.region-content #block-views-e7ca9a11852a169098f1876773b5cd1b .views-row .views-field-field-title{font-weight:bold;}

/**Ritesh css asiatoday**/
.page-node .region-content .views-field-country-1{font-weight: bold;}
.page-node .region-content .field-name-field-location{margin: 15px 0px;}
#custom_country_form{margin: 10px 0px;}
#custom_country_form input[type='submit']{
  background: #FE922D;
  border: none;
  border-radius: 15px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
#custom_country_form select{ 
  width: 300px;
  height: 30px;
  background: none;
  background-color: #D4DADA;
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px; 
}

.page-news .region-content .views-exposed-form ,
.page-map .region-content .views-exposed-form ,
.page-map .view-other-recent-news #custom_country_form{display: none;}

.page-map .view-footer .title{
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 23px;
  border-bottom: 1px solid;
  margin: 10px 0px; 
}

.page-map .view-display-id-page_1 .view-display-id-page_2 .views-row{
    display: inline-block;
    width: 48.77%;
    min-height: 120px;
}
.page-map .country_is_selected > .view-content > div{
    height: 250px!important;
    width: 500px!important;
}

/********Menu******/
#block-block-10{
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0px!important;
    top: 0px!important;
}
.sub_menu_asia {
  float: left;
  margin: 10px;
  min-width: 165px;
}
.sub_menu_asia a {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.sub_menu_asia:hover {
  background-color: #16A9DF;
}
.sub_menu_asia:hover a {
  color: #fff;
}
/********Menu End******/

/*****technology pages***/
.technology-page-class .title.tech-title{
  padding: 0px!important;
  margin: 0px!important;
  margin-bottom: 15px!important;
}
.technology-page-class .views-field-name a{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #000;
}
#block-block-11{
  margin-top: 0px!important;
  font-size: 15px;
  padding: 10px 24px 1px 24px;
}
.technology-page-class .views-field-name-1 a{
	color: white;
	background: #FF6903;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder
}

.technology-page-class .views-field-name-1{
	margin-bottom: 40px;
	margin-top: 30px;
}
/*****technology pages End***/

/* subscribe slider*/

#block-block-13{
background: #16A9DF!important;
}

#block-block-13 form {
    padding :5px;
    text-align:center;
}
#block-block-13 input[type="submit"] {
    color: white;
    padding: 5px 15px;
    background: #FE8A25;
    font-weight: bold;
    border: none;
}
/* subscribe slider end*/
#logo img{
  height: 150px;
  width: 270px;
}

/* Airplay page*/
.airplay_black_white{
  font-size: 8.9px!important;
  text-align: center;
  background: black;
  color: white!important;
}
.padding_bottom_none{
  padding-bottom: 0px!important;
}
.padding_top_none{
  padding-top: 0px!important;
}
/* My Account Start*/
.page-people-my-account #user-profile-form .field-type-text-with-summary label{
  float: none;
  width: 100%;
}
.page-people-my-account #user-profile-form .field-type-text-with-summary {
  clear: both;
  margin: 10px 0 10px 0;
}
.page-people-my-account #user-profile-form .field-type-text-with-summary .fieldset-wrapper{
  margin-top: 0px;
}
.page-people-my-account #user-profile-form #edit-field-country{
  float: left;
  width: 100%;
}
/* My Account End*/
/*Talent Bank Detail*/
.page-people-faces-detail .talent_bank_detail_container span {
  float: left;
  width: 100px;
  font-weight: bold;
}
.page-people-faces-detail .talent_bank_detail_container{
  margin-bottom: 10px;
}
.page-people-faces-detail .talent_bank_detail_container #talent_bank_country_location .map-link{
  display: none;
}
/*Talent Bank Detail End*/

#block-block-3 iframe{
  width:100%!important; 
}
.skyadd.skyadd-left img, .skyadd.skyadd-right img {
  width: 115px !important;
}
.page-taxonomy-term .view-id-blogs .views-field-field-news-image{
	float: right;
}
/* Hide sign in | subscribe button on header top right */
#pageHeaderRight .button {
  display: none !important;
}
.view-id-what_you_think tr td.views-field-comment-body{
  word-break: break-word;
}
.page-people-talent-bank audio.micro {
  width: 47px!important;
}
.node-newspost #gmap-auto2map-gmap0 {
    width: 375px !important;
    height: 245px !important;
    position: relative;
    overflow: hidden;
    float: right;
    top: -136px;
}
.node-newspost .sharethis-wrapper > * {
    margin-top: 9px;
    display: inline-table;
}

.skyadd{
/*  position:absolute !important; */
}

#block-gtranslate-gtranslate{
  position: absolute;
  top: 0;
  right: 290px;
}

.page-map #block-gtranslate-gtranslate--2{
  position: absolute;
  top: 0;
  right: 290px;
}

.page-map #block-gtranslate-gtranslate {
    background: #16A9DF!important;
/*    position: absolute;
    top: 95px; */
    right: 122px;
    width: 155px;
    margin: 0px !important;
}

