/* style.css - Simple style sheet */
body { 	margin-top: 3%;
	margin-left: 10%;
/*	margin-right: 10%; */
	color: #D8D8D8;
	background-color: black;
	background-image:url(/image/WebDesign3.jpg);
/*	background-image:url(/image/mazdarx8.png); */
/*	background-image:url(/image/Eminem.jpg); */
	background-position: right top;
	background-repeat: repeat-y;
/* 	background-repeat: no-repeat; */
	background-attachment: scroll;
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif, monospace; }

body.simple { 
	margin-top: 0%;
	margin-left: 0%;
	color: white;
	background-color: black;
	background-image:url(/image/black.gif);
	font-size: 0.6em;
	font-family: Verdana, Helvetica, Arial, sans-serif, monospace; }	

/* Headers */
h1 { margin-left: -5%; color: maroon; }
f.title { color: maroon; font-size: 1.7em; }
h1.gray { margin-left: 0%; color: gray; }
h2 { margin-left: -2%; color: gray; }
.nomargin { margin: 0%; }
h2.nomargin { margin-bottom: 0%; color: white; }
h2.nomarginorange { margin-bottom: 0%; color: #FFA517; }
h2.nomarginmaroon { margin-bottom: 0%; color: maroon; }
h2.maroon { color: maroon; }
.orange { color: #FFA517; }
h2.orange { color: #FFA517; margin-bottom: 0.8em; }
h3,h4,h5 { margin-left: -2%; color: gray; margin-bottom: 0em;}
h6 { color: blue; }

/* Images */
img { margin-right: 0.4em; margin-left: 0.2em; margin-top: 0.2em; }
.right { float: right; }
.left { float: left; }

.smallcomment {
	font-size: 0.8em;
	font-style: italic;
}

/* Links */
a:link {
text-decoration: underline;
font-weight: bold;
color: white;
}

a:visited {
text-decoration: underline;
font-weight: bold;
color: white;
}

a:hover {
text-decoration: overline underline;
font-weight: bold;
color: white;
}

a:active {
text-decoration: underline;
font-weight: bold;
color: white;
}

/* DIV boxes */
div.smallbox { border: solid;
border-width: thin;
padding-left: 1em;
padding-bottom: 0.4em;
padding-top: 0.4em;
width: 25%;}

div.nobox { border: none;
width: 70%; }

div.orangebox {
color: #FFA517;
border-right: solid;
border-top: solid;
border-left: solid;
border-bottom: solid;
border-width: thin;
padding-left: 1em;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1em;
width: 400px;}

/* div.rightbox {
border: solid;
border-width: thin;
padding-bottom: 0.4em;
padding-top: 0.4em;
width: 10%;} */

div.mediumbox {border: solid;
border-width: thin;
padding-left: 0.4em;
padding-bottom: 0.4em;
padding-top: 0.4em;
padding-right: 0.6em;
width: 70%;}

div.minibox { margin-left: 2%;
color: white;
margin-top: 0%;
border-left: solid;
border-bottom: solid;
border-width: thin;
padding-left: 1em;
padding-right: 0.2em;
padding-bottom: 0.2em;
width: 70%;
/* background-image:url(/image/div.jpg);
background-position: bottom left;
background-repeat: no-repeat; */
}

div.miniboxleft { margin-left: 2%;
color: white;
margin-top: 0%;
border-left: solid;
border-bottom: solid;
border-width: thin;
padding-right: 0em;
padding-left: 1em;
padding-bottom: 0.2em;
width: 90%;
text-align: left; }

div.miniboxright { margin-right: 2%;
color: white;
margin-top: 0%;
border-right: solid;
border-bottom: solid;
border-width: thin;
padding-left: 0em;
padding-right: 1em;
padding-bottom: 0.2em;
width: 90%;
text-align: right; }

div.newsbox {
	font-size: 0.8em;
	margin-top: 0%;
	margin-left: 2%;
	color: #D8D8D8;
	border-left: solid;
	border-bottom: solid;
	border-width: thin;
	padding-left: 0em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	width: 70%; }

div.website { background-image:url(/image/logo.jpg);
margin-left: 0%;
background-position: top left;
background-repeat: no-repeat; }

div.bigbox { border: solid; border-width: thin; }

/* div.ftp { background-color: green; width: 90%; height:133px; border: solid; border-width: thin; overflow: auto; margin-right:  25%; padding-left: 1em;> */

div.orange {color: #FFA517;}
b.maroon {color: maroon; font-size: 1.7em;}
div.green {color: #32CD32;}
div.ratio { width: 75%; border: solid; border-width: thin; }

/* Spans */
span.highlight { background-color: yellow; }

/* Workarounds */
pre { font-family: monospace; font-size: 125%;}
/* ul { margin-left: 0em; }
li { margin-left: 0em; } */

/* Font classes :-) */
b.green {color: #32CD32; font-weight: bold;}
b.orange {color: #FFA517; font-weight: bold;}
b.boldgreen {color: #32CD32; font-weight: bold;}
f.strong {font-weight: bold;}
f.bold {font-weight: bold;}
f.small {font-size: 0.8em;}
f.smaller {font-size: 0.6em; }
b.ch {font-weight: bold;}
.right {text-align: right; }
.left {text-align: left; }
.browser { width: 70%; }
.rating {
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	color: red; }
