@charset "utf-8"; 
/* $Id: style.css,v 1.1.6.2 2008/11/28 06:14:30 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: url(images/bg.jpg);
  color: #504e4e;
  font: 75% Arial;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.3667em;
  margin: .55em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #f9155e;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #a5c459;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

.gsHeader	{
	color:#666;
	font-size:1.3em;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 1000px;
  background-color:#fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

#container {
  margin: 0 0 10px;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 780px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  float: left;
  padding-right:10px;
  width: 685px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 0 0 10px 0;
}

#header h1 {
  float: left;
}

#header #logo {
  float: left;
  padding: 10px 10px 0 0;
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  float: right;
  margin: 2.5em 0 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
  margin: 0 0 5px;
  /*height:25px;*/
  height:46px;
  font-weight: bold;
  background:url(images/nav-bg.jpg) repeat-x;
}

#nav ul#primary-links {
  font-size: 1.25em;
  background: #000;
  padding: 5px;
}

#nav ul#primary-links li {
  margin: 0;
  padding-right: 30px;
  width:110px;
}

#nav ul#primary-links li a	{
	padding: 3px 5px 5px 20px;
}

#nav ul#primary-links li a:link, #nav ul#primary-links li a:visited {
  color:#c5c5c5;
  border: 1px solid #000;
  border-bottom:0;
}

#nav ul#primary-links li a:hover, #nav ul#primary-links li a.active {
  color:#EC979C;
  border:1px solid #fff;
}

#nav ul#primary-links li a.active {
	border-bottom-color:#000;
}

#nav ul.secondary-links {
  padding: 1px 5px;
  background: #c7c7c7;
  border:1px solid #fff;
  border-left-width:0px;
  border-right-width:0px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li.last {
	border:0px;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  padding: 1px 10px 2px 10px;
  color:#fff;
  border-right: 1px solid #fff;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  color:#666;
}

#nav ul#primary-links li.menu-263 a, #nav ul#primary-links li.menu-265 a, #nav ul#primary-links li.menu-316 a	{
	background-image:url(images/icon.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#nav ul#primary-links li.active	{
	/*background-color:#c5c5c5;*/
}

#nav ul#primary-links li.menu-293 a, #nav ul#primary-links li.menu-308 a, #nav ul#primary-links li.menu-272 a	{
	background-image:url(images/icon2.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 0.9em;
  margin: 0 0 -1.25em;
  padding-bottom: 5px;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.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: #069;
  border: 1px solid #069;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  padding: 5px;
}

.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 {
  margin:0.5em 0;
}

.comment h3 {
  font-size: 1.1667em;
  padding: .5em 5px 0;
  background:#E9F0FA;
  margin:0;
}

.comment ul.links {
  margin:0 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

.comment .userPic {
	width: 75px;
	text-align:center;
	float:left;
	position:relative;
}

.comment .userName a	{
	width:65%;
}

.comment .timestamp {
	font-size:0.8em;
	width:35%;
	float:right;
	text-align:right;
	padding-right: 4px;
}

.contentHolder	{
	display:block;
}

.spiffy	{
	display:block;
}

.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E9F0FA}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f8fc;
  border-right:1px solid #f5f8fc;
  background:#eef3fb}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfdfe;
  border-right:1px solid #fcfdfe;
  background:#edf2fa}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #edf2fa;
  border-right:1px solid #edf2fa;}
.spiffy4{
  border-left:1px solid #f5f8fc;
  border-right:1px solid #f5f8fc}
.spiffy5{
  border-left:1px solid #eef3fb;
  border-right:1px solid #eef3fb}
.spiffyfg{
  background:#E9F0FA;
  min-height:7em;
  overflow:auto;}
/* for Internet Explorer */
/*\*/
* html .spiffyfg {
height: 7em;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 180px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  width: 300px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#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;
}

.blockstyle3	{
	background-color:#efefef;
	padding:2px 5px 5px 5px;
	border:1px dotted #ccc;
}

.blockstyle1	{
	padding:2px 5px 5px 5px;
	border: 1px dashed #ccc;
}

.blockstyle1 h2.title	{
	color:#797a52;
}

.blockstyle2	{
	border:1px solid #efa396;
	padding:0 3px;
}

.blockstyle2 h2.title	{
	color:#666;
	margin-top:3px;
	margin-left:3px;
}

.blockstyle3 h2.title	{
	color:#666;
}


.blockstyle4 h2.title	{
	color:#fff;
	background-color:#3f3f3f;
	padding:2px 0 2px 5px;
	margin-top:0;
}

.blockstyle5	{
	padding:2px 5px 5px 5px;
}

.blockstyle6 h2.title	{
	color:#7a7a54;
	background-color:#cccabd;
	padding: 2px 0 2px 5px;
	margin-top:0;
}

.blockstyle7 h2.title	{
	color:#fff;
	background-color:#f1b6ae;
	padding: 3px 0 3px 5px;
	margin-top:0;
}

.blockstyle8 {
	padding:2px 5px 5px 5px;
	border: 4px double #ccc;
	font-size:0.8em;
}

.marginBtm	{
	margin-bottom: .5em;
}

.marginTop	{
	margin-top: .5em;
}

.marginLeft	{
	margin-left: .5em;
}

.floatRight	{
	float:right;
}

.minHeight	{
	min-height:245px;
}

/**
 * 9.FOOTER
 */
#footer {
  margin: 0 0 5px;
  padding: 5px 0;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 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      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/dots.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
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; display:inline }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
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: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
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 #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
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%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: .1em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em 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; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .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; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

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; }
table.system-status-report th { border-color: #d4e7f3; }
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; }

/*------ LISTS -------------*/

.categories-menu	{
	margin:0;
}

.categories-menu li {
	background: transparent url(images/dots.gif) no-repeat 1px .9em; 
	list-style-image: none; 
	list-style-type: none; 
	padding: 8px 0 8px 15px;
	font-size: 1.3em;
	font-weight:bold;
	display:inline;
}

.categories-menu li a, .categories-menu li a:visited	{
	color:#cc2864;
	padding:4px;
}

.categories-menu li a:hover	{
	color: #a6a5a3;
}

.contentType	{
	margin-top:0;
	margin-bottom: 5px;
}

.contentType li	{
	background: none;
	list-style-image: none; 
	list-style-type: none;
	display: inline;
	padding: 2px 10px;
	margin: 0;
	font-size: 1.2em;
	
}

.contentType li.active, .contentType li:hover	{
	border-bottom:4px solid #FF6666;
}

.blockLinks	{
	margin-bottom:0;
}

.blockLinks li	{
	font-size:1.1em;
}

.blockLinks li a	{
	color: #666666;
}

.blockLinks li a:hover, .blockLinks li a.active	{
	color: #a5c459;
}

.blockLinks li.title	{
	font-size:1.3em;
	font-weight:bold;
	background:none;
}

.footerLinks	{
	font-size:0.9em;
}

.footerLinks li	{
	margin:0;
	background:none;
}

.footerLinks li.title	{
	font-size:1.1em;
	padding-left:8px;
	font-weight:bold;
}

.footerLinks li a, .footerLinks li a:visited	{
	color:#666666;
}

.footerLinks li a:hover	{
	color:#999999;
}

#mini-panel-new_footer	{
	background-color:#e9e9e9;
	margin:0 8px;
	width:98.5%;
}

ul.activity-list li	{
	background:none;
	margin:0 0 0 2px;
	padding:2px 0 5px 5px;
	clear:both;
	border-bottom:1px dashed #ccc;
}

ul.activity-list li .picture	{
	float:left;
	padding:2px 35px 2px 2px;
	margin-right:10px;
}

ul.activity-list li span.activity-module-commentactivity .picture {
	background:url(images/activity/chatbox.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-sale .picture	{
	background:url(images/activity/event.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-news .picture	{
	background:url(images/activity/news.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-lovelist .picture	{
	background:url(images/activity/favourite.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-profile .picture, ul.activity-list li span.activity-type-user .picture	{
	background:url(images/activity/profile.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-product .picture	{
	background:url(images/icons/pricetag.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-shop .picture	{
	background:url(images/shop.jpg) no-repeat right center;
}

ul.activity-list li span.activity-type-favourite_brand .picture {
	background:url(images/icons/menu-yellow.jpg) no-repeat right center;
}

/*------ LOGIN BAR --------*/

.loginBar	{
	overflow:auto;
	margin:0 3px 5px 3px;
}

.loginBar #slleft	{
	width: 700px;
	float:left;
}

.loginBar #slright	{
	width: 200px;
	float:right;
	text-align:right;
}

/*------PRODUCT------------*/

.productTeaser	{
	width:80px;
}

.productTeaser .productName	{
	font-size:0.9em;
	text-align:center;
}

.productTeaser .productPrice	{
	font-size:0.85em;
	text-align:center;
}

.view-latest-products .views-field-title, .view-popular-products .views-field-title, .view-products-by-price .views-field-title	{
	font-size: 1.2em;
}

.view-latest-products .views-field-field-pimages-fid img, .view-popular-products .views-field-field-pimages-fid img	{
	padding:2px;
	border:1px solid #E1E1FF;
}

.productNode .productImages	{
	width:260px;
	float:left;
	margin-right:10px;
}

.productNode .productDetails	{
	width:400px;
	float:right;
}

.productNode .price h3{
	padding: 2px 2px 2px 25px;
	background:url(images/tag.jpg)  no-repeat;
    background-position: center left;
}

.productNode .moreInfo h3	{
	padding: 8px 2px 7px 25px;
	background:url(images/info.jpg)  no-repeat;
    background-position: center left;
}

.productNode .shop h3	{
	padding: 8px 2px 7px 25px;
	background:url(images/shop.jpg)  no-repeat;
    background-position: center left;
}

.productNode .shopDetails	{
	width:290px;
	border:1px solid #ccc;
	background-color: #F2F2FF;
	margin-top: 4px;
	padding: 5px;
	height: 60px;
}

.productNode .shopDetails img	{
	float: left;
	padding-right:5px;
}

.productNode .shortDescrip h3{
	padding: 8px 2px 7px 25px;
	background:url(images/info.jpg)  no-repeat;
    background-position: center left;
}

.productNode .flaglinks a	{
	font-size: 1.2em;
	padding-left: 22px;
	background:url(images/favourite.jpg) no-repeat;
	background-position:left center;
}

.view-latest-products .views-field-field-price-value, .view-popular-products .views-field-field-price-value, .view-products-by-price .views-field-field-price-value  {
	float:left;
	padding:5px 0;
}

.view-latest-products .views-field-comment-count, .view-popular-products .views-field-comment-count, .view-products-by-price .views-field-comment-count	{
	text-align:right;
	padding:5px 30px 5px 0px;
	width:180px;
	background:url(images/activity/chatbox.jpg) right center no-repeat;
}

.views-field-field-pimages-fid .field-content img, .productImg img	{
	border: 1px solid #E1E1FF;
	padding:3px;
}

#block-views-related_products-block_1 tr	{
	vertical-align:top;
}

#block-views-related_products-block_1 .views-field-title {
	text-align:center
}

/*------- SALE --------------*/
.saleTeaser	{
	margin:0 auto;
	padding:0 5px 10px 10px;
	width:250px;
}

.saleTeaser .saleImg	{
	width:120px;
}

.saleTeaser .saleImg img, .saleNode .salePoster img	, .view-all-events .views-field-field-poster-fid img{
	padding:3px;
	border:1px solid #E1E1FF;
}

.view-all-events .views-field-field-poster-fid {
	float:left;
	width: 270px;
}

.saleTeaser .saleName, .view-all-events .views-field-title	{
	font-size:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.saleTeaser .saleDates, .view-all-events .views-field-field-sale-date-value	{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}

.saleTeaser .saleLinks	{
	margin-top:10px;
	font-size:0.8em;
}

.saleTeaser .saleLinks span	{
	padding-right: 5px;
}

.view-new-events .views-row-odd, .view-new-events .views-row-even	{
	border-bottom: 1px dotted #ccc;
}

.saleNode .salePoster	{
	width:370px;
	float:left;
}

.saleNode .saleContent	{
	float:right;
	width:300px;
}

.saleNode .saleDates h4	{
	background:url(images/icons/date.jpg) no-repeat left center;
	padding:8px 0 8px 20px;
}

.saleNode .category h4	{
	background:url(images/icons/tinytags.jpg) no-repeat left center;
	padding:8px 0 8px 20px;
}

.saleNode .saleDescrip h4	{
	background:url(images/icons/tinyevent.jpg) no-repeat left center;
	padding:8px 0 8px 20px;
}

.saleNode .shopDetails	{
	width:290px;
	border:1px solid #ccc;
	background-color: #F2F2FF;
	margin-top: 4px;
	padding: 5px;
	height: 60px;
}

.saleNode .shopDetails img	{
	float: left;
	padding-right:5px;
}

.saleTeaser .eventEnded, .saleNode .eventEnded	{
	color:#FF0000;
}

/*------ NEWS ------------*/
.newsTeaser	{
	width: 160px;
	margin: 0 auto;
}

.newsTeaser .newsTitle, .view-latest-news .views-field-title, .view-shop-news .views-field-title, .view-related-news .views-field-title	{
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.view-latest-news .views-field-title	{
	padding-bottom:3px;
}

.newsTeaser .newsCat	{
	margin-top: 5px;
}

.newsTeaser .dateAdded 	{
	margin-top:4px;
}

.newsTeaser .newsSumm	{
	font-size:0.9em;
}

.view-latest-news .views-field-field-news-img-fid img, .view-shop-news .views-field-field-news-img-fid img, .view-related-news .views-field-field-news-img-fid img	{
	padding:3px;
	border:1px solid #E1E1FF;
}

.newsNode .submitted	{
	font-style:italic;
	margin-bottom:5px;
	font-size:0.9em;
}

.newsNode .newsImg	{
	width:360px;
	float:left;
	padding-bottom:5px;
}

.newsNode .shop, .newsNode .source	{
	font-weight:bold;
	padding: 3px 0;
}

.newsNode .category	{
	padding-top
}

.bigBold	{
	font-size:1.2em;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.largeFont	{
	font-size:1.2em;
	font-weight:bold;
}

.view-latest-news, .view-shop-news	{
	padding-left:3px;
}

.view-latest-news .views-field-created, .view-latest_news .views-field-name	, .view-shop-news .views-field-created{
	font-size:0.9em;
	font-style:italic;
	color:#999999;
}

.view-latest-news .views-field-title, .view-shop-news .views-field-title, .view-related-news .views-field-title	{
	font-size:1.5em;
}

.view-shop-news .views-field-field-news-img-fid, .view-latest-news .views-field-field-news-img-fid, .view-related-news	.views-field-field-news-img-fid{
	float:left;
	margin-right:10px;
}

.views-row-odd, .views-row-even{
	margin-bottom:10px;
	clear:both;
	overflow:auto;
}

.view-shop-news .views-row-odd, .view-shop-news .views-row-even, .view-latest-news .views-row-odd, .view-latest-news .views-row-even, .view-related-news .views-row-odd, .view-related-news .views-row-even {
	border-bottom: 1px dashed #ccc;
}

/*------- SHOP --------------*/
.shopTeaser	{
	text-align:center;
}

.shopTeaser .shopName	{
	margin-top:5px;
	
}

.shopNode	{
	margin-bottom:10px;
	margin-left:5px;
}

.shopTeaser	.shopImg	{
	background-color:#fff;
	width:90px;
	height:90px;
	margin:0 auto;
}

.shopImg	{
	border:1px solid #efefef;
	text-align:center;
}

.shopNode .shopName	{
	font-size:1.4em;
	font-weight:bold;
	color:#db4a71;
}

.shopNode .author	{
	font-size:0.9em;
	color: #999;
}

.shopNode .shortDescrip	{
	margin-top: 10px;
	color:#999;
}

.shopNode .address, .shopNode .website	{
	color:#999;
}

.shopNode h4	{
	margin-top:4px;
	margin-bottom: 4px;
	color:#000;
}

.shopNode .postLinks ul li	{
	padding-right: 3px;
	background-image:none;
	padding-left:0px;
	margin-bottom:8px;
	margin-left:0;
}

/*------- USER --------------*/

.user-info #userName	{
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	border-bottom:1px dashed #FF3399;
	text-align:center;
    background-position: center left;
	margin-bottom:6px;
	padding-bottom:2px;
}

#authorStats	{
	text-align:center;
}

/*------ PAGE STYLES --------*/

.verticalAlign tr	{
	vertical-align:top;
}

.views-view-grid tr	{
	vertical-align:top;
}

.greyBtn	{
	padding: 3px 3px 3px 20px;
	background:#cbcabd url(images/star.jpg) left center no-repeat;
	background-position: 5px;
	font-weight:bold;
	font-size:1.2em;
}

.greyBtn a	{
	color:#333333;
}

.greyBtn a:visited, .greyBtn a:hover	{
	color:#f9155e;
}

.lineBtm	{
	border-bottom:1px solid #ccc;
}

.backgroundCol table td div.node	{
	background-color:#f8f2de;
	padding-top:10px;
	padding-bottom:10px;
}

.dateAdded	{
	font-size:0.9em;
	font-style:italic;
	color:#999999;
}

.menuLeft, .menuMid, .menuRight	{
	width: 150px;
}

.view-id-recent_commented_products .views-field-field-pimages-fid	{
	width: 120px;
	height:110px;
	float:left;
}

.view-recent-commented-products .views-field-field-pimages-fid img	{
	padding:2px;
	border:1px solid #E1E1FF;
}

.view-id-recent_commented_products .views-row-odd, .view-id-recent_commented_products .views-row-even	{
	clear:both;
	overflow:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.view-recent-commented-products .views-field-title {
	font-size:1.2em;
}

.view-recent-commented-products .views-field-timestamp, .view-recent-commented-products .views-field-name {
	font-size:0.9em;
	font-style:italic;
	clear:both;
}

.view-recent-commented-products .view-content {
	overflow:auto;
}

.view-comments-recent .views-field-name	{
	float:left;
	margin-right:3px;
	padding-top:0;
}

/*------------ USERS -----------------*/
.view-members-profile .views-field-field-motto-value	{
	text-align:center;
}

.view-members-profile .views-field-field-motto-value span	{
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.view-members-profile .views-field-field-motto-value span:before, .view-members-profile .views-field-field-motto-value span:after	{
	color:#FF0066;
	font-size:1.5em;
}

.view-members-profile .views-field-field-motto-value span:before {
	content: open-quote;
	height: 0;
}

.views-field-name	{
	padding-top:10px;
	text-align:center
}

.view-members-profile .views-field-field-motto-value span:after {
	content: close-quote;\
}

.view-user-relationships-browser .views-field-name	{
	width:65px;
	text-align:center;
}

.catHeader	{
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#db4a71;
	border-bottom:1px dashed #ccc;
	margin-right:10px;
}

#search	{
	font-size:0.8em;
	color:#fff;
	width:250px;
	float:right;
	display:inline
}

#search div.views-exposed-widget	{
	float:left;
}

#search .form-item	{
	margin:2px 0;
	padding-right:2px;
}

#search input#edit-title	{
	width:130px;
}

.submitBtn	{
	float:right;
}

.submitBtn .form-submit	{
	margin:2px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
}
