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

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

body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color: #4c4000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.3em;
}


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

a:link, a:visited {
  color: #fb6202;
  text-decoration:none;
}

a:hover, a:active {
  color: #f5c01f;
}

/* Titles font-size:2em;line-height:1.3em; */

#content h1, #block-bloginfo-bloginfo h3 {
	
	
	margin-bottom:0.5em;
	margin-top:0pt;
	
	
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	color: #1f7000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 1.9em;
	padding-bottom: 6px;
	padding-left: 5px;
	border-bottom: solid 2px #80c554;
	
}

#content h2 {
	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight: normal;
}
 
 
#sidebar-left h3 {
	
	
	margin-bottom:0.5em;
	margin-top:0pt;
	
	
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	color: #1f7000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 1.4em;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: solid 2px #80c554;
	
}
 
/* Paragraph Styles */

.node p {
  margin: 1em 0;
}

/* List Styles  */

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

/* Table Styles  */

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

/* 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;
}

/* 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;
}


/* hide breadcrumbs 
---------------------------- */
.breadcrumb {
  display: none;
}


/* blog styles */

.block-blog .block-inner .content .item-list ul li {
	list-style-image:url(../img/comment.png);
	list-style-position:outside;
	list-style-type: square;
	margin:0 0 0.25em 1.5em;
	padding:0;
	}

.block-blog .block-inner .content .item-list ul li a{
	vertical-align: 3px;
	}
	
.submitted {
	font-size: 0.8em;
	font-style: italic;
	color: #a4b9c2;
	margin-left: 5px;
	}
	
.node-type-blog .submitted {
	}

.node-type-blog .title {
	margin-left: 5px;
	}
	
#content-area .node-type-blog {
	background-color: white;
	padding: 10px;
	width: 590px;
	margin: 10px auto;
	border: 1px solid #a4b9c2;
	}

	
#block-bloginfo-bloginfo h3 {
	margin-bottom: 0.2em;
	}
	
/* contact page 
---------------------------- */
	
#contact-mail-page {
	padding: 10px;
	width: 590px;
	margin: 0 auto;
	background: #f5efe4;
	border: 1px solid #ede4d5;}
	
#edit-submit {
	padding: 5px;
	background: url(../img/submit.gif);
	width : 150px;
	height: 45px;
	text-align: center;
	}

/* captioned images 
---------------------------- */

.image-caption-container{
	background-color: white;
	padding: 10px;
	border: 1px solid #e3dbcc;
	}
.image-caption{
	font-size: 0.9em;
	color: #1f7000;
	padding: 0 10px;
	}
	
	
	
	
.block-event, .block-blog {
background-color:white;
border:1px solid #DEDEDE;
margin-right:5px;
margin-top:20px;
padding:5px;
}	