/*  
Theme Name: Machine Road Band v2
Theme URI: http://www.machineroadband.com/
Description: New, even more black theme for MRB.
Author: Markus Haataja
Author URI: http://www.oikosulku.net/
Version: 1.0
*/

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 1.8em;
	color: #f2f1ec;
	background: #010207	url('./images/header.jpg') top center no-repeat;
}

a, a:visited {
	color: #f2f1ec;
	text-decoration: none;
	border-bottom: 1px solid #f2f1ec;
}

a:hover {
	color: #f2f1ec;
	text-decoration: none;
	border-bottom: 1px dashed #f2f1ec;
}

h1 {
	font-family: Georgia, serif;
	font-size: 2em;
	color: #f2f1ec;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.8em;
	color: #fff;
}

h3 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	color: #fff;
}

h4 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	color: #fff;
}

#header {
	height: 420px;
	background: transparent;
}

#topmenu {
	font-family: Georgia, serif;
	font-size: 1.8em;
}

#topmenu ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#topmenu ul li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}

#topmenu a {
	color: #f2f1ec;
	text-decoration: none;
	border-bottom: 4px solid #f2f1ec;
}

#topmenu a:hover {
	text-decoration: none;
	border-bottom: 4px dotted #f2f1ec;
}

#sidebar {
	color: #f2f1ec;
}

#sidebar a {
	color: #f2f1ec;
	text-decoration: none;
}

#content { margin-bottom: 20px; }

#content img {
	margin: 0 10px 0 10px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear:both;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.frontthumbs {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	text-align: left;
}

.frontthumbs .size-thumbnail {
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar .widget_twitter {
	width: 250px;
	margin: 0 0 40px 0;
}

#sidebar .widget_twitter a.twitterwidget-title {
	padding: 15px 0 0 50px;
	background: transparent url('./images/twitter.jpg') top left no-repeat;
}

#sidebar .widget_twitter ul {
	margin: 0;
	padding: 0;
}

#sidebar .widget_twitter ul li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget_twitter .entry-meta {
	clear: both;
	font-size: 10px;
}

#sidebar .widget_twitter .entry-meta a, #sidebar .widget_twitter .entry-meta a:hover {
	text-decoration: none;
}

#sidebar .widget_twitter .entry-meta {
	display: block;
}

#footer {
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #fff;
}

.mainos {
	color: #000;
	margin: 10px 0 10px 0;
	padding: 6px;
        background-color: #ff9b9c;
        border: 2px solid #be2526;
}

.mainos h2 { color: #000; }

.mainos a { color: #000; }