/*
Theme Name: nfn_theme
Theme URI: http://nofluffnews.org
Description: No non-sense stylization of perfection
Version: 1.0
Author: Sean Biefeld
Author URI: http://sbiefeld.com
Tags: monochrome, signle column

	nfn v1.0
	 http://nofluffnews.org

	This theme was designed and built by Sean Biefeld,
	whose blog you will find at http://sbiefeld.com/

	The CSS, XHTML and design is released under New BSD:
	http://www.opensource.org/licenses/bsd-license.php

*/

/****** - elements - ******/
body, html
{
	margin: 0px;
	padding: 0px;
	color: #dddddd;
	background-color: #222222;
	background-image: url(images/NewRaysRound.png);
	background-repeat: no-repeat;
}
img
{
	border: none;
}

a, a:visited
{
	color: #ddd;
	font-size: 10pt;
	font-family: helvetica;	
	text-decoration: none;
}
a:hover, a:visited:hover
{
	color: #f5f5f5;
	font-size: 10pt;
	font-family: helvetica;
	text-decoration: underline;
}
/*************************/

/****** - Containers - ******/
.header
{
	min-width: 800px;
}
.nav
{
	float: right;
	padding: 0px 30px 0px 0px;
}
.content
{		
	width:auto;
	padding: 55px 30px 0px;
	background:transparent;	
}		
.newsItem
{
	border: 1px solid #ababab;
	width:auto;
	margin-bottom: 10px;
	min-height: 250px;
	min-width: 800px;
	background-color:#f5f5f5;
	background-image: url(images/itemBg.png);
	background-repeat: repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.newsItem:hover
{
	border: 1px solid #f5f5f5;
	background-color:#fff;
	background-repeat: repeat-y;
}
.singleItem
{
	border: 1px solid #f5f5f5;
	background-color:#fff;
	width:auto;
	margin-bottom: 10px;
	min-height: 250px;
	min-width: 800px;
	background-image: url(images/itemBg.png);
	background-repeat: repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.login
{	
	font-family: helvetica; 
	color:#dddddd;
	float: right;
	padding: 10px 30px 0 0;
}

.footer
{
	color: #dddddd;
	width: auto;
	text-align: center;
	padding-top: 15px;
}

.navigation
{
	color: #dddddd;
	width: auto;
	height: 30px;
}

.left{
float: left;
}

.right{
float: right;
}
.postmetadata, .postmetadata a 
{
	font-family: helvetica;	
	color: #000000;
	font-size:8pt;
}
.darklink a, .darklink a:visited
{
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.darklink a:hover, .darklink a:hover:visited
{
	color: #222222;
	text-decoration: underline;
	text-align: center;
}

.response
{
	padding: 0px 10px;
	color: #dddddd;
	border: 1px solid #f5f5f5;
	background-color:#222222;
	width:auto;
	min-width: 800px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.commentlist
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: dddddd;
}
.commentlist li
{	
	color: dddddd;
	padding: 10px;
	border: 1px solid #f5f5f5;
	background-color:#222222;
	width:auto;
	min-width: 800px;
	background-repeat: repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.comment-body, .comment_author
{	
	color: dddddd;
}
.searchitem
{	
	color: dddddd;
	padding: 10px;
	border: 1px solid #f5f5f5;
	background-color:#222222;
	width:auto;
	min-width: 800px;
	background-repeat: repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
/************/

/****** - inputs - ******/
.textbox
{
	display: inline;
	border: 1px Solid #ababab;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 11pt;
	font-family: helvetica;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	
}
.textbox:hover
{
	display: inline;
	border: 1px Solid #222;
	background-color: #fff;
}
.searchBox
{
	width: 150px;
}
.button, .button:visited
{
	color: #dddddd;
	border: 1px solid #000000;
	background-color: #555555;	
	height: 24px;
	font-weight: bold;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.button:hover, .button:visited:hover
{
	color: #000;
	background-color: #999999;
	text-decoration: none;
}

/************/

.login a:hover, .login a:visited:hover
{	
	text-decoration: underline;	
}
.titleImage
{
	display:block;
	margin:-85px 0 0 165px;
	width: 380px;
}

.noFluffEarth
{
	margin: 20px 0px 0px 28px;
}

a.rssLink, a.rssLink:visited
{
	background: transparent url(images/rss.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;			
	width: 25px;
	cursor: pointer;
	float: left;
	padding-right: 5px;
}
a.rssLink:hover, a.rssLink:visited:hover
{			
	background: transparent url(images/rss.png) no-repeat scroll 0 -25px;			
}
a.twitLink
{			
	background: transparent url(images/twitBird.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;			
	width: 36px;
	cursor: pointer;
	float: left;
	padding-right: 5px;
}
a.twitLink:hover
{			
	background: transparent url(images/twitBird.png) no-repeat scroll 0 -25px;
}

.btnOlderLong, .btnOlderLong:visited
{
	color: #dddddd;
	border: 1px solid #000000;
	display: block;
	background: transparent url(images/olderButtonBg.png);	
	height: 34px;
	width: 950px;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.btnOlderLong:hover, .btnOlderLong:visited:hover
{
	color: #000000;
	background: transparent url(images/olderButtonBgHover.png);
	text-decoration: none;
}
.itemText
{
	color: #000000;
	text-align: justify;
	width: auto;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 15px;			
}
.itemText a, .itemText a:visited
{
	color: #000000;
	text-decoration: underline;
}
.itemText a:hover, .itemText a:visited:hover
{
	color: #000000;
	text-decoration: underline;
}
.itemText img
{
	display:inline;
	float:right;
	padding-left:10px;
	max-width: 250px;
	max-height: 180px;
}
.itemTitle
{
	font-family: helvetica;	
	text-align: justify;
	font-size: 16pt;
}
.itemTextLink, .itemTextLink:visited
{			
	color:#444;
	font-family:helvetica;
	text-decoration: none;
}
.itemTextLink:hover, .itemTextLink:visited:hover
{
	color:#000;
	font-family:helvetica;
}
.day
{
	font-family: helvetica; font-size: 40pt; color: #f5f5f5; position: absolute; margin: 45px 0px 0px 8px;
}
.divider
{
	font-family: helvetica; font-size: 60pt; color: #f5f5f5; position: absolute; margin: 25px 0px 0px 61px;
}
.monthYear
{
	font-family: helvetica; font-size: 18pt; color: #f5f5f5; position: absolute; margin: 50px 0px 0px 77px; text-align: left;
}
.comments
{
	font-size: 10pt; font-weight: bold; font-family: helvetica; color: #f5f5f5; position: absolute; margin: 135px 0px 0px 75px;
}
.comments img
{
	border: none;
	padding-left: 5px;
}
.comments a:hover, .comments a:visited:hover
{
	text-decoration: underline;
}
.author
{
	font-size: 10pt; font-family: helvetica; color: #f5f5f5; position: absolute; margin: 175px 0px 0px 55px; text-align: right;
}
.center
{
	width: auto;
	text-align: center;
}