/*- Marinelli styles - Drupal6x - 16/04/09 @ author:signalkuppe: www.signalkuppe.com */
/* ########## Links ########## */
/* ########## In the css you will find everything about template's links (link colors, hover properties ecc...) ######### */
a{
	color: #293243;
}
#footer a{
	color:#B5A495;
	text-decoration:none;
}
#footer div > ul.menu > li > a {
	display:block;
	border-bottom:1px solid #B5A495;
	background:#293243;
}
#primary .node .content a{
	text-decoration:underline;
}
#primary .node .content h2.nodeTitle a{
	text-decoration:none;
}
/* tables */
th a,
#primary .node .content th a{
	color:white;
	text-decoration:none;
}
#primary .node .content th a:hover{
	background:none;
	text-decoration:none;
}
/*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: #293243;
	background:none;
	text-decoration:underline;
}
/*hover state (links in content, block, and front page titles)*/
#primary .node .content 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:#293243;
	color:white;
	text-decoration:none;
}
#submenu ul li a {
	color:white;
}
#submenu ul li a:hover {
	text-decoration:underline;
}
#submenu ul li a.active{
	font-weight:bold;
	text-decoration:underline;
}
#primary .tabs .secondary li a{
	/* tabs secondary */
	margin: 12px 12px 12px 0px;
}
#header h1 a, #header p a{
	color: #fff;
	text-decoration:none;
}
#header h1 a:hover, #header p.sitetitle a:hover, #header p.slogan a:hover {
	text-decoration:underline;
}
#header #superfish-inner  {
	border-top:1px solid #b5a495;
	border-bottom:1px solid #b5a495;
	background:#585759;
	width:970px;
	height:30px;
	/*zoom: 1;*/
}
#header #superfish-inner ul li a {
	/*primary links*/
	color: #fff;
	background: #585759;
	padding:7px 9px;
	text-decoration:none;
	font-size:13px;
}
#header #superfish ul li a:hover {
	background: #293243;
	color: #fff;
	text-decoration: none;
}
#header #superfish ul li a.active,
#header #superfish ul li a.active:hover {
	color: #fff !important;
	background: #293243;
	text-decoration: none;
	font-weight:bold;
}	
#footer a:hover{
	text-decoration: underline;
}
/*forums*/
#primary .help .help a, #primary .help .help a:hover{
	color: #990000;
	font-weight:bold;
}	
/* og */
#primary .view-og-ghp-ron ul.links a{
	text-decoration:none;
}
/*announcements*/
a {
text-decoration:none;
}
.more-link a:hover {
text-decoration:underline;
}
a .seminar-field,
a .announcement-field {
	text-decoration:none;
	color:#000;
}

a:hover .seminar-field ,
a:hover .announcement-field {
	text-decoration:underline;
}

a .important {
	font-weight:bold;
}

a .very_important {
	font-weight:bold;
	color:#A00;
}
.view-defense td a {
   text-decoration:underline;
}