/* Dustlab Style v0.3 */

body {
	font-size: 11pt;
	line-height:1.6em;
	background-color:#FFF;
	/* font-family: "New Baskerville BT", Baskerville, "Adobe Caslon Pro", "Caslon Pro", Caslon, Times, "Times New Roman", serif;  */
	 font-family: "Myriad Pro", Myriad, Frutiger, "Humanist 777 BT", "Trebuchet MS", Verdana, sans-serif; 
	/* font-family: Inconsolata, "Letter Gothic", "Letter Gothic Std", "Andale Mono", Consolas, Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Vera Sans Mono", "Courier New", Courier, Monospace, mono; *//*Kill Courier!!! */

	height: 100%;
	margin: 0;
	margin-left: 3em;
}

#top, body h1, body h2, body h3 {
	font-family: "New Baskerville BT", Baskerville, "Adobe Caslon Pro", "Caslon Pro", Caslon, "Garamond Premier Pro", Garamond, Times, "Times New Roman", serif;
}

#top {
    font-family: "New Baskerville BT", Baskerville, "Adobe Caslon Pro", "Caslon Pro", Caslon, "Garamond Premier Pro", Garamond, Times, "Times New Roman", serif;

    border-bottom: 1px dashed #CCC;
    position:relative;
    width:99%;
    top:0px;
    display:block;
}

#top h1 {
    font-size: 20pt;
    font-weight: normal;
}

#top .descr {
    font-size: 13pt; /* TODO: set back to 11pt */
    font-style:italic;
}


#nav {
    width:100%;
    text-align:right;
    height:19pt;
}

#nav ul {
    list-style-type: none;
    margin:0;
    display:block;
    float: right;
}

#nav li {
    float:left;
    border-bottom: 1pt dashed #CCC;
    background-color: #EEE;
    display:block;
}

#nav a {
    text-decoration:none;
    display:block;
	padding: 1.5pt 8pt;
	margin-right: 1pt;
	border-left: 1pt solid #EEE;
	border-right: 1pt solid #EEE;
}

#nav a:hover, #nav a:active {
    background-color: #FFF;
    border-left: 1pt solid #CCC;
    border-right: 1pt solid #CCC;
}


#content {
    width: 550px;
    position:relative;
}

.example .image {
    border-bottom: 1pt dashed #CCC;
}


a {
	color: #C00;
}

a:visited {
	color: #933;
}

a img {
    border: 0;
}

hr {
    background-color:#CCC; 
    color:#CCC; 
    border: #CCC; 
    height: 1px;
    width:99%;
}


/*
#head {
    background: url(img/logo.png) top left no-repeat;
    //background-color: #333;
        width: 819px;
    height: 91px;
}

h4 {
    display: inline;
    font-size:10pt;
    font-style:normal;
}
*/






