/*  
Theme Name: Bit Blog
Theme URI: http://bit-blot.com/
Description: Duh, it's the Bit Blot Blog theme!
Version: 0.9
Author: Derek Yu
Author URI: http://derekyu.com/
*/

body {
  margin: 50px 0px;
  padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align: center; /* Hack for IE5/Win */
  background: url(../../../images/body-bg.png) repeat-x top;
  background-color: #101010 !important; background-color: #0B0B0B;
}

ol.commentlist li {
  background-color: #111;
  margin: 5px 0 5px 0;
  padding: 5px;
}

cite {
  font: 18px verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

.alignleft, .alignright {
  font: 10px verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

.post {
  border-bottom: 1px solid #111111;
  margin-bottom: 20px;
}



/* Links
----------------------------------------------- */

a:link {
  color: #26AAFF;
  text-decoration: none;
  }

a:visited {
  color: #26AAFF;
  text-decoration: none;
  }

a:hover {
  color: #df8;
  border-bottom: 1px dotted #444;
  }

a.img:hover {
  border-bottom: none;
  }



/* Page Layout
----------------------------------------------- */

#header {
  width: 840px !important; width: 840px;
  height: 31px;
  margin: 0 auto; /* Right and left margin widths set to "auto" */
  padding: 0 10px;
  text-align: left; /* Counteract to IE5/Win Hack */
}

#wrap {
  width: 840px !important; width: 840px;
  background: url(../../../images/top-bg.png) repeat-x top left;
  margin: 0 auto; /* Right and left margin widths set to "auto" */
  padding: 0 10px;
  text-align: left; /* Counteract to IE5/Win Hack */
}

#breaker {
  height: 20px;
}

#bigbreaker {
  height: 60px;
}

#main {
  width: 660px;
  float: right;
  margin: 4px auto; /* Right and left margin widths set to "auto" */
  text-align: left; /* Counteract to IE5/Win Hack */
  padding: 15px;
  border: 1px solid #000;
  background: #222;
  color: #eee;
}

#blog {
  width: 660px;
  float: right;
  margin: 4px auto; /* Right and left margin widths set to "auto" */
  margin-bottom: 50px;
  text-align: left; /* Counteract to IE5/Win Hack */
  padding: 15px;
  border: 1px solid #000;
  background: #222 url(../../../images/box-corners.gif) no-repeat top left !important; background: #222 url(../../../images/box-corners-ie.gif) no-repeat top left;
  color: #eee;
}

#footer, #rss {
  margin: 20px 0 0 0;
  border-top: 1px solid #666;
  color: #666;
}



/* Text Properties
----------------------------------------------- */

h1 {
  margin: 10px 0 10px 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #26AAFF;
  text-transform: uppercase;
  letter-spacing: .25em;
}

h2 {
  margin: 20px 0 0 0 !important; margin: 30px 0 0 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #26AAFF;
  text-transform: uppercase;
  letter-spacing: .25em;
}

h3 {
  margin: 50px 0 0 0 !important; margin: 30px 0 0 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #26AAFF;
  text-transform: uppercase;
  letter-spacing: .25em;
}

p {
  margin: 10px 0 10px 0;
  font: 11px verdana, arial, helvetica, sans-serif;
  line-height: 1.6;
}

small {
  width: 100%;
  margin: 0 0 20px 0;
  font: 10px verdana, arial, helvetica, sans-serif;
  color: #666;
}

blockquote {
  padding-left: 10px;
  border-left: 1px dotted #111111;  
}



/* Images
----------------------------------------------- */

.border {
  border: 1px solid #311F1F;
}

.thick-border {
  border: 2px solid #311F1F;
}

.noborder {
  border: none;
}



/* Menu Buttons
----------------------------------------------- */

ul {
  font-size: 11px;
}

li.ind {
  margin: 0 0 0 40px;
}

.button {
  font-family: "Helvectia Neue", Helvetica;
  width: 140px;
  margin-bottom: 10px;
  color: #333;
}

.button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
		
.button li {
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  margin: 0;
}

.button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-right: none;
  background-color: #101010;
  color: #eee;
  text-decoration: none;
  width: auto; !important width: 100%;
}

.blue {
  border-left: 10px solid #0059AA;
}

.blue2 {
  border-left: 10px solid #1679BD;
}

.blue3 {
  border-left: 10px solid #16A3BD;
}

.blue4 {
  border-left: 10px solid #24C28D;
}

.button li a:visited {
  color: #eee;
}

.button li a:hover {
  border-bottom: none;
  background-color: #333;
  color: #fff;
}
