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

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

body {
  
}




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



/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 15px 0px 0px 0px;
	margin: 0;
	text-transform: capitalize;
}
h2 {
	font-size: 200%;
	color: #b95b01;
	padding: 20px 0px 0px 0px;
	margin: 0;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 0px 5px 0px;
	margin: 0;	
}

p, dl {  margin: 0; }

ul, ol {
	margin: 0px 0px;
	padding: 0 0px;
}
ul {  list-style: disc;   ); }

dt {
  font-weight: bold;background-color:#935231;
  color: #f68b1f;
}
dd {
   color: #000000; background-color:#8ab6e2;margin-left: 0px;margin-bottom:16px;
}

/* Code */

.search-snippet {}
#attachments{width:100%;}
pre, code {

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


aa, a:active, a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;	color: #ffffff;
}
a:hover {
 text-decoration: none;
	color: #ffffff;

}

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;

  padding: 0 2px;
  font-size: 11px;

}
div.block:hover div.edit {
  display: block;
}
