/* $Id: fusion-starter-style.css,v 1.1.2.6 2010/02/14 06:44:16 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 */
}

*:focus {
	outline: 0;
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
 /* color: #111111;*/
}

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


/** WIDTH HACK **/

.grid16-16 {
  width: 1000px !important;
}
.grid16-12 {
  width: 760px !important;
}
.grid16-9 {
  width: 575px !important;
}
.grid16-4 {
  width: 240px !important;
}
.grid16-3 {
  width: 185px !important;
}

.grid16-12 .grid16-12,
.grid16-16 .grid16-16,
.grid16-9 .grid16-9,
.grid16-4 .grid16-4,
.grid16-3 .grid16-3 {
  width: 100% !important;
}

.content-bottom-inner .grid16-4,
.content-bottom-inner .grid16-3 {
  width: 100% !important;
}

.block .inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.block {
  margin-bottom: 0.5em;
}
.content-bottom-inner .block {
  margin-bottom: 2em;
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  line-height: 150%;
  float:left;
  width:640px;
  padding-top:10px;
  padding-left: 20px;
}

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


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

.clear
{
  clear:both;
}
#header-top-wrapper .image-advertisement
{
  display:inline;
  float:left;
  margin:0 1px 0 0px;
}
#header-top
{
  height:45px;
  background-color:#054B81;
  padding-bottom:6px;
}
#header-top-wrapper .block .inner
{
  margin:0px;
}
/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
  display: block;
}

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

/* 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 {
  float:left;
  margin-left:40px;
  width:260px;
  padding:0px 15px;
}
#header-site-info 
{
 /* background:url("../images/header-bg.jpg") no-repeat scroll right center transparent;*/
 background: url("../images/banners/rotate.php") no-repeat scroll right center transparent;
  width:1000px;
  height:180px;
}

#header-site-info  #site-name a {
  color:#FFFFFF;
  font-family:times New Roman;
  font-size:35.43pt;
}

#header-site-info #slogan p
{
  color:#ffffff;
  font-family:arial;
  font-size:13px;
  font-weight:bold;
  padding-top:10px;
  
}
/* 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 {
  background-color:#d1d1d1;
}

/* 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-wrapper #header-group {
  background-color:#0a8ace;

}



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

.header-top {
}


/* Primary Menu   TODO: add default colours
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
  float:left;
  width:670px;
}


#header-image
{
  float: right;
  width: 90px;
}

#header-image .grid16-16
{
  width: 90px;
}

#header-image .block .content {
  padding: 5px 0 0;
}

#header-image .block .content p {
  margin:0;
}
#header-image img
{
  padding-right:5px;
}
/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
}

/* 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  {
  color: #FFFFFF;
  padding: 0 12px;
}

.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:active,
.primary-menu-inner ul.sf-menu a:focus {
}

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

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

/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background-color: #fff;
}

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

}

.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 {
}


/* Header - Search
-------------------------------------------------------------- */

#search-box {
  float:left;
  width:240px;
  height: 40px;
  line-height:40px;
}
#search-box .block-title {
  width:auto;
  color:#FFFFFF;
  float:left;
  text-transform:uppercase;
}
#search-box .search_submit {
  background: url("../images/search-button.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 22px;
  text-indent: -10000px;
  width: 31px;
}
#search-box #search-box-inner {
  float:left;
  width:auto;
}

.search-box-inner {
}

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

.search-box-inner input#edit-search-theme-form-header {
  background-color: #EEEEEE;
  height:15px;
 width:120px;
}

#search-box .search-title {
  color: #FFFFFF;
  font-weight: bold;
  padding-right: 8px;
  text-transform: uppercase;
}

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


.preface-bottom-inner .grid16-3
{
 width:195px;
}
.preface-bottom-inner .last
{
  width:180px;

}
/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
  /*margin:5px 0px;*/
}

.main
{
  background-color: #FFFFFF;
  padding: 5px 0;
}
.main .main-group
{
  /*width:770px;*/
}

/* Sidebar Regions
-------------------------------------------------------------- */
div.sidebar-first .block h2.title,
div.sidebar-last .block h2.title {
  text-transform:uppercase;
  font-family:AvantGarde Bk BT;
  font-size:16px;
  background-color:#afc0d5;
  padding:5px 10px 5px 20px;
  margin-bottom:0px;
}
div.sidebar-first .block .content a,
div.sidebar-last .block .content a {
  color:#000000;
}

div.sidebar-first .sidebar-first-inner{
  margin-left: 4px;
  background-color:#eeeeee;
}
div.sidebar-first .block .content {
  padding:5px;
}

div.sidebar-first-inner .first .inner .content {
    height: 160px;
}

div.sidebar-first .block .content p {
  margin:2px 0px;
}

div.sidebar-last .sidebar-last-inner {
  background-color:#eeeeee;
  margin-right: 1px;
}
div.sidebar-last .block .content {
  padding:2px;
}
div.sidebar-last .block .content p {
  margin: 0px;
  text-align: center;
}
/* Content Regions
-------------------------------------------------------------- */
#main #content-group {
  /*width:auto;*/
}

.content {
}

.content-inner {
}

.content-bottom {
}

.node-bottom {
}

.main-content .content-group .content-group-inner {
  margin: 0 10px;
}

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

.postscript-top-inner {
  margin-left: 10px;
}

.postscript-bottom-wrapper {
}

.postscript-bottom {
}

.postscript-bottom-inner {
}

.footer-wrapper {
  background-color:#EEEEEE;
}

.footer {
  font-size:12px;

  
}
.footer a {
  color: #005A8C;;
  padding:0 10px;
}
.footer-inner {
    margin: 0px auto;
    padding: 15px 0px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}
#footer-wrapper #footer.grid16-16 
{
  /*width:100%;*/
}

.footer-message-wrapper {
}

.footer-message {
}

.footer-message-inner {
}

.footer-message-text {
}


/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
}

.block .inner{
  position: relative;
}

#content-messages, #content-region{
clear:both;
}

#postscript-top:after{
content:"."; 
display:block; 
height:0; 
visibility:hidden; 
clear:both;
}

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

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


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

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

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

/* 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-color: #fff;
}

.comments div.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

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


/* Ubercart - catalog
/-------------------------------------------------------------- */

/* Horizontal list of subcategories in catalog */
ul.uc-categories {
}

.uc-categories li a {
  font-weight: bold;
  padding: 0 5px 0 3px;
}

/* Product and category names */
.catalog-grid-title a:link,
.catalog-grid-title a:visited,
.category a:link,
.category a:visited {
}

.catalog-grid-title a:hover,
.catalog-grid-title a:focus,
.category a:hover,
.category a:focus {
}

/* Sell price in Ubercart catalog */
.category-grid-products .catalog-grid-sell-price {
}

/* Ubercart - add to cart buttons
/-------------------------------------------------------------- */

/* Add to cart buttons */
input.node-add-to-cart,
input.list-add-to-cart {
}

/* Hover and focus styles, with .hover class added for IE6 support */
input.node-add-to-cart:hover,
input.node-add-to-cart.hover,
input.node-add-to-cart:focus,
input.list-add-to-cart:hover,
input.list-add-to-cart.hover,
input.list-add-to-cart:focus {
}

/* Ubercart - product nodes
/-------------------------------------------------------------- */

#field-group {
}

#price-group {
}

/* Product images */
.product-image a img {
}

.product-image a:hover img,
.product-image a:focus img {
}

/* Display price on full product nodes */
.full-node .product-group .uc-price-display {
}

/* Product attributes on full nodes */
.full-node .product-group .attributes {
}

/* Ubercart - general / checkout
/-------------------------------------------------------------- */

/* For optional "Powered by Ubercart" footer message */
#store-footer {
}

#store-footer a:link,
#store-footer a:visited {
}

/* View cart/Checkout links in Ubercart cart block */
.cart-block-summary-links ul.links li a {
}

.cart-block-summary-links ul.links li.cart-block-checkout a:link,
.cart-block-summary-links ul.links li.cart-block-checkout a:visited {
}

/* Key checkout process buttons: Checkout, Continue, and Submit Order */
#uc-cart-view-form #edit-checkout,
#uc-cart-checkout-form #edit-continue,
#uc-cart-checkout-review-form #edit-submit {
}

/* Table on final order review page */
.order-review-table {
}

#cart-form-products table th {
  border-bottom: 3px solid #dec2c3;
}


/* Skinr
/-------------------------------------------------------------- */


#sidebar-first #user-login-form label 
{
  float:left;
  width:85px;
  font-weight:normal;
}

#sidebar-first #user-login-form input[type="text"],
#sidebar-first #user-login-form input[type="password"]
{
  float:left;
  width:110px;
  margin:0px 0px 5px 0px;
}
#sidebar-first #user-login-form .form-item
{
  clear:both;
}

#sidebar-first #user-login-form .form-submit
{
  background:url('../images/b.png') no-repeat;
  width:76px;
  height:24px;
  border:none;
  margin:10px 0px 5px 40px;
  font-weight:normal;
  clear:both;

}
#sidebar-first #user-login-form .item-list
{
  margin:0px;
}
#sidebar-first #user-login-form .item-list a
{
  color:red;
}
 
 
 
#search-block-form .form-submit {
  background:url('../images/b.png') no-repeat;
  width:76px;
  height:24px;
  border:none;
  margin:20px 0px 5px 40px;
  font-weight:normal;
}

#search-block-form label {
  font-weight:normal;
  font-size:12px;
}

#block-block-2 {
  margin-bottom:10px;
}

#sidebar-last .block-ad .content, #sidebar-last .last .content,
#sidebar-last #block-block-5 .content {
  padding:2px 0px 0px 0px;
}

.block-book ul.menu {
  margin-left:-2px;
}
.block-book ul.menu li ul.menu {
  margin-left:0px;
}

.block-book ul.menu li ul li a {
  background-color:#ffffff;
  font-size:13px;
  color:#054b7f;
  border:1px solid #afc0d5;
  font-weight:bold;
  margin:2px;
  padding:2px 2px 2px 4px;
}
.block-book ul.menu li ul li ul li a {
  font-weight:normal;
  background:none;
  border:none;
  font-size:12px;
  color:#000000;
}
.block-book li.expanded.first a {
  display:none;
}


.block-book li.expanded.first  a {
  display:none;
}

.block-book li.expanded.first ul.menu li a {
  display:block;
}

.block-book li.expanded ul.menu li ul {
  margin-left:2em;
}


/* BLOCK - User Info
--------------------------------------*/

.userinfoblock .welcometext {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}

.userinfoblock .editlink {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}

.userinfoblock .logout_button{
    padding: 0 75px;
}

.userinfoblock .logout_button a {
    background: url("../images/b.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 76px;
}


/* Share This block
-------------------------------------------------------------- */
.fb_share_count_inner {
background-color: white !important;
font-size: 16px !important;
font-family: Arial, Helvetica, sans-serif !important;
font-weight: bold !important;
}

.fb_share_count_top {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.FBConnectButton {
margin-top: -1px;
}

.fbLike {
padding: 4px;
border-bottom: 1px dashed #A2B5D3;
}

.sharable {
float: left;
width: 61px;
height: 76px;
}

.fbShare {
padding-top: 9px;
margin-left: 26px;
}

.tweet {
padding-top: 7px;
margin-left: 8px;
}

.plusone {
padding: 9px 0px 0px 2px;
margin-left: 10px;
}

#shareThis {
float: left;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-clip: border-box;
background-origin: padding-box;
border: 1px solid #C7D0DF;
margin-right: 10px;
}

#shareThisTitle {
text-align: left;
padding: 5px;
font: bold 11px Helvetica, Arial, sans-serif;
background-color: #EBEFF4;
border-bottom: 1px solid #A2B5D3;
}

.photo-stream {
	margin: 20px 10px 0 10px;
}

.photo-stream .photo-stream-left {
	float: left;
	width: 770px;
}

.photo-stream .photo-stream-right {
	float: right;
	width: 190px;
}

.photo-stream .photo-stream-slider {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.photo-stream .photo-stream-name h1 {
	color: #0b8acf;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.photo-stream .photo-stream-name h2 {
	color: #0b8acf;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.photo-stream #views_slideshow_singleframe_playpause_photo_stream_slider-block_1 {
	display: none;
}

.photo-stream .views-slideshow-controls-bottom #views_slideshow_singleframe_prev_photo_stream_slider-block_1 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
}

.photo-stream .views-slideshow-controls-bottom #views_slideshow_singleframe_next_photo_stream_slider-block_1 {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 100;
}

.photo-stream #views_slideshow_singleframe_prev_photo_stream_slider-block_1 {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	padding: 5px;
	background: url(../images/arrow-prev.png) no-repeat 50% 50% #1b385a;
	text-align: center;
	line-height: 24px;
}

.photo-stream #views_slideshow_singleframe_next_photo_stream_slider-block_1 {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	padding: 5px;
	background: url(../images/arrow-next.png) no-repeat 50% 50% #1b385a;
	text-align: center;
	line-height: 24px;
}

.photo-stream #views_slideshow_singleframe_next_photo_stream_slider-block_1:hover,
.photo-stream #views_slideshow_singleframe_prev_photo_stream_slider-block_1:hover {
	background-color: #1c4a6e;
}

.photo-stream .photo-stream-title h2 {
	float: left;
	width: 100%;
	color: #0b8acf;
	font-weight: normal;
}

.photo-stream .photo-stream-description,
.photo-stream .photo-stream-feature {
	float: left;
	width: 100%;
}

.photo-stream .photo-stream-right h2 {
	text-transform: uppercase;
	color: #0b8acf;
	font-size: 12px;
}

.photo-stream .photographer-name {
	font-weight: bold;
}

.photo-stream .photo-stream-share {
	clear: both;
}

.photo-stream .photo-stream-feature {
	font-weight: bold;
}

.photo-stream .photo-stream-feature a {
	font-weight: normal;
	font-style: italic;
	color: #0b8acf;
	font-weight: bold;
	text-decoration: underline;
}

.photo-stream .photo-stream-share a {
	display: inline-block;
	margin-right: 10px;
}

.photo-stream .photo-stream-share a i {
	font-size: 32px;
	display: block;
}

.photo-stream .photo-stream-share a i.fa-facebook-official {
	color: #3a5a97;
}

.photo-stream .photo-stream-share a i.fa-twitter-square {
	color: #56abec;
}

.photo-stream .photo-stream-share a i.fa-google-plus-square {
	color: #df2f31;
}

.photo-stream .photo-stream-share a i.fa-pinterest-square {
	color: #c91f28;
}

.view-photo-stream-page {
	margin-top: 5px;
}

.view-photo-stream-page .view-header h1 {
	text-transform: capitalize;
	color: #0b8acf;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.view-photo-stream-page .view-header h2 {
	color: #7a7a7a;
	font-size: 12px;
	margin: 0 0 20px 0;
}

.view-photo-stream-page .view-content ul {
	margin: 0;
	padding: 0;
}

.view-photo-stream-page .views-row {
	float: left;
	width: 240px;
	margin-right: 10px;
	list-style: none;
	position: relative;
}

.view-photo-stream-page .views-row:nth-child(3n+0) {
	margin-right: 0;
}

.view-photo-stream-page .views-row .views-field-title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 5px;
	font-size: 14px;
}

.view-photo-stream-page .views-row .views-field-body {
	position: absolute;
	color: #fff;
	bottom: 10px;
	left: 5px;
}

#block-menu-menu-uwpg-photo-stream h2.title {
	background-color: #dddddd;
	color: #0b8acf;
}

#block-menu-menu-uwpg-photo-stream ul {
	margin: 10px 0 0 15px;
}

#block-menu-menu-uwpg-photo-stream ul li {
	list-style: none;
	margin-bottom: 10px;
}

#block-menu-menu-uwpg-photo-stream ul li a {
	font-weight: bold;
}

#block-menu-menu-uwpg-photo-stream ul li a.active {
	color: #0b8acf;
}

#block-menu-menu-uwpg-photo-stream .content {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}



#header-group-wrapper #header-group{
height:222px;
}

#header-group #block-superfish-1{
overflow:visible;
width: 650px;
}

#header-group #block-superfish-1 .sf-menu a{
color:#ffffff;
padding: 0px 10px;
height:40px;
line-height:40px;
border: solid 1px #0A8ACE;
z-index:400;
}

#header-group #block-superfish-1 .sf-menu a:hover,
#header-group #block-superfish-1 .sf-menu a.active{
color:#000000;
}

#header-group #block-superfish-1 .sf-menu a.sf-depth-1:hover,
#header-group #block-superfish-1 .sf-menu a.sf-depth-1.active{
background-color:#409FD6;
}

#header-group #block-superfish-1 .sf-menu li.sf-depth-1 a.sf-depth-1:hover,
#header-group #block-superfish-1 .sf-menu li.sf-depth-1 a.sf-depth-1.active{
background:#eeeeee;
border:1px solid #444444;
background-image:-webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#EEEEEE));
background:-webkit-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-moz-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-o-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-ms-linear-gradient(top,#F4F4F4,#EEEEEE);
background:linear-gradient(top,#F4F4F4,#EEEEEE);
}

#header-group #block-superfish-1 .sf-menu li.menuparent.sfHover a.sf-depth-1,
#header-group #block-superfish-1 .sf-menu li.menuparent.sfHover a.sf-depth-1{
background:#eeeeee;
border:1px solid #444444;
background-image:-webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#EEEEEE));
background:-webkit-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-moz-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-o-linear-gradient(top,#F4F4F4,#EEEEEE);
background:-ms-linear-gradient(top,#F4F4F4,#EEEEEE);
background:linear-gradient(top,#F4F4F4,#EEEEEE);
border-bottom:none;
color:#000000;
height:42px;
}

.sf-menu li{
height:40px;
}

.sf-menu ul li{
height:25px;
}

#header-group #block-superfish-1 .sf-menu ul a{
height:25px;
line-height:25px;
}

.sf-menu ul{
margin-left: 0px;
background:#eeeeee;
border:1px solid #444444;
background-image:-webkit-gradient(linear,left top,left bottom,from(#EEEEEE),to(#BBBBBB));
background:-webkit-linear-gradient(top,#EEEEEE,#BBBBBB);
background:-moz-linear-gradient(top,#EEEEEE,#BBBBBB);
background:-o-linear-gradient(top,#EEEEEE,#BBBBBB);
background:-ms-linear-gradient(top,#EEEEEE,#BBBBBB);
background:linear-gradient(top,#EEEEEE,#BBBBBB);
z-index:300;
padding: 10px 0px;
}

.sf-menu ul ul{
background:#ffffff;
background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));
background:-webkit-linear-gradient(top,#ffffff,#eeeeee);
background:-moz-linear-gradient(top,#ffffff,#eeeeee);
background:-o-linear-gradient(top,#ffffff,#eeeeee);
background:-ms-linear-gradient(top,#ffffff,#eeeeee);
background:linear-gradient(top,#ffffff,#eeeeee);
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul{
z-index:200;
top:-11px;
left: -1px;
}

#header-group #block-superfish-1 .sf-menu ul a{
border:none;
color:#015b86;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul{
top:42px;
}

body.full-node-page-23 .row, body.full-node-page-23 .nested, body.full-node-page-23 .block{
overflow:visible;
}