/*
Theme Name: Major Majors theme
Theme URI: martinhipp.com/braille
Description: Based on Braille Theme
Version: 0.6.2
Author: <a href="http://martinhipp.com" title="Martin Hipp">Martin Hipp</a> &amp; <a href="http://vernetzt.ws/" title="Ralph Inselsbacher">Ralph Inselsbacher</a>
Author URI:
*/  

body {
	background: black;
	font-family: Verdana, sans-serif;
	font-size: 84%;
	margin: 0 0 30px 0;
	text-align: center;
	color: #FFFFFF; 
}

.clear {
	clear: both;
}

/* Links */

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

a:hover {
	color: #FF8247;
	text-decoration: none;
}

/* Begin Headers */

h1, h2, h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 300%;
	padding-top: 35px;
	letter-spacing: -1px;
}

h1, #blog-description {
	text-align: center;
	margin: 0;
}

h1, h1 a, h1 a:hover, #blog-description {
	text-decoration: none;
	color: white;
}

h2 {
	margin: 0;
	font-size: 150%;
text-align:center;
}

h2, h2 a {
	color: #A6D785;
	text-decoration: none;
	padding: 6px;
}

#banner h2, h2 a {
	padding: 0;
}


h2 a:hover {
	color: #FF8247;
	text-decoration: none;
}

h3 {
	font-size: 125%;
	font-weight: normal;
}

h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

h3 a:hover {
	color: #A6D785;
	text-decoration: none;
}

/* Various Tags & Classes */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

small {
	font-size: 90%;
	color: #bbb;
	letter-spacing: -1;
}

small a {
	color: #999;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #777;
	padding: 0 0 0 40px;
	margin: 0 10px;
	background: url('images/quote.gif') no-repeat 0 2px;
}

blockquote blockquote {
	padding: 0 0 0 15px;
	border-left: 5px solid #e8e8e8;
	background: none;
}


a img {
	border: none;
}

p img {
	float: none;
}

.hentry img {
	margin: 0px;
	display: block;
	float: none;
text-align:center;
}

.attachment .hentry img {
	float: none;
	margin: 0px;
}

/* Structure */

#wrapper {
	background: #000000;
	margin: 0 auto;
	width: 770px;
	font-size: 95%;
	text-align: left;
	padding: 15px 10px;}

#header {
	background: #000000 ;
	width: 770px;
}

#header #mast {
	height: 90px;
	padding: 0px;
	width: 100%;
	color: #000;
}


#nav {
	margin: 0;
}

#nav ul, #nav ul li {
	list-style: none;
}

#nav ul {
	padding: 0;
	text-align: center;
	margin: 0;
}

#nav ul li {
	display: inline;
	margin:0.6em;
}

#banner ul li {
	margin:0;
}

#nav ul li a {
	background: url('images/opacity.png');
	color: #000000;
	padding: .75em 1em;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FF8247;
	text-decoration: none;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	background: #000000;
	color: #FF8247;
}

/*\*//*/
#nav ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#nav ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #nav ul li a {
	background: #000;
	background-image: none;
}
/**/

#banner ul {
	padding: 0.4em;
	text-align: center;
	margin: 0;
}

#banner ul li a {
	color: #A6D785;
        padding: 0;
	text-decoration: none;
}

#banner ul li a:hover {
	color: #FF8247;
	text-decoration: none;
}

/* Content */

#main {
padding: 20px;

}

#content {
	width: 520px;
	float: left;
	line-height: 140%;
}

.left #content {
	float: right;
}

.hentry {
	text-align: justify;
	margin: 0 0 35px;
}

.navigation {
	margin: 0;
	padding: 0;
}

.single .navigation {
	padding: 0 0 20px;
}

.nav-previous {
	float: left;
}

.nav-next{
	float: right;
}

/* Sidebar */

#sidebar {
	width: 170px;
	font-size: 90%;
margin: 0;
	float: right;
padding: 10px;
border: 1px solid #888;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;

}

.left #sidebar {
	float: left;
}

#sidebar h3 {
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 100%;
text-align: center;
margin: 0 0 10px 0;
}

#sidebar p {
margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar .about-text {
	line-height: 140%;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 95%;
}

#footer small {
	color: #aaa;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

/* Lists */

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

#sidebar ul ul li:before {
	content: "\0020 \00BB \0020";
}

.hent
