/* $Id: fusion-starter-style.css,v 1.1.2.7 2010/07/04 01:51:31 sociotech Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}
body.bd {
  background:  #03305C url(../images/background.jpg) repeat-x scroll 0 232px;
}
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
  color: #03305C;
}
.footer-wrapper a,
.footer-wrapper a:link,
.footer-wrapper a:visited {
  color: #fff;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
  text-decoration:none;
}

/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  line-height: 150%;
}

.footer-message {
  font-size: 90%;
}

/* HTML Elements
-------------------------------------------------------------- */
body {
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
  display: block;
}

/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
  margin-top: 20px;
}

/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
}

/* Typography for site slogan */
#slogan {
}


/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that Skinr styles can override them with a class later
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
}

/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}


/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
}

.header-group {
}

/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
  background: #012e5a;
}

.header-top {
}


/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
  margin:0;
}
#primary-menu .inner {
  background: url(../images/mainmenu-bg.png) no-repeat scroll 0 0;
  margin:0;
}
/* styles for Superfish primary menu */
.primary-menu-group {
  overflow: visible;
}
.primary-menu-inner ul.sf-menu {
}

/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
  padding: 15px 25px;
  display: block;
  color: #03305c;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
}

.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:active,
.primary-menu-inner ul.sf-menu a.active,
.primary-menu-inner ul.sf-menu a:focus,
.primary-menu-inner ul.sf-menu li.sfhover a,
.primary-menu-inner ul.sf-menu li.active-trail a {
  background: url(../images/mainmenu-active.jpg) 0 0 repeat-x;
}
.primary-menu-inner ul.sf-menu li.first a:hover,
.primary-menu-inner ul.sf-menu li.first a:active,
.primary-menu-inner ul.sf-menu li.first a.active,
.primary-menu-inner ul.sf-menu li.first a:focus,
.primary-menu-inner ul.sf-menu li.first.sfhover a,
.primary-menu-inner ul.sf-menu li.first.active-trail a {
  background: url(../images/mainmenu-active-first.png) 0 0 no-repeat;
}
/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
  background:url(../images/mainmenu-li-border.jpg) top right no-repeat;
  padding:0 2px 0 1px;
}

/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
  background: none;
}

/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
  background:url(../images/ul_level2_bg.png) 0 0 repeat;
  width: 14em;
}
.primary-menu-inner .sf-menu li:hover ul,
.primary-menu-inner .sf-menu li.sfHover ul {
  top:4.0em; 
}
/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background: none;
  padding: 0;
  border-bottom:1px solid #dadada;
}

.primary-menu-inner ul.sf-menu li li.last {
  border: none;

}
.primary-menu-inner ul.sf-menu ul a,
.primary-menu-inner ul.sf-menu ul a:visited,
.primary-menu-inner ul.sf-menu li.sfhover ul a,
.primary-menu-inner ul.sf-menu li.first.sfhover ul a  {
  border-right: none;
  margin: 0;
  padding: 7px 10px;
  background: none;
  font-weight: normal;
  font-size: 100%;
  line-height: normal;
  text-transform: none;
}

.primary-menu-inner ul.sf-menu li.first ul a:hover,
.primary-menu-inner ul.sf-menu li.first ul a:active,
.primary-menu-inner ul.sf-menu li.first ul a.active,
.primary-menu-inner ul.sf-menu li.first ul a:focus,
.primary-menu-inner ul.sf-menu li.first.sfhover ul a,
.primary-menu-inner ul.sf-menu li.sfhover ul a:hover,
.primary-menu-inner ul.sf-menu li.sfhover ul a:active,
.primary-menu-inner ul.sf-menu li.sfhover ul a.active,
.primary-menu-inner ul.sf-menu li.sfhover ul a:focus,
.primary-menu-inner ul.sf-menu li.sfhover ul li.sfhover a {
  background: #cdcdcd;
}

.primary-menu-inner ul.sf-menu li li li {
}

/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover,
.primary-menu-inner ul.sf-menu li ul li.sfHover {
}


/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}

/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}

/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}

/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
  padding: 3px;
}

.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}

/* User menu */
.header-top-wrapper .block-menu ul.menu {
  margin: 0;
  padding-top: 10px;
  float: right;
}
.header-top-wrapper .block-menu ul.menu li {
  float: left;
  list-style: none;
}
.header-top-wrapper .block-menu ul.menu li a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.header-top-wrapper .block-menu ul.menu li.last a {
  border: none;
}
.header-top-wrapper .block-menu ul.menu li a.active,
.header-top-wrapper .block-menu ul.menu li a:hover,
.header-top-wrapper .block-menu ul.menu li a:focus {
  color: #fff;
}

/* Footer menu
-------------------------------------------------------------- */
.footer-wrapper .block-menu {
  margin-bottom: 10px;
}
.footer-wrapper ul.menu {
  margin: 0;
  padding:20px 0 0 0;
  float: right;
}
.footer-wrapper ul.menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.footer-wrapper ul.menu li a {
  margin: 0;
  padding: 0 30px;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
.footer-wrapper ul.menu li.last a {
  padding: 0 0 0 20px;
  border-right: none;
  float:left;
}
.footer-wrapper ul.menu li a:hover,
.footer-wrapper ul.menu li a.active {
  color: #fff;
}

/* Header - Search
-------------------------------------------------------------- */
.search-box {
}

.search-box-inner {
}

.search-box-inner form#search-theme-form {
}

.search-box-inner input#edit-search-theme-form-header {
}


/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
 (columns, sidebars, and main content).  The Preface Bottom region
 is inside the Main Area. */
.preface-top-wrapper {
}

.preface-top {
}

.preface-top-inner {
}

.preface-bottom {
}

.preface-bottom-inner {
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}
.main {
  background: #fff url(../images/conner-bottom-left.jpg) left bottom no-repeat;
  padding-top: 30px;
}
.main-inner {
  background: url(../images/conner-bottom-right.jpg) right bottom no-repeat;
}
/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}

.sidebar-last {
}


/* Content Regions
-------------------------------------------------------------- */
.content-group .block .inner {
  margin-left: 70px;
}
.content-top {
}

.content {
}

.content-inner {
}

.content-bottom {
}

/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}

.postscript-top-inner {
}

.postscript-bottom-wrapper {
}

.postscript-bottom {
}

.postscript-bottom-inner {
}

.footer-wrapper {
  color: #fff;
}

.footer {
}

.footer-inner {
}

.footer-message-wrapper {
}

.footer-message {
}

.footer-message-inner {
}

.footer-message-text {
}
.st-copyright {
  text-align: right;
  float: right;
  padding-right: 10px;
}

/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
  color: #03305C;
}


/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
h2.title {
  color: #03305C;
}

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}

/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}

/* Status messages: green */
div.content-messages-inner div.status {
}

/* Warning messages: yellow */
div.content-messages-inner div.warning {
}

/* Error messages: red */
div.content-messages-inner div.error {
}

/* Help messages: blue */
div.content-help-inner div.help {
}

/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
  color: #aa1144;
}


/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}

/* Block corner */
.block-corner h2.block-title {
  color: #fff;
}
.block-corner .inner {
  background: #2476C6;
  color: #fff;
}
.block-corner .block-top-left {
  background: url(../images/block-top-left.jpg) 0 0 no-repeat;
}
.block-corner .block-top-right {
  background: url(../images/block-top-right.jpg) right top no-repeat;
}
.block-corner .block-bottom-left {
  background: url(../images/block-bottom-left.jpg) left bottom no-repeat;
}
.block-corner .block-bottom-right {
  background: url(../images/block-bottom-right.jpg) right bottom no-repeat;
}
.block-corner .inner-inner {
  padding: 10px;
}
.block-corner form input.form-submit {
  background: url(../images/block-corner-button-bg.jpg) 0 center repeat-x;
}
/* Block corner shadow */
.block-corner-shadow .block-border-left {
  background: url(../images/block-corner-shadow-border-left.jpg) 0 0 repeat-y;
}
.block-corner-shadow .block-border-right {
  background: url(../images/block-corner-shadow-border-right.jpg) right top repeat-y;
}
.block-corner-shadow .block-top-right {
  background: url(../images/block-corner-shadow-top-right.jpg) right top no-repeat;
}
.block-corner-shadow .block-top-left {
  background: url(../images/block-corner-shadow-top-left.jpg) left top no-repeat;
}
.block-corner-shadow .block-bottom-right {
  background: url(../images/block-corner-shadow-bottom-right.jpg) right bottom no-repeat;
}
.block-corner-shadow .block-bottom-left {
  background: url(../images/block-corner-shadow-bottom-left.jpg) left bottom no-repeat;
}
.block-corner-shadow .inner-inner {
  padding: 15px;
}
/* Login block */
.block.block-login {
  float: right;
  margin-bottom: 5px;
}
.block-login .form-item {
  float:left;
  margin:0;
  padding:13px 10px 0 0;
  width:130px;
}
.block-login label {
  font-weight:normal;
  padding-bottom:3px;
  text-align:left;
  float:left;
}
.block-login .form-text{
  width:130px;
  max-width: 100%;
  padding:2px 5px;
  float:left;
  color:#3E3E3E;
  background:#FFFFFF url(../images/inputbox-bg.png) 0 0 no-repeat;
  border:0;
}
.block-login .form-submit {
  margin: 13px 0 0;
  padding:3px 0 4px;
  text-transform:uppercase;
  color:#FFFFFF;
  background:url(../images/login-button.jpg) 0 0 no-repeat;
  border:none;
  float:left;
  width: 68px;
  text-align: center;
}
.block-login #user-login-form .item-list {
  margin:5px 0 0 0;
  float: left;
}
.block-login #user-login-form .item-list ul {
  margin:0px 0 0px 20px;
  padding:0;
}
.block-login #user-login-form .item-list ul li {
  list-style: none;
  color: #fff;
  margin:0;
  padding:0;
}
.block-login .item-list ul li a {
  color:#FFF;
}
/* End login block */

/* Latest news */
.block-latest-news {
}
.block-latest-news .content {
  padding:0;
}
.view-list-blog .views-row,
.block-latest-news .views-row {
  border-bottom:1px dashed #999;
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.block-latest-news .views-field-title a {
  font-size: 120%;
  font-weight: bold;
}
.views-field-view-node {
  float: right;
}
.views-field-view-node span {
  background:#2576c7 url(../images/button-readmore-left.jpg) 0 0 no-repeat;
  float:right;
}
.views-field-view-node span a {
  background:url(../images/button-readmore-right.jpg) right top no-repeat;
  padding:1px 10px;
  color:#FFFFFF;
  float:left;
}
.block-latest-news .views-field-name,
.block-latest-news .views-field-created {
  color: #17A1C8;
  float: left;
  padding-right: 5px;
  font-style: italic;
  font-weight: bold;
}
.block-latest-news .views-field-field-introtext-value {
  margin-top: 25px;
}
/* End latest news */

/* Blog page */
.field-field-image {
  float: left;
  padding-right: 20px;
}
.view-list-blog .views-row-first {
  margin-top: 10px;
}
.view-list-blog .views-field-title a{
  font-size: 150%;
}
.view-list-blog .views-field-name,
.view-list-blog .views-field-created,
.view-list-blog .views-field-comment-count {
  float: left;
  padding-right: 5px;
}
.view-list-blog .views-field-field-image-fid {
  padding-top: 10px;
}
.views-field-field-image-fid {
  float: left;
  clear: left;
  padding-right: 10px;
}
.view-list-blog .views-field-field-introtext-value {
  margin-top: 25px;
}
/* Search block */
.block-search .form-item {
  float:left;
  margin:0;
}
.block-search .form-text {
  margin-right:10px;
  color: #666;
  width:170px;
  max-width: 100%;
}
.block-search form input.form-submit {
  margin:0;
  padding:3px 10px;
}
/* End search block */

/* Block newsletter */
.block-simplenews form {
  text-align: center;
}
.block-simplenews p {
  margin-top: 0;
}
.block-simplenews .form-item {
  text-align: left;
}
.block-simplenews .form-radios {
  float: left;
  width: 100%;
  margin-top: 0;
}
.block-simplenews .form-radios .form-item {
  float: left;
  margin-right: 10px;
}
.block-simplenews .form-text {
  width: 250px;
  max-width: 100%;
}

/* Block slideshow */
.block.block-slideshow {
  margin:0;
}
.block.block-slideshow .inner {
  margin:0;
}
.view-slideshow {
  position:relative;
  background:#FFF;
}
.block-slideshow .views_slideshow_thumbnailhover_main img {
  float: left;
}
.block-slideshow .views-slideshow-controls-bottom {
  position:absolute; 
  top:0; right:0; 
  list-style:none; 
  padding:0;
  margin:0; 
  width:314px;
  z-index:100;
}
.block-slideshow .views_slideshow_thumbnailhover_div_breakout_teaser {
  padding:15px 10px 0 30px;
  margin:0;  
  background:url(../images/slideshow-li-bg.png) 0 0 no-repeat;
  height:50px;
}
.block-slideshow .views_slideshow_thumbnailhover_div_breakout_teaser:hover {
  cursor:pointer;
}
.block-slideshow .views-slideshow-controls-bottom .activeSlide {
  background:url(../images/slideshow-li-bg-active.png) left center no-repeat;
}
.block-slideshow .view-slideshow .views-field-title {
  color:#FFF;
  font-size:120%;
  font-weight:bold;
}
.block-slideshow .view-slideshow .views-field-body {
  color:#FFF;
  font-size:100%;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
}


/* Tab Menus
/-------------------------------------------------------------- */
/* Tab Menus   TODO: tab styles?
/-------------------------------------------------------------- */
#content-tabs {
  background-color: transparent;
  float: left;
  margin: 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: none;
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #03305C;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #03305C;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 3px 0 0;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background: url(../images/button-bg.jpg) 0 center repeat-x;
  border: 1px solid #03305C;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border: 1px solid #03305C;
  border-bottom: none;
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 3px 15px;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.primary li a.active,
#content-tabs ul.secondary li a.active,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: none;
  color: #d65100;
}
/* Pagers
-------------------------------------------------------------- */
ul.pager {
  float: right;
  margin:0;
}

ul.pager li {
}

ul.pager a,
ul.pager a:link,
ul.pager a:visited,
ul.pager li.pager-current {
  border: none;
  color: #03305C;
  font-size: 110%;
}

ul.pager li.pager-current {
  font-weight: bold;
  border: none;
  color: #03305C;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  border: none;
  color: #000;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 0px;
  padding: 3px 10px;
  background: url(../images/button-bg.jpg) 0 center repeat-x;
  border: 1px solid #03305C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  font-size: 90%;
  font-weight: normal;
  text-transform: uppercase;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Tables
-------------------------------------------------------------- */
table {
}

table.no-border tbody,
table.no-border thead th,
table.no-border th,
table.no-border tr.even,
table.no-border tr.even td,
table.no-border tr.odd,
table.no-border tr.odd td {
  border: none;
}
/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}

.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background: none;
  border-bottom:1px dashed #999;
}

.comments div.even {
  background: none;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background: none;
  border-bottom:1px dashed #999;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
  float: none;
}

/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #ccc;
}

#block-block-19 {
  border-right-color:#FFFFFF;
  color:#FFFFFF;
  display:block;
  line-height:1;
  padding-bottom:0;
  padding-left:10px;
  padding-right:10px;
  padding-top:0;
  text-transform:uppercase;
  margin-bottom: 5px;
}

