/* --
Theme Name: DOS_FX
Theme URI: http://www.perishablepress.com/
Description: The fourth WordPress Theme from Monzilla.
Version: 1.0
Author: Perishable @ Monzilla ( mon@monzilla.biz )
Author URI: http://www.perishablepress.com/

DOS_FX theme by Perishable || http://www.perishablepress.com/
DOS_FX released through Monzilla || http://www.monzilla.biz/
Please feel free to modify anything & everything as you see fit.
Comments & suggestions encouraged @ http://www.perishablepress.com/

DOS_FX looks best in Mozilla Firefox 1+, and also plays nice 
with Internet Explorer 6+, Netscape 7+, and Opera 8+.
This theme is XHTML-Strict with browser-safe colors & fonts.

DOS_FX 1.0 released November 28th, 2005.

License Info:
The CSS, XHTML, graphic(s) and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Enjoy! 
-- */


/* -- GENERAL SETTINGS -- */
html, body {
	font-family: Terminal, "Lucida Console", "Courier New", Courier;
	background-color: #000000;
	font-size: 14px;
	color: #CCCCCC;
	margin: 33px;
	padding: 7px;
}
h1, h2, h3, h4, h5, p {
	font-variant: normal;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	font-family: "Courier New", Courier;
}
h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 18px;
	margin: 0px;
}
h5 {
	font-size: 12px;
}
p {
	line-height: 1.11em;
}
em {
	font-weight: bold;
}
hr {
	width: 100%;
	clear: both;
	color: #666;
	height: 1px;
}
img.bio {
	border: 1px solid #999999;
	margin: 0px 0px 11px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: red;
}
a:hover {
	text-decoration: none;
	color: red;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
blockquote {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	text-align: justify;
	color: #999999;
	padding: 3px;
}

/* -- PAGE LAYOUT -- */
#central {
	border-left: 1px dashed #999;
	text-align: left;
	line-height: 1.00em;
	display: block;
	float: left;
	width: 55%;
	margin: 11px;
	padding: 0px 11px;
}

/* -- SIDEBAR -- */
#sidebar {
	border-left: 1px dashed #999;
	text-align: left;
	line-height: 1.77em;
	display: block;
	float: right;
	width: 25%;
	margin: 11px;
	padding: 0px 11px;
}

/* -- SEARCH & COMMENT FORMS -- */
#submit {
	border: 1px solid #999999;
	background-color: #333333;
	font-size: 12px;
	color: #CCCCCC;
	padding: 3px;
}
#s, #author, #email, #url, #comment {
	font-family: Terminal, "Lucida Console", "Monospac821 BT";
	border: 1px solid #999999;
	background-color: #333333;
	font-size: 14px;
	color: #CCCCCC;
	padding: 3px;
}
.searchsubmit {
	background-color: transparent;
	cursor: pointer;
	border: none;
}

/* -- IMAGE CONTROL (OPTIONAL CLASSES) -- */

/* -- apply this class via img to align images left with text-wrap -- */
.left {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: inline;
	float: left;
	margin: 7px 11px 0px 0px;
	padding: 3px;
}
/* -- apply this class via img to align images right with text-wrap -- */
.right {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: inline;
	float: right;
	margin: 7px 0px 0px 11px;
	padding: 3px;
}
/* -- (insert "<div class="clearer">&nbsp;</div>" after post image to keep it inside of the post) -- */
div.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
}
/* -- apply this class to center some text -- */
.centertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 3px;
	font-size: 10px;
	margin: 7px 0px;
	padding: 3px 0px;
}

/* -- CODE ARE POETRY -- */
.pads {
list-style-image:url('images/list.gif');
padding:2px;
padding-bottom:3px;
}