/* @override http://www.laboratories.com/themes/blackdust/stylesheets/screen.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
a { text-decoration: none; }

html {
    height: 100%;
	font: 62.5% Helvetica, sans-serif;
}
body {
    background-color: #111;
    color: #ebebeb;
    font: bold 1.1em/1.5em Helvetica, sans-serif;
    margin: 0;
    height: 100%;
}

pre {
    font-size: 10px;
}
code {
    font-family: monospace;
}
pre code {
    display: block;
    background: #eee;
    color: #222;
    padding: .5em .75em .35em;
    margin-bottom: 1em;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

a:link,
a:visited {
    color: #aaaaaa;
}
a:hover {
    text-decoration: none;
	color: fuchsia;
}



h1,
h2 {
    letter-spacing: -.01em;
}
h1 {
    font: bold 2em Helvetica, sans-serif;
	color: #aaaaaa;
}
h2 {
    color: #664761;
    font: bold 2em/100% Helvetica, sans-serif;
	margin-bottom: .2em;
}
h3 {
    font: bold 3em/70% Helvetica, sans-serif;
    margin-bottom: -.5em;
	color: white;
}
h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .9em;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}
h6 {
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 1.25em;
}

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
ul li {
    list-style-type: disc;
}
ol {
    padding-left: 2em;
    margin-bottom: 1em;
}
ol li {
    list-style: decimal;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
}

a.comment_delete_link,
a.comment_edit_link,
a.delete_link,
a.edit_link,
a.next_page,
a.prev_page,
a.next_post,
a.prev_post,
a.cancel,
a.logout {
    font-weight: bold;
}

a.comment_delete_link,
a.comment_edit_link {
    float: right;
    margin: 0 0 0 .5em;
}
a.delete_link {
    color: #d8583e !important;
}
a.edit_link {
    color: teal !important;
}
a.next_page,
a.prev_page,
a.next_post,
a.prev_post {
    background-color: #424242;
    color: white;
    margin: 0 0 2em;
    padding: .4em .6em;
}
a.next_page:hover,
a.prev_page:hover,
a.next_post:hover,
a.prev_post:hover {
    color: fuchsia;
}
a.cancel {
    color: #e35533;
    border: none;
    text-decoration: none;
}
a.logout {
    color: #5B7C99;
    float: right;
}

label {
    color: #777;
    display: block;
    font: bold 2.4em Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 0 0.2em 0;
}
input[type="text"],
input[type="password"],
textarea {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: Courier, monospace;
    margin-bottom: 1.5em;
    padding: .3em .4em;
}
input[type="file"] {
    margin-bottom: 1.5em;
}
input[type="text"],
input[type="password"] {
    width: 20em;
}
textarea.wide {
    width: 432px;
}
input.big {
    font-size: 1.5em;
}

div#controls {
    background-color: #131313;
    border-bottom: .1em solid #0f0f0f;
    padding: .2em 0 .3em;
    width: 100%;
}
div#controls ul {
    margin: 0 auto;
    width: 720px;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
}
div#controls ul li a:link,
div#controls ul li a:visited {
    color: teal;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a:link,
div#controls ul li.close a:visited {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}

div#wrapper {
    width: 720px;
    margin: 2em auto 4em;
    padding: 0 0 .5em 0;
}

div#content {
    width: 500px;
    float: left;
}

div#sidebar {
    background: #222222 none repeat left;
    float: none;
    width: 165px;
	position: fixed;
	margin-right: 0;
	margin-left: 520px;
	padding-left: 1em;
	padding-right: 1em;
	top: 10px;
}
div#sidebar a:link,
div#sidebar a:visited {
    padding: .1em .2em;
    margin: 0 0 0 -.4em;
	color: #777;
}
div#sidebar a:hover {
    background-color: #111;
    color: fuchsia;
    text-decoration: none;
}
div#sidebar h1 {
    margin: 1em 0 .2em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #cfcfcf;
}
div#sidebar input#search {
    background-color: #2c2c2c;
    border: 0;
    margin: -5px auto 0;
    width: 150px;
    padding: .4em .7em;
    display: block;
}
div#sidebar ul li {
    color: #4f4f4f;
	line-height: 1.5;
	background-color: #222222;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 1em;
	font-weight: bold;
}



div#header {
    background-color: #111;
    width: 100%;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 2em 0 5.6em;
}

div#header .header_box {
	width: 720px;
	text-align: justify;
	margin: auto;
}


div#header h1 {
	font-size: 802%;
	letter-spacing: .01em;
}
div#header h1 a:link,
div#header h1 a:visited,
div#header h2 {
    color: #eee;
    font-family: Helvetica, sans-serif;
	font-weight: bold;
}
div#header h1 a:hover {
    color: fuchsia;
    text-decoration: none;
}
div#header h2 {
    color: #664761;
    margin: 0 0 0 0;
	font-size: 1.2em;
	padding-right: 220px;
	direction: rtl;
	text-align: center;
}

div#footer {
    background: #222222 none repeat left;
    clear: both;
    color: #888;
    margin: 3em 0;
    padding: .4em .6em;
}
div#footer a.chyrp:hover {
    color: fuchsia;
}
div#footer a.atom {
    background-color: #bbb;
    border: none;
    color: #222;
    margin: -2.5em .4em 0 0;
    padding: .3em .6em;
    float: right;
}
div#footer a.atom:hover {
    background-color: #EEA64A;
}

div.notice, div.message, div.warning, div.date {
    color: gray;
    font-weight: bold;
    margin: 3em 0 5em;
	padding: .5em .8px .5em .8em;
}
div.notice {
    background: url('../images/dots-green.gif') repeat top left;
}
div.message {
    background: url('../images/dots-blue.gif') repeat top left;
}
div.warning {
    background: url('../images/dots-fuchsia.gif') repeat top left;
}
div.date {
    background: #222222 none repeat left;
    cursor: default;
}
div.notice .sub, div.message .sub, div.warning .sub {
    font-size: .9em;
    color: #888;
    margin-left: .5em;
}

h2.comments {
    margin: 0 0 1.0em 0;
}
ol.comments {
    list-style: none;
    margin-bottom: 1em;
    padding: 0;
    word-wrap: break-word;
}
ol.comments li {
    list-style: none;
    margin-bottom: 1.5em;
    width: auto;
}
ol.comments li blockquote {
    background: #111;
    color: #eee;
    margin: 0;
    padding: 1em 1em 0;
}
ol.comments li blockquote p {
    padding: 0 0 1em;
}
ol.comments li blockquote a:link,
ol.comments li blockquote a:visited {
    color: #aaa;
}
ol.comments li blockquote blockquote {
    padding: 0 1em;
    color: #aaa;
}
ol.comments li cite {
    background: #141414;
    color: #666;
    display: block;
    font-style: normal;
    margin: 0;
    padding: .4em 1.3em;
}
ol.comments li cite a:link,
ol.comments li cite a:visited {
    color: #bbb;
}
ol.comments li cite a.permalink:link,
ol.comments li cite a.permalink:visited {
    color: #666;
}
ol.comments li ul,
ol.comments li ol {
    margin: 0;
    padding: 0 0 1em 1.5em;
}
ol.comments li ul li,
ol.comments li ol li {
    margin: 0;
    padding: 0;
}
ol.comments li ol li {
    list-style-type: decimal;
}

#add_comment {
    margin-top: 3em;
}

div.post {
    margin: 0 0 3em;
    word-wrap: break-word;
}
div.post a:link,
div.post a:visited {
    color: silver;
}
div.post h2.title {
    font-size: 2em;
    padding: 0 0 .3em 0;
    margin: 0;
}
div.post h2.title a:link,
div.post h2.title a:visited {
    color: gray;
    font-size: .8em;
    font-style: normal;
    font-weight: bold;
}
div.post h2.title a:hover {
    color: fuchsia;
}
div.post .pinned_text {
    content: "!";
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: .15em 0 0 -1em;
    color: #e35533;
}
div.post p,
div.page p {
    padding: 0 0 1em;
    font-size: 1.1em;
}
div.post li,
div.page li {
    font-size: 1.1em;
}
div.post li p,
div.page li p {
    font-size: 1em;
}
div.post pre,
div.page pre {
    padding: 0 0 1.5em;
}
div.post blockquote {
    padding: .5em .8em;
    background: #f9f9f9;
    border: .1em solid #eee;
    color: #333;
    margin: 0 0 1em 0;
}
div.post blockquote p {
    padding: 0;
}
div.post span.info,
div.post span.controls,
div.page span.controls {
    background-color: #111;
    color: #4b4b4b;
    float: left;
    margin: 0 0 0 0;
    padding: .1em .6em .3em 0;
}
div.post span.info a:link,
div.post span.info a:visited {
    color: #505050;
    padding: 0;
}
div.post span.controls,
div.page span.controls {
    background-color: #eee;
    color: #ccc;
    margin: .6em 0 0 .6em;
	padding-top: .1em;
	padding-left: 5px;
	padding-bottom: 0;
}
div.post ul {
    margin-bottom: 1em;
}
div.post.quote blockquote {
    background: none;
    border: 0;
    color: #777;
    font: 2em/1.25em Helvetica, sans-serif;
    margin: 0 0 -.5em 0;
    padding: 0;
}
div.post.quote .source {
    color: #999;
    display: block;
    margin: 1em 0;
}
div.post.link h2 a:link,
div.post.link h2 a:visited {
    color: fuchsia;
    font-size: 1.2em;
    margin: 0 0 -.5em 0;
    padding: 0;
    text-decoration: none;
}
div.post.link h2 a:hover {
    color: fuchsia;
}
div.post.link p {
    color: #444;
}
div.post.chat p {
    display: inline;
}
div.post.chat ul {
    font-family: "monaco", monospace;
    font-size: .9em;
    margin: 0 1em 1em 0;
    padding: 0;
    color: #535353;
}
div.post.chat ul li {
    background: none;
    list-style-type: none;
    padding: 0;
}
div.post.chat li .label {
    color: #2D3879;
}
div.post.chat li.me .label {
    color: #AB2F26;
}
div.post.photo img {
}
div.post.photo img a:link,
div.post.photo img a:visited {
    border: none;
}
div.post.photo p,
div.post.audio p,
div.post.video p {
  
    margin: .4em 0;
}

div.page h1 {
    margin-bottom: .5em;
    color: #4f3a56;
    font: bold 2.2em Helvetica, sans-serif;
    letter-spacing: -.01em;
}
div.page span.controls {
    float: right;
}

.inline_edit {
    color: #ddd;
    padding: 1em;
    background: #111;
    position: relative;
}
.inline_edit input[type="text"],
.inline_edit textarea {
    background-color: #222;
    border: none;
    color: #eee;
    padding: .4em;
    width: 410px;
}
.inline_edit .more_options_link:link {
    color: teal;
    display: block;
    font-weight: bold;
    padding: 0 0 .3em 0;
}
.inline_edit .more_options {
    background-color: #1a1a1a;
    padding: 1em;
}
.inline_edit .more_options p {
    float: left;
    width: 50%;
    min-height: 5em;
    padding-bottom: .5em;
    margin: 0;
}
.inline_edit .more_options p input[type="text"] {
    width: 90%;
    margin-bottom: 0;
}
.inline_edit .more_options p .sub {
    font-size: .8em;
    color: #777;
}
.inline_edit .buttons {
    padding: .5em;
    background: #1a1a1a;
    color: #ddd;
}
.inline_edit h2 {
    color: teal;
}
.post_edit {
    margin-bottom: 2em;
}

div.pagination {
    margin: 0 0 2em 0;
}

.sub {
    font-size: .85em;
    color: #565656;
    font-weight: normal;
}

button {
    background-color: #664761;
    border: 1px solid #795473;
    border-bottom: 1px solid #593E55;
    border-right: 1px solid #593E55;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 8px;
}
button:hover {
    color: fuchsia;
    cursor: pointer;
}

p.lost_pass {
    margin: 0 0 1em 0;
}

span.pages {
    color: #888;
    font-weight: bold;
    padding: 0 0.3em;
}
span.who,
span.waiting {
    background-color: #e2e2e2;
    font-weight: bold;
    display: block;
    margin: 0 0 1em;
    padding: 4px 6px;
}

.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}

/* Miscellaneous */
    /* Emoticons module. */
    img.smiley {
        margin: 0 0 -.3em;
    }

    /* Tags module. */
    .tag {
        font-family: Helvetica, sans-serif;
    }
    .tags_select {
        display: inline-block;
        margin-top: .5em;
    }
    .tags_select a {
        padding: .1em .4em;
        border: .1em solid #DDDDA8;
        background: #FFFFCA;
        text-decoration: none;
        border-top-width: 0;
        border-left-width: 0;
        color: #555;
    }
    .tags_select a.tag_added {
        background: #111;
        border-top-width: .1em;
        border-bottom: 0;
        border-left-width: .1em;
        border-right: 0;
        border-color: #000;
}

/* Debugger */
#debug {
    background: #ffffdd;
    color: #666;
    padding: .4em .75em .5em .75em;
    border-top: .1em solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 33%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#debug h5 {
    margin: 0;
    font-size: 1.1em;
    color: #a3a39a;
}
#debug h5 .sub {
    color: #b3b3aa;
}
#debug ol.queries li {
    margin: 0 0 1em;
}
#debug pre {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 .5em;
    word-wrap: break-word;
}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
}
