/* $Id: style.css,v 1.6 2006/08/30 07:37:14 drumm Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #0066cc;/*#4b1c21;#d02030;#930;*/
}
a:visited {
  color: #0066cc;/*#4b1c21;*/
}
body {
  /*padding: 0 0 0 0;  */
  /*background-image: url(background.png);
  background-repeat: repeat-x;*/
  font-family: verdana, arial, trebuchet ms, tahoma, helvetica;
  /*border-top: 10px solid gray; */
  background-color: #cbe0ea; /*#98826b;*/
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 100%;
  border-top: 5px solid #04acb6; /*#930;*/
  border-bottom: 4px solid #61a0c0; /*#930;*/
  border-left: 2px dotted #049c97; /*#930;*/
  border-right: 2px dotted #049c97; /*#930;*/
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
   
}
#sidebar-left {
  font-size: 1em;
  background-color: #cbe0ea; /*#98826b;*/
  border-top: 5px solid #04acb6;
  margin-top: -2.5px; /*mend brokern line interlocks with rightsidebar*/
  width: 300px;
}

#sidebar-right {
 font-size: 1em; 
 border-top: 5px solid #04acb6;/*#61a0c0;*/
 padding-top: 9px; /*mend brokern line affects leftsidebar too*/
 margin-top: -6px;  /*mend brokern line affects leftsidebar too*/
 padding-right: 15px;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 3em;
  font-weight: bold;
  padding-top: 0em;
  padding-left: 0em;
  background-color: #cbe0ea; /*#98826b;*/

}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #0066cc;
  background-color: #cbe0ea; /*#98826b;*/
}
#header .title a:hover {
  color: #0066cc;
  background-color: #cbe0ea; /*#98826b;*/
}
#header .site-slogan {
  margin-top: 0em;
  font-size: 1.4em;
  margin-left: 0em;
  color: black;
  background-color: #cbe0ea; /*#98826b;*/
}

#giff {
background: transparent url(files/indicators/gifframe.png) no-repeat top right; 

}

#subnavlist {
  font-size: 0.8em;
  
}
ul.links li {
  border-left: 1px solid #000;;
  text-decoration: underline;
}

ul.links li.first {
  border-left: none;
  text-decoration: none;
}
.node .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #9b181c;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #9b181c;
}
.node .title a:hover {
  text-decoration: underline;
  color: #9b181c;
}
div.links {
  margin: 0em 2.5em 0 0;
  text-align: right;
  font-size: x-small;
  color: gray;
}
.block .content, .menu {
  font-size: 0.9em;
  
}

.comment .content {
  font-size: 0.9em;
  border: 2px dashed #cfcfcf;
  padding: 10px;
}


.block {
 /*padding-bottom: 1em;*/
 padding-top: 0em;
 padding-left: 3em;
}
.block .title {
  font-size: 1.0em;
  color: #000000; /*#ead4b6;#ddc4c0;#9b2613;#9f3f0f;*/
}

.block .links {
text-decoration: none;

}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
  
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.imagemobile {
 
 max-width: 99%;     /*width: auto; */
 height: auto;
 
}



