@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot?#iefix") format("eot"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

ul {
  padding: 0;
  margin: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* skip links for accessibility */
.skip a,
.skip a:hover,
.skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: right; }

.skip a:active,
.skip a:focus {
  top: -15px;
  right: 0px;
  width: auto;
  height: auto; }

/* site specific styles */
body {
  font: 13px/21px Helmet, Freesans, sans-serif;
  background: url(../img/content-shadow.png) repeat-y top center #dedfd1; }

/* we like off-black for text */
body, select, input, textarea {
  color: #3e290b; }

a {
  color: #5e801b; }

a:hover {
  color: #5e801b; }

#content-wrap {
  background-color: #f1f1f0; }

#content-wrap .inner {
  background: url(../img/content-shadow.png) repeat-y top center;
  background-size: 100% auto;
  max-width: 970px;
  width: 100%;
  padding: 1px 0 0 0;
  margin: 0 auto; }

#content-wrap .section-wrap {
  padding: 0 9.2783% 70px;
  position: relative; }

/* hsu wordmark */
#masthead {
  background: url(../img/hsu-bg.png) repeat-x top left #486f82;
  height: 32px; }

#logowrapper {
  max-width: 970px;
  width: 100%;
  padding: 1px 9.1752%;
  margin: 0 auto;
  background: url(../img/content-shadow.png) repeat-x top center;
  background-size: 100% auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#logo {
  background: url(../img/hsu-mark.png) no-repeat 0 6px;
  width: 349px;
  height: 19px;
  padding: 5px 0;
  display: block; }

header {
  background-color: #5e801b;
  padding: 35px 5.1546% 55px 30.9278%;
  margin: -1px 2.62% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.not-front header {
  padding: 35px 5.1546% 35px 30.9278%;
  margin: -1px 2.62% 20px; }

header a, header a:hover {
  color: #fefefe;
  text-decoration: none; }

header h1 {
  font-family: "Droid Serif", georgia, serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0; }

#main {
  width: 68.3544%;
  float: right;
  padding: 1px 15px 35px 0; }

.left-side {
  float: left;
  position: relative;
  top: -85px;
  width: 25.3164%; }

.region-sidebar-second {
  margin-top: 25px;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* Opera 10.5, IE9, Chrome 10+ */
  background-color: #fff;
  padding: 15px; }

#block-views-category-links-block h2 {
  font: bold 13px/21px Helmet, Freesans, sans-serif;
  margin: 20px 0 0 0; }

.page-search-node h2.title {
  display: none; }

.custom-search-box {
  width: 110px; }

/** navigation **/
nav {
  background-color: #fff;
  margin: 0;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  /* Opera 10.5, IE9, Chrome 10+ */ }

nav ul a, ul li.nolink span {
  color: #204068;
  font: 16px/18px "Droid Serif", georgia, serif;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 23px; }

nav ul li {
  padding-left: 15px;
  border-bottom: 1px solid #e5e5de; }

nav ul ul a, ul ul li.nolink span {
  color: #5d7801;
  font: 14px/17px Helmet, Freesans, sans-serif;
  padding: 5px 0 5px 33px; }

nav ul ul {
  margin: -5px 0 10px 0; }

nav ul ul li {
  border-bottom: none; }

nav li a.active, nav li li a.active {
  color: #5e801b; }

/** secondary content **/
.region-sidebar-first {
  float: right;
  width: 168px;
  position: relative;
  left: 18px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  background-color: #fff; }

/** footer **/
#circleh {
  text-align: center;
  position: relative;
  top: 70px;
  width: 100%; }

#circleh a {
  background: url(../img/circleh.png) no-repeat top left;
  display: block;
  width: 53px;
  height: 53px;
  margin: -101px auto 0 auto;
  z-index: 20;
  position: relative; }

div.circle {
  background-color: #486f82;
  width: 47px;
  height: 47px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: -52px;
  margin: 0 auto; }

.no-borderradius #circleh a {
  background: url(../img/circleh2.png) no-repeat top left; }

.no-borderradius div.circle {
  background-color: transparent; }

#footer-wrap {
  padding-top: 1px;
  background: url(../img/footer-bg.png) repeat-x top left;
  min-height: 180px; }

footer {
  max-width: 790px;
  width: 81.4433%;
  padding: 1px 9.27835%;
  margin: 25px auto;
  background: url(../img/footer-lines.png) repeat-y top center;
  background-size: 100% auto; }

/* footer sections */
.region-footer-firstcolumn {
  float: left;
  width: 25.8227%;
  margin: 15px 3.7974% 15px 0; }

.region-footer-secondcolumn {
  float: left;
  width: 33.1645%;
  text-align: center;
  margin: 15px 3.7974%; }

.region-footer-secondcolumn strong {
  font-size: 15px; }

.region-footer-thirdcolumn {
  float: left;
  width: 25.8227%;
  margin: 15px 0 15px 3.7974%; }

span.adobe-reader {
  display: block;
  background: url(../img/page_white_acrobat.png) no-repeat 0 2px;
  padding-left: 23px;
  height: 24px; }

span.word-viewer {
  display: block;
  background: url(../img/page_white_word.png) no-repeat 0 2px;
  padding-left: 23px;
  height: 24px; }

.accessible {
  margin-top: 55px; }

#photos {
  height: 280px;
  position: relative;
  width: 75.1898%;
  float: right;
  margin: -28px -24px 10px 0; }

#photos img {
  background-color: #fff;
  padding: 7px;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }

#photo1 {
  position: absolute;
  top: 13px;
  left: 7px; }

#photo2 { position: absolute; top: 7px; right: 0; z-index: 20; -moz-transform: rotate(1.5deg); -o-transform: rotate(1.5deg); -webkit-transform: rotate(1.5deg); -ms-transform: rotate(1.5deg); transform: rotate(1.5deg); width: 367px; height: 244px; padding: 7px; overflow: hidden; background-color: #fff;
  padding: 7px; -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
	#photo2 img { background-color: transparent; padding: 0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; top: 7px !important; left: 7px !important; } 


.no-csstransforms #photo2 {
  filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */  		M11=0.9996573249755573, M12=-0.02617694830787315, M21=0.02617694830787315, M22=0.9996573249755573, sizingMethod='auto expand');
  zoom: 1; }

.region-intro {
  padding-bottom: 35px; }

.region-intro p {
  margin: 15px 0 20px 0;
  font: 14px/23px Helmet, Freesans, sans-serif; }

/** general styles for elements **/
p {
  margin: 15px 0 10px 0; }

h1, h2 {
  font: 22px/28px "Droid Serif", georgia, serif;
  margin: 10px 0 20px 0; }

h3 {
  font: bold 16px/19px "Droid Serif", georgia, serif;
  margin: 25px 0 10px 0; }

h4 {
  font: bold 14px/16px "Droid Serif", georgia, serif;
  margin: 15px 0 10px 0; }

h5 {
  font: bold 13px/16px "Droid Serif", georgia, serif;
  margin: 15px 0 10px 0; }

h6 {
  font: bold 12px/14px "Droid Serif", georgia, serif;
  margin: 15px 0 10px 0; }

.region-sidebar-first h1, .region-sidebar-first h2 {
  font: bold 16px/18px "Droid Serif", georgia, serif;
  margin: 15px 0 10px 0; }

footer h1, footer h2 {
  font: bold 18px/24px "Droid Serif", georgia, serif;
  margin: 15px 0 10px 0; }

footer a, footer a:hover {
  color: #204068; }

blockquote {
  margin: 0 0 0 10px; }

blockquote p {
  margin: 0; }

#main .content ul {
  margin: 10px 17px;
  padding: 0 5px;
  list-style-type: disc; }

#main .content ul ul {
  list-style-type: circle; }

#main .content ul ul ul {
  list-style-type: square; }

#main .content li {
  line-height: 17px;
  margin: 5px 0;
  padding: 0; }

footer ol, #main .content ol {
  margin: 10px 17px;
  padding: 0 5px; }

footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

footer li {
  line-height: 16px; }

td {
  border-bottom: 1px solid #cccccc;
  padding: 7px 10px 7px 3px;
  line-height: 15px; }

thead td, thead th {
  font-weight: bold;
  background-color: #5e801b;
  padding: 4px 10px 4px 3px;
  color: #fefefe; }

.views-row {
  margin: 10px 0;
  line-height: 16px; }

/* project styles */
.node-type-project .field-name-field-abstract, .node-type-project .field-name-field-problem-statement, .node-type-project .field-name-field-authors, .node-type-project .field-name-field-key-words, .node-type-project .field-name-field-category {
  margin-bottom: 15px; }

.page-taxonomy .node-teaser h2 {
  font: bold 16px/19px "Droid Serif", georgia, serif;
  margin: 5px 0; }

.page-taxonomy .node-teaser .field-name-field-filelink, .page-projects .field-content h3, .page-projects .field-content p {
  margin: 5px 0; }

/* drupal overrides */
footer .block ul li {
  margin: 6px 0 0 0; }

footer .block ul {
  margin: 0 0 15px 0; }

.block ul {
  padding: 0;
  margin: 0px 17px; }

fieldset {
  margin: 15px 0; }

ul.menu li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

div.options {
  margin-bottom: 25px; }

/* editing buttons */
div#tabs-wrapper {
  margin: 0;
  font: 14px/18px Helmet, Freesans, sans-serif; }

.front ul.primary ul.tabs {
  margin: 0; }

ul.primary, ul.tabs {
  border: 0;
  margin: 20px 0 40px;
  padding: 0; }

ul.primary li, ul.tabs li {
  margin: 0; }

ul.primary li a {
  padding: 6px 20px;
  background-image: -moz-linear-gradient(top, #6d6d6d, #393939);
  background-image: -ms-linear-gradient(top, #6d6d6d, #393939);
  background-image: -o-linear-gradient(top, #6d6d6d, #393939);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#6d6d6d), to(#393939));
  background-image: -webkit-linear-gradient(top, #6d6d6d, #393939);
  background-image: linear-gradient(top, #6d6d6d, #393939);
  background-color: #393939;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

ul.primary li a:hover, ul.primary li.active a:hover, #main ul.primary li.active a {
  background-image: none;
  background-color: #666;
  color: #fff; }

/* pager styles */
#main .item-list .pager {
  text-align: left;
  height: 16px;
  padding: 4px 0;
  margin: 30px 0 0;
  font: 13px/16px helmet, freesans, sans-serif; }

.item-list .pager a {
  color: #555;
  padding: 2px 8px;
  background-color: #fff;
  margin: 0;
  text-decoration: none;
  -webkit-border-radius: 3px;
  /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  border-radius: 3px; }

.item-list .pager a:hover {
  border-color: #000; }

#main .item-list .pager .pager-current {
  background-color: #eee;
  color: #000;
  padding: 2px 8px;
  font-weight: normal; }

.item-list .pager li {
  margin: 0 2px 0 0;
  padding: 0; }

/* messages */
#main div.status {
  border-color: #f06f1a; }

/* comment link styles */
#main .nodelinks {
  margin: 0 0 30px 0; }

#main .nodelinks ul.links li, #main .commentlinks ul.links li {
  display: block;
  float: left;
  padding: 2px 8px 2px 6px;
  background-color: #fff;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px; }

#main ul.links li.comment-add:before, #main ul.links li.comment-comments:before, #main ul.links li.comment_forbidden:before, #main ul.links li.node-readmore:before, #main .commentlinks ul.links li.comment-delete:before, #main .commentlinks ul.links li.comment-edit:before, #main .commentlinks ul.links li.comment-reply:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 4px;
  text-decoration: inherit;
  color: #666; }

li.comment-add:before {
  content: "\f075";
  /*comment*/ }

li.comment-comments:before {
  content: "\f086";
  /*comments*/ }

li.comment_forbidden:before {
  content: "\f023";
  /*lock*/ }

li.node-readmore:before {
  content: "\f02d";
  /*book*/ }

li.comment-delete:before {
  content: "\f014";
  /*trash*/ }

li.comment-edit:before {
  content: "\f040";
  /*pencil*/ }

li.comment-reply:before {
  content: "\f045"; }

.no-backgroundsize #content-wrap .inner {
  width: 970px;
  padding: 1px 0 0 0;
  margin: 0 auto; }
.no-backgroundsize #logowrapper {
  width: 792px;
  padding: 1px 89px;
  margin: 0 auto;
  background: url(../img/content-shadow.png) repeat-x top center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.no-backgroundsize #circleh {
  width: 970px;
  margin: 0 auto; }
.no-backgroundsize footer {
  width: 790px;
  padding: 1px 60px; }

/* Media queries!
-------------------------------------------------------------------------------*/
@media screen and (min-width: 970px) {
  #logowrapper {
    padding: 1px 89px; } }
@media screen and (max-width: 970px) {
  body {
    background-size: 100% auto; } }
@media screen and (max-width: 835px) {
  body {
    background: #dedfd1; }

  #content-wrap .inner, #logowrapper {
    background: none; }

  header {
    margin: -1px 0 0 0; }

  .not-front header {
    margin: -1px 0 20px 0; }

  #content-wrap .section-wrap {
    padding: 0 2% 70px; }

  #logowrapper {
    padding: 1px 2%; }

  footer {
    padding: 1px 2%;
    width: 96%; }

  #photos {
    margin: -28px 0 10px 0;
    width: 71%; } }
@media screen and (max-width: 665px) {
  .region-footer-thirdcolumn, .region-footer-firstcolumn, .region-footer-secondcolumn, footer, #content-wrap, #content-wrap .inner, div#main, .region-sidebar-first, #logowrapper, #logo, header, .not-front header, #colone, #coltwo, #colthree, nav, .region-sidebar-second, .left-side {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: static; }

  #content-wrap .section-wrap {
    padding: 0 0 20px 0; }

  .region-footer-firstcolumn {
    margin-top: 40px; }

  .region-sidebar-second {
    margin: 15px 10px; }

  .region-footer-secondcolumn {
    text-align: left;
    margin: 30px 0; }

  nav {
    box-shadow: none;
    border: none;
    margin-bottom: 15px; }

  #content-wrap .inner {
    padding: 0; }

  footer, .primary-content, .region-intro {
    padding: 0 10px; }

  #logowrapper {
    padding: 0 2%; }

  header, .not-front header {
    margin: -1px 0 0 0;
    padding: 15px 10px; }

  footer {
    background: none; }

  .front #photos {
    height: auto;
    position: relative;
    width: auto;
    float: none;
    margin: 0;
    padding: 5px 25px 10px 10px; }

  #photo1 {
    display: none; }

  #photo2 {
    position: static;
    top: 0;
    left: 0;
    z-index: 20;
    max-width: 367px;
    width: 100%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

img.thumb.right { display: block; float: right; margin: 4px 0 10px 4px; padding: 4px; border: 1px solid #e6e6e6; background: #fff; }
img.thumb.left { display: block; float: left; margin: 4px 10px 4px 0; padding: 4px; border: 1px solid #e6e6e6; background: #fff; }


span.adobe-reader {
display: block;
background: url(../img/page_white_acrobat.png) no-repeat 0 2px;
padding-left: 23px;
height: 24px;
}
div.error, .error { display: none !important; }



.gsc-control-cse.gsc-control-cse-en { padding: 0 !important; }
td.gsc-search-button { padding: 7px 0px 7px 0px !important; }
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 { padding: 6px 7px !important; }
td#gs_tti50 input { background-image: none !important; font-size: 11pt !important; border-bottom: none !important; }
#gsc-iw-id1 table tbody, #gsc-iw-id1 table td { border-top: none !important; border-bottom: none !important; }
.gsc-search-box-tools .gsc-search-box .gsc-input { padding-right: 0px !important; }
table td.gsib_b { padding: 4px 0 0 0 !important; }
table td#gs_tti50 { padding: 4px 0 0 0 !important; }