/*
Theme Name: TextModeGames.com
Theme URI: http://www.textmodegames.com
Description: WordPress CMS theme for TextModeGames.com
Version: 1.0
Author: J. Michael Ambrosio
Author URI: http://www.ambrosite.com
Tags: CMS, cms
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*
#55993D deep green
#44CC14 bright green
#F4FF00 yellow (base)
#7040FF mauve
#1418CC blue
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	text-align: center;
	background: #222;
}
.nobr {
	white-space: nowrap;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px;
	line-height: 1.1;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	margin: 15px 0 0;
	padding: 2px 0;
	border-bottom: dotted 1px #44CC14;
}
#IEroot h2 {
	font-size: 1.15em;
}
p {
	margin: 2px 0 8px;
	font-size: 0.9em;
	letter-spacing: 0.0em;
	line-height: 1.4;
}
a {
	color: #1418CC;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #7040FF;
/*	border-bottom: solid 1px #1418CC; */
}
:focus {
	outline: 0;
}
dfn {
	color: #000;
	font-variant: small-caps;
}
pre {
	margin: 15px 0;
}
kbd {
	font-size: 1.2em;
}
ul, ol {
	margin: 8px 0;
}
#content ul li {
	list-style: disc;
	margin: 0 0 0 30px;
}
ol.alpha li {
	list-style: upper-alpha;
	margin: 0 0 0 40px;
}
body.faq ol.alpha li {
	margin: 20px 0 0 23px;
}
body.faq ol.alpha li + li {
	margin: 5px 0 0 23px;
}
body.faq ol.alpha li[value="17"] {
	margin: 20px 0 0 23px;
}
ol.decimal li {
	list-style: decimal;
	margin: 0 0 0 40px;	
}
p.byline {
	margin: -6px 0 16px 0;
	font-style: italic;
}
body.faq p.byline {
	display: none;
}
body.single.category-download h1 + p {
	margin: -4px 0 0 0;
	line-height: 1.0;
}
.postdate {
	font-size: 0.8em;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	background: #fff url(/images/background.gif) repeat-y 0 0;
}

#content {
	float: left;
	width: 555px;
	padding: 0 0 20px 20px;
	font-size: 1.3em;
}
#screenshot {
}
#screenshot img {
	display: block;
	padding: 5px 0 0 0;
}
body.single.moslo #screenshot {
	display: none;
}

#masthead {
	margin: 0 20px 20px 139px;
	padding: 15px 0 0 20px;
	color: #555;
}
#masthead p {
	padding: 8px 0 7px;
	font-size: 2.5em;
	line-height: 0.7;
	font-family: Courier, "Courier New", system;
	text-transform: uppercase;
/*	font-variant: small-caps; */
	letter-spacing: 0.4em;
	word-spacing: 0.2em;
	border-top: solid 1px #ebe5ff;
	border-bottom: solid 1px #ebe5ff;
}
#IEroot #masthead p {
	letter-spacing: 0.9em;
}

body.home #content {
	width: 456px;
	margin-top: -5px;
}
body.home #sidebar-widgets {
	display: none;
}

#footer {
	margin: 0 20px 0 159px;
	padding: 5px 0;
	border-top: solid 1px #ebe5ff;
	border-bottom: solid 1px #ebe5ff;
/*	background: url(/images/footer_bg.gif) repeat-x 0 0; */
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4;
	color: #555;
}
#footer a {
	color: #7040FF;
}
#footer a:hover {
	color: #000;
}

#sidebar-nav {
	float: left;
	width: 139px;
	background: #55993D;
	text-align: right;
	font-size: 1.3em;
}
#sidebar-nav ul {
	margin: 0;
	padding: 0;
}
#sidebar-nav a {
	display: block;
	width: 114px;
	padding: 5px 20px 5px 5px;
	text-decoration: none;
	color: #fff;
}
#sidebar-nav a:focus,
#sidebar-nav a:hover {
	background: #fff;
	color: #1418CC;
	border-bottom: none;
}
body.category-download #sidebar-nav li.cat-item-7 a,
body.category-articles #sidebar-nav li.cat-item-8 a,
body.category-news #sidebar-nav li.cat-item-9 a,
#sidebar-nav li.current-cat a,
#sidebar-nav li.current_page_item  a,
body.faq #sidebar-nav li.page-item-84 a {
	background: #fff;
	color: #1418CC;	
} body.faq #sidebar-nav li.cat-item-8 a { background: #55993D; color: #fff; }

/*
body.home li.page-item-home a,
body.category-download li.cat-item-7 a,
body.category-articles li.cat-item-8 a,
body.category-news li.cat-item-9 a,
body.faq li.page-item-84 a,
body.about li.page-item-80 {
	background: #fff;
} body.faq li.cat-item-8 a { background: #ddd; }
*/

#sidebar-secondary,
#sidebar-widgets {
	float: right;
	width: 182px;
	margin: 0 20px 0 0;
	padding: 10px 10px 7px;
	border: solid 1px #ebe5ff;
	border-top: solid 10px #ebe5ff;
	border-bottom: solid 10px #ebe5ff;
/*	background: url(/images/sidebar_bg.gif) repeat-y 0 0; */
	font-size: 1.0em;	
}
#sidebar-secondary h3,
#sidebar-widgets h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #444;	
	font-variant: small-caps;
}
#IEroot #sidebar-secondary h3 {
	font-size: 1.25em;
}
#sidebar-secondary li,
#sidebar-widgets li {
	margin: 5px 0;
}
#sidebar-secondary a,
#sidebar-widgets a {
	text-decoration: none;
	color: #55993D;
	color: #1418CC;
	color: #7040FF;
}
#sidebar-secondary a:focus,
#sidebar-secondary a:hover,
#sidebar-secondary li.download-current a {
	color: #000; /* 1418CC; */
}

.category-download dl {
	clear: both;
  	width: 555px;
	margin: 20px 0 0 0;
}
.category-download dt {
  	float: right;
  	width: 290px;
}
.archive.category-download h2 {
	float: right;
	width: 290px;
	margin: 0;
}
.category-download dd {
  	width: 290px;
  	margin: 0 0 0 263px;
}  	
.category-download dd.img {
	float: left;
	width: 243px;
	margin: 0 0 25px 0;
	text-align: right;
}
.category-download dd.img img {
/*	display: block;
  	margin: 0 auto 25px auto; */
}

#content ul.link-nav {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 30px 0 5px 0;
	padding: 3px 0;
	border-top: dotted 1px #44CC14;
	border-bottom: dotted 1px #44CC14;
/* 	background: url(/images/linknav_bg.gif) repeat-x 0 0; */
	/*	border-bottom: solid 1px #333; */
}
#content ul.link-nav li {
	display: inline;
	margin: 0;
/*	color: #7040FF; */
}
/*
#content ul.link-nav a {
	color: #7040FF;
}
#content ul.link-nav a:hover {
	color: #000;
}
*/

li.index-nav {
	position: absolute;
	left: 41%;
}
li.prev-nav {
	float: left;
}
li.next-nav {
	float: right;
}

li.comment {
	background: #eee;
	margin: 5px 0;
	padding: 4px;
}
li.odd {
	background: #ddd;
}
.comment-meta {
	font-size: 0.8em;
	padding: 0 0 4px 0;
}
cite.fn {
/*	font-weight: bold; */
}
textarea {
	margin: 0 0 5px 0;
}
#recaptcha-submit-btn-area {
	margin: 5px 0;
}

.webring {
	float: right;
	clear: right;
	width: 278px;
	margin: 10px 20px 0 0;
	padding: 10px;
	border: solid 1px #ebe5ff;
	font-size: 1.0em;
	color: #fff;
}
body.home img.asciiart {
	float: right;
	padding: 8px 6px 0;
}
.webring h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #7040FF;
	color: #55993D;
	color: #333;
}
#IEroot .webring h3 {
	font-size: 1.25em;
}
.webring ul {
	float: left;
	margin-left: -3px;
}
.dosgames ul {
	padding: 0 25px 0 0;
}
.ascii {
	margin-bottom: 20px;
}
.webring li {
	list-style: none;
	margin: 0;
}
.webring li a {
	text-decoration: none;
	color: #55993D;
	color: #7040FF;
}
.webring li a:focus,
.webring li a:hover {
	color: #000; /* 1418CC; */
}

h1#tmlogo {
	float: right;
	width: 300px;
	height: 250px;
	margin: 0 20px 0 0;
	padding: 0;
	text-indent: -100em;
	overflow: hidden;
	background: url("/images/tmlogo.gif");
}
