

/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 12px/1.5em Arial, sans-serif;
}

.node-type-page-full-width  #content-inner {
  background: url(../images/content-bg-wide.jpg) repeat-y center;
  }

.main-body { /* this distinction prevents the body of iframed pages from grabbing the parent page's background */
  background: #0A2E6B;
}

iframe {
  display:block; 
  width:100%;
  border:none; 
  margin:0; 
  padding:0; 
}


/* Links */

a:link, a:visited {
  color: #0a2e6b;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a {
  outline: none;
}


/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	padding: 0 0 0.5em;
	margin: 0;
  font-family: league-gothic-1;
  font-size: 3em;
  font-weight: normal;
}

h2 {
  font-size: 1.85em;
  margin-bottom:0.75em;
  color: #013479;
  font-family: league-gothic-1;
  font-weight: normal;
}

h3 {
  font-size:1.4em;
  margin-bottom:1em;
}

h4 {
  font-size:1.2em;
  margin-bottom:0.8em;
}

h5 {
  font-size: 1.085em;
  color: #0a2e6b;
  font-weight: bold;
  margin-bottom:0;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}

h6 {
  font-size:1em;
  font-weight:bold;
}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}

tbody tr:first-child td {
  padding-top: 7px;
}

tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{ 
	font-size: 24px; 
  width: 98%;
}

.vertical-tabs #cke_edit-body {
  width: 493px !important;
}

#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}



#wrapper {
  padding: 4px 0 0 0;
  background: #83070b;
}

#header { 
  background: url(../images/header-bg.jpg) top center repeat-x;
  height: 84px;
  padding: 17px 0 0 0;
}

#logo-title {

}

/* PAGE */

#page {

}

/* FRONT PAGE REGIONS */

#front-columns {
  background: url(../images/main-bg.jpg) repeat-x top white;
}

#front-columns-inner {
  padding: 30px 0;
}

.front-column {
  float: left;
  overflow: hidden;
}

.front-column div.more-link a {
  background: url(../images/view-all.jpg) no-repeat top center;
  padding: 18px 0 0 69px;
  height: 0;
  width: 0;
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 0;
  text-indent: -999em;
  text-transform: uppercase;
  overflow: hidden;
}

.front-column div.more-link a:hover {
  background-image: url(../images/view-all-hover.jpg);
}

.front-column .view .feed-icon {
  position: absolute;
  top: 5px;
  right: 37px;
}

.front-column .views-row {
  border-bottom: 1px dotted #DDDDDD;
  margin: 0 0 .5em 0;
}

.front-column .views-row.views-row-last {
  border-bottom: none;
}

/* TWITTER FEED */

#block-block-14 .follow-link-twitter {
  position: absolute;
  right: -6px;
  top: 8px;
}

.front-column h3.title,
{
  font-size: 2.175em;
  font-family: "league-gothic-1","league-gothic-2",sans-serif; 
  font-weight: normal;
  border-bottom: 2px solid #91939a;
  margin-bottom: .35em;
}

.twtr-hd {
   /* font-family: "league-gothic-1","league-gothic-2",sans-serif;   */
  font-weight: normal;
  /* border-bottom: 2px solid #91939a; */
  margin-bottom: .35em;
}

.twtr-hd {
 /* display: none; */
}

.twtr-tweets {
  font-family: Arial;
}

.front-column .twtr-widget .twtr-tweet-wrap {
  margin: 0 0 .5em 0;
  padding: .5em 0;
}

.twtr-tweet-text {
  font-size: 1.085em;
}

.twtr-tweet-text em {
  margin-top: .5em !important;
  display: block;
}

.twtr-hyperlink {

}

.twtr-ft {
  /* display: none; */
}

#front-left {
  width: 284px;
  margin: 0 20px 0 18px;
}

#front-left-inner {
  
}

#front-middle {
  width: 284px;
  margin: 0 20px 0 0;
}

#front-middle-inner {

}

#front-right {
  width: 336px;
}

#front-right-inner {
}

#front-columns .block {
  margin: 0 0 5px 0;
}

#front-columns .views-field-title {
  margin: 0 0 .5em 0;
}

#front-columns .views-field-title a {
  color: #0a2e6b;
  font-weight: bold;
  font-size: 1.085em;
}

#front-columns .views-field-field-date-value,
#front-columns .views-field-created {
  font-size: .835em;
  line-height: 12px;
}

#front-columns .views-field-body,
#front-columns .views-field-field-date-value,
#front-columns .views-field-created {
  color: #231f20;
}

/* WHAT'S NEW AT KEI */

#block-views-news-block_1 {
  min-height: 200px;
}

.views-field-field-thumbnail-fid {
  float: left;
  margin: 0 8px 4px 0;
}

/* SPOTLIGHT */

#block-views-news-block_2 {
  min-height: 200px;
}

/* KOREAN KONTEXT */

#kk-logo {
  float: left;
  margin: 0 20px 10px 0;
}

/* MAIN */

#main {
  background: url(../images/lower-bg-better.jpg) repeat-x top #450305;
}

/* CONTENT */
.page-economic-data  #content-inner{
background-image: none;
background: #FFF;
}
.view-kosbi-monthly-average .view-header {
	padding-top: 30px;
}


.view-kosbi-monthly-average  .view-content  .odd  {
    background-color: #EEEEEE;
    border: 1px solid #000000;
    padding: 0.1em 0.6em;	
}
.view-kosbi-monthly-average  .view-content .even  {
    background-color: #DDDDDD;
    border: 1px solid #000000;
    padding: 0.1em 0.6em;	
}
.view-kosbi-monthly-average  .view-header .odd  {
    background-color: #EEEEEE;
    border: 1px solid #000000;
    padding: 0.1em 0.6em;	
}
.view-kosbi-monthly-average  .view-header .even  {
    background-color: #DDDDDD;
    border: 1px solid #000000;
    padding: 0.1em 0.6em;	
}
.view-kosbi-monthly-average  .view-content thead th {
    border-bottom: 3px solid #000000;
    padding-right: 1em;
    text-align: center;
}
.view-kosbi-monthly-average  .view-content tbody tr td {
	padding-top: 10px;	
	padding-bottom: 10px;			
}
.view-kosbi-monthly-average  .view-content tbody tr td .active {
	color: 
}
.view-kosbi-monthly-average  .view-content tbody tr td p{
	margin: 0;
}

#content-inner {
  padding: 34px 27px;
  background: url(../images/content-bg.jpg) repeat-y center;
  min-height: 750px;
  position: relative;
}
.no-sidebar #content-inner {
  padding: 34px 27px;
  background: url(../images/content-bg-wide.jpg) repeat-y center;
  min-height: 750px;
  position: relative;
}
.page-node-2481-edit #content-inner {
  padding: 34px 27px;
  background: url(../images/content-bg-wide.jpg) repeat-y center;
  min-height: 750px;
  position: relative;
}
#content-area {
  line-height: 20px;
  padding: .5px 0 8px 0;
  position: relative;
}

h1.title,
#content-top h3.title {
  font-family: league-gothic-1;
  font-size: 3em;
  font-weight: normal;
}

#content-header h1.title {
  border-bottom: 1px solid #a8aab0;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#content-top h3.title {
  margin-bottom: .25em; 
}

#content-top .block {
  margin: 0 0 1em 0;
}

#content-area .node ul {
  margin: 1em 0;
}

/* TOP LINKS */

#top-links {

}

#top-links ul {
	margin: 0;
	padding: 0;
}

#top-links li {
	float: left;
	display: inline-block;
	*display: inline; /*IE7 Fix */
	zoom: 1; /*IE7 Fix */
	_height: 40px; /* IE6 Fix */
	padding: 0;
	margin: 0;
}

#top-links li a {
	padding: 5px 8px;
	display: block;
  color: #231f20;
  font-weight: bold;
  font-size: .825em;
}

#top-links li a:hover {
	text-decoration: underline;
}

#top-links li.last a {
	border-right: none;
}


/* NAVIGATION */
/* overrides superfish defaults */

#navigation {
  position: relative;
  z-index: 75;
  background: url(../images/nav-bg.jpg) repeat-x top center;
  border-top: 3px solid #013479;
  border-bottom: 3px solid white;
}


/* ** inactive state ** */

/* first level */

#navigation ul {
	margin: 0;
	padding: 0;
  background-image: none;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0;
  -webkit-border-radius: 0;
}

#navigation li {
	padding: 0;
	margin: 0;
	background: none;
  color: black;
  display: block;
}

#navigation li {
  padding: 0;
  background: url(../images/nav-item-border.jpg) repeat-y right;
  border: none;
  font-family: league-gothic-1;
}

#navigation li.menuparent {

}


#navigation li a {
	border-right: none;
	border-left: 1px solid #365b9b;
	border-top: 0;
	padding: 5px 55px;
  margin: 0;
	height: 21px;
	display: block;
  color: white;
  font-size: 1.75em;
  text-decoration: none;

}

#navigation li.menuparent a {
  background: url(../images/nav-parent-arrow.png) no-repeat right 15px;
}

#navigation li.last a {
	border-right: none;
}

/* second level */

#navigation ul ul {
	margin-top: 15px;
	border-left: 1px solid #365b9b;
  border-right: 1px solid #365b9b;
  border-bottom: 1px solid #365b9b;
  background-color: white;
}


#navigation li li {
	text-align: left;
  padding: 0 10px;
  font-family: Arial;
  width: 230px;
}

#navigation li li.menuparent {

}

#navigation li li a:hover {
  text-decoration: none;
  color: black;
}

#navigation li li a {
	padding: 7px 10px;
	height: auto;
	color: white;
	border-left: none;
	border-right: none;
  border-bottom: 1px solid #a8aab0;
  font-weight: bold;
  color: #013479;
  font-size: .9em;
  display: block;
}

#navigation li.menuparent li a {
  background-image: none;
}

#navigation li li.menuparent a {
  background: url(../images/right-arrow.jpg) no-repeat right 8px;
}


#navigation li li.last a {
  border-bottom: none;
}

#navigation li.over li a {

}

/* third level*/

#navigation ul ul ul  {
  margin: 0 0 0 100px;
}

#navigation li li li {

}

#navigation li li.menuparent li a {
  background-image: none;
}

#navigation li.over li.over li a {

}

#navigation li li li.menuparent a {
  background: url(../images/right-arrow.jpg) no-repeat right 8px;
}

/* fourth level*/

#navigation li li li li {

}

#navigation li li li.menuparent li a {
  background-image: none;
}

#navigation li.over li.over li.over li a {

}

#navigation li li li li.menuparent a {
  background: url(../images/right-arrow.jpg) no-repeat right 8px;
}

/* shared levels 2nd and 3rd levels */


#navigation li li a:hover,
#navigation li li li a:hover {

}

#navigation ul ul,
#navigation ul ul ul {
  background-image: none;

}

/* ** activated state ** */

/*1st */

#navigation li a:hover {
	text-decoration: none;
  background-color: #013479;
  color: white;
}

/* 2nd, 3rd */

#navigation li li a:hover
 {
  text-decoration: underline;
  background-color: white;
  color: #013479;
}


/* FEATURE */

#feature-wrapper {
  background: url(../images/feature-decor.png) no-repeat top center;
  padding: 8px 0 12px 0;
  margin-top: 12px;
}

#feature-inner {
  padding: 0 18px;
}

#feature-left {
  width: 611px;
  float: left;
}

#feature-right {
  width: 333px;
  float: left;
  background: url(../images/top-events-bg.png) repeat-y center;
}

#feature-right-top {
  height: 230px;
  overflow: hidden;
  padding: 0;
}

#feature-right-bottom {
  height: 75px;
  overflow: hidden;
}

#feature-right-top-inner,
#feature-right-bottom-inner {
  padding: 15px 18px;
}

#feature-right-top h3.title {
  font-family: league-gothic-1;
  font-size: 2.5em;
  font-weight: normal;
  color: #231f20;
  margin-bottom: .5em;
}

#feature-right .views-field-title {
  font-weight: bold;
}

/* SLIDESHOW */

#feature-left .views_slideshow_singleframe_main {
  height: 306px;
  overflow: hidden;
}

.views_slideshow_slide {
  position: relative;
}

.views_slideshow_slide a {
  color: white;
}

.views_slideshow_slide .views-field-title {
  font-family: league-gothic-1;
  font-size: 1.835em;
  font-weight: normal;
  margin: 0 0 0.25em 0;
}

.views-field-field-caption-value {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #111111;
  color: white;
  z-index: 20;
}

.caption-inner {
  padding: 20px;

}

.views-slideshow-controls-bottom  {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 50;
  font-size: .8em;
  width: 100%;
  text-align: center;
}

.views-slideshow-controls-bottom .pager-item {
  overflow: hidden;
  text-indent: -9999em;
  font-size: 0;
  text-transform: capitalize;
  background-color: black;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}

.views-slideshow-controls-bottom .pager-item a {
  display: block;
  width: 5px;
  height: 5px;
}

.views-slideshow-controls-bottom .pager-item.activeSlide {
  background-color: white;
}

.views-slideshow-controls-bottom a {
  color: white;
}

.views_slideshow_previous,
.views_slideshow_next {
  background: #83070B;
  display: inline-block;
  *display: block;
  padding: 4px;
}

.views_slideshow_pause {
  display: none;
}

.views_slideshow_slide .read-more {
  float: right;
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

/* FOLLOW LINKS */

#feature-right-bottom {
  background: url(../images/top-events-bottom-corner-bg.jpg) repeat-y center;
  height: 76px;
  overflow: hidden;
}

#feature-right-bottom ,
#feature-right-bottom a,
#feature-right-bottom h3.title {
  color: white;
}

#feature-right-bottom h3.title {
  font-size: 1.835em;
  font-family: league-gothic-1;
  font-weight: normal;
  float: left;
  margin: 0;
}

#block-follow-site {  height: 25px;  overflow: hidden;}

#block-follow-site .content {
  float: right;
}

a.follow-link {
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  float: left;
  margin: 0 6px 8px 0;
  font-size: 0;
  padding: 0;
}

a.follow-link-facebook {
	background-image: url(../images/facebook.png);
}

a.follow-link-youtube {
	background-image: url(../images/youtube.png);
}

a.follow-link-twitter {
	background-image: url(../images/twitter.png);
}

a.follow-link-flickr {
	background-image: url(../images/flickr.png);
}

a.follow-link-linkedin {
	background-image: url(../images/linkedin.png);
}a.follow-link-this-site {  background-image: url(../images/rss.png);}

/* SIDEBARS */

#sidebar-first {
  padding: 20px 0 0 0;
  color: white;
}

#sidebar-first a {
  color: white;
}

#sidebar-first ul.menu {
  padding: 0;
}

#sidebar-first ul.menu li {
  list-style: none;
  list-style-image: none;
  font-weight: bold;
  margin: 5px 0;
  font-size: 1.085em;
  padding: 0;
}

#sidebar-first ul.menu li li {
  padding: 0 0 0 1.5em;
  font-size: .85em;
  background: url(../images/left-menu-li.png) no-repeat left 6px;
}

#sidebar-first h3.title {
  font-size: 1.165em;
}

#sidebar-first .block {
  margin: 0 0 2em 0;
}

#sidebar-first .block-menu_block {
  padding: 19px 0 0 0;
  background: url(../images/block-left-top-bg.png) no-repeat top center;
}#sidebar-first .block-menu_block h3.title {  font-size: 1.335em;}

#sidebar-first .block-menu_block .block-bottom {
  background: url(../images/block-left-bottom-bg.png) no-repeat bottom center;
  height: 19px;
  overflow:hidden;
  display: block;
}

#sidebar-first .block-menu_block .block-inner {
  background: url(../images/block-left-middle-bg.png) repeat-y right;
  padding: 15px 0 19px 32px;
}

/* FOOTER */

#footer {
	font-size: .9em;
  background: url(../images/footer-bg.jpg) repeat-x top #0a2e6b;
  padding: 20px 0;
  color: white;
}

#footer-padding {
  padding: 0 18px;
}

#footer a {
  color: white;
}

#footer ul {
	margin: 0;
	padding: 0 0 5px 0 ;
}

#footer li {
	float: left;
	display: inline-block;
	*display: inline; /*IE7 Fix */
	zoom: 1; /*IE7 Fix */
	_height: 20px; /* IE6 Fix */
	padding: 0;
	margin: 0;
	list-style: none;
  border-right: 1px solid white;
  height: 12px;
  line-height: 10px;
  font-weight: bold;
}

#footer li a {
	padding: 0 5px;
	display: block;
}

#footer li a:hover {
}

#footer li.first {
  border-left: none;
}

#footer li.first a {
  padding-left: 0;
}

#footer li.last {
	border-right: none;
}

#block-menu-menu-footer-links {
  float: left;
}
  
/* GENERIC BLOCK STYLES */

.block-bottom {
  display: none;
}

/* CCK BLOCK */

#block-cck_blocks-field_sidebar_block {
  background-color: #280103;
  padding: 10px;
}

/* KEI ADDRESS footer */

#block-block-11 {
  float: right;
}

/* COPYRIGHT footer */

#block-block-1 {
  float: left;
  clear: left;
}

/* custom search block */

#header-region .block-search_by_page {
  position: absolute;
  right: 0;
  top: 40px;
}

#header-region .block-search_by_page .form-item {
  display: inline-block;
  *display: inline;
}

#header-region .block-search_by_page .form-text {
  background: url(../images/search-box.png) no-repeat top center;
  width: 142px;
  height: 18px;
  padding: 2px;
  margin: 0;
  border: 0;
}

#header-region .block-search_by_page .compact-form-label {
  top: 1px;
}

#header-region .block-search_by_page .form-submit {
  display: inline-block;
  height: 22px;
  position: relative;
  right: 2px;
  top: -4px;
  width: 18px;
  background: url(../images/search-button.png) no-repeat top center;
  text-indent: -999em;
  font-size: 0;
  text-transform: uppercase;
  overflow: hidden;
  border:none;
}

#header-region .block-search_by_page .form-submit:hover {
  cursor: pointer;
}

#block-menu-secondary-links {
  float: right;
}

/* other search environments */

#content-top .block-search_by_page {
  position: absolute; 
  right: 31px;
  top: 30px;
  padding: 16px 0 0 0;
  z-index: 50;
  margin: 0;
  width: 250px;
}

.block-search_by_page .block-inner {
  float: right;
}

.search-by-page-form .form-item {
  margin: 0;
  height: 27px;
}

.search-by-page-form .form-text {
  height: 21px;
}

.search-by-page-form .form-submit {
  display: inline-block;
  height: 22px;
  position: relative;
  right: 3px;
  top: -5px;
  width: 18px;
  background: url(../images/search-button.png) no-repeat top center;
  text-indent: -999em;
  font-size: 0;
  text-transform: uppercase;
  overflow: hidden;
  border:none;
}

.search-by-page-form  .form-submit:hover {
  cursor: pointer;
}

.search-by-page-form .compact-form-label {
  top: -2px;
}

.compact-form-label {
  cursor: text;
}

#search-by-page-form {
  margin: 0 0 2em 0;
}

.search-results .title {
  font-weight: bold;
}

.search-snippet {
  margin: 0;
}

.search-info {
  font-size: .9em;
}

/* UPCOMING EVENTS block */

#block-views-events-block_1 .views-row {
  clear: both;
  margin: 0 0 14px 0;
  height: 37px;
}


#block-views-events-block_1 .views-field-title {
  margin-left: 50px;
}

#block-views-events-block_1 .views-field-nothing {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-right: 1px solid #91939a;
  color: #91939a;
  float: left;
}

#block-views-events-block_1 .date-box,
#block-views-events-block_1 .date-month
#block-views-events-block_1 .date-day {
  display: block;
}

#block-views-events-block_1 .date-box, 
#block-views-events-block_1 .date-box a {
  color: #91939a;
  text-decoration: none;
}

#block-views-events-block_1 .date-month {
  font-size: .925em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

#block-views-events-block_1 .date-day {
  font-size: 2.025em;
  text-align: center;
}

#block-views-events-block_1 .more-link a{
  background: url(../images/view-all.jpg) no-repeat top center;
  padding: 18px 0 0 69px;
  height: 0;
  width: 0;
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 0;
  text-indent: -999em;
  text-transform: uppercase;
  overflow: hidden;
}

#block-views-events-block_1 .more-link a:hover {
  background-image: url(../images/view-all-hover.jpg);
}

/* RECENT EVENTS */

.date-views-filter-wrapper .description {
  margin: 0;
}

.date-views-filter-wrapper .description .container-inline-date,
.date-views-filter-wrapper .description .container-inline-date {
  display: inline-block;
  *display: inline;
  clear: none;
  margin: 0 .5em 0 0;
}

.date-views-filter-wrapper #edit-date-filter-min-wrapper {
  width: 200px;
}

.date-views-filter-wrapper #edit-date-filter-max-wrapper {
  width: 190px;
}

/* TEASER TABLE (shared styles) */

.teaser-list-table .views-field-field-thumbnail {
  float: left;
  margin: 0 1em 1em 0;
}

.teaser-list-table div.views-field-title {
  font-size: 1.2em;
  font-weight: bold;
}

.teaser-list-table .views-field-phpcode {
  width: 100px;
}

.teaser-list-table .views-field-phpcode .file-size {
  font-size: .8em;
  display: block;
}

.teaser-list-table .category-label {
  font-style: italic;
}

.teaser-list-table .views-field-created {
  min-width: 110px;
}


/* GENERIC VIEWS STYLES */

#content-area .view-content {
  clear: both;
}

.view ul.pager {
  margin: 1em 0 0 0;
}

.views-exposed-widget #edit-title {
  font-size: 1em;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 2em;
}

/* ARCHIVES */

#block-views-video_gallery-block_2 .view-header {
  float: left;
  margin: 0 5px 0 0;
}

/* NEWS & PRESS */

#block-views-news-block_3 a.feed-icon {
  background: url(../images/subscribe-button.png) no-repeat top center;
  padding: 18px 0 0 69px;
  height: 0;
  width: 0;
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
}

#block-views-news-block_3 a.feed-icon:hover {
  background-image: url(../images/subscribe-button-hover.png);
}

.view-news.teaser-list-page .views-row {
  clear: both;
}

/* FEATURED VIDEO */

#block-views-video_gallery-block_1 .content {
  background: #d3d4d7;
  padding: 10px 10px 5px 10px;
  margin: 0 0 10px 0;
}

/* FLICKR BLOCK */

#block-views-image_gallery-block_1 .views-field-field-em-flickr-embed {
  height: 67px;
  overflow: hidden;
}

/* FLICKR NODES */

#content-area .node .field-field-em-flickr {
  text-align: center;
}

/* NODE STYLES */

#content-area .node .content p,
.cke_show_borders  p {
  text-align: justify;
}

/*
#content-area .node .content .node-body img,
.cke_show_borders img {
  float: right;
  margin: 0 0 20px 20px;
}
*/

#staff-title {
  color: #013479;
  font-family: league-gothic-1;
  margin: 0;
  padding: 0;
  font-size: 1.85em;
  height: 20px;
}


.node .field {
  margin: 0 0 1em 0;
}

.node .filefield-file {
  display: inline-block;
  *display: block;
} 

.node .field-type-filefield .file-size {
  font-size: .8em;
}

.node .field-type-filefield .download-publication {
  font-weight: bold;
}

#content-area .node .content .field-type-filefield  img {
  float: left;
  margin: 0 5px 0 0;
}

.node .field-field-portrait,.node .field-field-thumbnail  {
  float: right;
  border: 1px solid black;
  padding: 0;
  margin: 0 0 20px 20px;
}

.node .field-field-portrait img,
.node .field-field-thumbnail img {
  margin-right: 0 !important;
}

.node .field-field-phone-office,
.node .field-field-phone-office div,
.node .field-field-email,
.node .field-field-email div {
  display: inline-block;
  *display: inline;
  line-height: 12px;
}

.node .field-field-email  {
  border-right: 1px solid black;
  margin: 0 5px 1em 0;
  padding: 0 5px 0 0;
}

.node .field-field-phone-office {
}

/* GLOBAL STYLES */

.breadcrumb {
  display: none;
} 

.section-category .breadcrumb {
  display: block;
}

/* PODCAST */

.views-podcasts .views-row {
  margin: 0 0 10px 0;
}

.accordion-active {
  border: none;
  background: none;
}

h3.accordion-header {
  background-color: #EFEFEF;
  border-bottom: 1px solid #B7B7B7;
  font-size: 1.2em;
  font-weight: normal;
}

h3.accordion-header-active {
  border-bottom: 1px solid #91939A;
  font-weight:  bold;
}

.accordion-content {
  background: #EFEFEF;
  padding: 5px 30px;
}

.podcast-mp3 {

}

/* VIDEO GALLERY */

#content-area .view-video-gallery .views-row {
  clear: both;
}

.view-video-gallery .views-field-title h3 {
  margin: 0 0 .25em 0;
}

.view-video-gallery .emvideo-thumbnail-replacement
 {
  width: 120px;
  height: 95px;
  background: #280103;
  position: relative;
}

.view-video-gallery .emvideo-thumbnail-replacement span {
  background: url("../images/play_large.png") no-repeat scroll 0 0 transparent;
  top: 12px;
  left: 27px;
  position: absolute;
  height: 65px;
  width: 65px;
}

.view-video-gallery .emvideo-thumbnail-replacement span:hover {
  background-image: url("../images/play_large-hover.png");
}

/* video nodes */

.node-type-embedded_video .taxonomy {
  display: none;
}

.node .field-field-watershed-code {
  float: left;
  margin: 0 1.5em 1em 0;
}

.node .field-field-em-video {
	margin-right: auto;
	margin-left: auto;
	width: 426px;
}

/* video lightbox */

#imageDataContainer {
  position: relative;
}

#frameHoverNav {
  width: 90%;
}

#imageData #imageDetails {
  margin-left: 60px;
  margin-right: 80px;
  width: auto;
  float: none;
}

#imageData #bottomNav {
  bottom: 0;
  position: absolute;
  width: 97%;
}

#bottomNavClose {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* SIDEBAR NEWSLETTER BLOCK */#block-multiblock-3 { 
  background-color: #280103; 
  padding: 10px; 
} 
#block-multiblock-3 .content { 
  position: relative; 
} 
#block-multiblock-3 .form-text { 
  background: url(../images/newsletter-input.png) no-repeat top center; 
   width: 168px; 
  height: 16px; 
  padding: 2px; 
  border: none; 
} 
#block-multiblock-3 .form-submit { 
  background: url(../images/newsletter-submit.png) no-repeat top center; 
   width: 20px; 
  height: 20px; 
  border: none; 
  text-indent: -999em; 
  font-size: 0; 
  text-transform: uppercase; 
  overflow: hidden; 
  position: absolute; 
  top: 0; 
  right: 4px; 
} 

/* FRONT PAGE NEWSLETTER BLOCK */

#block-webform-client-block-1002 { 
  margin: 5px 0 0 0; 
} 

#block-webform-client-block-1002 h3.title { 
  float: left; 
  font-size: .85em; 
  float: left; 
  margin: 0 16px 0 0; 
  font-family: Arial; 
  font-weight: bold; 
} 

#block-webform-client-block-1002 .content { 
  position: relative; 
  float: left; 
} 

#block-webform-client-block-1002 .form-item { 
  margin: 0; 
} 

label.compact-form-label { 
  color: #1a1919; 
  font-size: .8em; 
} 

#block-webform-client-block-1002 .form-text { 
  background: url(../images/search-box.png) no-repeat top center; 
   width: 128px; 
  height: 18px; 
  padding: 2px; 
  border: none; 
}
 
#block-webform-client-block-1002 .form-submit { 
  background: url(../images/search-button.png) no-repeat top center; 
   width: 18px; 
  height: 22px; 
  border: none; 
  text-indent: -999em; 
  font-size: 0; 
  text-transform: uppercase; 
  overflow: hidden; 
  position: absolute; 
  top: 0; 
  right: -7px; 
} 


/* SIDEBAR NEWSLETTER BLOCK */

#block-multiblock-3 { 
  background-color: #280103; 
  padding: 10px; 
} 
 
#block-multiblock-3 .content { 
  position: relative; 
} 
 
#block-multiblock-3 .form-text { 
  background: url(../images/newsletter-input.png) no-repeat top center; 
   width: 168px; 
  height: 16px; 
  padding: 2px; 
  border: none; 
} 
 
#block-multiblock-3 .form-submit { 
  background: url(../images/newsletter-submit.png) no-repeat top center; 
   width: 20px; 
  height: 20px; 
  border: none; 
  text-indent: -999em; 
  font-size: 0; 
  text-transform: uppercase; 
  overflow: hidden; 
  position: absolute; 
  top: 0; 
  right: 4px; 
} 

/* LEFT STAY CONNECTED BLOCK  */
 
#block-multiblock-4 { 
  background-color: #280103; 
  padding: 10px; 
} 

#block-multiblock-4 .content {
  text-align: center;
}

#block-multiblock-4 a { 
  padding-left: 5px; 
} 
 
/* FRONT PAGE NEWSLETTER BLOCK */

#block-webform-client-block-1002 { 
  margin: 5px 0 0 0; 
  position: relative;
} 
 
#block-webform-client-block-1002 h3.title { 
  float: left; 
  font-size: .85em; 
  float: left; 
  margin: 0 16px 0 0; 
  font-family: Arial; 
  font-weight: bold; 
} 
 
#block-webform-client-block-1002 .content { 
  position: relative; 
  float: left; 
} 

.front #block-webform-client-block-1002 .content { 
  float: right; 
  margin: 0 6px 0 0;
} 
 
#block-webform-client-block-1002 .form-item { 
  margin: 0; 
} 
 
label.compact-form-label { 
  color: #1a1919; 
  font-size: .8em; 
} 
 
#block-webform-client-block-1002 .form-text { 
  background: url(../images/search-box.png) no-repeat top center; 
   width: 128px; 
  height: 18px; 
  padding: 2px; 
  border: none; 
} 
 
#block-webform-client-block-1002 .form-submit { 
  background: url(../images/search-button.png) no-repeat top center; 
   width: 18px; 
  height: 22px; 
  border: none; 
  text-indent: -999em; 
  font-size: 0; 
  text-transform: uppercase; 
  overflow: hidden; 
  position: absolute; 
  top: 0; 
  right: -7px; 
} 

/* WEBFORMS  */
 
#webform-component-salutation,
#webform-component-first-given-name,
#webform-component-last-family-name,
#webform-component-suffix,
#webform-component-proposed-time-frame,
#webform-component-no-preference,
#webform-component-kei-groups-check-all-that-apply,
#webform-component-subscriptions-check-all-that-apply,
#webform-component-city,
#webform-component-state,
#webform-component-zip,
#webform-component-fax {
  display: inline-block;
}
 
#webform-component-salutation {
  width: 85px;
  margin-right: 20px;
}

#webform-component-no-preference {
  margin: 0 0 0 1em;
}

#webform-component-kei-groups-check-all-that-apply,
#webform-component-subscriptions-check-all-that-apply { 
  width: 50%;
}

.node .field-field-footer {
  margin: 2.5em 0 0 0;
}

.node-type-webform #content-area .node-body {
  margin: 0 0 2.5em 0;
}

/* EVENTS */

th.views-field-field-date-value {
  min-width: 110px;
}

/* RSS FEED ICON */

a.feed-icon {
  display: block; 
  position: absolute;
  top: 15px;
  right: 20px;
}

/* FAQS */

.faq-ul-questions-top a.active {
  color: #0a2e6b;
}

.faq-category-menu .faq-header {
  margin: 1em 0 1em 1em;
  font-size: 1.2em;
}

.faq-content .item-list {
  margin: 0 0 0 1.5em;
}

.faq-category-group {
  margin: 2em 0;
}

.faq-category-group a:hover {
  text-decoration: none;
}

.faq-question {
  margin: 1em 0 .5em 0;
  font-weight: bold;
  font-size: 1.1em;
}

.faq-answer-label{
  float: left;
  display: block;
  margin: 0 5px 0 0;
  font-weight: bold;
}

li.faq_back_to_top a {
  color: #0A2E6B;
}

/* FORMS */

.views-field-edit-term a {
  display: inline-block;
  *display: inline;
  background: #05377C;
  color: white;
  padding: 1px 5px;
  font-family: league-gothic-1;
  font-size: 1.4em;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}

.views-field-edit-term a:hover {
  text-decoration: none;
  background: #2C4B9E;
}

/* LIGHTBOX STYLES  */

.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
  margin: 0;
}

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
  margin-top: 33px;
}

/* ADMIN LINKS  */

div.edit a {
  color: black !important;
}

/* SHARE LINKS  */

.shareaholic-show-on-load {
  margin-top: 4em;
}

/* ECONOMIC CHARTS  */

.section-economic-data #content-header .block-views {
  float: left;
  margin: 0 3em 0 0;
}

.section-economic-data #content-header .block-views .views-exposed-widget .form-submit {
  margin-top: 1.2em;
  height: 28px;
}

.section-economic-data #content-header .block-views select {
  height: 24px;
  padding: 3px 5px 0 10px;
}

.section-economic-data .view .feed-icon {
  position: absolute;
  top: -25px;
  right: 0px;
}


/* RSVP STYLES */

.not-logged-in .rsvp_guestlist_form,
.role-authenticated-user  .rsvp_guestlist_form {
  display: none;
}

.role-administrator .rsvp_guestlist_form,
.role-moderator .rsvp_guestlist_form,
.role-super-admin .rsvp_guestlist_form {
  display: block;
}

.front-column .block-inner{background:url(../images/banners_titles.jpg) top left repeat-x;}
.front-column h3.title{height:20px; padding:10px; color:#fff; font-size:18px;}
.front-column #block-views-keia_blog-block_1 h3.title{background:url(../images/peninsula.png) top left no-repeat; padding-left:42px;}
.front-column div.more-link a{margin-right:12px; top:12px;}
.front-column .view .feed-icon{right:45px; top:6px;}
#block-block-14 .follow-link-twitter{right:12px; top:12px;}

.nivo-directionNav{
        background: url("../images/navi.png") no-repeat scroll 0 0 transparent;
    display: block !important;
    height: 78px;
    overflow: hidden;
    position: absolute;
    right: 141px;
    top: 297px;
    width: 78px;
    z-index: 100;
}
.nivo-directionNav a {
    display: block;
    height: 13px;
    position: absolute;
    text-indent: -9999px;
    top: 32px;
    width: 7px;
}
.nivo-directionNav .nivo-prevNav{
    background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
    left: 16px;
}
.nivo-directionNav .nivo-nextNav{
    background: url("../images/next.png") no-repeat scroll 0 0 transparent;
    right: 16px;
}
.nivo-caption {
    background: url("../images/caption.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 294px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    right: 33px;
    text-align: center;
    top: 105px;
    width: 294px;
    z-index: 89;
}
.nivo-caption p {
    margin: 0;
    padding: 105px 25px 30px;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #333841;
    text-transform: uppercase;
}

.node-type-page-full-width .submitted {display: none;} 
