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

body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
    background: #ffffcc;

}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color:#fff;
}
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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: "Helvetica Neue", Helvetica, Arial, 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: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #172830;
  background: rgba(0, 0, 0, 0.105);
  filter: alpha(opacity=90);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
tr,
tr.even {
  background: #172830;
  background: rgba(0, 0, 0, 0.063);
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
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-left:1em;
}

.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: 5px 10px 0px 3px; /* 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;
  display:none;
}
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;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}



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

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
  clear:both;
  background:#000;
  padding:10px;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
  color:#ffcc33;

}

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

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

/* ----------------- 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 {
  margin-bottom: 2px;
  font-size: 1.2em;
  line-height: 1.4;
}
.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;
  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 #000;
  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: #f1f1f1;
  background-image: -moz-linear-gradient(top, #eee 0%, #fff 100%);
  background-image: -ms-linear-gradient(top, #eee 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: linear-gradient(top, #eee 0%, #fff 100%);
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;

}
#triptych h2 {
  color: #000;
  font-size: 1.25em;
  font-weight:bold;
  text-align: center;
  line-height: 1;
  margin-bottom:0;
}
#triptych .block {
  padding-bottom: 1em;
  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;
}

#triptych .block ul.menu li li {
list-style-type: disc;
color:#aaa;
}
#triptych .block ul.menu li li a{
color:#666;
}


/* ------------------ 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 {
  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 {
padding-top:20px;
min-height:20px;
}
#footer .region {
}
#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: 5px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 0px 15px;
}

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

.breadcrumb {
  font-size: 0.929em;
  padding-bottom:0;
  padding-top:5px;
}

/* -------------- 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 tr td.forum {
  padding-left: 35px;
}
#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: 10px;
  width: 10em;
    -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 50px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) 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: 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 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 ----------- */

.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;
}
/* ---------- STAFF ----------- */
.staff1
{
font-weight:bold;
font-size:125%;
clear:both;
color: #fff;


}
.staff2
{
float:left;
margin-right:10px;
margin-top:5px;
clear:both;
}
.staff3
{
font-weight:bold;
color:#0173bc;

}
.view-id-staff .views-row, .view-id-committee .views-row, .view-junior-faculty .views-row {
border-bottom:1px solid #ccc;
margin:0px 10px 10px 0;
}
.view-id-committee .views-field-body, .view-id-staff .views-field-body, .view-junior-faculty .views-field-body
 {
min-height:200px;
}

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

#main-menu {
  clear: both;
    background: #736357;
      background-image: -moz-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -ms-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -o-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #736357), color-stop(1, #534741));
  background-image: -webkit-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: linear-gradient(top, #736357 0%, #534741 100%);
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#736357', endColorstr='#534741'); /* ie8 */

  width:960px;
  padding-top:0;
  
  margin-left:auto;
  margin-right:auto;

}


#main-menu-links li a.active {

}
#main-menu-links {

}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
}
#main-menu-links a {
  color: #fff;
  float: left; /* LTR */
  min-height: 2.4em;
  line-height: 2.0em;
  text-decoration: none;
  border-left:1px solid #000;

}
#main-menu-links .first a {

  border-left:none;

}

#main-menu-links li a:hover,
#main-menu-links li a.active {
background:#172830;
   background-image: -moz-linear-gradient(top, #000 0%, #172830 100%);
  background-image: -ms-linear-gradient(top, #000 0%, #172830 100%);
  background-image: -o-linear-gradient(top, #000 0%, #172830 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1, #172830));
  background-image: -webkit-linear-gradient(top, #000 0%, #172830 100%);
  background-image: linear-gradient(top, #000 0%, #172830 100%);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#172830'); /* ie8 */

color:#ffcc33;
}



#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);
}

/* Primary menu + Superfish
-------------------------------------------------------------- */

#menu {
width:960px;
margin: 0 auto;
}


/* Superfish
-------------------------------------------------------------- */

#superfish {
float:right;
}

#superfish .contextual-links-region {
float: left;
}

#superfish h2 {
height: 0;
overflow: hidden;
position: absolute;
}

#superfish .menu, #superfish .menu * {
margin:0;
padding:0;
list-style:none;
}

#superfish .menu {
}

#superfish .menu ul {
position:absolute;
top:-999em;
width:13em;

}

#superfish .menu ul li {
}

#superfish .menu li:hover {
visibility:inherit;
}

#superfish .menu li {
float:left;
position:relative;
}

#superfish .menu a {
display:block;
position:relative;
}

#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
position:absolute;
left:0;
top:29px;
}

#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
left:13em;
top:0;
}

#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
left:13em;
top:0;
}

#superfish .menu {
float:left;
}

#superfish .menu a {
text-align:center;
margin-top:-10px;
  float: left; /* LTR */
  min-width:80px;
  padding: 5px 0px;  /*control height of menu here*/
  text-decoration: none;
font-weight:normal;
  background: #736357;
  background-image: -moz-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -ms-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -o-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #736357), color-stop(1, #534741));
  background-image: -webkit-linear-gradient(top, #736357 0%, #534741 100%);
  background-image: linear-gradient(top, #736357 0%, #534741 100%);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#736357', endColorstr='#534741'); /* ie8 */


}


#superfish .menu a.sf-with-ul {
min-width:80px;

}

#superfish .menu a, #superfish .menu a:visited  {
text-decoration:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding-right:23px;
padding-left:23px;

}

#superfish .menu li {
background: transparent;

}


#superfish .menu li li a {
text-align:left;

background:none;
z-index:20;
border:none;
margin:0 0px;
  padding-top: 1px;  /*control height of menu here*/
  padding-bottom: 1px;  /*control height of menu here*/

}


#superfish .menu li li {
background: #000;
z-index:20;
  filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
border-bottom:1px solid #333;
width:100%;
}

#superfish .menu li li:hover {
background:#333;
   background-image: -moz-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -ms-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -o-linear-gradient(top, #172830 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #172830), color-stop(1, #000));
  background-image: -webkit-linear-gradient(top, #172830 0%, #000 100%);
  background-image: linear-gradient(top, #172830 0%, #000 100%);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */


}


#superfish .menu li li li {
top: 0px;
background:#fff;
}

#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
outline:0;
color:#018fe2;

}

#superfish .menu li.active-trail {

}



#superfish .menu li.active-trail li {

}

#superfish .menu li a:hover {
color:#ffcc33;
}
#superfish .menu li li a:hover {
background:none;
}
#superfish .menu li li:hover {
}


#superfish .menu li li li:hover {

}
#superfish .menu li li li a:hover {

}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */

}
a > .sf-sub-indicator { 
top:1em;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
}

#superfish .menu ul .sf-sub-indicator { background-position:  0px 0; }
#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
background-position: 0px 0;
}

#superfish .sf-shadow ul {
background:	;
}

#superfish .sf-shadow ul.sf-shadow-off {
}


/* slideshow */

.views_slideshow_pager_field_item {
width:60px;
float:left;
margin-right:1px;
}
#front-top {
margin-bottom:-7px;
margin-top:-20px;
}
#front-right {
float:right;
margin-top:-5px;
width:427px;
}
#front-left {
margin-top:-20px;
float:left;
width:500px;
}

#block-block-1, #block-block-1--2 {
float:right;
clear:both;
}
#block-block-1 h2, #block-block-1--2 h2 {
display:none;
}
#block-block-1 img, #block-block-1--2 img {
margin:0px 10px 0 0px;
}
#block-search-form {
margin-top:5px;
clear:both;
float:right;
}

.front-date {
color:#666;
width:65px;
float:left;
}
.front-title {
width:365px;
float:left;
}

#page-title {
border-bottom:5px solid #534741;
padding-bottom:10px;
margin-right:10px;
font-size:95%;
}

.view-display-id-page .view-header {
border-bottom:1px solid #ccc;
margin-bottom:10px;
color:#888;
}

#node-1 p{
color:#000;
}

/* --------------- Front Page/Panes ------------ */

.pane-faculty-colloquia .pane-title {
color:#1e3978;
}

.pane-content .field-name-field-page-image img {


border:3px solid #fff;
}
body.page-node-95 #content h1 {
display:none;
}
body.page-node-95 #content .section {
color:#bbb;

}

.views-field-field-cover {
float:left;
margin-right:10px;
}

.panels-flexible-row-iis_front_page-main-row-inside {

}
.page-node-95 #main {
  background: none;
  }
  
#node-96 .field-name-body {
background:#172838 url(../images/montage2/rotate.php)  no-repeat 0% 100%;;
  color:#dedede;
  padding:15px 15px 75px 15px;
  margin:15px 0 10px 0;
  width:910px;
  border-bottom:#172838 solid 15px;
}
.panels-flexible-row-iis_front_page-1-inside {
padding-right:0px;
margin-right:0;
}
  
.field-name-field-faculty ul.links li{
font-weight:bold;
font-size:150%;
color:#fff;
}

.pane-content #node-96 p{
text-align:justify;
}
.pane-content #node-98  {
float:left;
margin:-15px 0px 15px 0px;
padding:0 10px 15px 15px;
background:#172830 url(../images/berkeley_seal.png) 50% 50% no-repeat;
filter:alpha(opacity=9);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
width:420px;
}
.page-node-98 .node .content .field-type-text-with-summary {
background:none;
}
.pane-content #node-98 li {
font-size:95%;
margin-left:-20px;
}

.pane-content #node-98 a {
color:#ffcc33;
}
.pane-content #node-98 a:hover {
color:#ffffcc;
}
.field-name-field-photo img {
float:left;
margin-right:10px;
}


/* --------------- Views Slideshow for Front Pane ------------ */


.views-slideshow-cycle-main-frame-row {
width:435px;
height:225px;
  background: #006837;
  background-image: -moz-linear-gradient(top, #033D20 0%, #006837 100%);
  background-image: -ms-linear-gradient(top, #033D20 0%, #006837 100%);
  background-image: -o-linear-gradient(top, #033D20 0%, #006837 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #033D20), color-stop(1, #006837));
  background-image: -webkit-linear-gradient(top, #033D20 0%, #006837 100%);
  background-image: linear-gradient(top, #033D20 0%, #006837 100%);   
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033D20', endColorstr='#006837'); /* ie8 */

  filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding-left:10px;
	padding-top:5px;
	margin-top:-4px;
	overflow:hidden;
}
.views-slideshow-controls-text-pause {
display:none;
}
.views-slideshow-controls-bottom {
width:445px;
background: #006837;
margin-top:-2px;
  background-image: -moz-linear-gradient(top, #006837 0%, #033D20 100%);
  background-image: -ms-linear-gradient(top, #006837 0%, #033D20 100%);
  background-image: -o-linear-gradient(top, #006837 0%, #033D20 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006837), color-stop(1, #033D20));
  background-image: -webkit-linear-gradient(top, #006837 0%, #033D20 100%);
  background-image: linear-gradient(top, #006837 0%, #033D20 100%);   
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837', endColorstr='#033D20'); /* ie8 */

            zoom:1;
  
}
.views-slideshow-controls-text-previous.views_slideshow_controls_text_previous {
float:left;
  background-image: url(../images/arrowset.png);
  display: block;
  width: 32px;
  height: 32px;
  font-size:0px;
  margin-left:154px;
color:#006837;
}
.views-slideshow-controls-text-previous.views_slideshow_controls_text_previous:hover {
  background-position: -32px 0;
}
.views-slideshow-controls-text-previous.views_slideshow_controls_text_previous:active {
  background-position: -64px 0;
}
.views-slideshow-controls-text-next.views_slideshow_controls_text_next {
float:right;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/arrowset.png);
    font-size:0px;
  background-position: 0 -32px;
color:#006837;

}
.views-slideshow-controls-text-next.views_slideshow_controls_text_next:hover {
  background-position: -32px -32px;
}

.views-slideshow-controls-text-next.views_slideshow_controls_text_next:active {
  background-position: -64px -32px;
}

/* --------------- Front Page, Book Pane ------------ */

.pane-faculty-books {
clear:both;
}
.pane-faculty-books h2 {
background:#033D20;
background: -moz-linear-gradient(left, #033D20 0%, #033D20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#033D20), color-stop(100%,#033D20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #033D20 0%,#033D20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #033D20 0%,#033D20 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #033D20 0%,#033D20 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033d20', endColorstr='#033d20'); /* ie8 */

background: linear-gradient(left, #033D20 0%,#033D20 100%); /* W3C */  
width:435px;
padding-left:10px;
margin-left:0px;
padding-top:5px;
padding-bottom:5px;
}
.pane-faculty-books h2 a{
color:#fff;
}
.pane-faculty-books img {
 -moz-box-shadow: 3px 3px 3px #333;
  -webkit-box-shadow: 3px 3px 3px #333;
  box-shadow: 3px 3px 3px #333;
}
.pane-faculty-books  .more-link {
width:435px;
padding-right:10px;
margin-top:0;
background: #033d20;

}
.pane-faculty-books .views-field-body {
width:260px;
float:left;
}
.pane-faculty-books .views-field-title a{
color:#ffcc33;
font-weight:bold;
font-size:95%;
}
.pane-faculty-books .views-field-title {
}

/* --------------- Front Page, News Pane ------------ */


.pane-news-and-events a {
color:#b64632;
}
.pane-news-and-events li {
color:#b64632;
}
.panels-flexible-region-inside {
padding:0;
}
.pane-news-and-events {
padding:5px 10px;
width:455px;
height:620px;
line-height:1em;
font-style:normal;
background: #000;
      background-image: -moz-linear-gradient(top, #222 0%, #000 100%);
  background-image: -ms-linear-gradient(top, #222 0%, #000 100%);
  background-image: -o-linear-gradient(top, #222 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(1, #000));
  background-image: -webkit-linear-gradient(top, #222 0%, #000 100%);
  background-image: linear-gradient(top, #222 0%, #000 100%);    
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#000'); /* ie8 */
            zoom:1;

  filter:alpha(opacity=9);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* ---------------Front Page, Apply Pane ------------ */

.apply a {
  background:#172830 url(../images/buttons2.png) 0% 0% repeat-x;
  border: 1px solid #ADD8E6;
  color:#ffffcc;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-left: 15px;
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.block a.active {
color:#ffcc33;

}
.block a:hover {
color:#ffffcc;

}
.apply a:hover {
background-position:0 -41px;
color:#000;
text-decoration:none;
}

/* --------------- Book Page ------------ */

.bookcover img {
float:left;
margin:0px 10px 10px 0;
border:1px solid #fff;
}


.view-faculty-books.view-display-id-page .views-view-grid tr .col-1, .view-faculty-books.view-display-id-page .views-view-grid tr .col-2 {
width:400px;
border:none;
}
.view-faculty-books.view-display-id-page  td{
vertical-align: top;
}
.pane-content .view-faculty-books .view-footer {

position:absolute;
top:0;
}

.booktitle a {
font-weight:bold;
font-size:120%;
}
span.bookauthors {
color:#fff;
font-weight:bold;
}

.node-books img {
float:left;
margin-right:10px;
border:3px solid #fff;
}
#block-views-books-for-faculty-block img {
border:3px solid #fff;
}

#block-views-books-for-faculty-block td {
width:25%;
border:none;
vertical-align: top;
}
#block-views-books-for-faculty-block  h2{
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
padding:5px;
}

/* --------------- Misc Page adjustments ------------ */


.node-concentrations b, .node-concentrations strong {
color: #018fe2;
}

.view .pager a{
color:#fff;
}

#block-block-2 b, #block-block-2 strong {
color: #ffffcc;
}
#block-block-6 {
width:430px;
float:right;
}
#block-block-6 li {
margin-bottom:6px;
}
.node-full .field-name-field-page-image img{
float:left;
margin-right:10px;
}

/* news block */
.view-news-and-events.view-display-id-block_1 .views-row {
margin-top:10px;
}

/* classes view */
.node-type-courses .field-label {
font-weight:bold;
color:#ffcc33;
}

.view-classes.view-display-id-page {

}

.view-classes.view-display-id-page th {
border:none;
background:none;
padding:0;
}
.view-classes.view-display-id-page td {
border:none;
}
.view-classes.view-display-id-page tr {
}
.view-classes.view-display-id-page tr td{
padding:8px 0;
}

.view-classes.view-display-id-page .views-field-title {
width:350px;
padding-right:20px;
}
.view-classes.view-display-id-page .views-field-field-ccn {
width:40px;

}
.view-classes.view-display-id-page .views-field-field-units {
width:40px;
text-align:center;
}
.view-classes.view-display-id-page .views-field-field-times {
width:100px;
color:#fff;
}
.view-classes.view-display-id-page .views-field-field-instructor {
width:100px;

}

.view-classes.view-display-id-page .views-field-field-dept-course {
width:110px;

}
.view-classes.view-display-id-page .views-field-field-faculty {
width:100px;
}
.view-classes.view-display-id-page  .views-field-field-course {
width:100px;
color:#fff;
}

.view-classes.view-display-id-page caption {
color:#ffcc33;
font-size:150%;

}

/* PEOPLE */


.view-people.view-display-id-page td {
border:none;
}
.view-people.view-display-id-page .cols-4 tr {
border:none;
}
.view-people.view-display-id-page .cols-4 thead {
display:none;
}
.view-people .views-field-title {
width:33%;

}
.view-people .views-field-field-phone {
width:15%;

}
.view-people .views-field-field-email {
width:33%;
}
.view-people .views-field-field-location {
width:15%;
}


.view-people.view-display-id-page caption {
color:#fff;
font-size:125%;
}

.view-people.view-display-id-page .cols-3 tbody tr{
border-bottom:1px solid #ccc;

}
.view-people.view-display-id-page .cols-4 tbody {
border-top:none;
border-bottom:1px solid #ccc;

}
.view-staff-view.view-display-id-page tbody {
border-top:none;
border-bottom:1px solid #ccc;

}

/* FACULTY */


.view-faculty.view-display-id-page th {
border:none;
}

.view-faculty.view-display-id-page td {
border:none;
}

.view-faculty .views-field-name a {
font-size:125%;
color:#ffcc33;
}
.view-faculty td {
padding-top:10px;

}

.view-faculty .views-field-name {
width:305px;

}
.view-faculty .views-field-field-location {
width:250px;
}
.content .profile .user-picture img{
float:left;
margin-right:10px;
border:3px solid #fff;
}

/* login */
#login {
float:right;
}
#login a {
color:#333;
}

/* --------------- Visiting Scholars, Staff Views ------------ */
.view-visiting-scholars.view-display-id-page tbody {
border:none;
}
.view-visiting-scholars.view-display-id-page th, .view-staff-view.view-display-id-page th, .view-staff-view.view-display-id-page_1 th {
border:none;
background:none;
}


.view-visiting-scholars.view-display-id-page td, .view-staff-view.view-display-id-page td, .view-staff-view.view-display-id-page_1 td {
border:none;
width:292px;

}
.view-visiting-scholars.view-display-id-page tr, .view-staff-view.view-display-id-page tr, .view-staff-view.view-display-id-page_1 tr {
border:none;
}
.view-visiting-scholars.view-display-id-page thead {
display:none;
}
.view-visiting-scholars .views-field-title, .view-staff-view .views-field-title {
width:33%;

}
.view-visiting-scholars .views-field-field-phone, .view-staff-view .views-field-field-phone {
width:12%;

}
.view-visiting-scholars .views-field-field-email, .view-staff-view .views-field-field-email {
width:33%;

}
.view-visiting-scholars .views-field-field-location, .view-staff-view .views-field-field-location {
width:18%;
}
.view-faculty-advisors-chairs .views-field-name  {
width:292px;
}
.view-faculty-advisors-chairs .views-field-mail {
width:292px;
}


.view-faculty-advisors-chairs .views-field-field-phone {

}
.view-faculty-advisors-chairs .views-field-field-location {

}

.view-staff-view caption {
font-size:125%;
color:#fff;
}
/* faculty resources block */
#block-views-faculty-resources-block h2{
font-weight:bold;
font-weight:200%;
color:#ffcc33;
}
#block-menu-menu-faculty-links h2{
font-weight:bold;
font-weight:200%;
color:#ffcc33;
}
#block-menu-menu-faculty-links a, #block-views-faculty-resources-block a{
font-weight:120%;
color:#fff;
}

.field-name-field-facultyconcentration {
float:left;
width:740px;
font-size:110%;
}
.field-name-field-location {
clear:both;
}
.profile .field-label {
color:#ffcc33;
}

#block-views-laboratories-block h2 {
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
  padding:5px;
}


#block-views-faculty-links-block h2{
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
  padding:5px;
}

#block-views-clone-of-faculty-boxes-block h2 {
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
padding:5px;
}

#block-views-clone-of-faculty-boxes-block td{
border:none;
}

#block-views-clone-of-faculty-boxes-block  td {
width:25%;
vertical-align:top;
}
#bookcover {
margin-left:auto;
margin-right:auto;

}
#bookcover img{
float:none;
}

#block-views-clone-of-faculty-boxes-block .views-field-title {
clear:both;
width:100%;
}
.field-name-field-profile {
clear:both;
}
.node-laboratories .field-label {
color:#ffcc33;
}
.field-name-field-academic-title {
font-size:125%;
color#fff;
}
.field-name-field-facultypublications li {
padding-left: 20px;
    text-indent: -20px;
}
/* news and events pane */
.pane-content .view-news-and-events ul {
margin-left:-15px;
}

.pane-content .view-news-and-events h3 {
color:#fff;
font-size:125%;
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
padding:5px;
}

.view-news-and-events.view-display-id-page .views-field-title-1, .view-news-and-events.view-display-id-page .views-field-title 
{
font-size:120%;
}
.profile .field-name-field-concentration {
display:inline;
}


.view-id-resources .attachment-before .view-header {
color:#fff;
font-size:110%;
border:none;
}
.view-id-resources .attachment-before .view-header p{
margin-bottom:-15px;
padding:0;
}
 .view-id-resources .attachment-before .view-content a {
color:#ffcc33;
}
/* resources View */
.view-resources.view-display-id-page th {
display:none;
}
.view-resources.view-display-id-page td {
border:none;
}
.view-resources.view-display-id-page tr {
border:none;
}
.view-resources.view-display-id-page tr td{
padding-top:10px;
}
.view-resources.view-display-id-page caption {
color:#fff;
font-size:125%;
}
.view-resources.view-display-id-page .views-field-field-location {
width:220px;
}
.view-resources.view-display-id-page .views-field-field-phone {
width:85px;
}
.view-resources.view-display-id-page .views-field-title {
color:#fff;
}

.view-resources.view-display-id-page .views-field-field-http {
width:45px;
}

.view-resources.view-display-id-page .views-field-field-http a:hover {
color:#ffcc33;
}

.field-name-field-http .field-label {
color:#ddd;
font-weight:normal;
background: #172830; /* Old browsers */
background: -moz-linear-gradient(left, #172830 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#172830), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #172830 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #172830 0%,#000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #172830 0%,#000 100%); /* IE10+ */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172830', endColorstr='#000'); /* ie8 */
background: linear-gradient(left, #172830 0%,#000 100%); /* W3C */  
padding:5px;

}

