/*- Marinelli styles - Drupal6x - 16/09/08 @ author:signalkuppe: www.signalkuppe.com */

/* ########## Links ########## */
/* ########## In the css you will find everything about template's links (link colors, hover properties ecc...) ######### */


a{
color: #005a8c;
text-decoration:none;
	}
	
.form-item a{
color: red;
}
	

.rsidebar ul.menu li a,
.rsidebar .item-list ul li a,
.rsidebar li.leaf a,
.lsidebar ul.menu li a,
.lsidebar .item-list ul li a,
.lsidebar li.leaf a
{
	color: #fff;
	
}



.rsidebar ul.menu li a:hover ,
.rsidebar .item-list ul li a:hover ,
.rsidebar li.leaf a:hover ,
.lsidebar ul.menu li a:hover ,
.lsidebar .item-list ul li a:hover ,
.lsidebar li.leaf a:hover 
{
	color:#86AC7E !important;
}
	
#primary .node .content a{
text-decoration:underline;
	}
	
/*books forum and fieldsets*/
#primary .node .content .book-navigation a,
#primary .node .content .forum a,
#primary .singlepage form legend a{
text-decoration:none;
	}
	
#primary .node .content .book-navigation a:hover{
color: #005a8c;
background:none;
text-decoration:underline;
	}

/*hover state (links in content, block, and front page titles)*/
#primary .node .content a:hover,
.defaultblock a:hover,
#primary h2.nodeTitle a:hover,
#primary .linksteaser a:hover,
#primary #comments a:hover,
#primary .taxonomy a:hover,
#primary .links a:hover,
#primary .path a:hover,
#primary .metanode a:hover,
#primary .admin a:hover,
#primary dl dt a:hover,
#first-time a:hover{
background-color:#005a8c;
color:white;
text-decoration:none;
	}


#submenu ul li a {
	background-repeat: no-repeat;
	margin:0 0 0 -20px;
	padding:0 6px 0 6px;
	color:white;
	background-position: right;
	border-right-style: solid;
	border-top-color: #e0edcc;
	border-right-color: #e0edcc;
	border-bottom-color: #e0edcc;
	border-left-color: #e0edcc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;	
	}
	
#submenu ul li last active{
	background: url(img/top-navinv.png);
	background-repeat: no-repeat;
	margin:0 0 0 -20px;
	padding:0 0 0 8px;
	color:white;
	}
	
#submenu ul li a.active{
	font-weight:bold;
	}
	
#primary .tabs .secondary li a{  /* tabs secondary */
   margin: 12px 12px 12px 0px;
	}

#header h1 a, #header p a{color: #fff;}

#header h1 a:hover, #header p.sitetitle a:hover{text-decoration:underline;}

#utilities #plinks ul li a { /*primary links*/
	background:transparent url(img/top-navinv.png) no-repeat scroll 0 0;
	color: white;
	display:block;
	margin:17px 0 0;
	padding:0 0 15px 10px;
	font-weight:bold;
	text-transform:capitalize;
	
}


#utilities #plinks ul li a:hover {
	color:#e0edcc;
	text-decoration: underline;
}

#utilities #plinks ul li a.active
 {
	background: url(img/top-navinv.png);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}


#utilities #plinks ul li a.active:hover {
	color: #e0edcc !important;
	text-decoration: underline;
	font-weight:bold;
	background-position: left;
	
	}	

#footer a:hover{
	
	color:#e0edcc;
	text-decoration: underline;}


/*forums*/
#primary .help .help a, #primary .help .help a:hover{ color: #990000;font-weight:bold;}	