/*
  Theme Name: Dirty Code
  Theme URI: http://jeffd.org/
  Description: The default theme for jeffd.org/blog
  Version: 1.0
  Author: Jeff Dlouhy
  Author URI: http://jeffd.org
*/

body {
  background-color: #000;
  margin: 0;
}

#main {
  background: url(images/ciricle-gradient.png) no-repeat;
  width: 900px;
  min-height: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

/* @group Text Styles */

body, p, td, li, ul, ol {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  color: #FFF;
  font-size: 1.6em;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

img.link {
  border-style: none;
  border-width: 0;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  border-style: none;
  border-width: 0;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-style: none;
  border-width: 0;
}

#content div.post a:hover, a:active {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#nav li a:hover, a:active {
  text-decoration: underline;
}

/* @end */

/* @group Navigation Bar */

#nav-bar {
  height: 45px;
  background: url(images/banner-bg.png) repeat-x;
}

#tree-left {
  background: url(images/tree-left.png) no-repeat;
  width: 210px;
  height: 45px;
  float: left;
}

#tree-right {
  width: 254px;
  height: 45px;
  background: url(images/tree-right.png) no-repeat;
  float: right;
}

/* @end */

/* @group Navigation Links */

ul#nav {
  min-width: 245px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 5% 0 0;
}

#nav li {
  margin-right: 10px;
  width: auto;
  list-style: none;
  display: inline;
  margin: 0;
}

#nav li a {
  text-transform: uppercase;
  font: small-caps 0.75em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
  margin-right: 5px;
}

/* @end */

/* @group Header Logo */

#header {
  display: block;
  height: 105px;
  margin-bottom: 15px;
  padding-top: 15px;
}

#dirtylogo {
  margin: 0;
  float: left;
  width: 349px;
  height: 105px;
}

#horribleline {
  width: 286px;
  height: 25px;
  margin-top: 50px;
  display: inline;
  margin-left: 110px;
}

/* @end */

/* @group Content */

#content-pad {
  width: 745px;
  margin-left: auto;
  margin-right: auto;
}

#juicy-stuff {
  border-top: 1px solid silver;
  padding-top: 15px;
}

#content {
  width: 495px;
}

/* @group Bottom Navigation */

#content div.navigation {
  
}

span.previous-entries {
  
}

span.next-entries {
  position: relative;
  left: 50%;
}

/* @end */

/* @group Post */

#content div.post div.entry p img {
  margin-bottom: 10px;
}

span.post-day {
  color: #e6e6e6;
}

div.entry {
  font-size: 12px;
}

#content div.post div.entry p, li {
  color: #e6e6e6;
}

div.post {
  margin-bottom: 25px;
}

/* @end */

/* @end */

/* @group Comments */

input#submit {
  position: relative;
  left: 78.5%;
}

#comment {
  width: 495px;
  height: 100px;
}

h3#comments {
  font-size: 1em;
}

/* @end */

/* @group Sidebar */

#sidebar-container {
  width: 220px;
  float: right;
}

ul#sidebar {
  list-style-type: none;
  display: inline;
}

#flickrrss a img {
  margin: 15px;
  border: 2px solid #fff;
}

#sidebar h3 {
  font-size: 23px;
  margin-bottom: 5px;
}

#sidebar li {
  margin-bottom: 20px;
}

/* @group Twitter */

li.twitter-item:first-letter {
  background: url(images/open-quote.png) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

ul.twitter {
  font: 1.0em/1.6em Georgia, "Times New Roman", Times, serif;
  background: url(images/close-quote.png) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  color: #fff;
  margin: 15px 15px 15px 0;
  list-style-type: none;
}

/* @end */

/* @group Search */

form#searchform {
  margin-top: 5px;
  margin-bottom: 10px;
}

input,textarea {
  color: #fff;
  background-color: #202020;
  border: 1px solid #6d6d6d;
}

input#s {
  width: 50%;
}

/* @end */

/*

 @end */