/* Main Style */
*, html
{
    /* height: 100%; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 10pt;
    color: #fff;
    background-color: #000;
    padding: 0;
    margin: 0;
}

a, a:link, a:visited
{
    color: #09f;
    text-decoration: none;
}

a
{
    color: #09d;
    text-decoration: none;
}

a:hover
{
    color: #09d;
    text-decoration: underline;
}

a.external:after
{
    content: url(../images/extlink.gif);
}

a.wiki.missing
{
    color: red;
}

hr
{
    clear: both;
    border: none;
    height: 1px;
    background-color: #000;
    width: 80%;
    margin: 0 auto;
}

div#topbar
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: #09d;
    font-size: 9pt;
    font-weight: bold;
    background-color: #444;
    position: relative;
}

div#topbar .path_links
{
    position: absolute;
    top: 0;
    left: 36px;
}

div#topbar .auth_links
{
    position: absolute;
    top: 0;
    right: 36px;
}

div#topbar a, div#topbar a:link, div#topbar a:visited
{
    color: #aef;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}

div#topbar a:hover
{
    color: #dff;
    text-decoration: underline;
}


#banner
{
    margin: 7px 32px 4px;
}

div#navbar
{
    color: #09d;
    padding: 0;
    margin: 0 8px;
    font-weight: bold;
}

div#navbar a,
div#navbar a:link,
div#navbar a:visited
{
    font-size: 10pt;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    font-variant: small-caps;
    color: #999;
    text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	background-color: #181818;
	border: 1px solid #181818;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

div#navbar a:hover
{
    color: #09d 1px solid;
	background-color: #444;
	border-color: #444;
}

div#navbar a.current
{
    color: #09d;
	background-color: #333;
	border-color: #333;
	padding-bottom: 3px;
	margin-bottom: -1px;
	z-index: 10; 
}


#content, .bodybox
{
    position: relative;
    margin: 0 auto;
    padding: 8px 5px 5px;
    text-align: left;
    background-color: #222;
    border: solid #333;
	border-width: 3px 0;
    overflow: hidden;
}

.bodybox
{
    margin-top: 1.7em;
}

#content :first-child, .bodybox :first-child
{
    margin-top: 0;
}

#messages
{
    width: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    color: #fff;
    background-color: #820;
    border: #cb0 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#page_meta
{
    margin: 2px 5px;
	font-size: 7pt;
	color: #aaa;
}

div#page_meta a
{
	color: #05c;
	text-decoration: none;
}

div#page_meta a:hover
{
	color: #09d;
	text-decoration: none;
}

div#page_meta div#actions
{
	text-align: left;
    float: left;
}

div#page_meta div#last_modified
{
	text-align: right;
    float: right;
}

li
{
    font-size: 10pt;
}

blockquote, pre
{
    padding: 5px;
    background: #383838;
    border: none;
    margin: 1em auto;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

blockquote
{
    font-size: 10pt;
    font-style: italic;
    margin: 30px;
}

blockquote p
{
    margin: 0;
    padding: 0;
    text-align: center;
}

pre, code, textarea
{
    font-family: 'drift', monospace;
    font-size: 9pt;
}

pre
{
    margin: 25px;
}

code
{
    color: #049;
}

table.sourcetable *
{
    vertical-align: top;
}

body.source pre
{
    padding: 0;
    margin: 0;
    border: none;
}

td.linenos
{
    padding-right: 1ex;
}

div.footer
{
    height: 6pt;
    color: #888;
    margin: auto;
    margin-top: 20px;
    font-family: "lime", sans-serif;
    font-size: 6pt;
    text-align: center;
    width: 40%;
    padding-top: 2px;
    border-top: 1px solid #444;
}

table.login
{
    margin: 0 auto;
    text-align: right;
}

/*
body.login div#content,
body.account div#content
{
    width: 40%;
}
*/

p.errors
{
    text-align: center;
    color: #f00;
}

/*
body.logout div#content,
body.account.registration.complete div#content,
body.account.activation div#content
{
    text-align: center;
    width: 40%;
}
*/

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

body.blog li a
{
    border: #444 1px solid;
    margin-bottom: 10px;
    margin-right: 40px;
    padding: 5px;
    display: block;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

body.blog li a:hover
{
    text-decoration: none;
    border-color: #000;
}

body.blog li a div.user
{
    float: right;
    font-size: .75em;
}

/* Forms */

input, textarea, select, iframe
{
    color: #fff;
    background-color: #333;
    border: 1px solid #444;
    font-size: medium;
    font-style: normal;
}

input[type="submit"], input[type="reset"], button
{
    color: #07d;
}

input[type="submit"]:focus, input[type="reset"]:focus, button:focus
{
    color: #e80;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover
{
    color: #09d;
}

form table td
{
    font-size: 8pt;
    font-style: italic;
    color: #bbb;
    padding: 0.5ex 0.5em;
}

form table td ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: medium;
    font-style: normal;
}

form table input[type="text"],
form table input[type="password"],
form table input[type="file"],
form table textarea,
form table select
{
    width: 100%;
}

form table input[type="submit"],
form table input[type="reset"],
form table button
{
    display: block;
    width: auto;
    margin: 0 auto;
}

/* Wiki Pages */

div.wiki-info
{
    font-size: 8pt;
    font-style: italic;
    text-align: center;
    margin-top : 10px;
    background: #400;
    margin: auto;
    overflow: auto;
    width: 35%;
    padding: 5px;
    border: 1px solid #800;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Wiki Images */

div.img-left
{
    float: left;
    text-align: center;
    width: 256px;
    border: 1px solid #888;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

div.img-left img
{
    border: 1px solid #888;
    max-width: 250px;
}

div.img-right
{
    float: right;
    text-align: center;
    width: 256px;
    border: 1px solid #888;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

div.img-right img
{
    border: 1px solid #888;
    max-width: 250px;
}

div.img-title
{
    background-color: #333;
    border-bottom: 1px solid #888;
    margin-bottom: 2px;
    text-align: center;
    font-size: 10pt;
}

div.img-caption
{
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px
    margin-bottom: 5px;
    text-align: center;
    font-size: 8pt;
}

/*
body.wiki.edit #content
{
    width: 820px;
}

body.wiki.edit form table
{
    width: 100%;
}

body.wiki.edit div#page_meta
{
    width: 820px;
}
*/


/* Headings */
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-family: 'Trebuchet', sans-serif;
}

h1
{
    margin: 0 0 8px;
    line-height: 85%;
    color: #09d;
    font-size: 18pt;
    border-bottom: 2px solid #555;
}

h2
{
    margin: 10px 5px 5px;
    line-height: 90%;
    color: #09d;
    font-size: 14pt;
    border-bottom: 1px solid #444;
}

h3
{
    margin: 10px 9px 5px;
    line-height: 95%;
    color: #09d;
    font-size: 12pt;
    border-bottom: 1px solid #333;
}

h4
{
    margin: 10px 12px 5px;
    font-size: 11pt;
    color: #09d;
}

h5
{
    margin: 10px 15px 5px;
    font-size: 10pt;
    color: #08e;
}

h6
{
    margin: 10px 18px 5px;
    font-size: 9pt;
    color: #07d;
}

/* Paragraph */

p
{
    margin: 0 20px 5px;
    text-align: left;
    font-size: 10pt;
    text-indent: 20px;
}

/* Minor Styles */
.noindent
{
    text-indent: 0;
}

.right
{
    text-align: right;
}

.floatright
{
    float: right;
}
.left
{
    text-align: left;
}

.floatrleft
{
    float: left;
}

.medium
{
	font-size: 10pt;
}

.small
{
    font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 7pt;
    color: #888;
}

/* Issues */
table
{
    width: 100%;
    border-collapse: collapse;
}

table td, table th
{
    border: 1px solid #333;
    padding: 1px 3px;
}

table th
{
	background: #1b1b1b;
}

table.issue th
{
	text-align: right;
}

form table td, form table th
{
    border: none;
	background: none;
}

p
{
    margin: 0.5em 0;
    padding: 0;
}

body.issues dt
{
    font-weight: bold;
}

tr.issue.status_resolved .column_title
{
	color: #aaa;
	text-decoration: line-through;
}

tr.issue.status_closed .column_title
{
	text-decoration: line-through;
}

/* Progress Bars */
.progress
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 18px;
    margin: 0;
    padding: 0;
    background: #555 url(../images/progress-empty.png) right repeat-x;
    text-align: center;
}

.progress .filled
{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #05a url(../images/progress-full.png) left repeat-x;
}

.progress .text
{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    background: none;
}

/* OMGWTFBBQ */
#django_log
{
    visibility: hidden;
}

/* Admin Site */
body.admin.dashboard div#content
{
    width: 50%;
}

body.admin #recent-actions-module
{
    position: absolute;
    top: 10px;
    width: auto;
    right: 10px;
    padding: 2px;
    background-color: #000;
    border: #444 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

body.admin #recent-actions-module a
{
    color: #000;
}

body.admin #recent-actions-module a:hover
{
    border-bottom: #09d 1px solid;
}

body.admin div#content h1
{
    font-size: 1.25em;
    text-align: center;
}

body.admin #recent-actions-module h2
{
    margin-top: 5px;
    font-size: 1.25em;
    width: 100%;
    text-align: center;
}

body.admin #recent-actions-module h3
{
    margin-top: 8px;
    width: 100%;
    text-align: center;
    border: none;
    font-size: .90em;
}

body.admin #recent-actions-module ul.actionlist
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 15px;
}
body.admin #recent-actions-module li
{
    margin-top: 5px;
}

body.admin #recent-actions-module li.addlink
{
}

body.admin #recent-actions-module li.changelink
{
}

body.admin #recent-actions-module li.deletelink
{
}
body.admin #recent-actions-module span.mini
{
    color: #555;
    font-size: .75em;
}

body.admin h1#site-name
{
    color: #000;
    font-size: 3em;
    width: 600px;
    margin: 20px auto;
    text-align: center;
    line-height: .6em;
    border-bottom: #444 2px solid;
}

body.admin div#branding
{
    width: 100%;
}

body.admin table caption
{
    width: 100%;
    background-color: #000;
    border: #444 1px solid;
    font-weight: bold;
    padding: 2px;
}

body.admin div.module
{
    width: 50%;
}

body.admin div.module table{
    width: 80%;
    margin-bottom: 10px;
}

body.admin table caption a
{
    color: #000;
}

body.admin table caption a:hover
{
    color: #09d;
}

.errorlist
{
	color: #f00;
}

img.icon
{
	border: none;
}

div.column-3
{
	float: left;
	width: 30.5%;
	margin: 5px 1%;
	padding: 3px;
	background: #282828;
}

div.column-3 h3
{
	margin-right: 0;
	margin-left: 0;
}

