/* @override http://brilliantinsanity.com/themes/brilliantinsanity/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-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%;
}
body {
    font-family: "Lucida Grande", sans-serif;
    color: #f8f8f8;
	background-color: #ab9f8b;
	margin: 0;
	height: 100%;
	font-size: 12px;
}
a{
	color: #9cb9da;
	text-decoration: none;
	margin-bottom: 1px;
}

a:hover {
	color: #FFF;
	border-bottom: 1px solid #9cb9da;
}
pre {
    font-size: 10px;
}
code {
    font-family: monospace;
}
pre code {
    display: block;
    background: #111;
    color: #fff;
    padding: .5em .75em .35em;
    margin-bottom: 1em;
}

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

h1 {
	color: #859eb7;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 18px;
	width: 96%;
	padding: 3px 10px 0px 10px;
	letter-spacing: .15em;
	display: block;
	font-variant: small-caps;
}

h1 a{
	color: #8da6c2;
	text-decoration: none;
	margin-bottom: 1px;
	border-bottom: 1px solid #7c7c7c;
	
	text-align: left;
}

h1 a:hover {
	color: #f1f1f1;
	border-bottom: 1px solid #859eb7;
}
div.page h1{
	text-align: right;
	border-bottom: 1px solid #7c7c7c;
}
h2 {
	color: #bcc1c6;
	font-size: 125%;
	margin: 0 auto;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: normal;
	text-align: left;
}

h3{
	color: #f8f8f8;
	background: #303030;
	padding-right: 11px;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #565656;
	font-size: 1.1em;
	font-variant: small-caps;
}

h4{
	color: #f8f8f8;
	padding: 5px 11px;
	font-size: .7em;
}

p {
	margin: 0;
	font-size: 12px;
	padding: 10px 30px;
	color: #f8f8f8;
}

blockquote{
	width: 350px;
	margin: 0 auto;
	padding: 5px;
	font-size: 1.2em;
	color: #e6e6e6;
	
}

label {
	text-align: right;
	width: 70px;
	padding-right: 20px;
	font-size: .7em;
}
ol{
    margin: 10px 30px;
}
ol li {
    list-style: decimal;
    list-style-position:inside;
    margin-top: 5px;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
}
a.outside_bar{
	display: block;
	position: fixed;
	padding: 2px 6px;
	bottom: 0px;
	left: -1px;
	background: #000;
	border: 0px;
	font-size: 9px;
	outline: 0px;
}
a.comment_delete_link,
a.comment_edit_link,
a.delete_link,
a.edit_link,
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: #93ba52 !important;
}

a.cancel {
    color: #e35533;
    border: none;
    text-decoration: underline;
}
a.logout {
    color: #5B7C99;
    float: right;
}
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;
    padding: .4em;
    width: 660px;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div#controls ul li a {
    color: #bbb;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}

div#wrapper {
	width: 760px;
	margin: 0px auto;
}
div#content{
	background-color: #23231e;
	box-shadow: 0px 2.5px 15px #000;
	-webkit-box-shadow: 0px 2.5px 15px #000;
	-moz-box-shadow: 0px 2.5px 15px #000;
	margin: 0px;
	padding: 0px;
}

div#navigation_container {
	height: 50px;
	width: 100%;
	padding: 0px;
	margin: 0px	;
	text-align: center;
	background: #8da6c2 url(../images/navigationbg.jpg) repeat-x left -3px;
}


div#navigation_container ul#navigation{
	margin: 0px auto;
	height: 35px;
	width: 760px;
	padding: 0 0 0 50px;
	text-align: center;
}


div#navigation_container ul#navigation li {
	height: 44px;
	width: 30%;
	background-color: transparent;
	float: left;
	display: block;
	text-align: center;
	padding: 5px 5px 0px;
	margin: 0 0px 0px 0;
}

div#navigation_container ul#navigation li:hover{
	background: #8da6c2 url(../images/navigationbg.jpg) repeat-x 0 bottom;
	color: #f8f8f8;
}

div#navigation_container ul#navigation li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #303030;
	font-family: "MS Trebuchet", sans-serif;
	font-weight: bold;
	font-size: 20px;
	border: none;
}

div#navigation_container ul#navigation li a:visited {
	text-decoration: none;
	color: #303030;
	font-size: 20px;
}

div#navigation_container ul#navigation li a:hover,
div#navigation_container ul#navigation li:hover a {
	text-decoration: none;
	color: #8da6c2;
	
}

div#navigation_container ul#navigation li a{
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
	height: 30px;
	display: block;
}

div#header_container {
	height: 53px;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 25px;
	background: #474133 url(../images/headerbg.jpg) repeat-x left bottom;
}
div#header_container a,
div#header_container a:hover,
div#header_container a img
div#header_container a:hover img{
	border: 0px none;
	outline: none;
}

div#subinfo{
	background-color: #23231e;
}

div#subinfo div.infobox{
	width: 379px;
	float: left;
}
div#subinfo div.infobox div.wrap{
	padding: 0px 10px 0px 10px;
}
div#subinfo div#twitter.infobox{
	border-left: 1px solid #7c7c7c;
}
div#subinfo div.infobox ul {
    width: 100%;
	display: block;
	border-bottom: 1px solid #585853;
	padding: 0;
	margin: 20px 0px 10px 0px;
	font-size: 10px;
	clear: both;
}
div#subinfo div.infobox ul li {
    padding:  5px;
	font-size: 11px;
	list-style: none;
	border-top: 1px solid #585853;
	clear: both;
	display: block;
	min-height: 85px;
}	
div#subinfo div.infobox li .tracklabel{
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin: 0px 0px 5px 0px;
	color: #bfbfbf;
	display: block;
	border-right: 1px solid #565656;
}
div#subinfo div.infobox li .tracklabel a{
	color: #bfbfbf;
}
div#subinfo div#lastfm.infobox li div.trackalbum{
	margin: 5px 2px 5px 0px;
}
div#subinfo div#lastfm.infobox li div.trackalbum img{
	border: 1px solid #565656;
}
div#subinfo div#lastfm.infobox li div.track{
	float: right;
	width: 235px;
	margin: 0px 0px 0px 0px;
}

div#subinfo div#lastfm.infobox li div.track span.trackalbumname{
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
div.track span.tracktime{
	color: #cbcbcb;
	/*padding-left: 5px;*/
	font-size: 9px;
	text-align: right;
}
div#subinfo div.infobox li .tweetlabel{
	float: left;
	text-align: right;
	width: 65px;
	padding-right: 5px;
	margin: 0px 5px 5px 0px;
	color: #bfbfbf;
	display: block;
	border-right: 1px solid #565656;
}
div#subinfo div.infobox li .tweetlabel a{
	color: #bfbfbf;
}
div#subinfo div#twitter.infobox li div.tweetav{
	margin: 5px 2px 5px 0px;
}
div#subinfo div#twitter.infobox li div.tweetav img{
	border: 1px solid #565656;
}
div#subinfo div#twitter.infobox li div.tweet{
	float: right;
	width: 270px;
	margin: 0px 0px 0px 0px;
}
div.tweet span.tweettime{
	color: #cbcbcb;
	padding-left: 5px;
	font-size: 9px;
	text-align: right;
}
div#footer {
    color: #303030;
	margin: 30px auto;
	border-top: 1px solid #171717;
	padding: 3px;
	padding: 5px;
	width: 760px;
	line-height: 1.5em;
}
div#footer a{
	color: #d8583e;
}
div#footer a:hover{
	border-bottom-color: #93ba52;
}
div#footer p{
	color: #303030;
	padding: 0px;
}
div#footer a.atom {
    background-color: #bbb;
    border: none;
    color: #222;
    padding: .3em .6em;
    float: right;
}
div#footer a.atom:hover {
    background-color: #EEA64A;
}

div.dropshadow{
	background: #ab9f8b url(../images/contentbottom.jpg) no-repeat left bottom;
	width: 780px;
	height: 45px;
	margin: -19px auto 0 4px;
	overflow: visible;
}

div.notice, div.message, div.warning, div.date {
    color: #111;
    font-weight: bold;
    /*margin: 0 0 1em 0;*/
    padding: .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-red.gif') repeat top left;
}
div.date {
    background: url('../images/dots-lightgrey.gif') repeat top left;
    cursor: normal;
}
div.notice .sub, div.message .sub, div.warning .sub {
    font-size: .9em;
    color: #888;
    margin-left: .5em;
}

#add_comment {
    margin-top: 3em;
}

div.post,
div.page {
    background-color: #23231e;
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	border-top: 1px solid #FAF5DE;
    word-wrap: break-word;
    color: #f7f7f7;
}

div.post div.postdate,
div.page div.postdate{
	background-color: #23231e;
	float: left;
	text-align: right;
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top: none;
	font-size: 14px;
}
div.post div.postcontent,
div.page div.postcontent{
	float: right;
	background-color: #474133;
	color: #f8f8f8f;
	border: 1px solid #7c7c7c;
	border-top: none;
	border-right: none;
	border-bottom: none;
	width: 499px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}
div.post div.postcontent p,
div.page div.postcontent p{
	color: #f8f8f8;
}
div.post div.postcontent p{
	padding-top: 0px;
}
div.post div.postcontent h1{
	padding: 15px 20px 0px 20px;
}
div.post .pinned_text {
    content: "!";
    float: left;
    font-weight: bold;
    margin: .15em 0 0 -1em;
    color: #e35533;
}
div.post pre,
div.page pre {
    padding: 0 0 1.5em;
}
div.post blockquote p {
    padding: 0;
}
div.post span.controls,
div.page span.controls {
    background-color: #eee;
    color: #ccc;
    margin: .6em 0 0 .6em;
}
div.post ul {
    margin-bottom: 1em;
}
div.post.audio div.audioplayer{
	text-align: left;
	margin: 15px 0px 10px 20px;
}
div.post.audio p{
	padding: 0px 23 5px;
}
div.post.quote blockquote {
	background:none;
	border: none;
    width: 350px;
	margin: 0 auto;
	padding: 5px;
	font-size: 1.2em;
	color: #e6e6e6;
}
div.post.quote span.quoteauthor{
	display: block;
	float: right;
	margin-right: 30px;
	color: #23231e;
}

div.post.chat p {
    display: inline;
}
div.post.chat ul {
    width: 80%;
	display: block;
	border-top: 1px solid #585853;
	padding: 0;
	margin: 20px auto 10px 35px;
	font-size: 10px;
}
div.post.chat ul li {
    padding:  5px;
	font-size: 11px;
	list-style: none;
	border-bottom: 1px solid #585853;
	clear: both;
}	

div.post.chat ul li .label{
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin-bottom: 10px;
	color: #bfbfbf;
	font-size: 12px;
	text-transform: lowercase;
}

div.post.chat li.me .label {
    color: #D62D00;
}
div.post.photo img {
    border: .3em solid #111;
}
div.post.photo a{
    border: none;
    outline: none;
}
div.post.photo p{
	padding: 10px 30px;
}
div.post.photo div.photosrc{
	text-align: center;
	margin-top: 15px;
}
div.post.video div.videoembed{
	text-align: center;
	margin-top: 15px;
}
div.post.video p{
	padding: 10px 30px;
}
div.page ul {
    width: 80%;
	display: block;
	border-top: 1px solid #585853;
	padding: 0;
	margin: 20px auto 10px 35px;
	font-size: 10px;
}
div.page ul li {
    padding:  5px;
	font-size: 11px;
	list-style: none;
	border-bottom: 1px solid #585853;
	clear: both;
}	

div.page ul li label{
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin-bottom: 10px;
	color: #bfbfbf;
	font-size: 12px;
	text-transform: lowercase;
}

div#pagination{
	width: 750px;
	margin: 15px auto;
	
}
div#pagination a.next_page,
div#pagination a.prev_page{
	background-color: #212623;
	color: #9cb9da;
	padding: 5px;
	border: 1px solid #9cb9da;
	font-weight: normal;
	list-style: none;
	margin: 5px;
	font-size: .8em;
}
div#pagination a.next_page{
	float: right;
}
div#pagination a.prev_page{
	float: left;
}
div#pagination a.next_page:hover,
div#pagination a.prev_page:hover{
	border: 1px solid #9cb9da;
	color: #FFF;
}
div#pagination ul li a:visited{
	color: #212623;
}
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: 412px;
}
.inline_edit .more_options_link:link {
    color: #5B7C99;
    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: #83A650;
}
.post_edit {
    margin-bottom: 2em;
}

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

button {
    background-color: #212623;
	color: #BFD96A;
	padding: 5px;
	border: 1px solid #BFD96A;
    font-size: 1em;
}
button:hover {
    color: #fff;
    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;
    height: 0;
    margin: 0;
    padding: 0;
}
.right {
    float: right;
}
.left {
    float: left;
}

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

    /* Tags module. */
    .tag {
        font-family: "palatino linotype", palatino, georgia, "times new roman", times, 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;
    font-size: 11px;
}
#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;
    xoverflow-x: scroll;
    word-wrap: break-word;
}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
}

.project div.description {
	width: 220px;
	float: right;
}
pre#geshi_code {
  padding: 7px 2px;
  overflow: auto;
  line-height: 11pt;
	border-style: dotted;
	border-width: 1px;
	max-height: 300px;
}
