/*  
Theme Name: Not Now Not Ever - Theme v1
Theme URI: http://wordpress.org/
Description: NNNE Mini-CMS v1
Version: 1.0
Author: Andreas Drygala
Author URI: http://www.rflcrew.de/


*/



/* Begin Typography & Colors */

body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(http://www.notnownotever.de/wp/wp-content/themes/nnne/images/nnne-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	
	}

.thebox {
	margin-left: 700px;
	padding-top: 50px;
	width: 350px;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #848484;
	}
	


.navbox {
	position: absolute;
	margin: 0px;
	width: 200px;
	float: left;
	
}

#content {
	font-size: 12px;
	}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}

.narrowcolumn .entry a:link{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.narrowcolumn .entry a:hover{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000000;

}

.narrowcolumn .entry a:visited{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
		color: #000000;

}
.narrowcolumn{
	line-height: 1.2em;
	font-size: 20px;
}

	
h2.pagetitle {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 30px;
	text-align: left;
	
}

.subheadline {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
	line-height: 18px;
	
}

.claim {
	font-family: Times, Times New Roman, serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
	line-height: 18px;
	
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}


