/* 
	Font styles are based on the css Zen Garden submission 
	195 - 'Dazzling Beauty', by Deny Sri Supriyono, 
		http://deepblue.indika.net.id/ 

	Bullets/icons from 
		http://www.stylegala.com/news/public200605/1831.htm
		http://www.famfamfam.com/lab/icons/silk/preview.php
		http://www.famfamfam.com/lab/icons/mint/
		
	Flower photo from 
	    http://www.flickr.com/photo_zoom.gne?id=21434368&context=set-665562&size=l 
		
	This css has been designed by Rosella Gennari, 	
		<gennari@inf.unibz.it>, and is 
		released under a Creative Commons License -
		http://creativecommons.org/licenses/by-nc-sa/1.0/  

		*/

/* import fonts */

@font-face {
  font-family: "Starbust";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/Starbust.ttf) format("truetype");
}


/* generic elements */

* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #cccccc; 
	background-image:  url(http://www.inf.unibz.it/~gennari/images/background.png);
	background-repeat: repeat;
}


body {
	margin: 0;
	padding: 0; 
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
 	font-style: normal;
	color:  #666666;  
	text-align: center;
}

table, th, tr, td {	
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
 	font-style: normal;
	color:  #666666;  
}

a {
	text-decoration: none;
	color: #dd6600;
	border-bottom: 1px dashed #dd6600;
}
a:visited {
        text-decoration: none;
        color: #666666;
        border-bottom: 1px dashed #666666;
}
a:hover {
	display: inline;
	text-decoration: none;
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
}

acronym {
	text-decoration: none;
	color: #d7661c;
	border-bottom: 1px dotted #cccccc;
	cursor: help;
}

p, h1, h2, h3, ul {	
	margin-top: 16px;
	margin-bottom: 16px;
}

h1 { 
 	font-style: normal;
	font-size: 100%; 
	font-weight: 400; 
	color: #999999;
	word-spacing: -0.07em;	
	text-transform: lowercase; 
	letter-spacing: 1px;
    text-align: left;
}
h2 { 
	font-size: 150%; 
	font-weight: 400; 
	text-transform: uppercase; 
	letter-spacing: 1px;
}
h3 { 
	font-size: 135%; 
	font-weight: 400; 
	color: #999999;  
	text-transform: uppercase; 
	letter-spacing: 1px;
}

.note {
	border: 1px solid #ffcc33; 
	background-color: #ffff99; 
	padding: 3px 3px 3px 25px;
	background-image: url(../images/note.png);
	background-repeat: no-repeat;
	background-position: top left; 
}

.notenocolor {
	border-top: 1px solid #eee; border: 1px solid #ccc; 
	padding: 0px 10px; 
	margin-bottom: 10px;
}

.noteh {
	background-color: #eee; 
	padding: 3px;
}

#pathway {
	margin: 0px auto auto auto;
	padding: 2px 10px;
    text-align: left;
}
#pathway span.path {
    border: 0px solid #999999;
    color: #999999;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: .2em;
    word-spacing: .2em;
}

#wrap {
	width: 900px;
    margin: auto;
    margin-top: 0px;
    padding: 0px;
    background-color: #ffffff;
	border: 1px solid #000; 
	border-top: 3px solid #222;
}

#wrapinside {
	border-top: 6px solid #dd6600;	
    margin: auto 0px 10px 0px;
    padding: 40px;
	text-align: center;
}

#content{
	float: left;
	width: 560px;
    padding-top: 50px;
	text-align: center;
}

#content a.up{
	background-image: url(../images/up.png); 
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 10px;
    border: none;
    text-decoration: none;
    text-align: center;
}

#contentinside {
    padding-right: 55px;
    padding-left: 55px;
    text-align: justify;
}
#contentinside h1 {
	padding: 4px 0px;
	margin-bottom: 35px;
  	font: 200% "Starburst", "Trebuchet MS";
  	color: #000000; 
  	word-spacing: .35em; 
    line-height: 130%;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-align: left;   
}

#contentinside h2, h3 {
    background-image: url(../images/bluebox.png); 
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
}
#contentinside ul li { 
    list-style-type: circle;
    margin-left: 12px;
    padding-left: 4px;
}
#contentinside ol li { 
	list-style-type: decimal;
	list-style-position: outside;    
    margin-left: 2.5em;
    padding-left: 4px;
}
#contentinside ul li.expand { 
    list-style-type: circle;
    margin-left: 12px;
    padding-left: 4px;
    margin-bottom: 12px;
}
#contentbottom { 
    padding-bottom: 80px; 
}

#sidebar {
	margin-left: 600px;
	padding-top: 120px;
	padding-left: 5px;
}
#sidebarinside {
 	text-align: left;
    padding-right: 30px;
}
#sidebarinside h1 {
	padding: 0px;
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 90%;
    letter-spacing: 2px;
    text-align: right;
    text-transform: lowercase;
    color: #999999;
}
#sidebarinside h2 {
    background-image: url(../images/bluebox.png); 
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-top: 1.2em;
    margin-bottom: .3em;
 	font-size: 115%;
}
#sidebarinside h3 {
    background-image: url(../images/bluebox.png); 
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-top: 1.2em;
    margin-bottom: .3em;
 	font-size: 100%;
}
#sidebarinside a {
	display: block;
	color: #789B51;
	padding: 3px; 
	border: 1px dotted #ffffff;
	border-bottom: 1px solid #f0f0f2; 
}
#sidebarinside a:hover {
	color: #94AB36;
    border-bottom: 1px dashed #789B51; 
}
#sidebarinside #active_menu {
	border-top: 1px solid #789B51; 
    border-bottom: 1px solid #789B51; 
}
#sidebarinside .inactive_menu {
	color: #999999;
}
#sidebarinside a:hover.inactive_menu {
	color: #999999;
	border: 1px solid #ffffff;
}

#footer{
	clear: both;
	margin-top: 35px; 
    margin-bottom: auto;
    font-size: 11px;
    color: #999999;
	text-transform: lowercase;
	letter-spacing: .3em;
	word-spacing: .1em;
}
#footerinside { 
	display: block;
	padding-left: 55px;
	padding-right: 30px; /* 280px; */
	text-align: left;
} 
#footer a, #footer a:visited {
	padding: 4px;
    border: 1px dotted #ffffff;
    text-decoration: none;
    color: #999999;
}
#footer a:hover {
	color: #cccccc;
    border: 1px dashed #cccccc;
}
