/***
 * Main layout 
 ***/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 940px;

}

html {
    /* Always show vertical scrollbar */
    overflow-y: scroll;
}

#page {
    padding: 0;
}

.clear {
    clear: both;
}

#content {
    padding: 0px;
    width: 930px;
    margin: 0 auto;
}

#main {
    float: left;
    width: 650px;
    padding: 10px 10px 10px 0px;

}

#loading {
    display: none;
}

/***
 * Basic style 
 ***/
#page {
    font-family: 'Bitstream Vera Sans', 'Tahoma', 'Verdana', 'Arial', 'Helvetica', sans-serif;
}

a img {
    border-style: none;
}

a {
    color: #2F4D77;
    text-decoration: none;
}

a:hover {
    color: #4F5D75;
    text-decoration: underline
}

a.external:after {
    content: '↗';
}

p.centered {
    text-align: center;
}

img.centered {
    display: block;
    margin: 0 auto;
}

/* Headers; h1 - 27pt, h2 - 22pt 
   h3 - section headers
   h4 - subsection headers
   h5 - sections in sidebar
*/




pre.gpg_key {
    font-size: 5pt;
}


ol.separated li {
    margin-bottom: 10px;
}

ul li {
    margin-bottom: 10px;
}


/***
 * Colors
 ***/


ol {
    list-style-type: upper-roman;
}

ol ol {
    list-style-type: lower-alpha;
}

ol.numbered {
    list-style-type: decimal;
}


p.question {
    color: #0F2D45;
    text-decoration: underline;
}


p.error {
	color: red;
}

p.ok {
	color: green;
}
