@CHARSET "ISO-8859-1";

h3 {
	position:relative;
	top:-15px;
	left:10px;
	color:97D767;
	font-size:xx-large;
	letter-spacing:-2px;
	font-family:'Trebuchet MS',Trebuchet,helvetica,arial,sans-serif;
}

h1 {
	position:relative;
	top:-42px;
	left:10px;
	font-size:small;
	font-weight:bold;
	color: 97897E;
	font-family:Georgia,serif;
}

hr { 
	position:relative;
	top:-36px;
	left:8px;
	//width: 550px;
	background-color:97897E;
	border:none;
	height: 1px;

}

div.item
{
	padding:10px;
	position:relative;
}

a.active:link, a.active:visited, a.active:hover
{
	text-decoration:none;
	color:378717;
}

a.inactive:link, a.inactive:visited, a.inactive:hover
{
	text-decoration:none;
	color:378717;
}

.trash  {
	vertical-align:text-bottom;
	background-image:url('img/trashcan_empty.png');
	border:none;
	width:24;
	height:24;	
	
}

div.types {
	
}

.trash:hover{
	
	background-image:url('img/trashcan_full.png');
	border:none;
	
	}
	
.broken {
	vertical-align:text-bottom;
	background-image:url('img/broken.png');
	border:none;
	width:24;
	height:24;
	
	}
	
.broken:hover{
	
	background-image:url('img/broken_hover.png');
	border:none;
	
	}
	

div.content
{
	width:550;
	margin-left:160px;
	top:-16px;
	position:relative;

	
}

div.addlink
{
	position:absolute;
	right:5px;
	top:5px;
		
}

div.actions {
	float:right;
		
}

div.header
{
	margin-top:20px;
	margin-left:160px;
	margin-bottom:10px;
	position:relative;
	width: 780px;
	
}


p
{
	margin-top:5px;

}

h2
{
	margin:0px;
	font-size:large;
	letter-spacing; -1px;
	font-weight:bold;
	color: 67594E;
	font-family:'Trebuchet MS',Trebuchet,helvetica,arial,sans-serif;
	
}

body
{
	margin:0px;
	font-size:medium;
	font-family:'Trebuchet MS',Trebuchet,helvetica,arial,sans-serif;
	
}

p.posted
{
	margin:0px;
	font-size:small;
	border-top-style:dotted;
	border-top-width:1px;
}

img.ko
{
	position:absolute; 
	top:50px; 
	left:5px;
	z-index:0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('img/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px; /* Change 12px as desired */
font-family:'Trebuchet MS',Trebuchet,helvetica,arial,sans-serif;
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('img/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.blogarchive{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
position: absolute;
top:200px;
right:350px;
}

.blogarchive a.menuitem{

font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: red;
display:block;
//position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;

padding-left: 10px;
text-decoration: none;
}


.blogarchive a.menuitem:visited, .glossymenu .menuitem:active{
color: red;
}

.blogarchive a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.blogarchive a.menuitem:hover{
color:grey;
}

.blogarchive div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.blogarchive div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.blogarchive div.submenu ul li{

}

.blogarchive div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.blogarchive div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
