/*  
Theme Name: Pixel mod by MK
Theme URI: http://www.milan-knizek.net/
Description: MK-MOD Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and Feedburner email form integrated, easy to customize. Enjoy!
Author: Milan Knizek
Author URI: knizek@volny.cz
Template: pixel
.
General comments
.
*/
@import url(../pixel/style.css);

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: verdana, trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(../pixel-mk/images/bgbody.jpg) top center no-repeat;
  color: #fff;
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #555;
  border: none;
  }
.topPost span.topComments a {
  color: #ccc;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #ccc;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags a {
  color: #ccc;
  line-height: 27pt;
  vertical-align: middle;
  }



#nextgen-gallery-sidebar-widget {
    clear: left;
    }

#nextgen-gallery-sidebar-widget a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    }

.ngg-sidebar-widget a {
    display: block;
    margin: 0 5px 5px 0;
    } 

pre {
  max-height: 400px;
  overflow-y:auto; 
  overflow-x:auto;
  }

#footerleft {
  float: left;
  width: 700px;
  }
#footerright {
  float: right;
  width: 100px;
  text-align: right;
  }