/*  
Theme Name: Badzilla
Theme URI: http://www.badzilla.net/blog
Description: Badzilla.Net Theme
Version: 1
Author: Tomi Junnila
Author URI: http://topeju.badzilla.net/

   Badzilla.Net Theme v1.0
   http://topeju.badzilla.net/

   This theme was designed and built by Tomi Junnila, and should be
   aligned with the look elsewhere on badzilla.net (or at least slowly
   getting there).

*/



/* Begin Typography & Colors */
body {
  background-color: #8899aa;
  background-image: url(images/colorslide-4b.png);
  background-repeat: repeat-x;
  color: black;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", "Helv", sans-serif;
  font-size: 11pt;
  padding: 16px;
}

/* Page header (including the page title) */
#header {
  background-color: #eeeeee;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  text-align: center;
  padding-bottom: 1ex;
}

/* Page contents, excluding the page title and footer but including the navigation block */
#pagebody {
  background-color: #dddddd;
  background-image: url(images/colorslide-5.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px inset #cccccc;
}
#wrapper {
}

/* Page body contents, excluding the title and the navigation block */
#container {
  width: 100%;
  float: left;
  margin-right: -20em;
}
#content {
  margin-right: 22em;
  margin-left: 2em;
  margin-top: 0.3em;
}

/* Page body contents for a page without the navigation block, excluding the title */
#contentnonavi {
  margin: 0px;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 6px;
  border-top: 1px inset #cccccc;
}

h1 { 
  font-size: 24pt;
  font-weight: bolder;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 { font-size: 18pt; font-weight: bold; }
h3 { font-size: 16pt; font-weight: bold; }
h4 { font-size: 16pt; font-weight: normal; }
h5 { font-size: 14pt; font-weight: normal; }
h6 { font-size: 12pt; font-weight: normal; }

.last {
  margin-bottom: 0;
}
.clearing {
  height: 0;
  clear: both;
}

#footer {
  margin: 0;
  clear: both;
  background-color: #dddddd;
  background-image: url(images/colorslide-5.png);
  background-repeat: repeat-x;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0.3em;
  border-top: 1px inset #cccccc;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#banners { 
   text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "Arial", "Helvetica", "Helv", sans-serif;
  font-weight: bold;
}
address { font-family: "Arial", "Helvetica", "Helv", sans-serif; }
code { font-family: "Courier New", "Courier", monospace; }

a:link { color: #000066; }
a:visited { color: #444444; }
a:hover { color: #eeeeee; background-color: #666666; }
a:active { color: #0000ff; }

/** SIDEBAR **/
#sidebar {
  width: 20em;
  float: right;
}
#navi { 
  border: 1px solid black;
  margin: 0.3em;
  text-align: left;
  background-color: #eeeeee;
}

#navi ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1ex;
  margin-top: 1ex;
  padding: 0;
}

#navi ul li {
  margin-top: 1ex;
  list-style: none;
}

#navi ul li p { 
  padding-left: 1em;
  padding-right: 1em;
}

#navi ul li ul { 
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1ex;
}

#navi ul li ul li { 
  font-size: small;
  list-style: disc;
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

#navi h2 { 
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", "Helv", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#navi h3 { 
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", "Helv", sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

#amazon_wishlist_body { 
  margin-top: 1ex;
  margin-left: 1em;
  margin-right: 1em;
  font-size: small;
}

.one-image { 
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1ex;
}

.navigation { 
  margin-bottom: 1em;
}

#searchform { 
  margin-left: 1em;
  margin-right: 1em;
}

.postmetadata { 
  font-size: small;
}
