/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
	margin: 0;
	padding: 0;
}

#page-wrapper {
	background-color: #002144;
}

#page-inner {
	background-color: #C2C2C2;
	margin: 0 auto;
	width: 960px;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
	background: transparent url(../images/bg-header.jpg) no-repeat 0 0;
	clear: both;
	height: 166px;
}

#header .section {
	position: relative;
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
	float: left;
	height: 108px;
	margin: 0;
	padding: 20px 0 0 80px;
	width: 146px;
}

h1#site-name,
div#site-name /* The name of the website */ {
	height: 108px;
	margin: 0;
	width: 146px;
}

#site-name a:link,
#site-name a:visited {
	background: transparent url(../images/logo.png) no-repeat 0 0;
	display: block;
	height: 108px;
	outline: 0;
	text-indent: -10000px;
	width: 146px;
}

#site-name a:hover,
#site-name a:focus {
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
	background-color: #FFFFFF;
	clear: both;
}

#main {
	padding: 0 0 30px 0;
}

/*
 * Content
 */
#content {
}

#content .section {
	padding: 15px 30px;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
	clear: both;
	color: #2A276B;
	font-family: helvetica_neue_italic;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 0 15px 0; /* Undo system.css */
	text-align: right;
	text-shadow: 0px 0px -1px #000000;
}

.breadcrumb a {
}

.breadcrumb a:hover {
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
	color: #000000;
	margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
	font-family: helvetica_neue, Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 11px;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 2px;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
	padding: 30px 30px 0 0;
}

/*
 * Footer
 */
#footer {
	background-color: #FFFFFF;
	clear: both;
	color: #898989;
	text-align: center;
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
	font-size: 11px;
	padding: 10px 0;
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/** generics **/
div.no-js-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

div.no-js {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

div.no-js div.inner {
	background-color: #000000;
	color: #EEEEEE;
	padding: 20px;
	text-align: center;
}

body.noscript-js {
	background-position: 0 72px;
	padding-top: 72px;
}

body.nonoscript-js #admin-menu {
	top: -72px;
}

body.admin-menu {
	background-position: 0 20px;
}

#content-header h2.title,
.node h2.title {
	background: transparent url(../images/bg-header-title.gif) no-repeat bottom center;
	color: #002E5F;
	font-family: avgardd;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-shadow: #FFFFFF 0px 1px 1px;
}

.clear-both {
	clear: both;
}

p {
	margin-top: 0;
}

div.item-list ul {
	margin: 0;
	padding: 0;
}

div.item-list ul ul {
	margin: 15px 0;
	padding-left: 30px;
}

.node-edit,
.views-row,
.views-grid .field-item {
	position: relative;
}

div.views-field-edit-node {
	bottom: 10px;
	display: none;
	left: 10px;
	position: absolute;
}

div.views-field-edit-node a,
span.ops a {
	color: #FF2300;
	font-size: 10px;
	font-weight: bold;
}

div.views-field-edit-node a:hover,
span.ops a:hover {
	color: #73880A;
}

div.meta,
span.views-field-name,
span.views-field-created {
	color: #666666;
	font-size: 13px;
	font-style: italic;
	margin-top: 2px;
}

span.name {
	color: #111111;
}

div.view-empty p {
	margin: 0;
	text-align: center;
}

span.date-display-single {
	font-size: 10px;
}

acronym {
	border-bottom: 1px dotted #505050;
	cursor: help;
}

strong {
	font-family: helvetica_neue_bold;
	font-weight: normal !important;
}

em {
	font-family: helvetica_neue_italic;
	font-style: none !important;
}

strong em {
	font-family: helvetica_neue_bold_italic;
	font-style: none !important;
	font-weight: normal !important;
}

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

html.js input.throbbing {
	background-position: 100% -14px;
}

/** section: node admin **/
div.preview h3,
div.preview div.node-teaser,
#taxonomy-form-term #edit-relations-wrapper,
#taxonomy-form-term #edit-synonyms-wrapper,
.section-node-add #edit-promote-wrapper,
.section-node-edit #edit-promote-wrapper,
.section-node-add div.body-field-wrapper div.teaser-checkbox,
.section-node-edit div.body-field-wrapper div.teaser-checkbox {
	display: none;
}

div.preview div.node h3 {
	display: block;
}

/** block: menu **/
div.block-menu ul,
div.block-menu ol {
	margin: 0;
	padding: 0;
}

div.block-menu li {
	list-style-image: none;
	list-style-type: none;
}

/** block: search **/
div.block-search {
	margin: 0;
}

form#search-block-form div.search-form {
	background: transparent url(../images/bg-search-left.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 26px;
	margin: 7px 10px 0 0;
	padding: 0 0 0 10px;
	width: 160px;
}

form#search-block-form div.form-item {
	background: transparent url(../images/bg-search-middle.png) repeat-x center;
	display: block;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
}

form#search-block-form input.form-text {
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 3px;
	width: 118px;
}

form#search-block-form input.form-submit {
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent url(../images/button-search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	text-indent: -10000px;
	width: 32px;
}

form#search-block-form input.form-submit:hover {
	background-position: 0 -26px;
}

/** block: navigation-search  **/
div#nav-search {
	background-color: #021521;
	height: 40px;
	margin: 7px 0;
}

div#navigation {
	clear: both;
	float: none;
	overflow: visible;
}

div#search-bar {
	float: right;
	width: 245px;
}

div#navigation a {
	color: #BDE6F7;
	display: block;
	font-family: code_bold, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}

div#navigation a:hover,
div#navigation a.active {
	color: #F47321;
}

/** social icons **/
div.social-icons {
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}

div.social-icons ul {
	float: right;
	margin: 0;
	padding: 0;
}

div.social-icons ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	padding: 0 2px !important;
}

div.social-icons ul li a {
	display: block;
	height: 25px;
	outline: none;
	text-indent: -10000px;
	width: 25px;
}

div.social-icons ul li a.fb {
	background: transparent url(../images/icon-facebook.png) no-repeat center;
}

div.social-icons ul li a.tt {
	background: transparent url(../images/icon-twitter.png) no-repeat center;
}



/** block: slide **/
div.block-slide {
	clear: both;
	height: 360px !important;
	overflow: hidden;
	position: relative;
	width: 960px;
	zoom: 1;
}

div.block-slide div.views_slideshow_slide {
	height: 360px;
	overflow: hidden;
	position: relative;
	width: 960px;
}

div.block-slide div.views-field-field-text-tagline-value {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	background-color: #45392A;
	bottom: 0;
	color: #FFFFFF;
	left: 0px;
	height: 40px;
	position: absolute;
	width: 960px;
}

div.block-slide div.views-field-field-text-tagline-value div.field-content {
	font-family: BebasNeue;
	font-size: 16px;
	padding: 5px;
}

/** page: members **/
div.page-members ul li.views-row {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.page-members div.views-field-picture {
	float: left;
	padding: 0 10px 10px 0;
	width: 150px;
}

div.page-members div.views-field-phpcode {
	font-weight: bold;
}

div.page-members div.views-field-value {
	margin: 10px 0;
}

div.profile > div.picture {
	margin: 30px 10px 10px 10px;
}

/** block: news **/
div.block-news {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	box-shadow: #BABABA 0 0 5px 0;
	-moz-box-shadow: #BABABA 0 0 5px 0;
	-o-box-shadow: #BABABA 0 0 5px 0;
	-webkit-box-shadow: #BABABA 0 0 5px 0;
	margin-right: 25px;
	padding: 15px;
}

.page-news div.block-news,
.page-news-member-news div.block-news {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 0;
}

div.block-news h2.pane-title {
	color: #002144;
	font-family: avgardd;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

div.block-news ul li.views-row {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.block-news div.views-field-field-image-news-fid {
	float: left;
	padding: 0 10px 10px 0;
	width: 190px;
}

div.block-news div.views-field-title a {
	font-family: BebasNeue;
	font-size: 18px;
}

/** block: president's message **/
.front .region-sidebar-second .section {
	padding-top: 0;
}

.front div.block-message {
	padding-top: 30px;
}

div.block-message {
	padding-top: 15px;
}

div.block-message div.views-field-title {
	background: transparent url(../images/bg-title-message.gif) no-repeat 0 0;
	border-bottom: 1px solid #CCCCCC;
	height: 41px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-indent: -10000px;
}

/** block: rtsp **/
div.block-rtsp {
	text-align: center;
}

div.block-rtsp h2.title {
	color: #002144;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 5px;
	text-align: left;
}

/** block: upcoming events **/
div.block-event h2.title {
	color: #002144;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 5px;
}

div.block-event div.content {
	background: transparent url(../images/bg-upcoming-events.jpg) repeat-x 0 0;
}

div.block-event div.view-content {
	padding: 20px 25px;
}

div.block-event div.more-link {
	background-color: #C2C2C2;
	margin: 0 2px 2px 2px;
	padding: 2px 5px;
}

div.block-event div.more-link a {
	color: #FFFFFF;
}

div.block-event div.more-link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.calendar-calendar ul.links li a {
	color: #0397D6;
	font-size: inherit;
}

.calendar-calendar ul.links li a:hover {
	color: #002E5F;
}

/** block: announcements **/
div.block-announcements {
	margin: 0 auto 20px auto;
	width: 350px;
}

div.block-announcements h2.title {
	color: #002144;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 5px;
}

div.block-announcements div.content,
div.block-announcements div.scroll-wrapper {
	background: none;
	border: 1px solid #D7D7D7;
	padding: 10px;
}

div.block-announcements div.scroll-wrapper div.content {
	border: 0;
	padding: 0;
}

div.block-announcements div.scroll-content {
	height: 130px;
}

div.block-announcements ul li.views-row {
	display: block;
	margin-bottom: 10px;
}

div.block-announcements div.views-field-title {
	font-weight: bold;
}

div.block-announcements ul li.views-row-last div.views-field-field-text-teaser-value {
	margin-bottom: 0;
}

div.block-announcements div.views-field-field-text-teaser-value {
	font-size: 11px;
	margin: 0;
}

div.block-announcements div.view-footer div.view-header {
	font-weight: bold;
	margin: 30px 0 5px 0;
	text-align: center;
}

div.block-announcements div.view-footer ul li.views-row {
	padding: 5px 0;
	text-align: center;
}
/** block: latest photos **/
div.block-latest-photos h2.title {
	color: #002144;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 5px;
}

div.block-latest-photos div.content {
	background-color: #D7D7D7;
	padding: 15px;
}

div.block-latest-photos div.field-item {
	padding: 7px;
	width: 65px;
}

/** block: vert **/
div.block-vert-right ul li.views-row {
	margin-bottom: 5px;
	text-align: center;
}

/** block: user login **/
div.login-form,
div.block-loggedin {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #838383 0 4px 8px;
	-moz-box-shadow: #838383 0 4px 8px;
	-webkit-box-shadow: #838383 0 4px 8px;
	background-color: #FFFFFF;
	margin: 20px auto 0 auto;
	width: 300px;
}

div.login-form .title,
div.block-loggedin h2.title {
	border-top-left-radius: 4px;
	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;
	background-color: #9E0B0F;
	color: #FFFFFF;
	font-family: avgardd;
	font-size: 20px;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 10px;
	text-shadow: #780003 0 -1px 0;
}

div.login-form .title span {
	font-family: avgardn;
}

div.login-form .content,
div.block-loggedin div.content {
	padding: 5px 15px;
}

div.login-form .form-item {
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
	margin: 0;
    padding: 10px 0 10px 130px;
    position: relative;
}

div.login-form .form-item input.error {
	border: 2px solid #CC0000 !important;
}

div.login-form div#edit-pass-wrapper {
	border-bottom: 0;
	padding-bottom: 5px;
}

div.login-form label {
    float: left;
    font-weight: normal;
    margin: 5px 0 0 -130px;
}

div.login-form input.form-text {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-property: border-color;
	-moz-transition-property: border-color;
	-o-transition-property: border-color;
	-webkit-transition-property: border-color;
	transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	font: 13px/20px helvetica_neue, Arial, sans-serif !important;
	height: 18px;
    margin-bottom: 5px;
	outline: none;
	padding: 5px 9px;
	vertical-align: bottom;
	width: 118px;
}

div.login-form input.form-text:focus {
	border-color: #39B2E5;
	box-shadow: #B5DFF1 0 0 5px 0;
	-moz-box-shadow: #B5DFF1 0 0 5px 0;
	-o-box-shadow: #B5DFF1 0 0 5px 0;
	-webkit-box-shadow: #B5DFF1 0 0 5px 0;
}

div.login-form .footer {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	background: #F3F3F3;
	border-top: 1px solid #DEDEDE;
	padding: 7px 10px;
}

div.login-form .footer .item-list {
    border: 0;
	float: left;
	line-height: 29px;
    padding: 0;
}

div.login-form .footer label.option {
	margin: 4px 0 0 0;
}

div.login-form input.form-submit {
	float: right;
}

/** block: facebook **/
div.block-facebook {
	margin-top: 20px;
}

/** block: sponsor **/
div.block-sponsor {
	margin: 0 auto;
	padding: 20px 0;
	width: 780px;
}

div.block-sponsor h2.title {
	color: #ACACAC;
	font-family: avgardn;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}

div.block-sponsor td {
	vertical-align: middle;
}

div.block-sponsor div.field-item {
	padding: 0 5px;
	width: 120px;
}

/** block: album **/
div.block-album div.field-item {
	padding: 10px 10px 20px 10px;
	width: 110px;
}

div.block-album div.views-field-field-image-album-data {
	font-family: helvetica_neue_italic;
	font-size: 11px;
	text-align: center;
}

/** nodes overrides **/
.preview {
	margin: 0 auto;
	padding: 15px;
	width: 520px
}

.image-right {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}

.image-left {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

.standalone-image {
	clear: both;
	margin-bottom: 1em;
}

.image-right .caption,
.image-left .caption,
.standalone-image .caption {
	display: block;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

/** views generics **/
.views-view-grid {
	margin: 0;
	width: auto;
}

.views-view-grid td {
	padding: 0;
	vertical-align: top;
}

.views-field-field-text-teaser-value,
.views-field-body {
	margin: 10px 0;
}

.views-field-view-node {
	text-align: right;
}

.views-field-view-node a {
	color: #000000;
	font-family: BebasNeue;
}

.views-field-view-node a:hover {
	color: #006E2E;
}

.view .view-content ul li.views-row-last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/** page: front **/
.front #content .section {
	padding: 0 10px 0 30px;
}

/** page: board of directors **/
#board-years {
	float: right;
	margin-top: 0;
}

#board-years label {
	display: inline;
}

div.block-circa div.views-field-body {
	font-size: 11px;
	padding: 10px 10px 20px 10px;
}

div.block-officers {
	padding: 0 30px;
        margin-top: 35px;
}

div.block-officers ul li.views-row {
	margin-bottom: 15px;
}

div.block-officers div.views-field-field-image-officer-fid {
	float: left;
	padding: 0 15px 15px 0;
	width: 180px;
}

div.block-officers div.views-field-title a,
div.block-officers a.officer-name {
	font-family: BebasNeue;
	font-size: 18px;
}

/** page: publications **/
div.page-publications ul li.views-row {
	margin-top: 20px;
}

div.page-publications ul li.views-row-first {
	margin: 0;
}

div.page-publications div.views-field-name {
	font-family: BebasNeue;
	font-size: 18px;
}

div.page-publications fieldset.collapsed {
	border: 0;
}

div.page-publications fieldset {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.page-publications div.field-item {
	padding: 5px 10px;
	text-align: center;
	width: 148px;
}

div.page-publications div.field-item a {
	display: block;
}

div.page-publications div.field-item a img {
	border: 1px solid #0397D6;
	display: block;
	margin: 0 auto;
	width: 50px;
}

/** page: blog **/
div.block-blog ul li.views-row {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.block-blog div.views-field-field-image-blog-fid {
	float: left;
	padding: 0 10px 10px 0;
	width: 190px;
}

div.block-blog div.views-field-title a {
	font-family: BebasNeue;
	font-size: 18px;
}

/** page: project **/
div.block-project ul li.views-row {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.block-project div.views-field-field-image-project-fid {
	float: left;
	padding: 0 10px 10px 0;
	width: 190px;
}

div.block-project div.views-field-title a {
	font-family: BebasNeue;
	font-size: 18px;
}

/** page: event **/
div.block-event ul li.views-row {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.block-event div.views-field-field-image-event-fid {
	float: left;
	padding: 0 10px 10px 0;
	width: 190px;
}

div.block-event div.views-field-title a {
	font-family: BebasNeue;
	font-size: 18px;
}

div.block-event div.views-field-field-date-event-value,
.node-type-event .field-field-date-event {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/** page: download **/
div.page-download table {
	margin: 0;
}

div.page-download thead th {
	background-color: #008FD5;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	white-space: nowrap;
}

div.page-download thead th a {
	color: #FFFFFF;
}

div.page-download thead th a:hover,
div.page-download thead th a.active {
	color: #CDEB8B;
}

div.page-download tbody tr {
	background: none;
	border-color: #BFE3F4;
}

div.page-download tbody td {
	padding: 10px 20px;
}

div.page-download tbody td.active {
	background: none;
}

div.page-download span.node-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

div.page-download td.views-field-edit-node {
	white-space: nowrap;
}

/** page: gallery **/
div.page-gallery div.field-item {
	padding: 15px 12px 15px 13px;
	width: 150px;
}

div.page-gallery div.views-field-title {
	text-align: center;
}

div.page-gallery div.views-field-field-date-album-value {
	text-align: center;
}

/** node: officer **/
#officer-wrapper {
	font-size: 0.75em;
    line-height: 1.333em;
	margin: 0 auto;
	padding: 30px 0;
	width: 530px;
}

#officer-wrapper h2.title {
	display: none;
}

.node-type-officer div.officer-image {
	float: left;
	padding: 0 15px 15px 0;
	width: 180px;
}

.node-type-officer div.name {
	font-family: BebasNeue;
	font-size: 18px;
}

.node-type-officer div.position p {
	margin: 0;
}

.node-type-officer div.officer-description {
	float: right;
	width: 325px;
}

.node-type-officer div.officer-description div.description {
	margin-top: 20px;
}

/** shadowbox overrides **/
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

#sb-title-inner {
	font-size: 13px;
	font-weight: bold;
}

/** VBO overrides **/
div.view-admin-content td.views-field-edit-node a {
	margin: 0 5px 0 0;
}

#views-bulk-operations-dropdown > div.form-item {
	margin: 0;
}

#views-bulk-operations-submit {
	padding: 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 14px;
}

/** FB Share **/
.node-type-event .facebookshare-box,
.node-type-album .facebookshare-box {
	clear: none;
	float: right;
}

.facebookshare-box {
	clear: both;
	float: none;
	margin-bottom: 20px;
	text-align: right;
}

.facebookshare-box .fb_share_count_wrapper {
	float: none;
}

.teaser-share {
	/* margin: -20px 0 10px 0; */
}

.teaser-share .facebookshare-box {
	clear: none;
	float: none;
	margin: 0;
}

div.block-event .views-field-title,
div.block-news .views-field-title,
div.block-blog .views-field-title,
div.block-projects .views-field-title {
	padding-right: 80px;
}

div.block-event .teaser-share {
	margin-top: -18px;
}

.node-type-event .field-type-filefield,
.node-type-news .field-type-filefield,
.node-type-project .field-type-filefield {
	display: none;
	float: left;
	padding: 0 15px 15px 0;
}
