/*
Theme Name: Default
Theme URI: 
Version: 1.0
Description: for 1024 pixel width
Author:  Wanker2
Author URI:  
Author mail:  
*/


/* DO NOT REMOVE THE CREDITS AND FOOTER LINKS */




/* Links */

a:link {
	text-decoration: none;
	color: #FFE484;
}

a:visited { text-decoration: none; color: #E8AE00; }

a:hover, a:active {
	color: red;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-right: 15px;}

h1 { font-size: 25px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px;  text-decoration: none;}

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a:link {
	color: #FFFFFF;
}

/* Other Html Elements */
.titles {
	font-weight: normal;
	border-bottom-width: 0;
	font-size: 20px;
	text-decoration: none;
}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
font-size: 20px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	color: #B73313;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #2b2a2a;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code {
	color: #B73313;
	font-family: Consolas, Verdana, "Courier New", Sans-Serif;
}

ul, ol { line-height: 1.2em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins {
	text-decoration: none;
	color: #B73313;
}

/* Structure */
html, body {height: 100.1%;}
body
{
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font: normal 86% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background-color: #000000;
 	background-image: url(images/background.jpg);
}

#wrapper2 {
	width: 960px;
	margin: 0 auto; padding:0;	
	
}
#header
{
	background-image: url(images/header.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: inherit;
	width: 960px;
	text-align: left;
	height: 350px;
	/* border: 1px dashed red; */
}

#navigation
{
	float: left;
	width: 960px;
	height: 0px;
	margin-top: 0px;
}

#wrapper
{
	float: left;
	width: 960px;
	color: #FFF2CC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}




#content-wrapper
{
	width: 640px;
	float: left;
}

#content
{
	float: left;
	width: 600px;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 290px;
	float: left; 
	margin:0;
}

#sidebar
{
	padding: 20px 5px 10px 10px;
}

#footer
{
	width:960px;
	clear: both;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 92px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#extras
{
	float: left;
	width: 780px;
	color: #CCCCCC;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 {
	padding: 295px 0 0 50px;
	font-size: 40px;
	text-align: center;
	font-style: italic;
}

/* Navigation */

#navigation ul { list-style-type: none; list-style-image: none; float: left; padding: 0 17px 0 0; }

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #CCCCCC;
	display: block;
	padding-right: 10px;
	margin-right: 1px;
	border: none;
	height: 33px;	
}

#navigation li a:hover,
#navigation li a:active
{
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation li.active a
{
	color: #555555;
	background-color: #CCCCCC;
}

/* Wrapper */

#wrapper a:link { /* font-weight: bold; */ text-decoration: none; }

#wrapper a:visited { /* font-weight: bold; */ text-decoration: none;}

#wrapper a:hover, #wrapper a:active { text-decoration: none;}

/* Content */

#content .post-title a { border-bottom-width: 0; text-decoration: none; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{
	font-size: 90%;
	color: #888888;
	margin-bottom: 5px;
	padding:5px 5px 5px 5px;
	border: none;
	background-color: #141414;
}

/* Sidebar */

.sideblock
{
	padding: 5px 14px;
	margin-bottom: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/sidebar.gif);
}

.sideblock ul { }

.sideblock h3 {
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
}

#sidebar dt {
	margin: 0;
	padding-top: 5px;
	/* font-weight: bold; */
	color: #FFFFFF;
}

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link {
	border-bottom-width: 0;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar dd a:visited {
	border-bottom-width: 0;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar dd a:hover, #sidebar dd a:active {
	border-bottom: 1px solid #cfcfcf;
	text-decoration: none;
	color: #CCCCCC;
}

/* Extras */

#extras h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
}

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt {/* font-weight: bold; */ padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	width: 382px;
	background-color: #1E1E1E;
}

#commentform textarea {
	border: 1px solid #937200;
	width: 380px;
	background-color: #2b2a2a;
	color: #CCCCCC;
}
#commentform textarea:hover {
	border: 1px solid #FFF8DF;
	background-color: #373737;
}
#commentform textarea:focus {
	border: 1px solid #FFF8DF;
	background-color: #252525;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
	border: 1px solid #937200;
	width: 380px;
	background-color: #2b2a2a;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
border: 1px solid #FFF8DF;
background-color: #373737;
width: 380px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
border: 1px solid #FFF8DF;
background-color: #252525;
width: 380px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #CCCCCC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
	font-size: 13px;
	color: #CCCCCC;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}

input {
	background-color: #2b2a2a;
	border: 1px solid #FFF8DF;
	color:#CCCCCC
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rss {
	width: 130px;
	height: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-right: 70px;
}

.bottom{
	margin: 0px;
}

.bottom2{
	margin: 0px;
}



/* ------------------ NDM additions ------------------- */
.sideblock li {
	padding: 6px 0;
	line-height: 1.2em;
		font-size: 0.95em;
}
.post-wrapper {
	padding: 8px;
	margin: 18px 0;
	background-color: #2b2a2a;
	border: 1px solid #6a6a6a;
	border-color: #413f3f #161515 #161515 #413f3f;
}



.sideblock ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.1em 0 0.4em 0; /* final value sets distance from left margin to bullet *//* final value sets distance from left margin to bullet */
}
.sideblock ul li {
 margin: 0.4em 0 0 0;
 list-style: none;
 padding: 0.1em 0 0 1.1em; /* sets distance from bullet to text */
 background: transparent url(images/bullet78.gif) no-repeat 0 0.4em;
}
.post ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.1em 0 0.4em 0.2em; /* final value sets distance from left margin to bullet *//* final value sets distance from left margin to bullet */
}
.post ul li {
 margin: 0.4em 0 0 0;
 list-style: none;
 padding: 0.1em 0 0 1.1em; /* sets distance from bullet to text */
 background: transparent url(images/bullet81.gif) no-repeat 0 0.4em;
}
.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}
.sideblock ul li ul li {
	 margin: 0.4em 0 0 0;
 list-style: none;
 padding: 0.05em 0 0 0.8em; /* sets distance from bullet to text */
 background: transparent url(images/cut_yellow.gif) no-repeat 0 0.4em;
	color: #aaaaaa;
}
a.more-link  {
	color: #9f4400;
	padding:0 0 0 10px;
			font-size: 0.95em;
}
a.more-link:hover  {
	color: red;
	padding:0 0 0 10px;
}




/* the next lines are needed to use the new image floated align capabilities built into Wordpress*/
img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #000000;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 12px;
line-height: 17px;
padding: 2px 4px 5px 0;
margin: 0;
color: yellow;
}




.textwidget {
	font-size: 0.95em;
	color: #cccccc;
	background-color: #2b2a2a;
	padding:5px;
	text-align: justify;
}
h4 {
	color: #40c9df;
	margin: 8px 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
.commentlist  {
	/* background-color: #33ff66; */
} 
.commentlist li {
	margin:15px 0;
	padding: 3px 6px;
	background-color: #2b2a2a;
	border: 1px solid #6a6a6a;
	border-color: #413f3f #161515 #161515 #413f3f;
}
#submit{
	font-size: 1em;
	cursor: pointer;
	border: outset 1px #ccc;
	color: Black;
	font-weight: normal;
	padding: 1px 5px;
	margin: 2px 5px;
	background: #D3D3D3 url(images/formbg.gif) repeat-x scroll left top;
	display: block; /* needed for the centering to work */
	width: 10em;
	margin: 10px auto;
	text-align: center;
}
#submit:hover {
	background: #D3D3D3 url(images/formbgh.jpg) repeat-x scroll left bottom;
}
#commentform {
	width: 390px;
	margin: 10px auto;
	background-color: #353535;
	padding: 10px 10px;
}
#nrs-search-widget-with-title-input input {
	width:200px;
	border: solid 1px #8a6800;
	padding: 3px;
}
#nrs-search-widget-with-title-input input:hover, #nrs-search-widget-with-title-input input:active {
	background: #454545;
}
#nrs-search-widget-with-title-submit input {
	font-size: 1em;
	cursor: pointer;
	border: outset 1px #ccc;
	color: Black;
	font-weight: normal;
	padding: 1px 2px;
	margin: 2px 5px;
	background: #D3D3D3 url(images/formbg.gif) repeat-x scroll left top;
	display: block; /* needed for the centering to work */
	width: 5em;
	margin: 10px auto;
	text-align: center;
}
#nrs-search-widget-with-title-submit input:hover {
	background: #D3D3D3 url(images/formbgh.jpg) repeat-x scroll left bottom;
}

a:link img {
	border: 1px solid transparent;
}
a:hover img {
	border: 1px solid red;
}
.commentlist blockquote {
	padding: 0 5px; 
	margin: 5px 20px;
	color: #66cc99;
	line-height: 1.0em;
	font-style: italic;
	background-color: #4a4a4a;
}
.commentlist p {
	padding: 0; 
	margin: 5px 0;
}
.commentlist cite {color: #00aa00;}

/*
---------------------- post date graphic ------------------------ */

.post-date {  
    width: 60px;  
    height: 61px;  
    float:right;  
        margin: 5px 0 0 10px;  
    background: url(images/date1.png) no-repeat;  
        background-position: left;  
}  
.post-month {  
    font-size: 14px;  
    text-transform: uppercase;  
    color: #cccccc;  
    text-align: center;  
    display:block;  
    line-height: 15px;  
        font-weight: bold;  
    padding-top: 3px;  
  
}  
.post-day {  
    font-size: 30px;  
    text-transform: uppercase;  
    color: #000000;  
    text-align: center;  
    display:block;  
    line-height: 15px;  
    padding-top: 11px;  
  
}  