@import "reset.css";
@import "typography.css";

/* Site */
html, body { height: 100% !important; }
body { position: relative; min-width: 800px;}

#wrap { 
    min-height: 100%; width: 662px; position: relative;  
    margin: 0 auto; 
    padding: 55px 50px 50px 50px;
    background: #fff;
}

#header { text-align: center; margin-bottom: 25px;}
#header h1 { margin-bottom: 10px; }
#header h1 a { color: #222; text-decoration: none; }
#header h2 {font-weight: normal; margin: 0; }

#footer { text-align: center; margin-top: 30px;}

#footer #links {
    border-top: dashed #222 1px;
    margin-top: 30px;
    padding-top: 8px;
    text-align: center; word-spacing: 1.1em;
    font-size: 11px;
}

#content { margin-top: 30px;}

#menu { 
    padding: 6px;
    border-top: dashed #222 1px;
    border-bottom: dashed #222 1px;
    text-align: center; word-spacing: 1.1em;
}
#menu a, .menu a { text-decoration: none; color:#222; text-transform: uppercase; }
#menu a:hover, #menu a.hover, .menu a:hover, .menu a.hover { text-decoration: underline; }

#mailinglist-signup-form td,
#mailinglist-signup-form th {
    border: none;
    vertical-align: top;
}
#mailinglist-signup-form th {
    width: 8em;
}
#mailinglist-signup-form label { font-weight: normal; }

.homepage {
    text-align: center;
    margin: 0 auto 70px auto;
    width: 630px;
}
a.cca {
    text-align: center;
}

/* Documentation */
#wrap.docs {
    width: auto;
    padding: 20px;
}
.docs #header {
    text-align: left;
    border-bottom: dashed #222 1px;
    padding-bottom: 12px;
    margin-bottom: 10px; 
}
.docs #menu { float: right; margin-top: -80px; border: none;}
.docs #content {margin-top: 0px; }
.docs #content h3 { font-family: Helvetica, Arial, sans-serif; }

.docs .category { margin-left: 10px; }
.docs .category a { color: #222; text-decoration: none;}
.docs .category a:hover { color: #222; text-decoration: underline; }
.docs .category ul { list-style: square; }
.docs .category ul a { font-size: 12px; font-weight: bold; }

.docs .category-list { list-style: none; padding: 0; margin: 0; margin-top: 40px; }
.docs .category-list h2 { margin-bottom: 10px; }
.docs .category { margin-bottom: 30px; }
.docs .category li { margin: 5px 0; }

.docs .section { }
.docs .section-body { 
    margin-top: -30px; margin-right: 22em; 
    padding: 0 3em 100px 5px;
    background: #fff;    
}
.docs .section-body h1 { font-size: 1.7em; font-weight: bold; margin-bottom: 10px; margin-top: 30px; padding-top: 30px;}
.docs .section-body h2 { font-size: 1.5em; font-weight: bold; margin-top: 15px; padding-top: 15px;}
.docs .section-body h3 { font-size: 1.3em; }

.docs .breadcrumbs {
    margin-bottom: 30px; 
    height: 10px;
    font-size: 12px;
}
.docs .breadcrumbs a {
    color: #222; font-size: 12px;
}

#docs-toc {
    width: 20em; 
    float: right;
    padding: 1em;
}
#docs-toc ul { list-style: square; }
#docs-toc li {}
#docs-toc a { font-size: 13px; display: block; margin-bottom: 8px; }
#docs-toc a:hover { text-decoration: none; color: #777; }
#docs-toc ul ul a { font-size: 12px; }

/* Forms */
.error { color: red;}

form td, form th {
    border: none;    
}
form th {
    width: 12em;
}
form td {
    font-size: 11px;
    padding-bottom: 10px;
}
form td input[type="text"],
form td input[type="password"],
form td textarea { margin-bottom: 5px; width: 19em; }

#id_subdomain { width: 10em; }
.ac-domain { font-size: 12px; }

form td.sep { }

form td.terms input { vertical-align: middle; }

/* Blog */
.blog {  }
ul.entries { list-style: none; }
ul.entries li { list-style: none; }

.blog-index {
    margin: 0;
    margin-right: 0px;
    list-style: none;    
}
.blog-entry {
    margin-right: 210px;
    border-bottom: dashed 1px #222;
    margin-bottom: 25px; padding-bottom: 25px;
}
div.blog-entry {
    margin-right: 210px;
}
.blog-entry h2 {
    font-size: 1.5em;
}

.blog-entry .info {
    color: #555;
    font-style: italic; 
}

.blog-sidebar {
    float: right;
    text-align: right;
    width: 140px;
    margin-left: 20px;
    padding-bottom: 100px;
}
.blog-sidebar h4 a { font-size: 90%; text-transform: none;}
.blog-sidebar h3 { margin-bottom: 10px; }
.blog-sidebar ul {
    list-style: none;
    margin: 0 0 20px 0;
}
.blog-sidebar li {
    list-style: none;
}
.blog-sidebar a {
    text-decoration: none;
}
.blog-sidebar a:hover, 
.blog-sidebar a.hover, 
.blog-sidebar a.active {}



