/* $Id: main.css,v 1.1.4.4 2008/11/22 00:53:22 stevek Exp $
*/

/* GENERAL Styles 
----------------------------*/

html
{
background: #fff url(img/bg.jpg) repeat-x ;
}

body {
  font-size: 95%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  margin: 0 auto ;
}

#page {
	/* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Trebuchet MS", Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}


/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #666;
  text-decoration:underline;
}

a:hover, a:active {
  color: #000;
  text-decoration:underline;
}

/* Titles  */

h1 {
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0pt;
}
 
/* Paragraph Styles */

.node p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 0;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 5px 5px;
}
tr.even {
	background-color: #F9F9F9;
}
tr.odd {
	background-color: #fff;
}

td
{
width: auto ;
height: 16px ;
}

/* Code */

pre, code {
	background-color:#efefef;
	display:block;
	padding:5px;
	margin:5px 0;
	border:1px solid #aaa;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #04a107;
	color: #04a107;
	background-color: #edffed;
}
form{
	margin:10px 0;
}

div.form-item
{
margin: 2px 0 ;
}

#user-login-form label {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  font-size: .8em ;
  font-style: italic ;
  color: #d2d2d2 ;
}

#user-login-form input.form-submit {
  margin-left: 5px;
  padding: 0em .5em 0em .5em;
  font-size:.7em;
  border:1px solid #a5a5a5;
  background-color:#d2d2d2;
  color:white;
  cursor:pointer;
}

#user-login-form div.item-list ul {
  margin: 2px 0 ; 
line-height: 0.6em ;
  color: #d2d2d2 ;
  

}

#user-login-form div.item-list ul li a
{
 color: #d2d2d2 ;
  font-size: .6em ;
}

#user-login-form div.item-list ul li {
  margin:0px;
  padding: 0px;
  margin-top: 5px;
  background: none;
  list-style:none;
  display:inline;
}

/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}

#block-search-0
{
padding-left: 25px ;
font-size: 85% ;
color: grey ;
}

#node-2
{
color: grey ;
}

h2.title
{
display: block ;
font-size: 140% ;
font-variant: small-caps ;
color: #415594;
line-height: 2em ;
border-bottom: 1px solid #bcbcbc ;
padding: 0 0 0 25px ;
margin: 0 15px ;
}

#content-area p
{
padding: 0 10px ;
}

