/*  
Theme Name: Blue Static Custom
Theme URI: http://www.bluestatic.org/
Description: The Blue Static WordPress theme.
Version: 2.0
Author: rsesek
Author URI: http://www.bluestatic.org/
*/

/*
 * Blue Static Site
 *
 * Copyright (c)2010 by Blue Static. All Rights Reserved.
 * This file may not be reproduced in any way without permission.
 */

/* Alignment for navigation */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Small orange links under post titles */
.smallfont {
  margin-top: 2px;
  font-size: 9pt;
  font-family: "LiberationSerif", "Baskerville", Times, serif;
}

/* Override menu properties to reduce padding. */
#menu {
  padding: 5px;
  width: 170px;
  line-height: 14pt;
}

#s {
  width: 160px;
}

/* Footer is in #menu for the blog */
#footer, #footer a {
  color: rgb(40, 40, 40);
}

/* Wraps text in a nice red outfit so people know to pay attention */
.comment {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(114, 132, 157);
  border-radius: 3px;

  background-color: rgba(114, 132, 157, 0.1);

  padding: 15px;
  margin: 15px;
}

  .comment h3 {
    color: rgb(114, 132, 157);
    text-shadow: none;
  }

  .comment p {
    padding: 0px;
    margin: 0px;
  }

.categories {
  font-weight: bold;
}

  .categories .cat-item {
    font-weight: normal;
  }

/* Makes for a nice ancillary bar, meant to be used with .post */
.thin-bar {
  padding: 5px;
  width: 700px;
}

  .thin-bottom {
    margin-bottom: 15px;
  }

