/*
Theme Name: Monoblock2
Theme URI: http://www.freewpthemes.net/preview/monoblock
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: dark, fixed width, two columns, widgets
*/

body {
	margin: 0;
	background: #191919 url(images/back.jpg) repeat-x;
        background-position: center center;
        background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F60;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 180%;
}

ul, ol {
	list-style-position: inside;
}

a {
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 930px;
	background-color: #000;
	font-size: 28px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}

/* header tools */

.title {
	padding-left: 10px;
	letter-spacing: .15em;
	font-weight: bold;	
}

a.title:link {
	color: #F60;
	text-decoration: none;
	padding-left: 0px;
}

a.title:visited {
	color: #F60;
	text-decoration: none;
	padding-left: 0px;
}

a.title:hover {
	color: #FFFFFF;
	padding-left: 0px;
}

.sonic {
	font-size: 12px;
	color: #CCC;
	vertical-align: text-top;
}
.about {
	font-size: 16px;
	letter-spacing: .15em;
	right: 5px;
	top: 10px;
	position: absolute;
}

a.about:link {
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
}

a.about:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
}

a.about:hover {
	color: #FFFFFF;
	background-color:#FF6600;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	background: url(images/img03.gif) no-repeat;
}

#search fieldset {
	margin: 0;
	padding: 15px 0 0 10px;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	background: none;
	border: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 940px;
	height: 110px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: monospace, courier;
	background: #000000;
}

#menu a {
	padding: 0 20px;
	background: none;
	text-transform: lowercase;
	text-decoration: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #B3B4B4;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

/* menu tools */

#ver10 {
	background-image: url(images/ver10.jpg);
}

#ver20 {
	background-image: url(images/ver20.jpg);
}

#ver21 {
	background-image: url(images/ver21.jpg);
}

#ver22 {
	background-image: url(images/ver22.jpg);
}

#ver23 {
	background-image: url(images/ver23.jpg);
}

#ver24 {
	background-image: url(images/ver24.jpg);
}

#ver30 {
	background-image: url(images/ver30.jpg);
	height: 100px;
	width: 290px;
	background-position: center center;
	position: relative;
	float: left;
	margin: 5px 5px 5px 10px;
}

.box {
	height: 100px;
	width: 100px;
	background-position: center center;
	position: relative;
	float: left;
	margin: 5px 0px 5px 5px;
}

.boxtext {
	background:#000000;
	color:#FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 660px;
	text-align: center;
}

.pagetitle {
	padding: 5px 0;
	width: 100%;
	background-color:#FF6600;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
}

.post {
	background-color:#0D0D0D;
	color: #CCCCCC;
	margin: 0px 0px 20px 0px;
}

.post .title {
	width: 100%;
	background-color: #000000;
	color: #FF6600;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.post .title a {
	padding: 2px;
}

.single .title {
	border-bottom: 1px solid #000000;
}


.post .entry {
	padding: 10px 40px 10px 40px;
	text-align: justify;
}

#content a:link {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
	
#content a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#content a:hover {
	text-decoration: none;
	background-color: #FF6600;
	color: #FFFFFF;
}
	
.highlight {
	background-color: #FF6600;
	color: #FFFFFF; 
}

/* Navigation */

.navigation {
	height: 60px;
	font-weight: bold;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* Comments */

#comments {
	border-bottom: 1px solid #000000;
}

.commentlist {
	padding: 40px;
	list-style: none;
}

.commentlist li {
	margin-bottom: 2em;
	border-bottom: 1px solid #000000;
}

.commentlist .avatar {
	float: left;
	margin: -5px 10px 0 0;
}

.commentext {
	clear: both;
	padding-top: 10px;
}

#comment {
	width: 400px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	background-color: #0D0D0D;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #000000;
	font-size: 1.2em;
}

#sidebar p {
	padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 940px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
	background: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

