@charset "UTF-8";
/*--------------------------------------------------
 * Dark Floor Stylesheet
 * @author M.Shepanski
 *
 * Table of Contents
 *   Global Styles
 *   Generic Items
 *   Forms
 *   Header
 *   Body
 *   Footer
 *   
 * UI Widgets
 *   Corner Block
 *   MarkItUp! Editor
 *   
 * Application Specific
 *   Notebook
 *   
 *------------------------------------------------ */
/*@font-face {
  font-family: "Kabel";
  src: url(/media/fonts/kabelitcbybt-n.ttf) format("truetype");
}

/*--------------------------------------------------
 * Global Styles
 *------------------------------------------------ */
body {
  background-color: #000;
  background-image: url(/media/images/darkfloor/footer-bg.jpg);
  font-size: 12px;
  font-family: Helvetica, Arial, FreeSans, sans-serif;
	color: #333;
}
h1 { font-size: 26px; font-weight: normal; color: #FFFFFF; line-height: 40px; }
h2 { font-size: 20px; font-weight: normal; letter-spacing: -1px; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 14px; font-weight: normal; }
h5 { font-size: 12px; font-weight: normal; }
h6 { font-size: 11px; font-weight: normal; }

a:link,
a:visited {
  color: #446644;
  text-decoration: underline;
}
a:hover {
  color: #444466;
  text-decoration: underline;
}


/*--------------------------------------------------
 * Generic Items
 *------------------------------------------------ */
.bold { font-weight: bold; }
.img_right {
  float: right;
  border: 4px solid #bba;
  margin-left: 10px;
  margin-bottom: 10px;
}


/*--------------------------------------------------
 * Forms
 *------------------------------------------------ */
label {
  font-size: 11px;
  font-weight: bold;
  color: #320;
}
label span.required_star {
  padding-left: 1px;
  color: #922;
}
input {
  font-size: 12px;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #887;
  padding: 2px;
  background-image: url(/media/images/form-inputbg.png);
  background-position: right top;
  color: #333;
  -moz-border-radius: 3px;
}
div.ajax-loading {
  display: none;
  line-height: 25px;
  padding: 0px 10px 0px 35px;
  background-image: url(/media/images/ajax-loader.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
}


/*--------------------------------------------------
 * Header
 *------------------------------------------------ */
#headerWrap {
  background-image: url(/media/images/darkfloor/header-natural.jpg);
  background-repeat: repeat-x;
}
#navigationBar {
  height: 32px;
  background-image: url(/media/images/darkfloor/navigation-bg.png);
  background-repeat: repeat-x;
  line-height: 32px;
  white-space: nowrap;
}
#navigation a {
  display: block;
  float: left;
  margin-right: 60px;
  width: 100px;
  height: 32px;
  background-position: 0px 9px;
  background-repeat: no-repeat;
}
#navigation a:hover { background-position: 0px -41px; }
#navigation a.notebook { background-image: url(/media/images/darkfloor/navigation-notebook.png); }
#navigation a.contact  { background-image: url(/media/images/darkfloor/navigation-contact.png); }
#navigation a span { display: none; }


/*--------------------------------------------------
 * Body
 *------------------------------------------------ */
#bodyWrap {
  background-image: url(/media/images/darkfloor/body-bg.jpg);
  background-color: #E0E0D5;
}
#bodyWrap div.header-dropshadow {
  height: 10px;
  background-image: url(/media/images/darkfloor/header-dropshadow.png);
  background-position: left top;
  background-repeat: repeat-x;
}
#bodyWrap div.footer-dropshadow {
  height: 10px;
  background-image: url(/media/images/darkfloor/footer-dropshadow.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#bodyWrap2 {
  background-image: url(/media/images/darkfloor/body-panelbg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}
#body .bodyLeft  { padding: 10px 0px; }
#body .bodyRight { padding: 10px 20px; }


/*--------------------------------------------------
 * Footer
 *------------------------------------------------ */
#footerWrap { margin-bottom: 20px; }
#footerWrap a:link,
#footerWrap a:visited { color: #555; }
#footerWrap a:hover   { color: #664; }
#copyright {
  background-color: #090909;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  padding: 12px 15px 7px 15px;
  font-family: Arial, Helvetica;
  color: #403f3f;
  font-size: 10px;
  line-height: 20px;
}
#copyright img { vertical-align: middle }
#copyright .footer-logo {
    font-family: Kabel, Arial, Helvetica;
    font-size: 12px;
    margin-bottom: 5px;
}


/*--------------------------------------------------
 * Corner Block
 * ex: <div class="cornerBlock">
 *       <div class="cb-header"><span></span></div>
 *       <div class="cb-content">...</div>
 *       <div class="cb-footer"><span></span></div>
 *     </div>
 *------------------------------------------------ */
div.cb-header,
div.cb-footer {
  height: 5px;
  margin-left: 5px;
  background-image: url(/media/images/darkfloor/cornerBlock.jpg);
  background-position: right top;
}
div.cb-header span,
div.cb-footer span {
  position: relative;
  left: -5px;
  display: block;
  width: 5px;
  height: 5px;
  background-image: url(/media/images/darkfloor/cornerBlock.jpg);
  background-position: left top;
}
div.cb-content {
  padding: 5px 10px;
  background-image: url(/media/images/darkfloor/cornerBlock-body.jpg);
}
div.cb-footer { background-position: right bottom; }
div.cb-footer span { background-position: left bottom; }


/*--------------------------------------------------
 * Notebook
 *------------------------------------------------ */
.blogContent {
  font-family: Helvetica, Arial;
  font-size: 13px;
  color: #443;
  margin-bottom: 40px;
}
.blogTitle {
  font-family: Kabel, Helvetica, Arial;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #445;
}
.blogInfo {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-family: Kabel, Arial, Arial, Helvetica;
  color: #443;
  font-size: 13px;
  line-height: 100%;
  border-bottom: 1px dotted #998;
}

/*--- Blog Content Items ---*/
.blogContent p,
.commentText p {
  margin: 5px 0px 10px 0px;
  line-height: 150%;
}
.blogContent h2 {
  margin: 15px 0px 10px 0px;
  font-family: Kabel, Arial, Arial, Helvetica;
  font-size: 17px;
  font-weight: bold;
  color: #55555a;
}
.blogContent ul,
.commentText ul {
  margin: 0px 0px 10px 20px;
  padding: 0px;
  list-style-type: disc;
}
.blogContent ol li,
.blogContent ul li,
.commentText ol li,
.commentText ul li {
  margin-bottom:5px;
}
.blogContent .more {
  display: block;
  font-size: 11px;
  font-weight: bold;
}


/*--- Comments ---*/
.commentsTitle {
  margin: 20px 0px 10px 0px;
  font-family: Kabel, Arial, Arial, Helvetica;
  font-size: 16px;
  border-top: 1px dotted #998;
}
.blogComment .commentName,
.blogComment .commentDate,
.blogComment .commentText {
  margin-left: 64px;
}
.blogComment .commentName {
  font-size: 16px;
  font-family: Kabel, Arial, Arial, Helvetica;
  font-weight: bold;
}
.blogComment .commentDate {
  margin-bottom: 5px;
  font-size: 12px;
  font-family: Kabel, Arial, Arial, Helvetica;
}

/*--- Comments (Gravatar) ---*/
div.gravatar {
  width: 54px;
  height: 54px;
  float: left;
  background-color: #716E66;
  -moz-border-radius: 4px;
}
div.gravatar span {
  width: 48px;
  height: 48px;
  display: block;
  margin: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-border-radius: 3px;
}

/*--- Comments (Markdown) ---*/
.commentText strong { font-weight: bold; }
.commentText em { font-style: italic; }



/*--------------------------------------------------
 * Notebook - Comment Form
 *------------------------------------------------ */
.commentForm p {
  padding: 1px 3px;
  line-height: 21px;
}
.commentForm input[type="text"] {
  float: left;
  width: 200px;
  margin-top: 2px;
}
.commentForm label[for="id_name"],
.commentForm label[for="id_email"],
.commentForm label[for="id_url"] {
  padding-left: 5px; 
  width: 40px;
  line-height: 25px;
}
.commentForm label[for="id_comment"] {
  display: block;
}
.commentForm #id_comment {
  width: 580px;
  height: 170px;
  overflow-y: scroll;
}

/*--- Form Errors ---*/
.ccommentForm p.error {
  margin-bottom: 2px;
  padding: 3px 2px;
  border: 1px solid #976C6D;
  background-color: #D6B3B4;
  -moz-border-radius: 3px;
}
.commentForm div.error-message {
  padding-left: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  color: #900;
}
