/** LAYOUT **/
#wrapper {
max-width:1045px;
  width:1045px;
  background-color:#FFF;
}

#container {
  padding:0.1em;
}
  
#sidebar-left {
  float:left;
  width:196px;
  background-color:#fde2a6;
}
  
#middleColumn {
  float:left;
  width:625px;
}
  
#sidebar-right {
  float:left;
  width:196px;
  background-color:#FFF;
}

#footer {
  clear:both;
  padding:0.2em;
  background-color: #ffeecd;
  color: #ff8c4d;
  width: 814px;
  margin-top: 10px;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

/* GENERAL */

body {
  font: 11px Verdana, Helvetica, sans-serif;
  color: #333;
  background-color: #FFF;
}

a {
  color: #267392;
}

a img {
  border: none;
}

p {
  text-align: justify;
}

/** HEADER **/

#header {
  margin:0px;
  padding:0px;

}

.header-top-right{
  xmax-width:1000px;
}
#header .logo {
	/*margin-top: 10px;*/
  padding-bottom: 5px;
}
/** Candidate 1 */
/*
#header .header-top-right{
    position: absolute;
    left: 65%;
    top: 5px;
}*/

/** Candidate 2 */
#header .header-top-right{
  position: absolute;
  right: 30px;
  top: 5px;
  max-width:1000px;
}

/** Candidate 3 *//*
#header .header-top-right{
  position: relative;
  left: 700px;
  top: 5px;
}*/


#header .header-top-right a img{
    position: relative;
    top: 5px;
}

#header .header-top-right ul {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#header .header-top-right ul li,
#header .header-top-right ul ul li{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	border-left: 1px dotted #327b80;
	border-bottom: 1px dotted #327b80;
}

#header .header-top-right ul li a {
	color: #327b80;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px 5px 5px;
}

#header .header-top-right .lang a,
#header .header-top-right li a:hover {
	color: #005FC1;
}

#header .header-top-right .lang a:hover {
	color: #327b80;
}
/** Candidate 1 */
/*
#header-search-form{
    position: absolute;
    left: 65%;
    _left: 20%;
    top: 50px;
}

/* Candidate 2 */
#header-search-form {
  position: absolute;
  right: 30px;
  top: 50px;
}

#header-search-form input{
  float: right;
}

#sub-header {
	margin: 0px 15px 0px 1px;
	padding: 0px 0px 10px 5px;
	border-top: 2px solid #9de0db;
}

h1 {
  background-color: #f5faed;
  border-top: 4px solid #c2e39d;
  border-bottom: 4px solid #c2e39d;
  padding: 8px;
}

/** LEFT SIDEBAR **/

/** general settings **/
#sidebar-left .title {
  padding:0;
  margin:0;
  display: none;
}

#sidebar-left a{
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size:1px;
}

#sidebar-left ul{
  padding: 0;
  margin: 0;
  font-size:1px;
  background:white;
}

#sidebar-left ul li {
  list-style-type: none;
  list-style-image: none;
  display:inline;
  margin: 0;
  padding: 0;
  font-size:1px;
}

#sidebar-left ul li a {
  margin: 0;
  padding: 0;
  display: block;
  font-size:1px;
  color: #FFF;
  text-transform:uppercase;
  font-size: 14px;
  border: 1px solid white;
  border-left:0px;
  border-right:0px;
  background: #f98e52;
  padding: 5px 0px 7px 5px;
}

#sidebar-left #block-menu-menu-welcome ul li a {
  border-top: 0;
}

#sidebar-left #block-menu-secondary-links ul li a {
  border-bottom: 0;
}

#sidebar-left ul li a.active,
#sidebar-left ul li a:hover{
  background: #fbcc16;
  color:#e05103;
}

/* administer navigation area */
#sidebar-left #block-user-1 ul li{
  list-style-type: none;
}

#sidebar-left #block-user-1 ul li a {
  font-size:11px;
  padding: 5px 5px 5px 18px;
  text-transform: none;
  color: #333;
  background: #fde2a6 url("./img/menu-inactive.gif") 5px 8px no-repeat;
  border: none;
}

#sidebar-left #block-user-1 ul ul li a {
  padding-left: 28px;
  background: #fde2a6 url("./img/menu-inactive.gif") 15px 8px no-repeat;
}
#sidebar-left #block-user-1 ul ul ul li a {
  padding-left: 38px;
  background: #fde2a6 url("./img/menu-inactive.gif") 25px 8px no-repeat;
}

#sidebar-left #block-user-1 ul li a.active,
#sidebar-left #block-user-1 ul li a:hover {
  background: #fbcc16 url("./img/menu-inactive.gif") 5px 8px no-repeat;
  color:#e05103;
}

#sidebar-left #block-user-1 ul ul li a.active,
#sidebar-left #block-user-1 ul ul li a:hover {
  background: #fbcc16 url("./img/menu-inactive.gif") 15px 8px no-repeat;
}

#sidebar-left #block-user-1 ul ul ul li a.active,
#sidebar-left #block-user-1 ul ul ul li a:hover {
  background: #fbcc16 url("./img/menu-inactive.gif") 25px 8px no-repeat;
}

/* SECOND LEVEL LEFT NAV LINKS */
#sidebar-left ul ul{
	display: block;
	margin: 0;
	padding: 0;
	font-size:1px;
}

#sidebar-left ul ul li a{
  padding:0;
  margin:0;
  font-size:1px;
  display: block;
  background-color: #f6b561;
  font-size: 13px;
  padding: 5px 0px 5px 5px;
  border: none;
  border-top: 1px white solid;
  border-bottom: 0px;
}

#sidebar-left ul ul li a.active,
#sidebar-left ul ul li a:hover {
  background: #fbcc16;
  color:#e05103;
}

/* THIRD LEVEL LEFT NAV LINKS */
#sidebar-left #block-menu-secondary-links ul ul ul{
  padding:0;
  margin:0;
  font-size:1px;
}

#sidebar-left #block-menu-secondary-links ul ul ul li{
  display:inline;
  padding:0;
  margin:0;
  font-size:1px;
  list-style-type: none;
  list-style-image: none;
}

#sidebar-left #block-menu-secondary-links ul ul ul li a{
  padding:0;
  margin:0;
  border: 0;
  display: block;
  text-transform: none;
  color: #5f4633;
  font-size: 11px;
  border-bottom: 1px solid #77643e;
  background: #fde2a6 url("./img/menu-inactive.gif") 5px 8px no-repeat;
  padding: 4px 5px 4px 20px;
}

#sidebar-left #block-menu-secondary-links ul ul ul li .active,
#sidebar-left #block-menu-secondary-links ul ul ul li a.active,
#sidebar-left #block-menu-secondary-links ul ul ul li a:hover {
	background: #fbcc16 url("./img/menu-inactive.gif") 5px 8px no-repeat;
	color:#e05103;
	padding:0;
    margin:0;
    padding: 4px 5px 4px 20px;
}

#sidebar-left #block-menu-secondary-links ul ul ul li.last a{
  border:none;
}

/** logo at bottom of sidebar-left */
#logo-b {
  width: 196px;
  height: 45px;
  margin: 20px 0px 0px 0px;
  background: #ffeecd url("./img/en/logo-b.gif") center no-repeat;
}

/**    CONTENT    **/

#content-head {
  height: 17px;
  margin: 1px 0 6px 0px;
  padding: 0px 0px 0px 0px;
}

#content-head table {
  border: none;
  margin: 0px;
  padding: 0px;
}

#content-head td,
#content-head th {
  margin: 0px;
  padding: 0px;
  background-color: #c6eff2;
  border: none;
  border-left: 1px dotted #333;
}

#content-head td:first-child{
  border-left: none;
}

#content-head td a{
  display: block;
  margin: 0px;
  color: #157291;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 5px 6px 5px;
  text-align: center;
}

#content-head td:hover{
  color: #e05103;
  background: #fbcc16;
}

#content-head td:hover a{
  color: #e05103;
}

#content-head td.active{
  color: #e05103;
  background: #fbcc16 url("./img/arrow-down.gif") no-repeat top right;
}

#content-head td.active a{
  padding: 6px 8px 6px 4px;
  color: #e05103;
}

#content {
  border-left: 5px white solid;
  background-color:#e8f4d5;
  margin: 5px 5px 0px 0px;
}

.submitted {
  display: inline;
}

/** FRONT PAGE **/
.user-welcome  {
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-color:#f5fbed;
  border-top: 5px solid #c2e39d;
  padding: 10px;
  border-bottom: 5px solid #c2e39d;
}

.user-welcome .welcome {
  font-size: 26px;
  color: #5a5a5a;
}

.user-welcome img {
  border: 1px solid #000;
  margin: 0px 0px 0px 20px;
}


/** RIGHT SIDEBAR **/

.right-sidebar-content{
  padding-left: 4px;
  margin: 0px;
}

.right-sidebar-content img{
  margin-top: -2px;
}

.right-sidebar-content a{
  text-decoration: none;
}


/* TABLES */

table {
	/*border-bottom: 1px solid #86C1C5;
	border-left: 1px solid #86C1C5;*/
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-collapse: collapse;
}

.doc table {
	width: 100%;
  font-size: 12px;
}

thead th {
	text-align: left;
	background-color: #A1EBEF;
}

thead.gray th {
	background-color: #D6DADA;
}

td {
	background-color: #F1F9EC;
	vertical-align: top;
}

th,
td {
	border-top: 1px solid #86C1C5;
	border-right: 1px solid #86C1C5;
	border-bottom: none;
	margin: 0px;
	padding: 8px;
}

th.arrow {
	padding-left: 20px;
	background: #A1EBEF url("./img/arrow-small.gif") 10px 13px no-repeat;
}

/* SEARCH */

dd {
	margin-left: 0px;
	margin-bottom: 10px;
}

dd p {
	margin-bottom: 5px;
	font-weight: normal;
}

dt.title {
	margin-top: 15px;
	font-weight: normal;
}

dd p.search-info {
	display: none;
}

#search-form .criterion .form-checkboxes #edit-type-simplenews-wrapper,
#search-form .criterion .form-checkboxes #edit-type-page-wrapper,
#search-form .criterion .form-checkboxes #edit-type-webform-wrapper {
  display: none;
}


/* PAGE BROWSER */

ul.pager li{
  list-style: none;
  font-size: 10px;
  margin:0;
  padding:0;
}

.item-list ul.pager li {
  margin-left: -2px;
  margin-right: -2px;
}

ul.pager li.pager-ellipsis,
.pager-previous a,
.pager-next a{
  display:none;
  height:0px;
  width:0px;
}

ul.pager li.pager-current {
  color: black;
  text-decoration: underline;
}

ul.pager li.pager-first a,
ul.pager li.pager-last a,
ul.pager li.pager-item a{
  color: #267392;
}

.pager-bottom {
  position: relative;
  top: -24px;
}

/* FORUMS, SURVEYS, NODES */

.node-form {
  padding-bottom:10px;
  border-bottom: 4px solid #c2e39d;
}

.node-form .standard {
  padding: 0 10px 0 10px;
  margin:0;
}

.node-form .standard fieldset legend{
  display: none;
}

html.js .node-form fieldset {
  border: 0;
}

.node-form .standard .form-item{
  padding-left: 15px;
}

.node-form .standard .fieldset-wrapper .form-item{
  float: left;
  padding: 0 0 0 10px;
}

.node-form #edit-submit,
.node-form #edit-preview{
  margin: 0px 0px 10px 20px;
}

.node-form .standard .fieldset-wrapper {
  margin:10px;
}

#edit-teaser-include-wrapper{
  display: none;
}

.survey-head {
  color: #222;
  padding: 10px;
  font-size: 15px;
}

.node {
	margin: 10px;
	padding:5px;
	background: #f1f8e6;
}

.comment .content {
	margin-bottom: 5px;
}

.node .biography {
  margin-bottom: 10px;
  padding: 10px;
  text-align: justify;
}

.comment .date,
.comment .author {
  display: inline;
  color: #7c7b7b;
}

.comment .date a,
.comment .author a {
  text-decoration: none;
}


.author {
  color: #267392;
  font-size: 14px;
}

.links {
  text-align: right;
}

.field-label {
  background: transparent;
  color: #666;
}

#content .doc .node{
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
}

/* I18N */

.block-i18n h4.title {
	display: none;
}

.i18n-link img {
	display: none;
}

/* ATTACHMENT ICONS */

#attachments {
	margin-top: 15px;
}

.attach-text,
.attach-audio,
.attach-video,
.attach-image {
	padding-left: 16px;
}

.attach-text {
	background: transparent url("./img/attach-icon-text.gif") 0px 50% no-repeat;
}

.attach-audio {
	background: transparent url("./img/attach-icon-audio.gif") 0px 50% no-repeat;
}

.attach-video,
.attach-image {
	background: transparent url("./img/attach-icon-video.gif") 0px 50% no-repeat;
}

/** ADMIN ONLY CONTENT **/
.edit a{
  text-align:center;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  padding-bottom: 2px;
  width: 80px;
  display: block;
  background-color: #c2e39d;
  text-decoration:none;
}

.edit-term a{
  text-align:center;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  padding-bottom: 2px;
  width: 250px;
  display: block;
  background-color: #c2e39d;
  text-decoration:none;
}

/** VIEWS **/

.view-term-and-type {
  border-bottom: 4px solid #c2e39d;
  padding-bottom: 0;
}

.view a{
  text-decoration: none;
}

.view-head {
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #f5faed;
	border-top: 5px solid #c2e39d;
	padding: 10px;
}

.titlesOnly {
  float: right;
  vertical-align: bottom;
}

.titlesOnly a{
  font-size:11px;
}

.view-description{
  font-size: 13px;
  text-align: justify;
  padding: 8px 16px 8px 16px;
}

.view-header {
  color: #486e1d;
  margin-top:8px;
  background-color: #e8f4d5;
}

/** FOR FRONT PAGE SNC */
.view-section-header {
  border-bottom: 5px solid #c2e39d;
  border-top: 5px solid #c2e39d;
  color: #486e1d;
  background-color: #e8f4d6;
  font-size: 20px;
  padding:10px;
}

.view-section-header-2 {
  border-bottom: 5px solid #c2e39d;
  border-top: 5px solid #c2e39d;
  color: #486e1d;
  background-color: #e8f4d6;
  font-size: 20px;
  padding:10px;
}

.views-exposed-form .views-exposed-widgets label{
  visibility: hidden;
}

.views-exposed-form .views-exposed-widgets{
/*  position: relative;
  left: 350px;
  top: 10px;*/
  padding-left:10px;
}
/*
.views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget #edit-filter{
  position: relative;
  left: 40px;
  top: -18px;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget #edit-submit{
  position: relative;
  left: 35px;
  top: -22px;
}*/

/* start new conversation */
.snc {
  float:right;
  font-size: 13px;
  background-color: #EEE;
  border: white 1px outset;
  padding: 4px; 
}

.snc a {
  text-decoration: none;
}

.snc a:active,
.snc a:hover{
  color: black;
}
.view-custom-paging {
  border-top: 5px solid #c2e39d;
}
.view-custom-paging,
.view-custom-paging-bottom{
  color:#b3cc93;
  font-size: 10px;
  padding-left: 5px;
}

.view-custom-paging-bottom{
  border:none;
}

.view-custom-paging a,
.view-custom-paging-bottom a{
  text-decoration: none;
}

.view-custom-paging-bottom{
  margin: 5px 0px 0px 0px;
}

.footer {
  color:#b3cc93;
  font-size: 10px;
}

.view-header ul.pager,
.view-footer ul.pager{
  color:#b3cc93;
  float: right;
  margin: 5px;
  font-size: 10px;
}


.view-footer ul.pager {
  margin-top: -1px;
}

.view-header ul.pager,
.view-footer ul.pager {
  margin-right: 5px;
}

.view-header ul.pager li,
.view-footer ul.pager li{
  display: inline;
}

.view-header ul.pager li a,
.view-footer ul.pager li a{
  text-decoration: none;
}

.views-displaying {
  display:inline;
  position: relative;
  left:96px;
}

.view-content {
  background-color: #e8f4d6;
  font-size: 13px;
  padding-bottom: 1px;
}

/* some content node css to match views */

#comments .comment .new {
  color:red;
}

.box {
  padding:10px;
  border-bottom: 4px solid #c2e39d;
}

#content .doc .comment,
.view-content .views-row {
  background-color: #f1f8e6;
  padding: 15px;
  margin: 12px;
}

#content .doc #comments .comment .title,
.views-field-title{
  color: #267392;
  font-size: larger;
  font-weight: normal;
}

#content .doc #comments .comment .title a,
#content .doc #comments .comment .title a.active,
.views-field-title a,
.views-field-title{
  color: #267392;
  text-decoration: none;
}

/** back to views **/

.views-field-body{
  color: #121211;
  /*font-size: 12px;*/
}

.views-field-tid,
.views-field-tid-1,
.views-field-type-1,
.views-field-type,
.views-field-value,
.views-field-value-1{
  display:inline;
}

.views-field-tid-1 a{
  text-decoration:none;
}

.views-field-type-1,
.views-field-type{
  padding-left: 10px;
  display:inline;
}

.views-field-type-1 a{
  text-decoration:none;
}

.view-footer {
  color: #486e1d;
  font-size: smaller;
}

.view-footer a{
  text-decoration: none;
}

.view-cafe .view-content .views-field-value,
.view-frontpage .view-content .views-field-value {
  display:block;
}

.view-empty {
  padding: 10px;
}

/** VIEW PICTURES **/
.view-content .picture {
	text-align:center;
}

/** RIGHT SIDEBAR VIEW **/

.view-ads .view-content{
  background: white;
  margin:0px;
  padding: 5px 0px 0px 0px;
}

.view-ads .view-content .field-content {
  margin-top: -10px;
}

.view-ads .view-content .views-row{
  background: white;
  margin: 10px 0px 0px 0px;
  padding:0px;
  font-size: smaller;
}
