/* http://dash.atspace.org/ubuntu/nautilus/style.css */
/* 20061227 */

/* orange: #FF8030 
   yellow: #FCFCCC */


body{
margin: 0;                   /* Firefox application/xhtml+xml fix */
padding: 0px 20px 20px 20px;
border: solid 12px #3F3F36;
font-family: "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 11pt;             /* Firefox 2.0 font-size fix */
color: #303030;
background-color: #FFFFFF;
min-width: 820px;
max-width: 1200px;
}

h2{
 color: #FF8030;
 background-color: inherit;
 border-bottom: solid 2px #F0C080;
}

h3{
color: #FF8030;
background-color: inherit;
border-bottom: solid 2px #F0F0F0;
font-size: large;
}

h4{
color: #606030;
background-color: inherit;
font-size: 120%;
border-bottom: solid 3px #D6D6D0;
margin-bottom: 4px;
}

img{
border: none;
}

ul{
margin-top: 7px;
margin-left: -5px;
list-style-type: square;
list-style-image: url(imgs/arrow.png);
font-size: 102%;
list-style-position: outside;
font-weight: bold;
}

pre{
margin-top: 5px;
margin-bottom: 5px;
}

li{
margin-top: 3px;
}

.green-arrow{
list-style-image: url(imgs/arrow2.png);
}

.red-arrow{
list-style-image: url(imgs/arrow3.png);
}


#nav{
margin: -8px 0px;
}

#nav ul{
list-style-type: none;
list-style-position: inside;
margin-bottom: 16px;
}

#nav li{
display: inline;
}

#nav a{
padding: 5px;
border: solid 1px #C0C0C0;
text-decoration: none;
}

#nav a:hover{
color: #FFFFFF;
background-color: #303000;
}


#sub5{
position: absolute;
left: 298px;
top: 138px;
}

#sub5 li{
list-style: none;
border: solid 1px #C0C0C0;
}


#sub5 a{
padding: 3px;
text-decoration: none;
display: block;
}

#sub5 a:hover{
color: #FFFFFF;
background-color: #303000;
}


#logo{
margin-top: 0;
margin-left: -15px;
margin-bottom: -15px;
padding-right: 2px;
z-index: 3;
}

#lmod{
float: right;    
position: absolute;
top: 20px;
right: 20px;
font-size: 8pt;
color: #A0A0A0;
background-color: inherit;
}

#menu{
float: right;       /* for MSIE */
position: fixed;
top: 50px;
right: 25px;
width: 150px;
min-height: 110px;
background-color: #DBDBDA;
color: inherit;
padding: 5px 15px 5px 5px;
border: solid 1px #4F4F4F;
/* opacity, look xhtml11.js */
}


#x{
float: right;
cursor: pointer;
margin: -3px -10px 0 0;
}

#menu-text{
float: right;
cursor: pointer;
position: absolute;
top: 48px;
right: 35px;
}

#content{
/* */
}

#footer{
padding-bottom: 35px;
}

#license{
margin-top: 40px;
margin-bottom: -38px;
}

#valid{
float: right;
}


.float-left{
float: left;
margin-left: 20px;
}

.clear-both{
clear: both;
}

.code{
background-color: #F6F6F0;
color: inherit;
margin-top: -10px;
margin-bottom: 15px;
border: dashed 1px #808080;
padding: 3px;
font-size: 11pt;   /* Ff2.0 again */
min-width: 800px;
}

.command{
background-color: #000000;
color: #F0F0F0;
margin-top: -10px;
margin-bottom: 15px;
border: dashed 1px #808080;
padding: 3px;
font-family: monospace;
min-width: 800px; 
}

.quote{
background-color: #FCFCCC;
color: #606060;
margin-top: -10px;
margin-bottom: 15px;
border: dashed 1px #808080;
padding: 3px;
font-family: monospace;
font-size: 10.5pt;
min-width: 800px;
}

.top-10{
margin-top: 10px;
}

.top_20{
margin-top: -20px;
}

.top-20{
margin-top: 20px;
}

.margin-10{
margin-left: 10px;
}

.margin-20{
margin-left: 20px;
}

.sml{
font-size: 10pt;
color: #8080A0;
background-color: inherit;
}

.small{
font-size: 10pt;
}

.x-small{
font-size: 8pt;
}

.gray{
color: #808080;
background-color: inherit;
}

.red{
color: #C06060;
background-color: inherit;
}

.bold{
font-weight: bold;
}

.big{
font-size: 11pt;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

.spacer{
margin-bottom: 20px;
clear: both;
}

.hidden{
display: none;
}

.block{
display: block;
}

.inline{
display: inline;
}


a:link{
color: #606060; 
background-color: inherit; 
text-decoration: underline;
}

a:active{
color: #606060; 
background-color: inherit; 
text-decoration: underline;
}

a:visited{
color: #606060; 
background-color: inherit;
text-decoration: underline;
}

a:hover{
color: #FF8030; 
background-color: inherit; 
text-decoration: none;
}

h3 a:link, h4 a:link{
text-decoration: none;
}

h3 a:visited, h4 a:visited{
text-decoration: none;
}

/* 20061227 */
/* 

auto-ftp -f style.css -p dash-ubuntu-nautilus --silent --auto 

*/


