/* Basic Typography & Colors.
-------------------------------------------------------------- */
body {
  background: #FBF8E9 url("../images/main-bg.png") repeat-x ;
  color: #f5f5f5;
  }

#page {
}

#logo-group-wrapper {
  margin: 15px 0;
  position:relative;
  top:10px;
}

#footer-wrapper, #postscript-bottom-wrapper, #main-wrapper, #footer-message-wrapper, #credit-wrapper {
  
}

/* Links */
a:link,
a:visited {
  font-weight: bold;
  color: #ffc320;;
}
a:hover,
a:focus,
a:active {
  color: #ffc399;;
  text-decoration: none;
}

.node a:link,
.node a:visited {
  font-weight: bold;
  color: #036
}
.node a:hover,
.node a:focus,
.node a:active {
  color: #36c;
  text-decoration: none;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  font-weight: bold;
  color: #ffc320;;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #ffc399;;
  text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}
h1,
h1.title {
  font-size: 220%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 166.67%;
}
h4 {
  font-size: 116.67%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 83.33%;
}
p {
  margin:0 0 1em;
}

.full-node h1.title {
  color: #fff;
  }
  
  .full-node h2.title {
  color: #fff;
  }

/* Lists */
ul, ol {
  margin: .5em 0 1em;
  padding: 0;
}
ul li, ol li {
  margin: .5em 0 1em 1.5em;
}
ul.links li {
  margin: 0;
  padding: 0 .5em 0 0;
}
.item-list ul li {
  margin: 0 0 .25em .5em;
}
dl {
  margin: .5em 0 1em 1.5em;
}
dl dd {
  margin: 0 0 .5em 1.5em;
}

quote, code, fieldset {
  margin: .5em 0;
}
code, pre {
  padding: .5em;
  background-color: #ececec;
  font-size: .95em;
}

/* Tables.
-------------------------------------------------------------- */
table {
  margin: 1em 0;
  width: 100%;
  font-size: 1em;
}
tr.even, tr.odd {
  background-color: #ddd;
  border-bottom: 1px solid #ceebf3;
  color: black;
}
tr.even a, tr.odd a {
  color: #036;
}
tr.even {
  background-color: #eee;
  color:black;
}
thead th {
  font-size: 1.2em;
  color: #000;
  border-color: #ceebf3;
}
tbody {
  border-color: #ceebf3;
}
tr.odd td.active {
  background-color: #ddd;
}
tr.even td.active {
  background-color: #eee;
}

.content-group table a:link, .content-group table a:visited {
font-weight:bold;
}

/* Forms.
-------------------------------------------------------------- */
input {
  color: #152a3d;
}
span.form-required {
  color: #ffae00;
}
.description {
  line-height: 150%;
  margin-bottom: .75em;
  font-size: .9em;
}
.form-submit {
  padding: 3px 10px;
  background: #336298 url(../images/button.png) left top repeat-x;
  color: #fff;
  border: 2px solid #336298;
  font-size: 1.3em;
  cursor: pointer;
  font-weight: bold;
}
.form-submit:hover, #edit-delete:hover, #edit-preview:hover {
  background-color: #688fae;
  border: 2px solid #688fae;
}
#edit-submit, .search-submit {
  font-weight: bold;
  background-color: #e58a1c;
  border-color: #e58a1c;
}

#edit-delete, #edit-preview  {
  background-color: #688f99;
}

.search-submit {
  font-size: 1em;
  padding: 0 3px;
}
.search-input {
  border: 2px solid #336298;
}
#edit-submit:hover, .search-submit:hover {
  background-color: #e89a3b;
  border-color: #e89a3b;
}

#search .search-submit {
background-color:#0A4AC8;
background-image:url("../images/search-button.gif");
background-position:center center;
border:1px solid #062577;
color:#0A4AC8;
cursor:pointer;
display:inline;
font-size:1px;
height:25px;
vertical-align:middle;
width:25px;
}

#search #edit-search_theme_form {
background-color:#0A4AC8;
background-image:none;
border:1px solid #062577;
color:#CEDBF4;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
height:20px;
width: 150px;
padding:5px 5px 0;
text-align:left;
vertical-align:middle;
}


fieldset {
  padding: 1em;
  border: 2px solid #e6e6e6;
}
fieldset legend {
  display: block;
  font-weight: bold;
  padding: 5px;
  font-size: 1.2em;
  letter-spacing: -1px;
  margin: 0;
}
html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

/* Page elements.
-------------------------------------------------------------- */
#main {
  background: #013298;
}

#mission {
  padding: 1em;
  margin-bottom: 1em;
  background: #688fae;
  color: #fff;
  font-size: 1.2em;
}

#mission a {
  color: #fff;
}

#content-content .inner {
  margin: 0;
}

.front #content-content .inner {
  margin: 0 20px 0 0
}

.content-inner.block {
  margin-bottom: 0;
}

.content-region .block {
  margin-bottom: 10px;
}

/* Header.
-------------------------------------------------------------- */

#header-group {
  background: #013298 url("../images/header-top-bg.png") repeat-x;
  color: #fff;
  font-size: 1.2em;
  position: relative;
  padding-top: 10px;
}
#header-group-inner {
  height:48px;
  margin: 0;
}   
#header-group #home-link {
  display: none;
}

#header-group #search-box {
  position: absolute;
  top: 7px;
  left: 1em;
  width: auto;
  z-index: 1;
}

#header-group-inner .block {
  margin-bottom: 0;
}

#slogan {
  position:absolute;
  right:10px; 
}

#logo-group-inner #home-link {
  display: block;
}

#logo-group-inner #home-link > a {
  display: block;
  height: 145px;
}

/* Primary links.
-------------------------------------------------------------- */

#header-primary-menu {
  font-size: 1.2em;
  overflow: visible;
  background: #013298;
}

#primary-menu {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 97;
  background: #013298;
  color: #fff;
}

#primary-menu-inner {
 background: #ffa;
 margin-bottom: 1em;
 padding: 0 10px;
}

#primary-menu ul {
  margin: 0;
}

#primary-menu li {
  margin-right: 1em;
}
#primary-menu li a {
  color: #036;
  text-transform: uppercase;
  padding: .5em;
}

#primary-menu .link_edit {
  display: none;
  position: absolute;
  top: 3px;
  width: 25px;
  margin-left: -23px;
}

#primary-menu li a.imagelink {
  background: none;
}

/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
  float: none;
}
.primary-menu-inner ul.sf-menu li a:hover,
.primary-menu-inner ul.menu li.active-trail a,
.primary-menu-inner ul.sf-menu li:hover a,
.primary-menu-inner ul.sf-menu li.hover a {
  background: #ffe;
  color: #036;
}
.primary-menu-inner ul.menu li.active-trail a.active {
  color: #036;
}
.primary-menu-inner ul.sf-menu li.expanded:hover a,
.primary-menu-inner ul.sf-menu li.expanded.hover a {
  /*margin-bottom: -5px;*/
  padding-bottom: 13px;
}
.primary-menu-inner ul.sf-menu li.expanded:hover ul.menu li a,
.primary-menu-inner ul.sf-menu li.expanded.hover ul.menu li a {
  margin-bottom: 0;
  padding: 5px 10px;
}

/* 2nd Level */
.primary-menu-inner ul.sf-menu li ul {
  background: #ffa;
  font-size: 90%;
}
.primary-menu-inner ul.sf-menu li ul.menu {
  margin-left: 1px;
  width: 200px;
}
.primary-menu-inner ul.sf-menu ul li {
  margin: 0;
}
.primary-menu-inner ul.sf-menu ul li.last {
  border-right: none;
}
.primary-menu-inner ul.sf-menu li ul.menu a:link,
.primary-menu-inner ul.sf-menu li ul.menu a:visited {
  border-left: none;
  color: #000;
  padding: 5px 10px;
  background: #ffe;
}
.primary-menu-inner ul.sf-menu li.last a:link,
.primary-menu-inner ul.sf-menu li.last a:visited,
.primary-menu-inner ul.sf-menu li.last ul li a:link,
.primary-menu-inner ul.sf-menu li.last ul li a:visited {
  border-right: none;
}
.primary-menu-inner ul.sf-menu li.sfHover ul {
  margin-top: 12px;
}
.primary-menu-inner ul.sf-menu li.sfHover ul.menu li a:hover {
  background: #ffe;
}

/* 3rd Level */
.primary-menu-inner ul.sf-menu .current ul,
.primary-menu-inner ul.sf-menu ul li:hover ul,
.primary-menu-inner ul.sf-menu ul li.sfHover ul {
  left: 200px;
  top: -12px;
}
.primary-menu-inner ul.sf-menu li ul.menu li ul.menu {
  border-bottom: none;
}

/* Primary menu - nolink */
.primary-menu-inner ul.menu li .nolink {
  color: #000;
  display: block;
  padding: 8px 20px 8px 20px;
}
a.nolink {
  font-weight: bold !important;
  cursor: default !important;
}

/* fix double down arrows */

#simplemenu a > .sf-sub-indicator {
  display: none;
}


/* Messages.
-------------------------------------------------------------- */
#content-messages {
  margin-bottom: 0;
}
div.status, div.messages.status,
div.warning, div.messages.warning,
div.error, div.messages.error {
  border: none;
  padding: 1em;
  margin-bottom: 1em;
}
div.status, div.messages.status {
  background-color: #e5ffd5;
}
div.warning, div.messages.warning {
  background-color: #fff6d5;
}
div.error, div.messages.error {
  background-color: #ffd5d5;
}

/* Help */
#content-help {
  margin-bottom: 0;
}
div.help {
  border: none;
  background-color: #c5ddf0;
  padding: 1em;
  margin-bottom: 1em;
}

/* Form validation errors */
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/* Local tasks.
-------------------------------------------------------------- */
#content-tabs {
  margin-bottom: 10px;
  position: relative;
}
#content-tabs ul.primary,
#content-tabs ul.primary li,
#content-tabs ul.secondary,
#content-tabs ul.secondary li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
#content-tabs ul.primary {
  padding: 5px 0;
  font-size: 1.2em;
}
#content-tabs ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border: none;
  margin: 5px 0 10px 0;
  padding: 5px 0;
  position: relative;
}
#content-tabs ul.primary li a,
#content-tabs ul.primary li.active a {
  border: none;
  background: #345;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  position: relative;
}
#content-tabs ul.secondary li a,
#content-tabs ul.secondary li.active a {
  border: none;
  padding: 5px 5px;
  font-size: 1.1em;
  background: #345;
}
#content-tabs ul.primary li.active a,
#content-tabs ul.primary li.active a:link,
#content-tabs ul.primary li.active a:visited {
  background: #036;
  border: none;
  position: relative;
  color: #fff;
}
#content-tabs ul.secondary li.active a,
#content-tabs ul.secondary li.active a:link,
#content-tabs ul.secondary li.active a:visited {
  background: #036;
  color: #fff;
}

#content-tabs ul.primary li.active a,
#content-tabs ul.secondary li.active a {
  font-weight: bold;
}

/* Blocks.
-------------------------------------------------------------- */
#sidebar-first .block,
#sidebar-last .block {
  margin-bottom: 10px;
}
#sidebar-first .block .inner,
#sidebar-last .block .inner {
  background: #011e6e;
  padding-top: 5px;
}
#sidebar-first .block .title,
#sidebar-last .block .title {
  font-size: 150%;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px 10px;
  background: #013298 url("../images/block-title-bg.png") repeat-x;
  color: #ffc320;
}
#sidebar-first .block .content,
#sidebar-last .block .content {
  padding: 10px 10px;
  color: #f9f9f9;
}

#block-views-member_news-block_1 .views-field-field-image-fid {
  float: left;
  padding: 5px 5px 5px 0;
}

#block-views-member_news-block_1 .views-row {
  clear: left;
}
/* credit block*/
#block-block-48 {
  width: 300px;
}
/*login block*/
#block-block-49 {
   width:100px;
   float: right;
}

#block-block-49 img {
  float: right;
}

#block-block-49 .fusion-edit {
  display:none;
}

#block-views-Front_Page_Featured-block_1, #block-views-Front_Page_Featured-block_2 {
  width: 98%;
  margin:0 10px;
}

#block-views-Front_Page_Featured-block_2 .fusion-edit {
  display: none;
}

#block-views-Front_Page_Featured-block_2 {
  margin-top: 10px;
}

#block-views-Front_Page_Featured-block_2 .views-row{
 margin-bottom: 10px;
}

#block-views-Front_Page_Featured-block_2 .views-field-title {
 clear: left;
}

#block-views-Front_Page_Featured-block_1 .views-row{
 width: 48%;
 float: left;
}

#block-views-Front_Page_Featured-block_1 .views-row-last{
 margin-left: 10px;
}

.view-Front-Page-Featured .views-field-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.3em;
}

#block-views-news-block_2 .more-link {
  margin-top: 0px;
  margin-bottom: 10px;
}
#block-views-news-block_2 .more-link a {
  background: url(../images/button.png) repeat-x scroll left top;
  background-color:#E58A1C;
  border: 2px solid #336699;
  padding: 5px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;    
  -moz-border-radius: 8px;
  border-radius: 8px;

}

.block .fusion-edit-nodesinblock {
  background:url("/misc/draggable.png") no-repeat 5px 5px;
}

/* Menus.
-------------------------------------------------------------- */

/* SuperFish vertical */
#sidebar-first .superfish-vertical .content,
#sidebar-last .superfish-vertical .content {
  padding: 0 5px;
}
ul.sf-vertical {
  background: #688fae;
  color: #fff;
  margin-bottom: 5px;
}
ul.sf-vertical li {
  border-bottom: none;
  border-top: 1px solid #a0c7e6;
  padding-bottom: 1px;
}
ul.sf-vertical li ul li.last {
  border-top: 1px solid #a0c7e6;
}
ul.sf-vertical li a:link,
ul.sf-vertical li a:visited,
ul.sf-vertical li .nolink {
  color: #fff;
  margin: 0;
  padding: 2px 10px;
}
ul.sf-vertical li a:hover,
ul.sf-vertical li a.active {
  text-decoration: none;
}
ul.sf-vertical li ul {
  padding: 0;
  background: #688fae;
  border: 1px solid #a0c7e6;
  border-top: none;
}

/* User module blocks.
-------------------------------------------------------------- */
.block-user .title {
  background: #55d400;
  color: #fff;
}

/* Login block. */
#user-login-form {
  text-align: left;
}
#user-login-form input.form-text {
  width: 95%;
}
#user-login-form .item-list {
  padding-top: .5em;
}

/* Nodes/Comments.
-------------------------------------------------------------- */

.node {
  background: #eeeeff;
  margin-bottom: 10px;
  color: #000;
}

.node, .comment {
  margin-bottom: 10px;
  padding: 10px;
}
.node .title, .comment .title {
  margin: 0;
}
.node .title a, .comment .title a {
  color: #003366;
}
.node .submitted, .comment .submitted {
  color: #636363;
  font-size: .9em;
}

.node .terms {
  font-size: .9em;
  margin-top: 5px;
}

.node .terms ul.links li {
   margin: 0 10px;
}

.node ul.links li {
  margin: 0;
  padding: 0;
}

.node ul.links .addthis  img {
  vertical-align: middle;
}

.node div.links {
  margin: 0 10px;
  padding: 5px 0;
  border-top: 1px solid #ccccff;
}

.node .links, .comment .links {
  text-align: right;
}

.node .links a, .comment .links a {
  padding:  .5em;
  -moz-border-radius: 4px;
}
.comment .new {
  background-color: #e5ffd5;
  padding: .2px 3px;
}
.node-form, #comments .box, #user-register {
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
}

.node .meta {
  font-size: 0.9em;
  margin: 2px 0;
}

.node table.page-image {
  float: right;
  width:auto;
  border:none;
  border-collapse: separate;
  margin: 0 1em;
}

/* Pager.
-------------------------------------------------------------- */
.item-list .pager {
  margin-top: 2em;
}
.item-list .pager li {
  padding: 0;
  margin: 0;
}
.item-list .pager li.pager-current {
  background: #0cf;
  color: #fff;
  padding: .3em .5em;
}
.item-list .pager li a {
  padding: .3em .5em;
  background: #eee;
}
.item-list .pager li a.active {
  color: #006680;
}

/* Forum.
-------------------------------------------------------------- */
.forum-topic-navigation {
  border-color: #e6e6e6;
  margin-bottom: .5em;
}
.forum-topic-navigation .topic-next {
  text-align: right;
}
.forum-topic-navigation .topic-previous {
  text-align: left;
}

/* Postscript
---------------------------------------------------------------*/

#postscript-bottom {
  background: #fff;
}

/* content region (ddRoundies 1em to 1px conversion probably caused the need for this) */

.content-region .content-inner.block {
  margin-bottom: 10px;
}

/* Footer.
-------------------------------------------------------------- */

#footer-message-wrapper {
  position:relative;
}

#footer  {
  padding-top: 1em;
  background: #036;
}

#footer .block {
  margin-bottom: 0px;
}

#footer-message {
  position: relative;
  padding-bottom: 10px;
  background: #036;
  min-height:10px;
  height:auto !important;
  height:10px;
  color: #fff

}


/* Rounded corners.
-------------------------------------------------------------- */
#sidebar-first .block .inner,
#sidebar-last .block .inner,
.messages,
div.help,
fieldset,
#mission,
.node,
.node-form,
#comments .box,
#user-register,
.node .links a,
.comment .links a,
.comment,
#header-group-inner,
#primary-menu-inner,
#content-tabs ul.primary li a,
#content-tabs ul.secondary li a,
.form-submit {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;	
  -moz-border-radius: 6px;
  border-radius: 6px;
}
fieldset.collapsed {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;	
  -moz-border-radius: 0;
  border-radius: 0;
}
#footer-message {
  -webkit-border-radius-bottomleft: 8px;
  -khtml-border-radius-bottomleft: 8px;	
  -moz-border-radius-bottomleft: 8px;
  border-radius-bottomleft: 8px;
  -webkit-border-radius-bottomright: 8px;
  -khtml-border-radius-bottomright: 8px;	
  -moz-border-radius-bottomright: 8px;
  border-radius-bottomright: 8px;
}
#header-group {
  -webkit-border-radius-topleft: 8px;
  -khtml-border-radius-topleft: 8px;	
  -moz-border-radius-topleft: 8px;
  border-radius-topleft: 8px;
  -webkit-border-radius-topright: 8px;
  -khtml-border-radius-topright: 8px;	
  -moz-border-radius-topright: 8px;
  border-radius-topright: 8px;
}

/* Story node type.
-------------------------------------------------------------- */
.media-section {
  float: right;
  margin: 0 .5em 0 .5em;
}
.media-item {
  padding: .5em;
  background: #ddd;
}

.media-caption {
  font-size: .9em;
  color: #666;
}

.teaser-story .media-section {
  margin-right: 1.5em;
}

img.readmore {
  float: left;
  margin: 1em 1.5em 1em 0;
  clear: both;
}
/* Albums.
------------------------------------------------------------- */
.sb-image img {
  float: left;
  display: block;
  padding: 4px;
  background-color: #ccc;
  margin: 10px;
  margin-bottom: 10px;
}
#shadowbox_title {
  margin-top: 10px;
  height: 4em; 
  overflow: visible;
}
#shadowbox_title_inner {
  position: absolute;
  bottom: 0;
} 

/* Nodesinblock
------------------------------------------------------------- */
.block-nodesinblock .content {
  text-align: center;
}

/* Views generated syndicated news block
   ----------------------------------------------------------*/
.view-feeds .views-field-title {
  margin: 0.5em 0;
}

ul.primary li a, ul.secondary li a, ul.primary li.active a {
  border:0;
}

/* Credits region
------------------------------------------------------------*/
#credit-inner {
  color: #d5d5d5;
}
#credit-inner a {
 color: #fff;
}


/* Footer big buttons */
.footer-buttons {
  height: 70px;
  background: #d5d3d4;
  border: 1px solid #b0b0b0;
}
.footer-buttons a {
  width: 33%;
  height: 70px;
  display: block;
  float: left;
  text-indent: -999em;
}
.footer-buttons a.button-1 {
  background: #fff url(../images/twitter.png) 60px top no-repeat;
}
.footer-buttons a.button-2 {
  width: 34%;
  background: #d5d3d4 url(../images/local117.png) 60px top no-repeat;
}
.footer-buttons a.button-3 {
  background: #3c5997 url(../images/facebook.png) 70px top no-repeat;
}

/* Mission block */

#block-block-27 .inner {
  background: #688fae;
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 10px;
}

#block-block-27 .inner {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;    
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* Banners block */
#block-block-35 {
  margin-bottom: 0;
}

/* Views cycle front page slideshow.
-------------------------------------------------------------- */
div.view-ad-slideshow div.views-admin-links {
  z-index: 100;
  position: relative;
  top: 15px;
}
div.views-cycle ul, div.views-cycle ol {
  list-style: none;
  margin: 0;
}

div.views-cycle ul li, div.views-cycle ol li {
  list-style: none;
  background-image: none;
  margin: 0;
}

div.view-ad-slideshow ul.view-cycle-pager {
  bottom: 28px;
  right: 20px;
  z-index: 10;
  position: absolute;
}

div.view-ad-slideshow ul.view-cycle-pager li {
  display: inline;
  margin-right: .3em;
}

div.view-ad-slideshow ul.view-cycle-pager li a {
  padding: .3em .7em;
  background: #fff;
}

div.view-ad-slideshow ul.view-cycle-pager li a.activeSlide {
  background: #ddd;
}

div.views-cycle div.views-field-title {
  padding: .3em .7em;
  background: transparent url(../images/opacity-red.png);
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 1.5em;
}

div.views-cycle div.views-field-body {
  position: absolute;
  background: none !important;
  bottom: 20px;
  left: 0px;
}

div.views-cycle div.views-field-body .title-text{
  padding: .3em .7em;
  background: transparent url(../images/opacity_dark.png);
  color:white;
}

div.views-cycle div.views-field-title a {
  color: white;
}

#views-cycle-ad_slideshow-block_1 li {
}
#views-cycle-ad_slideshow-block_1 li:first-child {
  display: block;
}

#block-views-ad_slideshow-block_1 {
  margin-bottom: 5px;
}

/* This may be needed at some point if the display problem
   on 013 recurs on other sites */
.grid16-5 div.views-cycle,
.grid16-6 div.views-cycle,
.grid16-7 div.views-cycle  {
  height:180px;
  overflow:hidden;
}   

.grid16-8 div.views-cycle,
.grid16-9 div.views-cycle,
.grid16-11 div.views-cycle,
.grid16-10 div.views-cycle,
.grid16-12 div.views-cycle,
.grid16-13 div.views-cycle,
.grid16-14 div.views-cycle,
.grid16-15 div.views-cycle,
.grid16-16 div.views-cycle  {
  height:230px;
  overflow:hidden;
}


/* Miscellaneous **********************************/
#sidebar-last #block-block-43 .inner {
  background: transparent;
  padding: 0;
}
#sidebar-last #block-block-43 .content {
  padding: 0;
}

.post-info {
  height:inherit;
}

#block-views-Front_Page_Featured-block_1 .view-header {
  text-align: right;
}

a.arrange-link {
  font-weight: normal;
  color: #999;
}

a.arrange-link:hover {
  text-decoration: underline;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
  background:none;
}

.calendar-calendar td .inner .odd div, .calendar-calendar td .inner .odd div a {
  background:#eeeeee;
}

.calendar-calendar td .inner .even div, .calendar-calendar td .inner .even div a {
  background: #ccccff;
}

.calendar-calendar td .inner .multi-day div.calendar div,
.calendar-calendar td .inner .multi-day div.calendar div a {
  background:#a0c7e6;
}

#block-views-calendar-calendar_block_1 .views-row {
  margin-bottom: 5px;
}

.node .field-field-date .field-items,
.location.vcard  {
  font-size: 1.4em;
  margin-bottom: 8px;
}


tr.odd .form-item, tr.even .form-item {
  white-space: normal;
}

.breadcrumbs.block {
  margin-bottom: 0;
}

#edit-search-block-form-1-wrapper label {
  display:none;
}

.item-list-weblinks {
  margin-top: 5px;
  margin-bottom: 15px;
}

.emvideo-thumbnail-replacement span {
  background: url('../images/arrow.png') no-repeat;
  }
.view-business-manager .view-header {
  float:right;
  position:relative;
  z-index:44;
  padding: 10px;
  margin-top: 20px;
}

div.views-admin-links {
  min-width: 150px;
}

/* Directory page *****************************************/
.view-directory .views-view-grid td {
  vertical-align: top;
}

/* Shadowbox fix *****************************************/

#frameHoverNav {
  display:none !important;
}

/*FCK EDITOR ************************************************/
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.image_assist{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-image: url(plugins/imgassist/imgassist.gif);
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

table.left-image-caption {
  float: left;
  margin-right: 8px;
  width: 0px;
}
.left-image-caption td, .right-image-caption td {
  padding: 0px;
  margin: 0px;
}
table.right-image-caption {
  float: right;
  margin-left: 8px;
  width: 0px;
}

.imageright {
  float: right;
  margin: 0 8px 8px;
}

.imageleft {     
  float: left;
  margin: 0 8px 8px;
} 
  
