/* $Id: pipe-style.css,v 1.1.2.6 2010/02/14 06:44:16 sociotech Exp $ */

/* Basic Typography & Colors
-----------------------------------was background: #000 url(../images/body-bg.jpg) center 0 no-repeat; --------------------------- */
/* 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: #f3f3f3;
}
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
  color: #000;
}

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

.full-node h1,
.full-node h2,
.full-node h3,
.full-node h4 {
  margin: 1em 0 0.5em 0;
}

/* 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 {
}

/* 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 0 30px 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 {
  position: relative;
}

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

.header-top {
}
/* Social icons block */
.block_social_icons {
  position: absolute;
  top: 40px;
  right: -10px;
}
.block_social_icons ul {
  float: right;
  margin: 0;
  padding: 0 0 9px 0;
  list-style: none;
  background: url(../images/social-icon-arrow.png) 0 bottom no-repeat;
}
.block_social_icons ul li {
  float: left;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  background: #ff3000 url(../images/social-icon-border.png) right center no-repeat;
}
.block_social_icons ul li.last {
  background: #ff3000
}
/* Primary Menu   TODO: add default colours
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
}
.primary-menu-inner {
  background: url(../images/main-menu-bg.png) 0 0 repeat-x;
  margin-top: 10px;
}
/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
}
.primary-menu-inner ul {
  float: left;
}
.primary-menu-inner ul li {
  border-right: 1px solid #2d2d2d;
  height: 40px;
  float: left;
}
/* Link style for top level menu items, add padding here */
.primary-menu-inner ul a,
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
  color: #fff;
  text-transform: uppercase;
  padding: 0.9em 30px 1.8em;
  float: left;
}
.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 li a:hover {
  background: url(../images/main-menu-active.png) center 0 no-repeat;
}

/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
}

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

/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
  background: #FFF;
  border: 1px solid #CBC9C2;
  width: 15em;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 3.4em; /* match top ul list item height */
}
/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background-color: #fff;
  border-right: none;
  border-bottom: 1px solid #CBC9C2;
  height: auto;
}

.primary-menu-inner ul.sf-menu li li.last {
  border-bottom: none;
}
.primary-menu-inner ul.sf-menu li.sfHover li a,
.primary-menu-inner ul.sf-menu li li a {
  background: none;
  color: #000;
  padding: 5px 10px;
}
.primary-menu-inner ul.sf-menu li li a:hover,
.primary-menu-inner ul.sf-menu li li a:active,
.primary-menu-inner ul.sf-menu li li a.active,
.primary-menu-inner ul.sf-menu li li a:focus,
.primary-menu-inner ul.sf-menu li.sfHover li a:hover,
.primary-menu-inner ul.sf-menu li.sfHover li a:active,
.primary-menu-inner ul.sf-menu li.sfHover li a.active,
.primary-menu-inner ul.sf-menu li.sfHover li a:focus {
  background: none;
  color: #ff3000;
  padding: 5px 10px;
}
.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 {
}
.footer .block-menu {
  margin: 0;
}
.footer ul.menu {
  float: left;
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}
.footer ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.footer ul.menu li a {
  padding: 0 20px;
  text-transform: uppercase;
  float: left;
}
.footer ul.menu li.first a {
	padding: 0 20px 0 0;
}
.footer ul.menu li a.active {
  font-weight: bold;
}

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

.search-box-inner {
}

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

.search-box-inner input#edit-search-theme-form-header {
}
#preface-top .block-search {
  position: absolute;
  top: 10px;
  right: 10px;
}
#preface-top .block-search .form-item {
  margin: 8px 0 0 0;
}
#preface-top .block-search input.form-text {
 background: #FFF url(../images/search-icon.png) 5px 3px no-repeat;
 border: none;
 padding: 5px 3px 3px 30px;
 float: right;
 width: 170px;
}

/*  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 {
  background: #fff;
  overflow: visible;
}

.preface-top-inner {
  position: relative;
}

.preface-bottom {
}

.preface-bottom-inner {
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}

.main {
  background: #fff;
}

/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}

.sidebar-last {
  padding-top: 46px;
}
.block_ads h2.title {
  font-size: 90%;
  text-align: right;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
ul.quicktabs_tabs {
  margin: 0;
  padding: 0;
  background: url(../images/tab_bg.png) 0 0 repeat-x;
  width: 100%;
  float: left;
}
ul.quicktabs_tabs li {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
}
ul.quicktabs_tabs li a {
  color: #fff;
  text-transform: uppercase;
  padding: 9px 0px 15px;
  float:left;
  text-align: center;
  width: 100%;
}
ul.quicktabs_tabs li.active a,
ul.quicktabs_tabs li a:hover {
  background: url(../images/main-menu-active.png) center bottom no-repeat;
  text-decoration: none;
}
.block_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_list ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid #cbc9c2;
}
.block_categories_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_categories_list ul li {
  margin: 0;
  padding: 5px 0 5px 15px;
  list-style: none;
  background: url(../images/bullet-icon.jpg) 0 10px no-repeat;
  border-bottom: 1px solid #cbc9c2;
}

/* Login block */
.block-user .form-text {
  width: 95%;
}
.block-user .item-list li {
  background: url(../images/bullet-icon.jpg) 0 5px no-repeat;
  padding: 0px 0 0px 15px;
}
.block-user .form-submit {
  margin-left: 70px;
}
/* Content Regions
-------------------------------------------------------------- */
.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 {
  margin-top: 10px;
}

.footer {
  background: #fff;
}

.footer-inner {
}

.footer-message-wrapper {
}

.footer-message {
  background: #fff;
}

.footer-message-inner {
}

.footer-message-text {
}


/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
  text-transform: uppercase;
  padding: 10px 0 20px 0;
  margin: 0;
}


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

/* Node showcase */
.showcase-group {
  padding-left: 10px;
}
.showcase-five-star {
  float: left;
  width: 100%;
}
.node-type-showcase .fivestar-form-item {
  float: left;
  width: auto;
  padding: 0 0 10px 10px;
}
.fivestar-form-item .fivestar-widget-5 {
  float: left;
  padding-right: 5px;
}
.fivestar-form-item .description {
  float: left;
}
.showcase-images {
  float: left;
  width: auto;
  padding-right: 20px;
}
.showcase-images img {
  border: 1px solid #383837;
}
#showcase-details {
  float: left;
  width: 50%;
}
.field-field-address {
  background: url(../images/address-icon.png) 0 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.field-field-phone {
  background: url(../images/phone-icon.png) 4px 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.field-field-email {
  background: url(../images/email-icon.png) 0 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.field-field-website {
  background: url(../images/website-icon.png) 0 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.field-field-time {
  background: url(../images/time-icon.png) 1px 5px no-repeat;
  padding: 5px 0 5px 30px;
  margin-top: 30px;
}
.field-field-capacity {
  background: url(../images/capacity-icon.png) 0 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.field-field-chef {
  background: url(../images/chef-icon.png) 0 5px no-repeat;
  padding: 5px 0 5px 30px;
}
.showcase-group .content {
  float: left;
  clear: left;
  width: 100%;
}
/* Location map */
#node-location,
#node-location .block {
  overflow: visible;
}
#content-content .node .node-location .block .inner {
  margin: 0px;
}
.node-location .content {
  width: 100%;
}
.node-location h2.block-title {
  background:transparent url(../images/h2-comment-title.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  padding: 6px 15px 15px;
  margin: 20px 0 -10px -10px;
  width: 85px;
  border-bottom: none;
  text-transform: uppercase;
}
.field-field-description .field-label {
  background: transparent url(../images/h2-comment-title.png) no-repeat scroll 0 0;
  border-bottom: medium none;
  color: #FFFFFF;
  margin: 20px 0 -18px -10px;
  padding: 6px 15px 15px;
  width: 110px;
  text-transform: uppercase;
  font-size: 142.85%;
}
/* Typography for node titles */
h2.title {
}

/* 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
/-------------------------------------------------------------- */
.block-quicktabs .block {
  margin-bottom: 0;
}
.block_login h2.block-title {
  background:transparent url(../images/post-comment-bg.png) no-repeat scroll center bottom;
  padding: 6px 0 16px 10px;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
}

.block_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_list ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid #cbc9c2;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}

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


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

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #000;
  clear: both;
  float: left; /* LTR */
  margin: 0;
  padding: 0 10px;
}

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

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left; /* LTR */
  list-style: none;
  margin: 0 10px;
  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-color: transparent;
  border: none;
  color: #000;
  float: left; /* LTR */
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #555;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #000;
  color: #555;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
  float: right;
  list-style: none;
}

ul.pager li {
  float: left;
}
ul.pager li.last {
  border: none;
}
ul.pager a {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #CBC9C2;
  margin: 0 2px;
  font-size: 120%;
}
ul.pager li.pager-current {
  float: left;
  padding: 4px 10px 3px;
  font-weight: bold;
  border: 1px solid #CBC9C2;
  margin: 0 2px;
  font-size: 120%;
  background: #ff3000;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background: #ff3000;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 5px 15px;
  background: #ffcc00;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}

/* 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 {
}

/* 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 {
}
h2.comments-header {
  background: url(../images/h2-comment-title.png) 0 0 no-repeat;
  padding: 6px 15px 15px;
  color: #fff;
  text-transform: uppercase;
  width: 95px;
}

/* 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,
.comments div.even {
  background: none;
  margin:10px 0 10px 20px;
  padding: 0px;
}
.comments .comment {
  border-bottom: 1px dashed #737373;
}
.comments .picture {
  float: left;
  width: auto;
  padding-right: 10px;
}
.comments .picture img {
  border: 1px solid #383837;
}
div.comment h3.title {
  float: left;
  margin-right: 5px;
  border-right: 1px solid #737373;
  padding-right: 5px;
}
.comments .submitted {
  color: #737373;
}
.comment .links {
  float: right;
  width: auto;
}
.comment .links a {
  color: #ff3000;
  padding: 0 10px;
}
.comment .new {
  float: right;
  margin-right: 10px;
}

.comments .box {
  padding-left: 20px;
}
.comments .box h2.title  {
  background: url(../images/post-comment-bg.png) 0 bottom no-repeat;
  padding: 7px 15px 15px 15px;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  font-size: 120%;
}
/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
}

/* 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;
}


/* View items list */
.view_items_list .views-row {
  width: 312px;
  padding: 10px;
  border: 1px solid #cbc9c2;
  background: #dedcd5;
  float: left;
  margin: 0 10px 20px 10px;
  position: relative;
}
.view_items_list .views-row-even {
  margin: 0 0px 20px 10px;  
}
.view_items_list .views-field-field-image-fid img {
  border: 1px solid #383837;

}
.view_items_list .views-field-field-address-value {
  background: url(../images/address-icon.png) 0px 4px no-repeat;
  padding: 2px 0px 2px 25px;
}
.view_items_list .views-field-field-phone-value-1 {
  background: url(../images/phone-icon.png) 4px 2px no-repeat;
  padding: 2px 0px 2px 25px;
}
.view_items_list .views-field-field-email-email {
  background: url(../images/email-icon.png) 0px 4px no-repeat;
  padding: 2px 10px 2px 25px;
}
.view_items_list .views-field-field-website-url {
  background: url(../images/website-icon.png) 0 2px no-repeat;
  padding: 2px 0px 2px 25px;
}
.view_items_list .views-field-title {
  position: absolute;
  top: 30px;
  left: -10px;
  background: url(../images/arrow-h3.png) 0 bottom no-repeat;
  padding-bottom: 9px;
}
.view_items_list .views-field-title a {
  background: url(../images/title_item_bg.png) 0 0 repeat;
  padding: 10px 10px 35px 10px;
  width: 280px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 150%;
}
.view_items_list .views-field-value {
  position: absolute;
  top: 65px;
  left: 0;
}
.view_items_list .views-field-value .fivestar-widget-5,
.view_items_list .views-field-value .description {
  float: left;
}
.view_items_list .views-field-value .description {
  color: #fff;
  padding: 2px 0 0 px;
}
/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}
.st-copyright {
  padding: 10px;
  text-align: left;
}