* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

a {
  outline: none;
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #141618;
}

a img {
  border: none;
}

#page {
  width: 832px;
  margin: 20px auto;
}

#content {
  width: 772px;
  background: url(img/pagebg.gif) no-repeat top left;
  padding: 30px 30px 0 30px;
}

#header {
  margin: 0 0 20px 0;
}

#main {
  float: left;
  width: 500px;
  margin: 0 60px 0 0;
}

#sidebar {
  float: left;
  width: 170px;
}

#footer {
  color: #333;
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 6px;
}

#header h1 {
  text-indent: -9999px;
  text-decoration: none;
}

#header h1 a {
  display: block;
  width: 440px;
  height: 51px;
  background: url(img/h.gif) no-repeat top left;
  text-decoration: none;
}

#header .description {
  font-size: 16px;
}


#main p.error {
  color: red;
}

#main span.thanksasshole {
  background: red;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  font-size: 120%;
}

#userinfo {
  border-bottom: 3px solid #ccc;
  background: #eee;
  padding: 6px;
  margin: 0 0 20px 0;
}

#preview {
  padding: 6px;
  border: 1px solid #999;
  margin: 20px 0;
}

p.author {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

p.author a {
  color: #990000;
}


.post {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 60px 0;
}

body.static .post {
  margin: 0 0 20px 0;
}

.post h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}

.post p {
  margin: 0 0 12px 0;
}

.post blockquote {
  padding: 0 0 0 10px;
  margin: 0 0 18px 0;
  border-left: 1px solid #111;
}

.post .descrip,
.post .source {
  margin: 10px 0 0 0;
}

.photo img {
  display: block;
  margin: 0 auto;
  padding: 12px;
  background: #fff;
}

.quote div.short {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #666;
}

.quote div.medium {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #666;
}

.quote div.long {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #666;
}

.quote div.source {
  margin: 10px 0 0 0;
  text-align: left;
}

.link div.href {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
}

.chat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.chat ul li {
  padding: 4px 0px 4px 8px;
  margin: 0 0 1px 0;
}

.chat ul li span.label {
  font-weight: bold;
}

.chat ul li.odd {
  background-color: #eee;
}

.chat ul li.even {
  background-color: #ddd;
}

.post .postfoot {
  border-top: 1px solid #ccc;
  padding: 6px 0 0 0;
  margin: 12px 0 0 0;
  color: #999;
}

.post .postfoot a {
  padding: 2px 0;
}

.post .postfoot a.reblog {
  background: url(img/reblog_sm.gif) no-repeat 0 50%;
  padding: 2px 0 2px 20px;
  text-decoration: none;
}

.post .postfoot a.authlink {
  padding: 2px 0 2px 19px;
}

.post .postfoot .l {
  float: left;
}

.post .postfoot .r {
  float: right;
}

.navigation {
  color: #333;
  background: #eee;
  text-align: center;
  font-size: 1em;
  line-height: 4em;
}

.singlenav {
  margin: 0 0 20px 0;
}

.navigation .previous {
  margin-right: 1em;
}
  
.navigation .next {
  margin-left: 1em;
}

#sidebar h3 {
  color: #000;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 4px 0;
}

#sidebar p {
  color: #555;
  font-size: 12px;
  margin: 0 0 30px 0;
}

#sidebar p.submitlink {
  font-size: 18px;
}

#sidebar p.submitlink a {
  color: red;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 30px 0;
}

#sidebar ul.links li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
