/*
Theme Name: The Beak
Description: The monstrously customized handiwork of a desperate man.  Not even close to validated.
Author: Varius
Author URI: http://www.thebeak.org
Version: 0.1
*/

html {
  height: 100%;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

#container {
  width: 900px;
  margin: 0;
  padding: 0;
  background: #d7d7d7 url(images/faux.png) repeat-y;
}

h1, h2, h3, h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
  font-size: x-large;
  color: white;
  margin: 0;
}

h2 {
  color: #000000;
  font-size: small;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

h3 {
  color: #000000;
  font-size: large;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

h5 {
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.meta {
  color: #000000;
  font-size: x-small;
  margin-bottom: 16px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-size: small;
  color: #000000;
  padding-bottom: 3px;
}

.diggbutton {
  background: #c2c2c2;
  font-size: small;
  text-align: right;
  font-weight: bold;
  height: 16px;
  margin-left: 400px;
  margin-right: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #000000;
}

.digglabel {
  float: left;
}

.feedback {
  padding-left: 15px;
  padding-right: 15px;
  font-size: small;
  padding-bottom: 0;
  text-align: right;
}

.comment {
  font-size: small;
  padding-bottom: 0;
  text-align: left;
}

.alt {
  background: #e1e1e1;
}

.storycontent, .feedback {
  padding-left: 15px;
  padding-right: 15px;
}

#main img {
  margin-left: 0px;
  margin-right: 3px;
  max-width: 500px;
}

blockquote {
  font-size: small;
  color: #330000;
  background: #e1e1e1 url(images/boronquote.png) no-repeat bottom left;
  margin-left: 25px;
  margin-right: 10px;
  padding: 5px 10px 5px 55px;
  border: 1px solid #bb0000;
}

.block p {
  padding-left: 0px;
  padding-right: 0px;
}

li {
  font-size: small;
}

.left {
  float: left;
}

.right {
  float: right;
}

.endpost {
  clear: both;
  color: #000000;
  font-size: small;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000000;
}

.borderless {
  border: 0;
}

.media {
  text-align: center;
  font-size: small;
}


/* ------------ link crap ------------ */

a {
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: #9d0a0e;
}

a:visited {
  text-decoration: none;
  color: #a36109;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

a:active {
  text-decoration: none;
  color: #ff0000;
}

/* ------------ sidebar style crap ------------ */

#sidebar h4 {
  color: #000000;
  font-size: small;
  font-weight: bold;
  margin-top: 16px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

#sidebar ul {
  padding-left: 10px;
  margin-left: 14px;
  margin-right: 10px;
  margin-top: 0px;
}


#sidebar p {
  padding-left: 8px;
  padding-right: 8px;
}

#sidebar form {
  padding-left: 16px;
  padding-right: 8px;
}

.reduced li {
  font-size: x-small;
}

.wplink {
  border-top: 2px solid #000000;
  margin-top: 8px;
  padding-top: 8px;
}

#rightbar p {
  margin-left: 12px;
  margin-right: 12px;
}

.twitter {
  margin: 12px;
  margin-bottom: 40px;
}

#footer p {
  font-size: small;
  color: #ffffff;
}

/* ------------ positioning crap ------------ */

#header {
  height: 120px;
  width: 100%;
  border-bottom: 2px solid #000000;
}

#header {
  position: absolute;
}

#container {
  position: absolute;
  top: 122px;
}

#main {
  float: left;
  width: 550px;
  background: #ffffff;
  padding-top: 10px;
}

#sidebar {
  float: left;
  width: 150px;
  padding-top: 34px;
  background: url(images/contents.png) no-repeat top center;
}

#rightbar {
  float: left;
  width: 200px;
  padding-top: 24px;
  text-align: center;
  background: url(images/also.png) no-repeat top center;
}

#footer {
  clear: both;
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-align: center;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 0;
}