body {
    background: url('/bg.jpg') repeat;
    font-size: 16px;
    font-family: verdana, helvetica;
}

#content {
    color: #333;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
}

#footer {
    margin-top: 25px;
    color: #676767;
    font-size: 80%;
}

.remark {
    font-size: 80%;
}

.about {
    font-size: 120%;
    font-weight: bold;
}

pre {
    margin-left: 4%;
    background: #F7F7F7;
    border: solid 1px #4869a8;
    padding: 10px;
}

.boxed {
    padding: 10px;
    border: dotted 1px;
    border-color: #BABABA;
    width: 20%;
}


A {
    text-decoration: none;
    color: #0000AA;
    padding: 1px;
}

h1 {
    border: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-color: #DEDEDE;
    line-height: 1.3em;
    width: 900px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}

.active {
    color: gray;
}  

hr {
    height: 1px;
    color: #BABABA;
    border-bottom: solid 0px;
    border-top: solid 1px;
}

h2 {
    margin-top: 48px;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}

h3 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0px;
    text-align: left;
}

.tbl {
    border: 0px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.verse {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    color: #666666;
    margin-top: 5%;
    margin-bottom: 5%;
    z-index: 100;
}

.attrib {
    color: #666666;
    margin-top: 1cm;
}

img {
    border: 0px
}

a:hover.shot {
    color: white;
    background-color: white;
    border: 0px solid;
}

.caption {
    text-align: center;
    font-size: small;
}

.gray {
    border: 2px solid black; 	
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
}

blockquote {
    margin: 0px;
    padding: 2px;
}

.quote {
    margin-left: 50%;
    font-style: italic;
} 

li {
    margin-right: 10%;
}

.floatme {
    border: 2px solid black;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.shotrow {
}

.shottable  {
    border: 0px;
}

dt {
    font-weight: bold;
}

#im { 
    clear: right;
    float: right;
}

.centered {
    text-align: center;
}

.note {
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    border: dashed 1px;
    border-color: black;
    width: 70%;
}

/* Bits for filesystem layouts */
.description { margin: 0px; }
.device { font-weight: bold; margin-bottom: 1em; }
table.blockdevlayout, table.blockdevlayout td {
  border: solid black 1px;
  vertical-align: top;
  text-align: center;
  border-collapse: collapse;
}
table.blockdevlayout td { padding: 10px; }
.blockdevlayout { margin: 1em; float: left; }

.floatcontainer {
    width: 100%;
    overflow: auto;
}


.editing {
    background-color: white;
    font-size: 14px;
    font-family: verdana, helvetica;
    width: 400px;
    border: solid #dcdcdc 1px;
    padding: 10px;
    overflow: hidden;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}

.editing img {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.editing .title {
    font-weight: bold;
}

.editing_container {
    float: right;
    overflow: auto;
    position: relative;
    top: 1em;
    left: 3em;
}

.pull_right {
    position: relative;
    left: 7em;
    top: -2em;
}
