@import url("layout.css");
@import url("theme.css");
@import url("master.css");

/* Parte aggiunta per i link */

a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}

p.footer a {
	color: #857BB7;
	text-decoration: none;
}


/* Header */

#header {
	background-color: #424379;
	background-image: url("header-bg.gif");
	background-repeat: no-repeat;
	background-position: 12px 0px;
	color: #fff;
}

/* the purpose of this is to set the link to UniBZ
 * in the University logo
*/
 
#unibzlnk { 
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 377;
  height: 89;
 }


/* Path */

#pathbar {
	background-color: #ddd;
	color: #424379;
	padding-top: 0.3ex;
	font-size: small;
        text-decoration: none;
}

/* the pathbar contains the position of the
 * current page wrt the website content tree
 */
 
#pathbar ul {
	margin-left: 0;
	padding-left: 0.5em;
	display: inline;
	list-style: none;
	text-decoration : none;
	font-weight : medium;
	font-size : 11px;
	font-family : Arial,verdana,helvetica;
	color : #424379;
}

#pathbar ul li {
	/*padding-right: 0.5em;*/
	padding-right: 0;
	display: inline;
}

#pathbar ul li.last {
	font-weight: bold;
}

/* This does't work on IE

#pathbar ul li:after {content: " \00bb"}

#pathbar ul li.last:after {content: " "}

*/

#pathbar a {
	text-decoration: none;
	color: inherit;
}

#pathbar ul li a {
	text-decoration : none;
	color: inherit;
}


/* Sidebar */

#sidebar {
	background-color: #424379;
	background-image: url("sidebar-bg.gif");
	background-repeat: repeat-y;
	background-position: 12px 0px;
	font-size: smaller;
}

/* margins for top level items in the sidebar */

#sidebar *.navitem {margin-left: 18px;} /* position of the sidebar background */

/* sidebar navidation links are unordered lists */

#sidebar ul {
	padding: 0mm;
	margin-top: 4ex;
	margin-left: 10px;
	padding-left: 2.3ex;
	list-style-type: disc;
	color: #fff;
	list-style-position: outside;
	padding-bottom: 2.3ex;
	/* margin-left: 7mm; */
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica;
}

#sidebar ul li {
	padding-bottom: 2ex;
}

#sidebar ul li * {
	color: #fff;
	text-decoration: none;
}

#sidebar a.selected {
	font-style: italic;	
}

#sidebar ul.sub
{
	padding: 0px 0px 0px 5px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	list-style: none;
	font-style: normal;
}
#sidebar ul li.sub {
	border-left: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 0px;
}
#sidebar ul li.sub a {
	color: #ffffff;
}

/*
#sidebar ul li.stream  {
	color: yellow;
}
*/

/* Content */

#content {
	padding: 10px;
	padding-bottom: 70px;
	background-color: #ffffff;
}

/* wraps the whole page, setting the background */

#container { background-color: #424379; }

