body.theme {
  background: #d6e2e6 url(../img/bgBody.png) repeat-x;
  color: #1b232a;
}

a,
.more-sites-link {
  color: #832;
}

hr {
  border-color: #1b232a;
}

#page-body {
  background: #fff url(../img/bgPage.png) repeat-x;
  padding: 12px 22px;
}

#site-name {
  font-size: 200%;
  line-height: 1;
}

#site-name a {
  background: url(../img/logoNLADA.png) no-repeat;
  display: block;
  height: 64px;
  margin-left: 15px;
  text-indent: -9999em;
  width: 475px; /*166px*/
}


/** Section Header ************************************************************/
#section-header {
  background: url(../img/bgSectionHeader.png) repeat-x;
  -khtml-border-top-left-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 84px;
}

#section-title {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 0 15px;
}

#edit-submit {
  margin-left: 8px;
}

#section-header ul.menu {
	height: 25px;
  margin: 15px 0 0;
	padding: 0;
}

#section-header>ul.menu li ul {
	display: none;
  margin-top: -1px;
  position: absolute;
  z-index: 10;
}

#ie7 #section-header ul.menu ul {
  height: 250px;
}

#section-header>ul.menu>li:hover ul,
#section-header ul.menu li.hover ul {
  display: block;
}

#section-header ul.menu li {
	display: block;
  float: left;
}

#section-header ul.menu ul li {
  background: #272d42;
  display: block;
	float: none;
}

.ie #section-header ul.menu ul li {
  margin-top: -1px;
}

.ie #section-header ul.menu ul li a {
  width: 376px;
}

.section-nlada #section-header ul.menu li a,
.section-nlada #section-header ul.menu li span.nolink {
  padding: 0 1em;
}

.section-ndli #section-header ul.menu li,
.section-jseri #section-header ul.menu li {
  width: 25%;
}

.ie .section-ndli #section-header ul.menu li,
.ie .section-jseri #section-header ul.menu li {
  width: 24.9%;
}

#section-header ul.menu a,
#section-header ul.menu span.nolink {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

#section-header ul.menu a:hover,
#section-header ul.menu span.nolink:hover {
  background: url(../img/bgSectionHeader.png) 0 -85px repeat-x;
}

#section-header ul.menu ul a {
  text-align: left;
}


/** Sub Navigation ************************************************************/
#subnav {
  margin-bottom: 1em;
}

#subnav a {
  background: url(../img/bgSubNav.png) repeat-x;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

#subnav a.context-block-region {
  display: none;
}

#subnav .main-box a {
  font-size: 200%;
  height: 141px;
  line-height: 1.1;
  padding: 30px;
  width: 256px;
}

#subnav .main-box a.blue {
  -khtml-border-bottom-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-right: 1px solid #8b8b9a;
}

#subnav .main-box a.red {
  background-position: 0 -201px;
  border-left: 1px solid #61271a;
  border-right: 1px solid #a36d63;
  width: 255px;
}

#subnav .main-box a.gold {
  background-position: 0 -402px;
  -khtml-border-bottom-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #6c4821;
}

#subnav .interior-box a {
  font-size: 150%;
  height: 63px;
  line-height: 1.1;
  padding: 10px 15px;
  width: 286px;
}

.section-jseri #subnav .interior-box a {
  font-size: 140%;
  height: 59px;
  padding: 12px 15px;
}

#subnav .interior-box a.blue {
  background-position: 0 -603px;
  -khtml-border-bottom-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-right: 1px solid #8b8b9a;
}

#subnav .interior-box a.red {
  background-position: 0 -686px;
  border-left: 1px solid #61271a;
  border-right: 1px solid #a36d63;
  width: 285px;
}

#subnav .interior-box a.gold {
  background-position: 0 -769px;
  -khtml-border-bottom-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #6c4821;
}

#subnav .wide-blue a.blue,
#subnav .wide-red a.red,
#subnav .wide-gold a.gold {
  width: 445px;
}

#subnav .wide-blue a.red,
#subnav .wide-blue a.gold,
#subnav .wide-red a.blue,
#subnav .wide-red a.gold,
#subnav .wide-gold a.blue,
#subnav .wide-gold a.red {
  width: 206px;
}

#subnav a small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
}

.btn-learn-more {
  background: url(../img/btnLearnMore.png) no-repeat;
  display: block;
  height: 25px;
  position: absolute;
    bottom: 30px;
    right: 30px;
  width: 88px;
}

#sharethis-box {
	background-color: #ecf0f3;
	border: 1px solid #cecfd1;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.disclaimer-right {
	background: #7e756c;
	border: 1px solid #cecfd1;
	color: #fff;
  font-size: 10px;
	padding: 1em 1em 0;
	text-align: left;
}

.disclaimer-right a {
	color: #fff;
  text-decoration: underline;
}

.disclaimer-right p.center {
  padding: 0;
  text-align: center;
}



/** Content *******************************************************************/
.support-banner {
  margin-bottom: 18px;
}

.support-banner a {
	background: #646b87;
	color: #fff;
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  padding: .3em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.quote {
  background: #c6d1d7;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 1em;
}

.quote cite {
  display: block;
  text-align: right;
}

.node-content img[align=left] {
  padding: 1em 2em 1em 0;
}

.node-content img[align=right] {
  padding: 1em 0 1em 2em;
}

.forum-link {
  margin-bottom: 18px;
}

.forum-link a {
	background: #646b87;
	color: #fff;
  display: block;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  padding: .5em .3em .4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link {
  text-align: right;
}

.emvideo {
  padding: 1.5em 0;
}

.events {
  float: right;
	width: 250px;
}

.events-header {
	background: #c6d1d7;
	color: #646b88;
	font-size: 14px;
  font-weight: bold;
	height: 27px;
  line-height: 27px;
	text-align: center;
}

.events-content {
	border: 2px solid #c6d1d7;
	height: 150px;
	overflow-y: scroll;
  padding: .5em 1em;
	text-align: left;
}

.events-content .view-content {
  padding: .5em 0;
}

.block-views .block-title,
.ntp-header,
.rtp-header,
.three-col-left-right-header,
.three-col-middle-header,
.right-column-nav-on,
.right-column-nav a {
	height: 40px;
  line-height: 40px;
	margin: 1em 0;
	text-align: center;
  text-transform: uppercase;
}

.column-first .views-row,
.column-third .views-row {
  border-bottom: 1px solid #e2e1dd;
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

p.views-row {
  padding: .5em 0 1.5em !important;
}

.section-title,
.view-title {
  background: #C6D1D7;
  color: #686A7F;
  text-align: center;
  text-transform: uppercase;
}

.section-box {
  background: #ECF0F3;
  margin-bottom: 1.5em;
  padding: .5em 1em 0;
}

.event-header {
  text-align: center;
  text-transform: uppercase;
}

.block-views .block-title,
.event-header,
.ntp-header,
.three-col-left-right-header {
	background: #646b87;
	color: #fff;
}

.three-col-left-right-header,
.three-col-middle-header {
  height: 33px; /* 40px */
  line-height: 1;
  padding-top: 7px;
}

#block-views-jseri_articles-block_2 .block-title,
#block-views-jseri_articles-block_4 .block-title,
#block-views-jseri_articles-block_6 .block-title,
.rtp-header,
.three-col-middle-header {
	background-color: #9e812e;
	color: #fff;
}

.ntp-item-header,
.rtp-item-header {
	color: #666c84;
}

#block-views-jseri_articles-block_1 .views-row,
#block-views-jseri_articles-block_2 .views-row,
#block-views-jseri_articles-block_3 .views-row,
#block-views-jseri_articles-block_4 .views-row,
#block-views-jseri_articles-block_5 .views-row,
#block-views-jseri_articles-block_6 .views-row,
.view-impact-leadership-event,
.view-new-leadership-event,
.view-nuts-bolts-event,
.ntp-item,
.rtp-item {
	margin: 1em 0;
	padding: 1em;
}

#block-views-jseri_articles-block_1 .views-row,
#block-views-jseri_articles-block_3 .views-row,
#block-views-jseri_articles-block_5 .views-row,
.view-impact-leadership-event,
.view-new-leadership-event,
.view-nuts-bolts-event,
.ntp-item {
	background: #ecf0f3;
}

#block-views-jseri_articles-block_2 .views-row,
#block-views-jseri_articles-block_4 .views-row,
#block-views-jseri_articles-block_6 .views-row,
.rtp-item {
	background: #f3f2e0;
}

.right-column-nav-on {
	background: #646b87;
	color: #fff;
}

.right-column-nav a {
  background-color: #d1d1d3;
	color: #6e728b;
  display: block;
  text-align: center;
	text-decoration: none;
}

.right-column-contact {
	background: #646b87;
	color: #fff;
	margin: 25px 0 1em;
	padding: .5em 1em;
	text-align: left;
}

.right-column-contact a {
  color: #fff;
  text-decoration: underline;
}

.right-column-contact h3 {
	border-style: none;
	color: #fff;
	font-size: 14px;
  font-weight: bold;
}


#ml-right .view-display-id-block_1 .views-row {
	background-color: #f3f2e0;
	margin: 1em 0;
	padding: 1em;
}

#ml-right .view-display-id-block_1 .views-field-title {
	color: #666c84;
}

#ml-right .more-link {
	display: none;
}

.learn-more-link a {
  background: url(../img/btn_learn_more.gif) no-repeat;
  display: block;
  float: right;
  height: 25px;
  text-indent: -9999em;
  width: 88px;
}

.field-content img {
	margin: 0 1em 1em;
}

p.welcome {
	color: #59607a;
}

p.event-info {
	color: #5d88a8;
}

p.search-snippet {
	margin: 0;
}

.contact-box {
	background: #C6D1D7;
  float: right;
	margin: 0 0 1em 1em;
  padding: 1em;
}

.contact-box p.contact-title {
  color: #000;
  padding-bottom: 1em;
}

.contact-box p {
  padding: 0;
}

.three-col-content {
	background-color: #ecf0f3;
	margin: 1em 0;
	padding: 1em;
}

.three-col-content-middle {
	background-color: #f3f2e0;
	margin: 1em 0;
	padding: 1em;
}

.button-nav {
  float: right;
  margin: 0 0 5em 1em;
  width: 326px;
}

.button-nav1,
.button-nav2,
.button-nav3,
.button-nav4 {
	float:right;
}

.button-nav1 a,
.button-nav2 a,
.button-nav3 a,
.button-nav4 a {
	display: block;
	height: 68px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 308px;
}

.button-nav1 a {
	background: url(../img/btn_infoex_forum_off.gif) no-repeat;
}

.button-nav2 a {
	background: url(../img/btn_infoex_search_off.gif) no-repeat;
	height: 67px;
}

.button-nav3 a {
	background: url(../img/btn_infoex_share_off.gif) no-repeat;
	height: 67px;
}

.button-nav4 a {
	background: url(../img/btn_infoex_ask_off.gif) no-repeat;
}

.button-nav1 a:hover {
	background: url(../img/btn_infoex_forum_on.gif) no-repeat;
	width: 326px;
}

.button-nav2 a:hover {
	background: url(../img/btn_infoex_search_on.gif) no-repeat;
	width: 326px;
}

.button-nav3 a:hover {
	background: url(../img/btn_infoex_share_on.gif) no-repeat;
	width: 326px;
}

.button-nav4 a:hover {
	background: url(../img/btn_infoex_ask_on.gif) no-repeat;
	width: 326px;
}

#join-box {
	background: #d1634a;
	border: 1px solid #000;
	color: #fff;
	margin-bottom: 1.5em;
}

#join-box a {
	color: #fff;
  display: block;
	font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
	padding: .5em;
	text-align: center;
  text-decoration: none;
}

#faculty-box {
	padding: 1em 0;
}

#faculty-box p {
  font-size: 12px;
	text-align: center;
}

.left-thumb {
  clear: left;
  float: left;
  margin: 0 1em .5em 0;
}

.views-row {
  padding-bottom: 1em;
}

.archive-links {
  padding: 1.5em 0;
}

.archive-links a {
  color: #646B87;
  display: block;
  font-size: 125%;
  font-weight: bold;
  padding: 10px 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-links a:hover,
.archive-links a:focus {
  background: #646B87;
  color: #fff;
}

/* DOCUMENT LIBRARY SEARCH STYLES */

.view-id-library_search .views-row {
	border-bottom: 1px solid #cecfd1;
	margin: 1em;
	padding-bottom: 1em;
}

.view-id-library_search .views-field-title {
	margin-bottom: 1em;
}

.view-id-library_search label.views-label-field-document-author-value,
.view-id-library_search label.views-label-field-publication-month-value {
	font-weight: bold;
	margin-right: 1em;
}

.view-id-library_search .views-field-field-publication-day-value,
.view-id-library_search .views-field-field-publication-month-value,
.view-id-library_search .views-field-field-publication-year-value {
	float: left;
}

.view-id-library_search .views-field-field-document-abstract-value {
	clear: both;
	padding: 1em 0 0;
}

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

.add-document {
	background-color: #646b87;
	color: #fff;
	display: block;
	font: bold 14px arial, sans-serif;
	margin: 10px auto;
	padding: 15px 20px;
	text-align: center;
	width: 130px;
}

.add-document a {
	color: #fff;
}

.add-document-results {
	background-color: #646b87;
	color: #fff;
	display: block;
	float: right;
	font: bold 14px arial, sans-serif;
	margin: -25px 10px 0px 10px;
	padding: 15px 20px;
	text-align: center;
	width: 130px;
}

.add-document-results a {
	color: #fff;
}

/* END DOCUMENT LIBRARY SEARCH STYLES */

/* STYLES FOR ADMIN - LIBRARY DOCUMENT and LIBRARY MULTIMEDIA EDITING WINDOWS */

#node-form #edit-taxonomy-5-wrapper,
#node-form #edit-taxonomy-7-wrapper,
#node-form #edit-taxonomy-9-wrapper {
	float: left;
	padding-right: 60px;
}

#node-form #edit-taxonomy-tags-8-wrapper,
#node-form #edit-taxonomy-tags-10-wrapper {
	float: left;
	padding-right: 10px;
}

.group-publication-date {
	margin: 10px 0px;
}

.group-publication-date legend {
	font-weight: bold;
}

.group-publication-date #edit-field-publication-month-0-value-wrapper,
.group-publication-date #edit-field-publication-day-0-value-wrapper,
.group-publication-date #edit-field-publication-year-0-value-wrapper {
	float: left;
	padding-right: 20px;
}

span.author-pane-online-icon,
span.author-pane-online-status {
	display: none;
}

.field-field-document-information {
	margin: 0px 0px 10px;
}

.clear-left .field-field-document-abstract {
	margin: 10px 0px;
}

span.document-space {
	float: left;
	padding-right: 40px;
}

/* END STYLES FOR ADMIN - LIBRARY DOCUMENT and LIBRARY MULTIMEDIA EDITING WINDOWS */

/* STYLES FOR PAPERS & REPORTS */

.view-papers-reports .views-row {
	border-bottom: 1px solid #cecfd1;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}

.view-papers-reports .views-field-title {
	margin: 0px 0px 5px;
}
.view-id-papers_reports .views-field-field-document-author-value,
.view-id-papers_reports .views-field-field-publication-day-value,
.view-id-papers_reports .views-field-field-publication-month-value,
.view-id-papers_reports .views-field-field-publication-year-value,
.view-id-papers_reports .views-field-field-document-type-value {
	float: left;
}

.view-id-papers_reports .views-field-field-document-author-value,
.view-id-papers_reports .views-field-field-publication-year-value {
	margin: 0px 40px 0px 0px;

}

.view-id-papers_reports label.views-label-field-document-author-value,
.view-id-papers_reports label.views-label-field-publication-day-value,
.view-id-papers_reports label.views-label-field-document-type-value {
	font-weight: bold;
}

.view-id-papers_reports .views-field-field-document-abstract-value {
	clear: left;
	padding: 10px 0px 0px;
}

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

/* END STYLES FOR PAPERS & REPORTS */

/* SEARCH STYLES */
#views-exposed-form-library-search-page-1 {
  margin: 0 -10px;
}

.page-search #edit-category-wrapper {
	display: none;
}

.views-exposed-form .views-exposed-widget #edit-keys-wrapper {
	clear: both;
	width: 800px;
}

.views-exposed-form .views-exposed-widget #edit-keys-wrapper input {
	width: 165px;
}

#edit-submit-library-search {
  clear: left;
}

/* END SEARCH STYLES */
/* FORUM STYLES */

.top-post {
	background-color: #ecf0f3;
	border: 1px solid #c6d1d7;
}

.author-groups {
	display: none;
}

.view-current-group-posts .views-row-odd {
	background-color: #ecf0f3;
	border: 1px solid #c6d1d7;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}

.view-current-group-posts .views-row-even {
	background-color: #fff;
	border: 1px solid #c6d1d7;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}

.view-current-group-posts .views-field-title a {
	color: #59607a;
	display: block;
	font: bold 14px arial, sans-serif;
	margin-bottom: 10px;
	text-decoration: none;
}

.view-current-group-posts .views-field-body {
	display: block;
	margin: 10px 0px;
}

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

.forum-post {
	border: 1px solid #c6d1d7;
}

.indented .forum-post{
	background-color: #ecf0f3;
	border: 1px solid #c6d1d7;
}

.forum-left {
	background-color: #ecf0f3;
	border: 1px solid #cecfd1;
	padding: 10px;
}

.forum-right {
	background-color: #ecf0f3;
	border: 1px solid #cecfd1;
	color: #59607a;
	margin: 0px 0px 5px 0px;
	padding: 5px 2px;
	text-align: left;
}

.disclaimer-right {
	background-color: #7e756c;
	border: 1px solid #cecfd1;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px;
	text-align: left;
}

.forum-right .view-content {
	background-color: #fff;
	height: 220px;
	margin-top: 5px;
	overflow-y: scroll;
	padding: 1px 0px;
}

.forum-right .views-row {
	background-color: #f3f2e0;
	margin: 5px;
	padding: 5px 2px;
}

.forum-right .view-footer {
	text-align: center;
}

.forum-right p span.group-members-list {
	color: #59607a;
	font: bold 14px arial, sans-serif;
	margin: 0;
	padding: 0;
}

.view-id-og_members_block .item-list {
	margin: 0px 15px;
	text-align: left;
}

ie.view-id-og_members_block .item-list {
	margin: 0px 5px;
	text-align: left;
}

.forum-right span.group-box-title {
	color: #59607a;
	font: bold 14px arial, sans-serif;
}

.forum-post-panel-main .post-title {
	font-weight: bold;
}

.sign-in p {
	font-weight: bold;
	text-align: center;
}

.sign-in h3 {
	border-style: none;
	margin: 0px;
	text-align: center;
}

#user-login .form-item {
  margin: 1.5em 0;
}
/* END FORUM STYLES */


/** Footer ********************************************************************/
#footer {
  background: #f8fafa;
  margin-top: 6px;
  padding: 22px;
}

.footer-links h2 {
  color: #1b232a;
  float: left;
  font-size: 100%;
  line-height: 1.5;
  margin: 0 1em 2em 0;
  padding: 0;
}

.footer-links .menu {
  margin-left: 90px;
}

.footer-links li {
  border-right: 1px solid #bcc;
  line-height: 1.5;
  margin-right: .5em;
  padding-right: .5em;
}

.footer-links li.last {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

#footer-message {
  color: #5E6A72;
  font-size: 11px;
  text-align: center;
}


/** Lists *********************************************************************/
.pipeline-list li,
.header-links li {
  border-right: 1px solid #bcc;
  line-height: 1;
  margin-right: 1em;
  padding-right: 1em;
}

.js .header-links li.first {
  border-left: 1px solid #bcc;
  margin-left: 1em;
  padding-left: 1em;
}

.pipeline-list li.last,
.header-links li.last,
li.more-sites {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.more-sites-link {
  background: url(../img/iconArrow.png) no-repeat 100% 5px;
  cursor: pointer;
  padding: 0 15px .5em 0;
  position: relative;
}

.more-sites-links {
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #eff1f7);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff1f7));
  border: 1px solid #bec2ce;
  display: none;
  padding: .5em;
  position: absolute;
    top: 1.5em;
    left: 0;
  width: 14em;
  z-index: 10;
}

.more-sites .hover .more-sites-links {
  display: block;
}

li.more-sites li {
  border: 0;
  margin: 0;
  padding: .25em;
}

li.more-sites li,
li.more-sites a {
  float: none;
}

.more-sites-links ul {
  padding: 0;
}

ul.primary-tabs,
ul.secondary-tabs {
  border: 1px solid #ccc;
  margin: 0 0 .4286em;
}

ul.secondary-tabs {
  margin-left: 2em;
}

.primary-tabs a,
.secondary-tabs a {
  background: #ddd;
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  border: 1px solid;
  border-bottom-color: #ccc;
  border-left-color: #fff;
  border-right-color: #ccc;
  border-top-color: #fff;
  color: #333;
  line-height: 1.5;
  padding: 0 1em;
  text-decoration: none;
}

.primary-tabs a:hover,
.primary-tabs a:active,
.primary-tabs a:focus,
.secondary-tabs a:hover,
.secondary-tabs a:active,
.secondary-tabs a:focus {
  border-bottom-color: #888;
  border-left-color: #bbb;
  border-right-color: #888;
  border-top-color: #fff;
  color: #000;
}

.primary-tabs a.active,
.secondary-tabs a.active {
  background: #333;
  background: -moz-linear-gradient(top, #666, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  border-bottom-color: #000 !important;
  border-left-color: #999 !important;
  border-right-color: #ccc !important;
  border-top-color: #666 !important;
  color: #fff !important;
}


/** Views *********************************************************************/
.jseri-blog-article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.jseri-blog-date,
.jseri-blog-author,
.jseri-blog-time {
  color: #61271a;
  display: inline;
  text-transform: uppercase;
}

.jseri-blog-date {
  font-size: 125%;
  padding-top: 1.5em;
}

.node-content .jseri-blog-date {
  font-size: 100%;
}

.jseri-blog-link {
  padding-bottom: 1.5em;
}

.blog-terms ul.links {
  height: 3em;
}

.blog-terms ul.links li {
  display: inline;
  padding-right: 1em;
}

#block-views-jseri_blog-block_2 .jseri-blog-title {
  padding-bottom: 1.5em;
}

#views-exposed-form-jseri-blog-page-2 {
  height: 16em;
}

.path-jseri-blog-subject #views-exposed-form-jseri-blog-page-2 {
  display: none;
}


.search-form .container-inline #edit-keys-wrapper {
  display: inline-block;
}

.search-results dd {
  padding: 0;
}

.search-snippet {
  padding: 0;
}

.search-info {
  font-size: 10px;
}

#hide {
  display: none;
}