/* 
	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/  
		
	Imported fonts are from	http://www.princexml.com/fonts/steffmann/index.css
*/

/* import fonts */

@font-face {
  font-family: "Alpine";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/Alpine.ttf) format("truetype");
}
@font-face {
  font-family: "Arabella";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/Arabella.ttf) format("truetype");
}
@font-face {
  font-family: "Herkules";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/Herkules.ttf) format("truetype");
}
@font-face {
  font-family: "Kashmir";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/Kashmir.ttf) format("truetype");
}
@font-face {
  font-family: "Marketing Script";
  src: url(http://www.inf.unibz.it/~gennari/css/fonts/MarketingScript.ttf) format("truetype");
}
@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: #b3cce6; */
	background-image:  url(http://www.inf.unibz.it/~gennari/images/background.png);
	background-repeat: repeat;
	background-color: #555;	
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.85em/1.6em "Starbust", Tahoma, Verdana, Arial, Georgia, sans-serif; 
 	font-family: "Starbust";	
	color:  #333333;  
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #94AB36;
	border-bottom: 1px solid #94AB36;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
	background-color: #ffffd9;
	border-bottom: 1px solid #cccccc;
}

p, ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 { 
	padding-bottom: 30px;
  	font: 200% "Starburst", "Trebuchet MS";
  	color: #000000; 
  	word-spacing: .35em; 
    line-height: 130%;
    letter-spacing: 4px;
	text-align: left; 
}
h2 {  	
  	font: normal 100%  "Starburst", "Trebuchet MS";  
	font-weight: 400; 
	color: #dd6600;  
	text-transform: uppercase; 
	letter-spacing: 4px;
	line-height: 120%;
 }
h3 { 
	display: block;
	margin-top: 0px;
	margin-left: 600px; 	
	padding: 9px 15px;
	background-color: #dd6600;
  	font: 120% "Kashmir", "Arabella"; 
  	text-align: right; 
  	color:  #ffffff; 
/*	text-transform: uppercase; */
	letter-spacing: 4px;
    line-height: 130%;
}
h4 {
	margin-top: 20px;
  	font: bold 100% "Marketing Script"; 	
	text-transform: uppercase; 
	letter-spacing: 5px;
    line-height: 110%;
}

blockquote {
	display: block;
	width: 400px;
	margin: auto;		
	padding: 40px 20px 0px 160px;
	text-align: justify;
	font-style: italic;
	color:  #666666; 
}

blockquote:before, blockquote:after {
	color: #6699cc;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
	margin-top: 0px;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: 20px; 
	margin-bottom: -50px;  
	margin-left: 360px;
}

.note {
	border: 1px solid #ffcc33; 
	background-color: #ffff99; 
	padding: 3px;
}

.cleardiv {
	clear: both;
	padding: 0px;
	margin: 0px;
	border: none;
}

a.imglink {
	text-decoration: none; 
	border: none;
	background-color: #ffffff;
}

img.imgnoborder {
	border: none; 
	margin: 0px auto; 
	padding: 0px;
}

/* document structure and specific elements */

#wrap {
	background-color: #ffffff;
	border: 1px solid #000; 
	border-top: 3px solid #222;
/*	background-image: url(http://www.inf.unibz.it/~gennari/images/wrapper.png);
	background-repeat: repeat-y;	*/
	width: 1032px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

#wrapinside {
	background-color: #ffffff;
/*	border: 1px solid #8db3d9; */
	border-top: 4px solid #dd6600;	
	border-bottom: none;		
    margin: 0px;
    padding: 20px 30px;
	text-align: center;
}

#title {
	border-bottom: 1px solid #d95;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 9px 15px 9px 0px;
}

#subtitle {
	margin-top: 0em;
	margin-bottom: 30px;
}
#subtitle h2 {
	float: left;
	width: 450px;
	padding-top: 10px;
}

#banner {
	float: right;
	padding-left: 100px;
	color: #cccccc;
}

#content{
	border: 0px solid #d60;
	width: 100%;
    padding-top: 90px;
	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 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;
}

#contentinside table {
	width: 850px; 
	border: none;
}

#quotation {
	margin: 0px auto; 
	float: right;
}

#logoleft {
	float: left; text-align: left; margin-top: 60px; margin-bottom: 40px; width: 200px;
}

#logoright {
	text-align: right; margin-top: 60px;  margin-bottom: 40px; margin-left: 200px;
}