/********************************************
   AUTHOR:  Erwin Aligam 
 *******************************************/
 
/********************************************
Drupalized by alldrupalthemes.com, CSS lines
 by ADT are prefixed with /*ADT*/
 /*
CSS blocks that are (re)coded by ADT are
 prefixed with /***ADT***/
/* *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
margin: 0; padding: 0;
font: normal 100%/1.5em Trebuchet MS, Tahoma, sans-serif;
color: #555;
background: url("indexpic/bg.jpg") repeat-x scroll 0 0 #FFFFFF;
text-align: center;
}
#wrap {font-size:73%}

/* links */
a { background: inherit; color: #618FA7; text-decoration: none; }
a:hover { background: inherit; color: #789eb1; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em Trebuchet MS, Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #618FA7; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
margin: 10px 15px;
}
ul, ol {
margin: 10px 30px;
padding: 0 15px;
}

/* images */
img {
border: 1px solid #FFF;
padding: 5px;
background: #FFF;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Lucida Console, courier new, monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
margin: 15px; padding: 0 0 0 20px;  
  background-color: #FAFAFA; 
background-position: 8px 10px;
border: 1px solid #f2f2f2; 
border-left: 3px solid #72A545;  
font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
color: #666666;
}

/* start - table */
table {
border-collapse: collapse;
margin: 10px 15px;
}
th strong {
color: #fff;
}
th {
background: #74A846;
height: 29px;
padding-left: 11px;
padding-right: 11px;
color: #fff;
text-align: left;
border-left: 1px solid #B6D59A;
border-bottom: solid 2px #FFF;
}
tr {
height: 30px;
}
td {
padding-left: 11px;
padding-right: 11px;
/* border-left: 1px solid #FFE1C3; */
border-left: 1px solid #FFF;
border-bottom: solid 1px #ffffff;
}

/* end - table */

/* form elements */
form {
/*ADT*/margin:5px; padding: 5px;
border: 1px solid #f2f2f2; 
background-color: #FAFAFA; 
}
label {
display:block;
font-weight:bold;
margin:5px 0;
}
input {
padding: 2px;
border:1px solid #eee;
font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
color:#777;
}
select {
padding: 1px;
border:1px solid #eee;
font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
color:#777;
}
textarea {
width:400px;
padding:2px;
font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
border:1px solid #eee;
height:100px;
display:block;
color:#777;
}
form input.form-submit { 
margin: 0; 
font: bold 1em Arial, Sans-serif; 
background: #FFF url(images/gradientbg.jpg) repeat-x; 
padding: 2px 0px!important; 
color: #333;
border: 1px solid #DADADA;
}

/* search form */
/***ADT***/
.block-search {
background-color: transparent;
border: none;margin: 0; padding: 0;
}
.block-search input.form-text { 
width: 130px;
color: #333; 
height: 20px;
padding: 2px;
vertical-align: top;
}

.block-search input.form-submit { 
font: bold 10px Trebuchet MS, Sans-serif; 
color: #333;
width: 60px;
height: 26px;
border: 1px solid #DADADA;
padding: 3px 5px;
vertical-align: top;
}

#sidebar .block-search div.content {
margin:0;
padding:0;
}

form#search-block-form {
background:none;
border:none;
width:auto;
margin:0;
padding:0;
/* Drupal core css has too much styling!... */
}

/*** ADT Theme Switcher ***/

.block-switchtheme form select {
width:120px;
margin-right:5px;
}



/***********************
  LAYOUT
************************/

#header-content, #content, #footer-content {
width: 760px;
}

/* header */
#header {
height: 100px;
text-align: left;
}
#header-content {
margin: 0 auto; padding: 0;
position: relative;
}
#header-content h1#logo {
position: absolute;
font: bold 45px Trebuchet MS, Sans-serif;
letter-spacing: -2px; 
color: #FFF;
margin: 0; padding: 0;
line-height: 1.8;

/* change the values of left and top to adjust the position of the logo */
top: 0; left: 0px;
}
#header-content h1#logo a {
text-decoration: none;
color: #FFF;
}
#header-content #slogan {
position: absolute;
font: bold 12px Trebuchet Ms, Sans-serif;
text-transform: none;
color: #FFF;
margin: 0; padding: 0;

/* change the values of left and top to adjust the position of the slogan */
top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
position: absolute;
right: 0px; top: 15px;
font: bolder 1.3em Trebuchet MS, sans-serif;
color: #FFF;
list-style: none;
margin: 0; padding: 0;
}
#header-content li {
display: inline;
}
#header-content li a {
float: left;
display: block;
padding: 3px 12px;
color: #FFF;
background-color: #5E5E5E;
text-decoration: none;
border-right: 1px solid #272727;
}
#header-content li a:hover {
background-color: #618FA7;
color: #FFF;
}
#header-content li a.active  {
background: none repeat scroll 0 0 #618FA7;
color: #FFF;
}


/* header photo */
.headerphoto {
margin: 15px auto;
width: 760px;
height: 100px;
background: #FFF url(indexpic/headerphoto.jpg) no-repeat center;
}

/* content */
#content-wrap {
clear: both;
float: left;
width: 100%;
/*ADT*/ overflow:hidden;
}
#content {
text-align: justify;
padding: 0;
margin: 0 auto;
}

/* sidebar */
#sidebar {
float: right;
width: 30%;
margin: 0 0 10px 0; padding: 0;
/*ADT*/ overflow:hidden;
}

/***ADT***/
#sidebar h1,#sidebar h2 {
padding: 10px 0px 5px 0;
margin: 0;
font: bold 1.3em Trebuchet MS, Tahoma, Sans-serif;
}

/***ADT***/
#sidebar .block {
background: #F5F5F5;
border: 1px solid #EFEDED;
margin-bottom: 10px;
padding: 10px 10px 15px 10px;
}

/* sidebar menu */
#sidebar .block div.content {
}
/***ADT***/

#sidebar ul li {
padding:0 10px 0 0;
margin:0 0 0 0;
list-style:none;
list-style-type:none;
list-style-image:none;
border:1px solid #F5F5F5;/*Fox weird ie layout problem*/
}

/*ADT*/#sidebar ul {padding:0;}
/***ADT***/
#sidebar ul a {
display:block;
font-weight:normal;
color: #333;
padding:2px 0 3px 15px;
line-height: 1.6em;
border-bottom: 1px dashed #D4D4D4;
text-decoration:none;
}

/*ADT - */

#sidebar ul a:hover {
border-left: 5px solid  #618FA7;
color: #618FA7;
padding-left:10px;
}

/* main */
#main {
float: left;
width: 68%;
margin: 0 0 10px 0; padding: 0;
/*ADT*/ overflow:hidden;
}
#main h1 {
padding: 0px 0px 0px 5px;
margin: 0 0 0 10px;
border-bottom: 1px solid #f2f2f2; 
font: normal 1.5em Trebuchet MS, Tahoma, Sans-serif;
}
#main ul li {
list-style-image: url(images/bullet.gif);
}

.node {
margin: 0 0 10px 0; padding: 0;
background: #FFF url(images/gradientbg.jpg) repeat-x;
border: 1px solid #EFEDED;
}
.node .node-footer {
background-color: #FAFAFA;
border: 1px solid #f2f2f2;
padding: 5px; margin-top: 20px;
font-size: 95%;
}

.node .node-footer a.comment_add {
background: url(images/comment.gif) no-repeat 0 center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.node .node-footer a.node_read_more {
background: url(images/page.gif) no-repeat 0 center;
padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
clear: both;
margin: 0; padding: 0;
font: normal .95em/1.6em Trebuchet MS, Tahoma, Arial, sans-serif;
text-align: left;
}

#footer h1, #footer p {margin-left: 0; }

#footer-content {
border-top: 1px solid #EAEAEA;
margin: 0 auto;
padding-left: 15px;
text-align:right;
}
#footer-content a {
text-decoration: none;
color: #777;
}
#footer-content a:hover {
text-decoration: underline;
color: #333;
}
#footer-content ul {
list-style: none;
margin: 0; padding: 0;
}
/****ADT*** - - -/


/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


/***ADT***/

/* (Bug)fixes for drupal elements */

#main .admin div.left,#main .admin div.right {
display:inline;/*Fix ie->6 double float margin bug*/
}

div.secmenu {
position:relative;
top:3em;
}

#sidebar .block {
/*border-color:purple!important;*/
}

#main .node .content img {
margin: 0 2px 0 2px;
}

#main .node .content td {
border:1px solid #eee;
}


.block-user form {
line-height:1em;
}

.block-user ul {
margin-top:1em;
}

.block-user input.form-text {
width:80%;
}

h3#mission {
font-size:1.7em;
font-weight:normal;
margin:0;
padding:0;
line-height:1em;
color:#000;
margin-bottom:0.5em;
text-indent:20px;
}
.comment {
border:1px solid #CCC;
border-bottom:white;
border-width:1px 0;
margin-bottom:1em;
padding:0.5em 0;
}

.comment h3{
margin:0px
}

.comment div.picture {
float:right;
margin:0 0 2px 2px;
}

.picture {
float:right;
margin:0 0 2px 2px;
}

/* AllDrupalThemes.com interface enhancements */

#autocomplete {
font-weight:bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin:0;
border-color:#CCC;
padding:1px;
}
#autocomplete li {
background:#EEE;
border-bottom:1px solid white;
}

body #main fieldset {
margin-top:1em;
border:1px solid #EEE;
min-height:3em;
}
* html #main fieldset {
min-height:3em;
}

.collapsible legend {
border:1px solid #EEE;
display:inline!important;
padding:2px;
}

body div.node-form input.form-submit {
margin:1em 0;
}
