@CHARSET "UTF-8";


/* =general ================================ */
* {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1.4em;
}

html,
body {
  font: normal 12px Arial, Tahoma, Verdana, sans-serif;
  line-height: 16px;
  color: #131516;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

p {
  padding-bottom: 5px;
}

/* clearfix */
*html .cf {
  display: inline-block;
}
.cf[class] {
  overflow: hidden;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}
.float-left-content * {
  float: left;
}

.float-right {
  float: right;
}
.float-right-content * {
  float: right;
}

.clickable {
  cursor: pointer;
}

.no-text {
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
}

.invis {
  display: none;
}

.mt {
  margin-top: 7px;
}

.mb {
  margin-bottom: 7px;
}

/* =links ================================  */
a {
  color: #18b66d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

/* = input ================================  */
input,
textarea {
  border: 2px solid #b9c1bf;
  padding: 2px 5px;
}

textarea {
  font: normal 12px Arial, Tahoma, Verdana, sans-serif;
  width: 450px;
  height: 100px;
}

form#commentform {
  margin-top: 10px;
}

form#commentform input,
form#commentform textarea {
  margin: 5px 0 0 0;
}

p.postmetadata {
  margin: 20px 0 0 0;
  
}

/* =search ================================  */
#searchform #s {
  width: 100px;
  float: right;
}
#searchform #searchsubmit {
  width: 50px;
  float: right;
  margin-top: 3px;
  margin-bottom: 20px;
}

/* =comments ================================  */
ol.commentlist li {
  margin-top: 15px;
}
ol.commentlist img {
  float: left;
  margin-right: 10px;
}
ol.commentlist div.text {
	float: left;
	width: 400px;
}

p.postmetadata {
  margin-bottom: 15px;
}

/* =lists ================================  */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

div.content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

div.content li {

}


/* =headers ================================  */
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #c51d37;
}

h1 {
  width: 100%;
  height: 360px;
  background: url(images/header.gif) no-repeat;
}

h1 span {
  display: block;
  width: 100%;
  margin-left: 990px;
  height: 210px;
  background-color: #0B1E18;
}

h2 {
  margin-bottom: 10px;
}

h2 a {
  color: #c51d37;
  text-decoration: none;
}

h2 span.date {
	display: block;
  font-size: 11px;
  font-weight: normal;
  color: #b9c1bf;
}

h2 a:hover {
  color: #18b66d;
}

h3 {
  font-size: 18px;
  font-weight: normal;
}

code {
  white-space: pre;
  line-height: 0.7em;
  display: block;
  color: #9aa2a0;
  margin-bottom: 5px;
  padding: 7px 0;
}

blockquote {
  background: url(images/quote.gif) no-repeat;
  padding-left: 30px;
  padding-top: 10px;
  margin-bottom: 5px;
  color: #9aa2a0;
  font-size: 1.1em;
  font-variant: small-caps;
  font-family: georgia,palatino,"Times New Roman",serif;
}

/* =cols ================================  */
div.main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div.stage {
	margin-top: -67px;
  margin-bottom: 200px;
  width: 990px;
}

div.col-left {
  width: 156px;
  float: left;
  margin-right: 50px;
}

div.col-right {
  width: 170px;
  float: left;
  overflow: hidden;
}

div.col-center {
  width: 500px;
  margin-right: 50px;
  float: left;
}

/* =footer ================================  */
div.footer {
  width: 100%;
  margin-top: -49px;
  background-color: #0B1E18;
  height: 49px;
  clear: both;
}

div.footer p {
  margin: 0;
  padding: 0;
  margin-top: -145px;
  position: absolute;
  width: 990px;
  height: 192px;
  background: url(images/footer.gif) no-repeat;
}

/* =menu ================================  */

h4 {
  height: 30px;
  background: no-repeat right top;
}

h4.mt {
  margin-top: 30px;
}

h4.menu {
   background-image: url(images/menu-menu.png);
}

h4.cats {
   background-image: url(images/menu-cats.png);
}

h4.links {
   background-image: url(images/menu-links.png);
}

h4.search {
   background-image: url(images/menu-search.png);
}

h4.archive {
   background-image: url(images/menu-archive.png);
}

h4.meta {
   background-image: url(images/menu-meta.png);
}

h4.comments {
   background-image: url(images/comments.png);
   background-position: left;
}

h4.your-comment {
	 margin-top: 20px;
   background-image: url(images/your-comment.png);
   background-position: left;
}

h4.twitter {
   background-image: url(images/sidebar-twitter.png);
   background-position: left;
   margin-bottom: 5px;
}

h4.lastfm {
   background-image: url(images/sidebar-lastfm.png);
   background-position: left;
   margin-bottom: 5px;
}
h4.top-comments {
   background-image: url(images/sidebar-top-comments.png);
   background-position: left;
   margin-bottom: 5px;
}

h4.others {
   background-image: url(images/sidebar-others.png);
   background-position: left;
   margin-bottom: 5px;
}

ul.menu {
  border: 1px solid #fff;
}

ul.menu ul {
  margin-bottom: 30px;
}

ul.menu ul li {
	margin-top: 2px;
  text-align: right;
  
}

/* =center ================================  */
div.entry  {
  margin-bottom: 30px;
}
div.entry ul.entry-meta {
	padding-top: 5px;
  font-size: 11px;
}
div.entry ul.entry-meta li {
  float: left;
  margin-right: 10px;
}

div.entry ul.entry-meta a {
  color: #c51d37;
}

ul.pagination {
  text-align: center;
}

ul.pagination li {
	display: inline;
  margin: 10px;
}

/* =sidebar ================================  */

#twitter_update_list li {
  margin-top: 5px;	
}
.lastfm-container ol {
  list-style-type: none
}

.lastfm-container li {
	width: 50px;
	height: 50px;
	float: left;
  margin: 0 5px 5px 0; 
}

.lastfm-container li a {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.lastfm-container img {
  width: 50px;
  height: 50px;
}

.ad-160x600 {
  margin-top: 70px;
}

.ad-468x60 {
  margin-bottom: 20px;
}

/* =editor ================================  */
img.alignleft {
  float: left !important;
  margin: 0 15px 5px 0;
}
img.alignnone {
  margin: 0 15px 5px 0;
}
img.alignright {
	float: right !important;
  margin: 0 0 5px 15px;
}
img.aligncenter {
	display: block;
	clear: both;
	align: center;
  margin: 0 auto 5px auto;
}



