/* $Id: main.css,v 1.1.4.7 2009/08/05 18:55:54 add1sun Exp $ */

/* ----------------------------------------------
HTML ELEMENTS
------------------------------------------------- */
html,body {
  height:100%;
  font: 12px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  text-align: center;
}
div#container{
	min-height:100%;
	width:100%;
	position:relative;
}
/* Links */
a:link, a:visited {
  text-decoration: none;
  color: #3399cc;
}
a:hover {
  border-bottom: 1px dotted #346199;
}
a.more-link {
  padding-bottom: 2px;
  font-weight: bold;
  border-bottom: 1px dotted #AE855C;
}
a:hover.more-link {
  text-decoration: none;
}
/* Headers */
h1, h2, h3, h4 {
  font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
  color: #39c;
  padding: 0 0 7px 0;
}
h1 a, h2 a, h3 a, h4 a {
  color: #666;
}
h1 a:hover, h2 a:hover h3 a:hover, h4 a:hover {
  border-bottom: 1px dotted #666;
}
h1 {
  font-size: 2.5em;
  font-weight: normal;
}
h2 {
  font-size: 2.2em;
  font-weight: normal;
}
h3 {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.5px;
  padding-top: 15px;
  color: #39c;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-weight: bold;
}
h6 {
  font-size: .9em;
  font-weight: bold;
}

/* Lists */
ul, ol {
  margin: 10px 20px;
  padding: 0 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl {
  margin: 10px 0;
}
dt {
  font-weight: bold;
  color: #333;
}
dd {
  padding-left: 25px;
}

/* Miscellaneous elements */
p {
  margin: 10px 0;
}
strong, b {
 font-weight: bold;
}
em, i {
 font-style: italic;
}
pre,
code {
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
}
div.codeblock {
  border: 1px solid #F0F0F0;
  text-align: left;
  margin: 3px 0;
  padding: 15px;
  overflow: auto;
  background: #f8f8f8;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
  margin: 10px;
  padding: 10px 10px 10px 32px;
  border: 1px solid #F0F0F0;
  background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, Serif;
  color: #555;
}
del,
strike {
  text-decoration: line-through;
}
big {
  font-size: 1.1em;
}
small {
  font-size: .9em;
}

/* Images */
#content-wrapper img, #footer-wrapper img {
  background: none;;
  padding: 2px 8px;
}

img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

img.print-icon,
img.editor-image-button,
th.active img,
.separator img,
.icon img {
  background: none;
  border: none;
  padding: 0;
}

/* Tables */
table {
  border-collapse: collapse;
}
tr.odd {
  background: #fff;
}
tr.even {
  background: #F9F9F9;
}
th, td {
  text-align: left;
  border-width: 1px;
  border-style: solid;
}
th {
  color: #333;
  background: #EFEDDD;
  padding: .8em 1em;
  border-color: #F3ECD5 #EDE4C5 #DAC88C #EDE4C5;
}
td {
  border-color: #EFEFEF;
  padding: .7em 1em;
}

/* Form elements */
form {
  margin: 10px;
  padding: 15px 25px 25px 20px;
  border: 1px solid #F0F0F0;
  background: #fff;
}
form p {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0 5px 0;
  margin: 0;
  color: #333;
}
label {
  font-weight: bold;
  color: #8D122D;
}
input, select, textarea {
  margin: 5px 0;
  padding: 5px;
  color: #6A6969;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
  font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input.form-submit:focus {
  border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
input:focus, select:focus, textarea:focus {
  color: #333;
  background: #FAFAF2;
}
input.form-text, input.form-textarea {
  width: 90%;
}
fieldset {
  border: 1px solid #D3C3C8;
  margin: 1em 0;
  padding: 1em;
}
fieldset legend {
  padding: 0 6px 0 0;
}
fieldset legend a:link {
  color: #8D122D;
}

/* JavaScript enhanced forms */
html.js input.form-autocomplete {
  background-position: 100% 6px;
}
html.js input.throbbing {
background-position: 100% -14px;
}

html.js fieldset.collapsed {
  padding: 0 1em;
}


/* Form errors */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #DD7777;
  background-color: #FFCCCC;
  color: #AC3537;
}

#name, #email, #message, #website {
  width: 380px;
}
input.button {
  font: bold 12px Arial, Sans-serif;
  height: 30px;
  margin: 0;
  padding: 2px 3px;
  color: #fff;
  background: #9CCF5F;
  border-width: 1px;
  border-style: solid;
  border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* ------------------------------------------
LAYOUT
------------------------------------------- */
#content-outer {
}
#body-wrapper{
	overflow:hidden;
	height:100%;
	padding-bottom:94px;
	background-color:transparent;
}
#top-content-wrapper {
  margin: 0 auto;
  padding-bottom:10px;
  padding-top: 0px;
  text-align: left;
  border-bottom: 0 solid #d8d8d8;  
}
#content-wrapper {
	display:block;
  margin: 0 auto;
  background-color: transparent;
  padding-bottom:0;
  padding-top: 5px;
  padding-right:0;
  padding-left:0;
  text-align: left; 
}
#header-wrap {
  height:100px;
}
div#header {
  position: relative;
  height:100px;
  margin: 0 auto;  
  border-top: 0;
  text-align: left;
  vertical-align:bottom;
}
#logo{
	position:relative;
	float:left;
	margin-top:45px;	
}
#navbox{
	position:relative;
	float:left;
	height:100px;
	text-align:right;
}
#slogan{
    position:relative;
    float:left;
    width:65%;
}
#searchbox{
	position:relative;
	text-align:right;
	float:right;
	width:173px;
}
/* Header quick search */
#header #navbox #searchbox, #header #navbox #slogan{
	height:55px;
}
#slogan{
    vertical-align:bottom;
    text-align:right;
    padding:bottom:0;
    float:left;
}
#slogan p{
    position:absolute;
    bottom:0;
    right:0;
    padding:0;
    margin:0;
}
#header #navbox #searchbox form{
	background:url('../i/searchfrmbg.gif') no-repeat left bottom;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	border:0;
}
#header #navbox #searchbox form div{
	background: none transparent;
}
#searchbox #search{
	width:173px;
	background:none transparent;
}
#searchbox #edit-search-theme-form-1-wrapper{
	width:173px;
	margin:0 -17px 0 0;
	padding:0;
	background:url('../i/searchfrmbg.gif') no-repeat left bottom;
}
#searchbox #edit-search-theme-form-1-wrapper input{
	background: none transparent;
	width:143px;
	height:19px;
	border:0;
	margin:0 0 0 0;
	padding:0 16px 0 10px;
	
}
#searchbox input.form-submit{
	width:17px;
	height:19px;
	border:0;
	border-width:0;
	margin:0;
	padding:0;
	color:#fff;
	background: transparent no-repeat left bottom;
}
/* Navigation */
#header #navbox #nav {
  position:relative;
  margin: 3px 0 0 0;
  padding: 0;
  width: 100%;
  height:41px;
  right: 0;
  text-align:right;
}
#header #navbox #nav ul {
  position:absolute;
  top:0;
  right:0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;  
}
#header #navbox #nav ul li.first a.active{
  background:url('../i/menu.png') 0 -41px no-repeat;
  color:#fff;	
}
#header #navbox #nav ul li.last a.active{
  background:url('../i/menu.png') -447px -41px no-repeat;
  color:#fff;	
}
#header #navbox #nav ul li a.active{
  background:url('../i/menu.png') -10px -41px no-repeat;
  color:#fff;	
}
#header #navbox #nav ul li.first {
  background:url('../i/menu.png') no-repeat; 
}
#header #navbox #nav ul li.last {
  background:url('../i/menu.png') -447px 0 no-repeat; 
}
#header #navbox #nav ul li {
  right:0;	
  float: left;
  background: url(../i/menu.png) -10px 0 repeat-x;
  height: 41px;
  overflow:hidden;
  margin: 0;  
  padding: 0;
  top: 0;
}
#header #navbox #nav ul li a {
  float: left;
  height:41px;
  margin: 0;
  padding: 10px 18px 0 18px;
  color: #666;
  /*font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;*/
}
#header #navbox #nav ul li.first a:hover,
#header #navbox #nav ul li.first a:active {
  border: none;
  color: #fff;
  background:url('../i/menu.png') 0 -41px no-repeat;
}
#header #navbox #nav ul li.last a:hover,
#header #navbox #nav ul li.last a:active {
  border: none;
  color: #fff;
  background:url('../i/menu.png') -447px -41px no-repeat;
}
#header #navbox #nav ul li a:hover,
#header #navbox #nav ul li a:active {
  border: none;
  color: #fff;
  background:url('../i/menu.png') -319px -41px no-repeat;
}
#header #navbox #nav ul li.active a {
  color: #fff;  
}
#header #navbox #nav ul li .pointer{
	display:block;
	background:url('../i/menu.png') -319px -41px no-repeat;
	font:1px/1px monospace;
	height:41px;
	width:1px;
	position:relative;
}
#header #navbox #nav ul li:hover .pointer{
	display:block;
}
#views-nivo-slider-featured_slider-block_1 .nivo-directionNav{
	position:absolute;
	top:70%;
	width:150px;
}
#views-nivo-slider-featured_slider-block_1 .nivo-directionNav a.nivo-prevNav{
	text-indent:16px;
}
#views-nivo-slider-featured_slider-block_1 .nivo-directionNav a.nivo-nextNav{
	text-indent:-32px;
}
#views-nivo-slider-featured_slider-block_1 .nivo-controlNav{
	position:absolute;
	bottom:10px;
}
.nivo-directionNav a {
    background: url("../i/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 19px;
    text-indent: -9999px;
    width: 12px;
}
a.nivo-nextNav {
	background-position:-16px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
#block-menu_block-1{

}
#block-menu_block-1 h2,
#block-menu_block-2 h2{
display:none;
}
#block-menu_block-1 div.content,
#block-menu_block-2 div.content{
border: 1px solid #E0E1DD;
color: #333;
margin: 0px 0px 20px;
padding: 1px;
width: 100%;
}
#block-menu_block-1 div.content ul,
#block-menu_block-2 div.content ul{
background: #F7F7F7 url("../i/bgr-box-trans.png") repeat-x 0 -1px;
}
#block-menu_block-1 div.content .first,
#block-menu_block-2 div.content .first {
border-top: none;
}
#block-menu_block-1 div.content li,
#block-menu_block-2 div.content li {
background:none;
border-bottom: 1px solid #DCD9D0;
border-top: 1px solid white;
font: normal normal bold 13px/normal arial;
margin: 0px 18px;
padding:15px 0;
}
#block-menu_block-1 div.content li a,
#block-menu_block-2 div.content li a {
padding:15px 0;
}
#block-menu_block-1 div.content .last,
#block-menu_block-2 div.content .last {
border-bottom: none;
}
#block-menu_block-1 li.expanded .menu,
#block-menu_block-2 li.expanded .menu {
background: none;
margin-top:10px;
}
#block-menu_block-1 li.expanded li,
#block-menu_block-2 li.expanded li{
list-style: circle;
border-bottom: none;
padding:5px 0;
}
#block-menu_block-1 li.expanded li a,
#block-menu_block-2 li.expanded li a {
padding:5px 0;
}
.not-front .view-news-events .views-row,.view-otzyv .views-row{
margin-bottom:1.2em;
}
.not-front .view-news-events .views-row .views-field-title,.not-front .view-otzyv .views-row .views-field-title{
 font-size:1.3em;
 margin-bottom:.5em;
}
.views-view-grid{
    margin:0 auto;
}
.views-view-grid td{
    vertical-align:middle;
}
/* Main column */
#main-wrapper{
	width:630px;
	margin:0 0 0 10px;
	background:none transparent;	
}
#main{
	margin:0;
	overflow:hidden;
	padding:0;
	background:none transparent;
}
.not-front #main{
	margin:0 0 10px 0;
	padding:1px;
	border:1px solid #fff;
	background:#fff;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}
.r1, .r2, .r3b, .r3t {
    display: block;
    height: 1px;
    overflow: hidden; 
	font-size:1px;	
}

.r3t, .r3b { margin: 0 3px; }
.r3t{}
.r3b{}
.r2 { margin: 0 2px;}
#main #content-output, #main  b {
    background-color: transparent;
}

#content-output {
    padding:0 13px 13px 13px;
}
#content-output p{
	padding:0;
	margin:5px 0 10px 0;
}
#main h1 {
	background: transparent;
	margin-left: 13px;
}
#main h2.story {
  font: normal 24px Georgia, 'Times New Roman', Times, Serif;
  color: #333;
  background:none;
  text-transform:none;  
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-top:0;
  padding-bottom: 3px;  
}
#main h2.story a {
  color: #666;
  border: none;
}
.front h2{
  color: #666;
}

.post .content {
  padding: 0;
}  

.post .postmeta {
  padding: 5px;
  margin: 20px 15px 15px 10px;
  border: 1px solid #EBEBEB;
  background: #f8f8f8;
}
#main .postmeta, .sidebar-right .views-field-view_node{
	background:none #3399cc;
	margin:0;
	padding:0;
	-moz-padding-start:0;
	width:90px;
	height:15px;
	border:0;
}
#main .views-field-title{
	float:none;
}
#main .views-field-field-fbimg-fid,#main .field-field-fbimg{
	width:auto;
	display:block;
	float:left;
}
#main .views-field-field-fbimg-fid img{
	padding:0;
	margin:2px 8px;
	border:1px solid #eee;
}
#dblock{
	width:960px;
	padding-top:1em;
}
#dblock h3{
	padding:0;
}
#block-views-featured_slider-block_1{
	margin:0;
}
/* Post dates */
div.dateblock {
  line-height: 1;
  width: 40px;
  float: left;
  margin: 6px 10px 0 0;
  background: #F3F3F3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  text-align: center;
  font-family: Georgia, Arial, Verdana, sans;
}
div.dateblock span {
  display: block;  
  text-align: center;
}
div.dateblock span.month {
  font-size: .9em;
  background-color: #B5BEBE;
  color: white;
  padding: 2px;
  text-transform: uppercase;
}
div.dateblock span.day {
  font-weight: bold;
  font-size: 2em;
}
div.dateblock span.year {
  font-size: .9em;
  padding: 2px;
}


/* Sidebars */
#sidebars{
	width:315px;
	background:transparent;
	margin:0 0 0 5px;
	padding:0;
}
#sidebars h3, #sidebars h2, .front #main h2, .sidebar-right h2, .front .block-views h2 {
  	background:url('../i/hmark.png') no-repeat transparent;
  	font: 500 16px Georgia, "Times New Roman", Times, Serif;
  	letter-spacing: 0.9px;
	text-transform:uppercase;
  	padding: 0 5px 3px 15px;
  	margin: 0;
}
#sidebars .view-content, #sidebars #content, #sidebars b{
	background:transparent;
}
#sidebars .view-content{
	padding:0;
}
.sidebar-right{
	background: none no-repeat transparent;
	margin-left:0;
}
.sidebar-left, .sidebar-right{
	padding:0;
}
.view-service-list span{
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.view-service-list .views-row{
	height:52px;
	margin:0 -5px;
}
.view-service-list .views-row:hover{
	background:url('../i/serviceitembg.png');
	color:white;
}
.view-service-list .views-row .views-field-title{
	margin-top:0;
	vertical-align:top;
	padding-top:0;
}
.view-service-list a{
	display:block;
	color:inherit;
	padding:2px 0 18px 0;
	border:0;
}
.view-service-list .views-field-field-service-ico-fid a{
	padding:0;
}
.view-news-events .views-field-created{
	color:#ff6633;
}

/* Sidebar menu */
.block h3 {
  border-bottom: 1px solid #EBEBEB;
}
.block ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.block ul li {
  list-style: none;
  background: url(../i/prlist.gif) no-repeat left top;
  padding: 0 0 2px 25px;
  margin: 0;
}
#block-views-projects-block_1 .block ul li{
	list-style:none url(../i/prlist.gif);
}

* html body .block ul li {
  height: 1%;
}
.block ul li a,
.block ul li a:visited {
  font-family: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  color: #3399cc;
  padding-left: 0;
}
.block ul li a span {
  color: #9F9F9F;
  font-family: Georgia, 'Times New Roman', Times, Serif;
  font-style: normal;
  font-size: 1em;
}
.block ul li a:hover {
  color: #3399cc;
}
.block ul ul {
  margin: 0 0 0 5px;
  padding: 0;
}
.block ul ul li {
  background: none;
}
.node, .block-views{
	display:block;
	margin-top:13px;
	margin-bottom:28px;
}
.sidebar-right h4,
.sidebar-right .views-field-title {
  font-size:100%;
	line-height:1.5;
	font-weight:bold;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.sidebar-right .views-field-teaser p{
	padding:0;
	margin:0 0 10px 0;
}
.sidebar-right h4 a,
.sidebar-right .views-field-title a {
  color: #3399cc;
}

#block-user-1 .content, #block-menu_block-1 .content{
	padding:1em;
	background:transparent;
}
/* Featured-post */
.featured-post {
  padding-bottom: 15px;
}
.featured-post h4 {
  padding: 0;
  margin: 0 15px 0 12px;
  border-bottom: 1px solid #ebebeb;
}
.featured-post h4 a,
.featured-post h4 a:visited {
  color: #666;
  border: none;
}
.featured-post .post-info {
  margin-left: 0;
  padding-bottom: 5px;
}
.featured-post p {
  padding-top: 0;
}

/* Footer */
#footer-wrapper {
	position:absolute;
	bottom:0;
  padding: 0;
  text-align: center;
  width:100%;
}
#footer-wrapper h3 {
  color: #444;
  font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
  text-transform: none;
  letter-spacing: -0.5px;
}
#footer-wrapper h3,
#footer-wrapper p {
  padding-left: 0px;
}
#footer-wrapper a {
  color: #333;
  background: transparent;
}

/* Footer-list */
#footer-wrapper ul.footer-list {
  border-top: 1px solid #E6E6E6;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
#footer-wrapper .block ul.footer-list li {
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
}
#footer-wrapper ul.footer-list li a {
  display: block;
  width: 98%;
  line-height: 2em;
  font-weight: bold;
  padding: 4px 0;
  margin-left: 0;
  padding-left: 0;
  color: #888;
  border: none;
}
#footer-wrapper ul.footer-list li a span {
  font-style: italic;
  font-weight: normal;
  font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
  color: #333;
}

/* Footer-content */
#footer-content {
  float: left;
  width: 100%;
  padding: 0 0 35px 0;
  margin: 10px 0 0 5px;
}

#footer-content table td,
#footer-content table tr {
  background: none;
  border: none;
}
#footer-content table img {
  position: relative;
  padding: 8px;
  margin: 5px;
  background: #fafafa;
  border: 1px solid #ddd;
}
#footer-content table img:hover {
  border: 1px solid #D2D2D2;
  background: #DDD;
}
#footer-content table a:hover {
  background-color: transparent;
  border: none
}
#footer-content table {
  margin: 10px 0;
}
#footer-content tr {
  background: transparent;
}
#footer-content td {
  border: none;
}

#footer-top {
    clear:both;
    width:940px;
    margin:0 auto;
}
#footer-top-content{
    width:100%;
    text-align:center;
}
#footer-top-content .block-views{
    margin-bottom:10px;
}
/* Footer-bottom */
#footer-bottom {
  overflow:hidden;
  display:block;
  text-align:center;
  width:100%;
  height: 80px;
  padding: 0;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
  background: #f3f3f3;
}
#footer-bottom .bottom-left {
  float: left;
  padding-left: 5px;
}
#footer-bottom .secondary-links {
  text-align: right;
  padding: 10px 0;
}
#footer-bottom-content {
  text-align: center;
  width:100%;
}

/* Links */
.node div.links li {
  border-right: 1px solid #EBEBEB;
}
.node div.links li.last {
  border-right: none;
}

.postmeta a.comments {
  margin: 0 10px 0 5px;
}
.postmeta a.readmore {
  margin: 0 10px 0 5px;
}
.postmeta .date {
  margin: 0 10px 0 5px;
}

.post-info {
  font-size: .95em;
  padding-top: 3px;
  color: #B0B0B0;
  margin: 0;
}
.post-info a, .post-info a:visited {
  color: #000;
  border: none;
}

/* Comments */
#comments {
  margin: 12px 10px;
  padding: 0;
  border-style: solid;
  border-color: #F0F0F0;
}
#comments div.comment {
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #F0F0F0;
}
#comments div.comment h3 {
  padding-left: 0;
}
#comments div.comment cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  padding: 7px;
}
#comments div.comment cite img {
  float: left;
  margin-right: 10px;
}
#comments div.comment li cite .comment-data {
  font-size: .8em;
  font-weight: normal;
}
#comments div.comment .content {
  clear: both;
  margin: 0;
  padding: 0;
}
#comments div.comment-own {
  background: #f8f8f8
}

/* Alignment classes & additional classes */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.no-border {
  border: none;
}

/* clearing */
.clearing, .clearer {
  clear: both;
}
.clear {
  display: inline-block;
}
.clear:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* Drupal-specific stuff */
.breadcrumb {
  padding: .5em .5em 0 .5em;  
}

ul.primary {
  white-space: normal;
}

ul.links.inline {
  display:block;
  font-size:12px;
  margin:-5px 0 -5px 0;
  padding:0;
  -moz-padding-start:0;
}
ul.links {
  margin:0;
  padding:0;
}

ul.links li {
  display: block;
  list-style-type:none;
  padding:0 0.5em;
  background:none;
}
ul.links li.node_read_more a{
	color:#FFF;
	margin-left:5px;
	padding-top:-5px;
	background:transparent #3399cc;
}
ul.links li.node_read_more a{
	color:white;
}
ul.links li.node_read_more a:hover;{
	color:white;
}

.messages {
  margin: 15px 0;
  padding: 10px;
}

.status {
  background-color: #FFFF85;
}

.error {
  background-color: #FF9399;
}

.marker, .form-required {
  color: #E22E54;
}

#user-login-form li.openid-link, #user-login li.openid-link {
  margin-left: 0;
  padding-left: 22px;
  background-position: left center;
}
#user-login-form li.user-link, #user-login li.user-link {
  margin-left: 0;
}

/* Fix jumpiness with 1px bottom borders. */
html.js fieldset.collapsible legend a {
  display: inline;
}
a.tabledrag-handle {
  border: none;
}

/* Fix Views' "bug" */
div.view div.views-admin-links {
  width: auto;
}

/* Vertical tabs support */
.vertical-tabs {
  background: #fff;
}
.vertical-tabs .vertical-tab-button a span {
  color: #666;
}
.vertical-tabs .vertical-tab-button a:hover {
  background-color: #f6f6f6;
  border: none;
}
.vertical-tabs .selected a,
.vertical-tabs .selected a:hover {
  background: #fff;
}


.views-row{margin:0;}
.views-field-view-node{width:100%; text-align:left;}
.views-field-field-view-node{width:100%; text-align:right;}
.views-field-view-node span.field-content{display:block;}
.news-title{font-size: 1.3em;}
#block-views-news_on_front-block_1 h4{
	font: normal 1.3em Georgia, 'Times New Roman', Times, serif;
	color: #333;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ebebeb;
}
#block-views-news_on_front-block_1 .news-date{
	color:#a8a8a8;
}
.tabs{
	background:#fff;
}
ul.tabs{
	margin:0;
	border-right:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
}
#block-user-1{
	margin-bottom:10px;
}
#gmap-blocks-1{
    margin:0 auto;
    text-align:center;
}
#gmap-blocks-1 div{ margin:0 auto;}
#block-gmap_blocks-1 .content{
	width:400px;
	text-align:center;
	margin:0 auto;
}
