/*  
Theme Name: Sinclair ZX Spectrum - Enhaced
Theme URI: http://www.boriel.com
Description: Three column theme based on an open source design by Haran located at http://www.oswd.org/email.phtml?user=haran
Version: 1.1
Author: Jose Rodríguez (a.k.a. Boriel)
Author URI: http://www.boriel.com

	Sinclair ZX Spectrum v1.0

	This design was built by Haran, and ported to a WordPress 1.5 theme by John Hesch
	whose blog you will find at http://johnhesch.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Added Moofx (MIT Licence) for Shelf, Ajax, and other interactive effects
	
Jose Rodriguez (a.k.a. Boriel)
*** modified por polyglot pluging ***
 	
*/

/* ##### Common Styles ##### */

body {
  color: black;
  /* background-color: #303030; */ /* rgb(243,242,235); */
  background-color: #F0F0F0; 
  font-family: verdana, helvetica, arial, sans-serif; 
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
/*
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
*/
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%;
	color: #202020;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

img {
	border: 0px;
}

.center {
text-align: center;
}

.header {
	color: inherit;
	margin-left: auto;
	margin-right: auto;
}

.header h1 {
	width: 90%;
	border-bottom: 1px solid #101010;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.menuheader {
	border-bottom: solid 1px #101010;
}

.menuoption {
	border: solid 1px #101010;
	border-top: 0px;
	padding: 5px;
}

.menuoption:hover {
	background-color: #000;
	color: #090;
}

.menuoption a {
	color: inherit;
	text-decoration: none;
}

.menuoption a:hover {
	font-weight: 800;
}
