/**************************************************
	High Contrast stylesheet for Minimalist 1.0
	Original Concept: davide@bazzmann.it, marco@bazzmann.it
	Adapted for Xoops by Ianez - www.xoopsitalia.org
***************************************************/

body {
	background-color: rgb(0, 0, 0);
	font-size : x-small;
   font-size : small;
	color: #ff6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	margin: 10px 10px;
}

font { font-size: 80% !important; }

a {
	text-decoration: underline;
	color: #ff6;
	font-weight: bold;
}

a:hover, a:focus {
	background-color: #ff6;
	color: #000;
	font-weight: bold;
}

div, #pageWrapper, #header, #footer, #soWrap, #container, .headright, #leftcol, #rightcol, #centercol, #centercolumn, .blockcontent {
	font-size: 1.06em;
	line-height: 130%;
	width: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	border-width: 0;
	float:none;
	position: static;
}

.headleft h1 { font-size: 1.8em;}

#headermenu { font-size: 1.5em; text-align: left; }
#headermenu ul { margin:0 4px;; padding:0; }
#headermenu li {display: inline; padding:0 8px 0 0; margin:0;}
.accss { display: none; }

#hideRight { display: none; }
#hideLeft { display: none; }
#hideAll_left { display: none; }
#hideAll_right { display: none; }
#showLeft { display: none; }
#showRight { display: none; }
#activeRight{ display: none;}
#activeLeft{ display: none;}
#showAll{ display: none;}
#hideAll{ display: none;}

.hidden { position: absolute; top: -1000em; }


