﻿@charset "utf-8"; 
/* $Id: style.css,v 1.2 2009/03/17 05:04:14 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Advanced

[Font sizes - based on 75%/12px body]
30px = 2.5em
28px = 2.3333em
26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
body {
  /*background: #006699;*/
  /*background: url("images/body_bg.jpg") no-repeat scroll 0 0 #006699;*/
  background: none no-repeat scroll 0 0 #eaeaea;
  color: #333;
  font: 75% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  /*font-size: 2.5em;*/
  font-size: 30px;
  /*line-height: 1.2em;*/
  line-height: 30px;
  /*margin: 0.6em 0 0 0;*/
  margin: 0 0 10px 0;
}

h2 {
  /*font-size: 1.8333em;*/
  font-size: 22px;
  letter-spacing:-1px;
  /*line-height: 1em;*/
  line-height: 22px;
  /*margin: 1.15em 0 .3em 0;*/
  margin: 0 0 20px;
  /*text-transform:uppercase;*/
}

h3 {
  /*font-size: 1.3333em;*/
  font-size: 16px;
  letter-spacing:-1px;
  /*line-height: 1.125em;*/
  line-height: 16px;
  /*margin: 1.125em 0 0 0;*/
  margin: 0 0 10px;
  /*padding-bottom:3px;*/
  /*padding-top:13px;*/
  text-transform:uppercase;
}

h4 {
  /*font-size: 1.1667em;*/
  font-size: 14px;
  /*line-height: 1.2857em;*/
  line-height: 14px;
  /*margin: 1.2857em 0 0 0;*/
  margin: 0 0 10px 0;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0; 
}

h6 {
  font-size: .9167em;
  line-height: 1.6364em;
  margin: 1.6364em 0 0 0; 
}

p {
  font-size: 1em; 
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

p a:link {
  /*text-decoration: underline;*/
  text-decoration: none;
}

a:link, a:visited {
  /*color: #069;*/
  color: #339970;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  outline: none;
  text-decoration: underline;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  /*background:none repeat scroll 0 0 #006699;*/
  background:none repeat scroll 0 0 transparent;
  margin: 0 auto;
  /*width: 960px;*/
  width: 980px;
}

#container {
  clear:both;
  margin: 0 0 40px 0;
  /*padding: 20px;*/
  padding: 20px 40px 20px 40px;
  background:none repeat scroll 0 0 #FFFFFF;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
  background:none repeat scroll 0 0 #FFFFFF;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  /*border-left: 1px solid #ccc;*/
  float: right;
  /*padding-left: 10px;*/
  /*width: 780px;*/
  /*width: 770px;*/
  /*width: 734px;*/
  /*width: 700px;*/
  width: 597px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #ccc;
  float: left;
  padding-right: 10px;
  width: 780px;
}

/**
 * 3.HEADER
 */
#header {
  background:url("images/header2.jpg") no-repeat scroll 0 0 transparent;
  /*height:100px;*/
  height:160px;
  margin: 0;
  /*padding: 1em 0;*/
  /*padding: 20px;*/
}

#header h1 {
  display:none;
  float: left;
  /*line-height: 1em;*/
  line-height: 30px;
}

#header #logo {
  /*float: left;*/
  float: right;
  /*padding: 1.5em 10px 0 0;*/
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: .5em;
  line-height: 1em;
}

#search-theme-form {
  float: right;
  margin: 2.5em 0 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

div#edit-search-theme-form-1-wrapper label, div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

/* bottom margin leaves space for secondary links */
#nav {
  background:none repeat scroll 0 0 #FFFFFF;
  font-size: 1em;
  /*height:72px;*/
  /*height:30px;*/
  height:38px;
  /*margin: 0 0 2.8em;*/
  /*margin: 0 0 20px;*/
  /*padding:10px 20px;*/
  padding:20px;
  position: relative;
}

#nav ul.primary-links, #nav ul.dynamic-persistent-menu-menu {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: 700;
  padding: 8px 5px;
}

#nav ul.primary-links li, #nav ul.secondary-links li, #nav div.block-dynamic_persistent_menu li {
  background: none;
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited, #nav ul.dynamic-persistent-menu-menu li a:link, #nav ul.dynamic-persistent-menu-menu li a:visited {
  margin: 0 10px 0 0;
  padding: 8px 0;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active, #nav ul.dynamic-persistent-menu-menu li a:hover, #nav ul.dynamic-persistent-menu-menu li a:active {
  text-decoration: underline;
}

#nav div#secondary-links, #nav ul.dynamic-persistent-menu-sub-menu {
  padding: 4px 5px;
  position: absolute;
  width: 100%;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited, #nav ul.dynamic-persistent-menu-sub-menu li a:link, #nav ul.dynamic-persistent-menu-sub-menu li a:visited {
  margin: 0 10px 0 0;
  padding: 4px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active, #nav ul.dynamic-persistent-menu-sub-menu li a:hover, #nav ul.dynamic-persistent-menu-sub-menu li a:active {
  text-decoration: underline;
}

#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

/* negative margin keeps from pushing node h2 titles down */
.breadcrumb {
  color: #ccc;
  display:none;
  font-size: 1em;
  margin: .5em 0 -1.75em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  font-size: .8333em;
  line-height: 1.6em;
  margin: 1.6em 0 0;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  /*border-bottom: 1px solid #ccc;*/
  margin: 0;
  padding: 0;
}

.meta div.links {
  /*float: left;*/
  float: right;
  line-height: 1.3333em;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 10px 1.5em 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 0 0 1.5em 10px;
}

.node_read_more, .views-field-view-node {
	background: url("images/readmore.gif") no-repeat scroll 0 0 transparent;
	float:right;
	height:32px;
	/*padding:8px 7px;*/
	padding:8px 0;
	width:109px;
}

.node_read_more:hover, .views-field-view-node:hover {
	background: url("images/readmore-hover.gif") no-repeat scroll 0 0 transparent;
}

.node_read_more a, .views-field-view-node a {
	color:#ffffff;
	/*float:right;*/
	/*font-size:16px;*/
	font-size:11px;
	/*font-weight:normal;*/
	/*padding:8px 7px;*/
	padding:0 7px;
	/*text-transform:uppercase;*/
	/*position:fixed;
	top:130px;*/
}

.meta div.links ul.links li.node_read_more {
	background: url("images/readmore.gif") no-repeat scroll 0 0 transparent;
	/*padding:8px 7px;*/
	padding:8px 0;
}

.field-field-enquiry, .views-field-field-enquiry-url {
	background: url("images/enquiry.gif") no-repeat scroll 0 0 transparent;
	height:32px;
	/*margin:10px 0 10px 0;*/
	padding:8px 0;
}

.field-field-enquiry:hover, .views-field-field-enquiry-url:hover {
	background: url("images/enquiry-hover.gif") no-repeat scroll 0 0 transparent;
}

.field-field-enquiry a, .views-field-field-enquiry-url a {
	color:#ffffff;
	font-size:11px;
	padding:0 7px;
}

/* pagination */
.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  border: 1px solid #999;
  color: #666;
}

.item-list ul.pager li.pager-current {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  line-height: 1.1429em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  /*width: 160px;*/
  /*width: 190px;*/
  /*width: 226px;*/
  /*width: 220px;*/
  /*width: 303px;*/
  padding-right:40px;
  width: 263px;
}

#sidebar-left {
  float: left;
  /*margin-right: 9px;*/
  /*margin-right: 10px;*/
  background:none repeat scroll 0 0 #FFFFFF;
}

#sidebar-right {
  float: right;
  /*margin-left: 8px;*/
  margin-left: 10px;
}

/* stops right sidebar from falling in some 3-col situations */
.sidebars #sidebar-right {
  margin-left: 0;
}

/**
 * 8.BLOCKS
 */
.block {
  /*margin: 0 0 .8333em;*/
  margin: 0 0 20px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  border-top: 1px solid #ccc;
  /*height:80px;*/
  /*margin: 0 0 10px;*/
  margin-top: 20px;
  padding: 5px 0;
  position: relative;
  background:none repeat scroll 0 0 #FFFFFF;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

/* Support Drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

#footer p {
	text-align:center;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
/*.highlight     { background: #ffc; }*/

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { background: none; list-style: none; list-style-image: none; }

/**
 * 11.ADVANCED
 */
/* lists */
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: 0.5em 0 1em 0; }
dl dt { margin: 0.8em 0 0.2em; }
dl dd { margin: 0 0 0.5em 1.5em; }

/* forms & fieldsets */
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #ccc; margin: 1em 0; padding: 1em; }
fieldset legend { padding: 0 0.5em; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
.confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }
#autocomplete li { cursor: pointer; margin: 0; padding: 2px; }
#autocomplete li.selected { background: #027ac6; color: #fff; }

/* admin tab links */
#tabs-wrapper { border-bottom:1px solid #ccc; margin: .5em 0 1em; padding: 0; }
ul.primary { border-bottom: 5px solid #eee; margin: 0; padding: .25em 0; }
ul.primary li { background: none;/*border-top: 3px solid #ccc;*/margin: 0 .5em 0 0; padding: .25em 0; }
ul.primary li.active { background: #eee; }
ul.primary li:hover { background: #f5f5f5; }
ul.secondary { background: #eee; border: none; margin: 0; padding: 0 1em; }
ul.secondary li { background: none; border: none; display:inline; line-height: 2em; margin: 0 0 0 0; padding: 0 1em 0 0; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em; text-decoration: none; }
ul.secondary li a, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0; text-decoration: none; }
ul.secondary li.active a, ul.secondary li a:hover { text-decoration: underline; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; text-decoration: none; }

/* admin styling */
div.admin, div.admin .left, div.admin .right, div.admin-panel, div.admin-panel .body, div.admin .expert-link { margin: 0; padding: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em; }
body.admin .description { margin-bottom: 1.5em; }
body.admin dl { margin: 0; }
body.admin dt { font-weight: normal; }
body.admin dd { color: #898989; font-size: .9167em; line-height: 1.5em; margin-bottom: .5em; }

/* admin tables */
body.admin table { margin: 1em 0; width: 100%}
body.admin thead th { border-bottom: 2px solid #ccc; font-weight: 700; padding:0 1em 0 0; }
body.admin tbody { border-top: none; }
body.admin td, body.admin th { padding: .3em .5em; vertical-align: middle; }
body.admin tr.even, body.admin tr.odd { border: solid #ccc; border-width: 1px 0; }
body.admin tr.odd, body.admin tr.info { background-color: #eee; }
body.admin tr.even { background-color: #f5f5f5; }
body.admin tr.drag { background-color: #fffff0; }
body.admin tr.drag-previous { background-color: #ffd; }
td.region, td.module, td.container, td.category { background-color: #ddd; border-bottom: 1px solid #ccc; border-top: 1em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
body.admin table.sticky-header { margin: 0 0 0 1px; }
body.admin table.sticky-header th { padding-top: .5em; }
span.form-required { color: #ffae00; }

/* messages */
.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }
div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
.description { color: #666; font-size: .92em; line-height: 150%; margin-bottom: .75em; }

/* status report */
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }
table.system-status-report th { padding-bottom: 6px; padding-top: 6px; }
table.system-status-report th, table.system-status-report tr.merge-up td { padding-left: 30px; }

/* ANSO */

/* custom feature regions */

.billboard {
	/*margin-bottom: 20px;*/
}

.billboard .block {
	margin: 0;
}

.billboard p {
	/*font-size: 0;*/
	line-height: 0;
	margin: 0;
}

.feature-container {
	/*background: url("images/feature-container.png") no-repeat scroll 0 0 transparent;*/
	background:none repeat scroll 0 0 #FFFFFF;
	/*border-bottom:1px solid #cccccc;*/
	/*min-height:232px;*/
	float:left;
	/*margin-bottom:20px;*/
	/*position:relative;*/
	/*padding:0 20px 20px;*/
	/*padding:24px 20px 0;*/
	padding:0 40px 0;
	/*width:940px;*/
	width:900px;
}

.feature {
	/*border:1px solid #000000;*/
	float:left;
	height:100%;
	min-height:200px;
	padding-top:24px;
	/*width:326px;*/
	/*width:300px;*/
	/*width:286px;*/
	width:283px;
}

.feature .block {
	margin:0;
	/*padding:0 30px 0 30px;
	padding:0 100px 0 0;*/	
}

.feature h3 {
	/*color:#0bb9f5;*/
	/*color:#336699;*/
	color:#339970;
	/*font-size:30px;*/
	font-size:24px;
	font-weight:normal;
	/*height:43px;*/
	letter-spacing:-1px;
	padding-bottom:3px;
	padding-top:13px;
	text-transform:none;
	font-weight:
}

.feature .content {
	
}

.feature p {
	color:#000000;
}

/*.feature a {
	color:#3978c5;
}*/

#custom-feature1 {
	/*width:326px;*/
	/*height:189px;*/
}

#custom-feature2 {
	/*width:326px;*/
	/*height:189px;*/
	margin:0 20px;
}

#custom-feature3 {
	/*width:326px;*/
	/*height:189px;*/
}

.feature-line {
	border-top:2px solid #d6ebe0;
}

.feature-blank {
	border-top:0;
}

.gray {
	background:#eeecee;
	padding:20px;
}

.blue {
	background:#f8f8f8;
	/*padding:20px;*/
}

.blue h3 {
	background:url("images/bluebg.jpg") repeat-x scroll 0 0 transparent;
	color:#ffffff;
	/*height:42px;*/
	height:30px;
	margin:0;
	padding:12px 0 0 20px;
}

.blue-block {
	background:#f8f8f8;
}

.blue-block .block-top {
	background:url("images/bluebg.jpg") repeat-x scroll 0 0 transparent;
	height:42px;
}

.blue-block h3 {
	color:#ffffff;
	/*height:42px;*/
	/*height:30px;*/
	margin:0;
	padding:12px 0 0 20px;
}


.gray #user-login-form {
    text-align: left;
}

.gray #user-login-form .form-text {
    width: 180px;
}

.line {
	border:2px solid #D6EBE0;
	padding: 20px 20px 0 20px; 
}


/* node gallery - galleries */

.gallery-list ul.gallery-cover-list li {
	background:none;
	float:left;
	padding:0;
	margin-right:10px;
}

.gallery-list ul.gallery-cover-list .gallery-cover-view .item-list li {
	clear:both;
	padding:0;
	margin:0;
}

/* node gallery - gallery node */

.gallery-images-list .item-list ul li {
	background:none;
	float:left;
	padding:0;
	/*width:110px;*/
	width:150px;
}

/* lists */

ul {
    margin: 0.5em 0 1em;
    padding: 0;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
    background: url("images/menu-leaf.gif") no-repeat scroll 1px 0.35em transparent;
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 0.2em 1.5em;
}

/* views-field-title */

.views-field-title a {
	/*color:#0bb9f5;*/
	/*color:#336699;*/
	/*height:43px;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:16px;
	margin:0 0 10px;
	padding-bottom:3px;
	padding-top:13px;
	/*text-transform:uppercase;*/
}

/* views-news */

.view-news .views-row {
	float:left;
	width:100%;
}

.view-news .views-field-field-newsimage-fid img {
    float: left;
    margin-right: 10px;
}

/* views-products */

.view-products .views-row {
	margin-bottom:30px;
}

.view-products .views-field-field-image-cache-fid {
    float: right;
    margin-left: 20px;
}

.view-products .views-field-body {
	width:427px;
}

.views-field-field-artworkprice-value {
	margin-bottom:20px;
}

.view-products .views-label-field-artworkprice-value {
	font-weight:bold;
}

.view-products .views-label-sell-price {
	font-weight:bold;
}
/*
.view-products .views-field-sell-price {
	float:left;
}
*/
.node-add-to-cart {
	margin: 20px 0 10px;
}

.add-to-cart form {
	margin-bottom:0;
}

/* node news */

.field-field-newsimage {
    float: left;
    margin-right: 10px;
}

/* node products */

/*.field-field-productimage {
    float: left;
    margin-right: 10px;
}*/

.product-body {
	width:300px;
}

.field-field-image-cache {
	margin-left:10px;
	float:right;
}

.field-field-artworkprice {
	margin-bottom:20px;
}

.product-info .uc-price-product .price-prefixes {
	font-weight:bold;
}

/* node gallery image */
/*
#node-gallery-image-navigator .image-navigator-gallery-link {
	display:none;
}
*/

/* panels two column */

.panel-2col-stacked .panel-col-first {
    width: 56%;
}

.panel-2col-stacked .panel-col-last {
    width: 43.9%;
}

/* themer */

.front h2 {
	display:none;
}

.front h2.pane-title {
	display:block;
}
.front .slide-title h2 {
	display:block;
}

/* tinymce - body */

body.mceContentBody {
	background:none repeat scroll 0 0 transparent;
}

/* heading - highlight */

.highlight {
	color:#006699;
	font-size:32px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:32px;
	margin:0 0 10px;
}

/* modified node gallery - photo gallery */

div.view-node-gallery-gallery-image-views div.views-field-field-node-gallery-image-fid a:hover {
	background-color:#ffffff;
	display:inherit;
}

.view-node-gallery-gallery-image-views table {
	width:100%;
}

.view-node-gallery-gallery-image-views .views-field-field-node-gallery-image-fid {
	margin-bottom:20px;
	margin-right:72px;
	width:150px;
}

div.view-node-gallery-gallery-image-views table.views-view-grid td {
	margin-bottom:20px;
	text-align:left;
}

div.view-node-gallery-gallery-image-views div.views-field-title {
    font-size: 14px;
    width: 150px;
}

.view-node-gallery-gallery-image-views .views-view-grid .views-field-title a {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 14px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.view-node-gallery-gallery-image-views .views-view-grid .views-field-body {
	width:150px;
}

/* modified node gallery- photo gallery list */

.view-node-gallery-gallery-summaries .views-field-field-node-gallery-image-fid {
    margin-right: 20px;
}

.view-node-gallery-gallery-summaries .views-field-title {
    margin: 0 0 20px;
}

/* node gallery */

.gallery-list .gallery-cover-view .meta ul li {
	display:none;
}

.gallery-list .gallery-cover-view h4 {
	margin: 0 0 20px;
}

/* views */

.views-field-title {
	margin-bottom:10px;
}

.view-photo-gallery .views-view-grid  {
	width:100%;
}

.view-photo-gallery .views-view-grid .views-field-field-node-gallery-image-fid {
	/*float:left;*/
	margin-bottom:20px;
	margin-right:72px;
	/*margin-right:10px;*/
	width:150px;
}

.view-photo-gallery .views-view-grid .views-field-title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	width:170px;
}

.view-photo-gallery .views-view-grid .views-field-body {
	width:170px;
}

.view-photo-gallery .views-view-grid tr td {
	margin-bottom:20px;
}

/* photo gallery */

.view-photo-galleries .views-field-title {
	margin: 0 0 20px;
}

.view-photo-galleries .views-field-field-node-gallery-image-fid {
	margin-right:20px;
}

.view-photo-galleries .views-field-title a {
	text-transform:none;
}

.view-photo-gallery div.views-field-field-node-gallery-image-fid {
    text-align: left;
}

/* feature-container */
/*
.sidebar-left .feature-container {
	display:none;
}
*/
/* contact */

#webform-component-other_comments .resizable-textarea {
    float:left;
    width: 380px;
}

#webform-component-other_comments .resizable-textarea .grippie{
    /*margin-left:120px;*/
    width:384px;
}

.webform-client-form {
	border:2px solid #D6EBE0;
	padding: 25px 42px 25px 42px;
}

.webform-client-form .form-item label {
	float:left;
	width:120px;

}

.webform-client-form .form-submit {
	/*margin-left:280px*/
	margin:20px 0 0 279px;
}

.webform-client-form .form-text {
	/*clear:none;*/
	display:block;
	/*cfloat:left;*/
}

.webform-client-form .form-item {
	margin-bottom:20px;
}

/*.webform-client-form .webform-component-textfield {
	float:left;
}*/