/*- 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: #00688B;
text-decoration:none;
	}
	
	a:hover{
color: #00688B;
text-decoration:underline;
	}
#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: #CC0000;
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{text-decoration:underline;}
#primary .linksteaser a:hover{text-decoration:underline;}
#primary #comments a:hover{text-decoration:underline;}
#primary .taxonomy a:hover{text-decoration:underline;}
#primary .links a:hover{text-decoration:underline;}
#primary .path a:hover{text-decoration:underline;}
#primary .metanode a:hover{text-decoration:underline;}
#primary .admin a:hover{text-decoration:underline;}
#primary dl dt a:hover{text-decoration:underline;}
#first-time a:hover{
background-color:none;
color:#CC0000;
text-decoration:underline;
	}

/**
* user_bar styling
*/

/**
* this adds some space in top and bottom,
* so anything inside can look vertically centered
*/
#user-bar {
  margin-top: 110px;
  font-weight: bold;
  float: right;
}

/**
* by default, fields labels tries to reserve a whole line for itself, this
* cancels that and and sends it to the left.
* it also adds some space on the right and left of the label to look easy on
* the eye.
*/
#user-bar label {
  float: left;
  margin-left: 10px;
  margin-right: 2px;
}

/**
* inputs too, they try to reserve a whole line for itself, this
* cancels that and sends it to the left
*/
#user-bar input {
  float: left;
  width: 6em;
}

/**
* I don't like the required * (asterisks), so I hide them.
*/
#user-bar span.form-required {
  display: none;
}

/**
* the form submit button, it's so tight so we expand it a bit,
* and give it some free space around.
*/
#user-bar input.form-submit {
  margin-top: -1px;
  margin-left: 5px;
  padding: 0 .2em;
  width: 4em;
}

/**
* now this is for the links list, lists by default tries to reserve a whole line
* also they add space surrounding them. we cancel all that and send the list
* to the right
*/
#user-bar div.item-list ul {
  float: right;
  margin: 0 5px 0 0;
  padding: 0;
}

/**
* remember, styling above was for the whole list, now for each item,
* we all know each item in the list by default exists on a separate line,
* also has that bullet on the left. we cancel all that. and makes all items
* sit beside each other
*/
#user-bar div.item-list ul li {
  float: left;
  background: none;
  margin: 0 0px;
  padding: 0 5px;
/*  border: 1px solid #b8d3e5; */
  list-style: none none;
}

#user-bar a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#user-bar a:hover {
  color: #ff0000;
}

#user-bar label {
  color: #dcdcdc;
}

/**
* this is the "Welcome ... message".
* by default <p> tries to exist on a separate line, we cancel that.
* also by default <p> has some surrounding space, we cancel that too,
* and give it only space on the left.
*/
#user-bar p.user-info {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  text-align: right;
}
#submenu ul li a {
	color:#ffffff;
	font-weight:bold;
	}
#submenu ul li a.active{
	font-weight:bold;
	}
	
#primary .tabs .secondary li a{  /* tabs secondary */
   margin: 12px 12px 12px 0px;
	}
#login-links {
position:absolute;
right:0;
text-align:right;
top:0;
color: #f1f1f1
}
#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*/
	color: #FFFFFF;
	background: #00688B;
	text-transform:capitalize;
	padding:7px 10px 7px 10px;
	display:block;
	font-weight:bold;
	
	}
body #utilities #plinks ul li a {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
#utilities #plinks ul li a:hover {
	background: #F1F1F1;
	color: #00688B;
	text-decoration: underline;
	font-weight:bold;
	}

#utilities #plinks ul li a.active,
#utilities #plinks ul li a.active:hover {
	color: #FFFFFF !important;
	background: #00688B;
	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;}	