/* info: Bash black */
/*  
Theme Name: bash
Theme URI: http://pax.mioritics.ro/repository/wp/
Monospace txt only LoFi theme.
Version: 1.0
Author: Alexandru Popescu
Author URI: http://pax.mioritics.ro/

	bash v1.0
	http://pax.mioritics.ro/repository/wp/

	Minimalist design, monospace text only theme
	homage to the ASCII console *NIX era


*/



/* Begin Typography & Colors */
body {
	color: #EEEEEE;
	background-color: #000000;
font: 13px "Courier New", Courier, mono;
	}

.post h2 a{font-size: 16px; color:#FFFFCC; 
text-decoration: none; font-weight: bold}

/* .post h2 a:hover {background-color: transparent; color: #DADADA;} */
.post h2 {color:#FFFFCC; font-size:16px; font-weight:bold; margin: 6px 4px 6px 2px; display:inline; }


.postTitle {background: url(images/H.gif) repeat-x top; margin:0; padding: 0;}
/* .postTitle a {color:#DADADA;text-decoration:none;} */
.postTitle div {background: url(images/H.gif) repeat-x bottom;  margin:0; padding:4px 0;}


.post small { font-size:13px; color: #CCCCCC; padding-top:6px;}

.postTitleHR {display: block; margin: -3px;}
small {font-size: 12px;}

/* a {color: #FFDDCC} */
a {color:#DADADA;text-decoration:none;}
a:hover {background-color: #FFFFFF; color: #000000;}



/*
#sidebar ul li h2 {font-size: 13px; margin-bottom:0px; margin-top:20px;}
#sidebar ul {text-align: left; font-size:12px;}
*/
#sidebar {margin-top: -70px;}
#sidebar a { text-decoration:none; color: #DADADA;}
#sidebar a:hover, .post a:hover  { background-color:#FFFFFF; color:#000000;}
#sidebar a:hover img, .post a:hover img {background-color: #000000;color:#000000;text-decoration:none;}

#page {
	background-color: black;
	margin: 20px auto;
	padding: 0;
	width: 760px;	}
.post .entry img{ background-color:#000000; border: 1px solid #ced4ca; padding: 3px; margin: 5px 0 5px 0;}
#header {padding: 0 0 20px 0;		}
#header h1 a{ font-size: 18px;  color:#FFFFFF;  text-decoration:none; }
/* #header h1 a:hover {background-color: #000000; color: #CC0000;} */
#header h1 {margin:0px; font-size:18px;}
#header  .description {font-size: 11px; }
#clearnavigation {clear: both;}


.narrowcolumn {
	float: left;
	padding: 0 5 20px 45px;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

h2.pagetitle { font-weight: normal} 


.postmetadata a{ text-decoration:none; color: #DADADA;}

.postmetadata { font-size:12px;
	clear: left;
}

#footer {
	padding:30px 0 0;
	/* padding: 0; */
	font-size: 11px;
	/* color: #DADADA; */
	clear: both;
	}
#footer a { text-decoration: none; color: #DADADA;}
#footer a:hover { background-color:#FFFFFF; color:#000000;}


/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



#sidebar .start_ul {
	margin:0;
padding:0;
font-size:12px;
text-align:left;
}
#sidebar .start_li_li {
margin:5px 0 0 10px;
}

#sidebar h2 {
font-size:13px;
margin-bottom:0;
margin-top:20px;
}

.start_ul h2 {
font-size:18px;
}

/*

 #sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	} 
#sidebar.ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}

*/
	
	
/* End Entry Lists */



/* Begin Form Elements */

input, textarea { border: 1px solid #DADADA; font-size: 12px; color: #FFFFFF;}
/* input:hover, textarea:hover { border: 1px solid #FFFFF0;} */
#searchsubmit, #submit, #searchform div input { background-color: #FFFFFF; color:#000000; border: none; font-size: 12px}



#searchform {
	
	padding: 3px; 
	}

#searchform  input#s { 	 border: 1px solid #DADADA; font-size: 12px; background-color:#000000; color: #FFFFFF;	padding: 2px;	}
#sidebar #searchform input#s { float: left; margin-top: 13px; margin-right:3px;} /* widget hack */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* #commentform input {	width: 170px; 	padding: 2px; 	margin: 5px 5px 1px 0; 	} */
#commentform input, #commentform textarea {background-color: #000000;}
/* #commentform textarea {width: 450px; 	padding: 2px; 	padding: 2px;	} */

/* End Form Elements */



/* Begin Comments*/
.alt1 {
	border:thin dashed;
padding:3px;
	}

.alt2 {
	margin: 0;
	padding: 10px;
	background-color: #000000;
	}


.commentlist {
	margin:15px 10px 3px 20px;
	padding:5px 10px 3px 5px;
	font-size:12px;
	}

.commentlist p {
	margin: 5px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {

	display: block;
	float: right;
	font-size:11px;
	}
	/* .commentmetadata a{ text-decoration: none; color: #DADADA; font-size:11px;} */
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 199px;
	}


/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #CCC;
	}

blockquote {
	margin: 15px 20px 0 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}



.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}





/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
background:black none repeat scroll 0 0;
border:thin solid;
font-family:"Courier New",Courier,mono;
font-size:12px;
text-align:center;
}

.spacer {
	padding: 2px 0 2px 0;
}

.indent{
border:1px dashed #FFFFFF;
padding:4px;
width:90%;
}

.searchhighlight {
	color: #ff0000;
}

.smalltext {
	font-size: 11px;
}

.smallblacktext {
	font-size: 11px;
}

.mediumtext {
	font-size: 12px;
}

.tbox{
	background-color:black;
border:thin solid;
font-family:"Courier New",Courier,monospace;
margin-bottom: 4px;
color:#EEEEEE;
}

.tbox.chatbox,
.tbox.signature {
	background-color:black;
border:thin solid;
width:80%;
}

.tbox#e107_submitnews_item,
.tbox.comment.subject,
.tbox#comment {
	width: 100%;
}

.tbox#loginname,
.tbox#realname,
.tbox#customtitle,
.tbox#password1,
.tbox#password2,
.tbox#email {
	width: 95%;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#EEEEEE;
	font-size: 10px;
}

#chatbox {
	padding-bottom: 6px;
}

.fborder {
	/* background-color:#414141;
	color:#EEEEEE; */
}

.forumheader{
	/* background-color: #ACB8B8; */
	border:thin solid;
	padding: 4px;
}

.forumheader2{
	/* background-color: #ACB9B9; */
	border:thin solid;
	padding: 4px;
}

.forumheader3{
	/* background-color: #C8D0D0;
	text-align:left; */
	border:thin solid;
	
	padding: 4px;
}

.fcaption {
	font-weight:bold;
	height:35px;
	padding:2px 5px;
	border:thin none;
}

.finfobar {
	border:thin solid;
	padding:4px;
}

#chatbox_posts {
	font-size: 11px;
}
.nforumdisclaimer {
padding-bottom: 30px;
}