/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #5B5B5B;
text-align: center;
font-size: 11pt;
}
input, textarea {
color: #5B5B5B !important;
}
a {
text-decoration: none;
border-bottom: 1px dotted #8697CB;
color: #000;
}
a img {
border: 0 !important;
}
ul {
text-align: left;
}
img.left {
float: left;
margin: 0 10px 10px 0;
}
img.right {
float: right;
margin: 0 0 10px 10px;
}
.clear {
clear: both;
}
#container {
width: 500px;
margin: 0 auto;
}
#content p {
text-align: justify;
}
#content {
text-align: left;
}
#head a:link, #head a:visited {
border: 0;
color: #111111;
}
#head h1 {
font-size: 50px;
font-variant: small-caps;
}
#head {
width: 500px;
text-align: center;
margin: 20px 0 30px 0;
height: 100px;
}
#menu {
height: 50px;
width: 500px;
overflow: hidden;
}
#menu a:link, #menu a:visited {
display: block;
float: left;
height: 40px;
border-left: 2px solid #e0e0e0;
border-bottom: 0;
text-decoration: none;
color: #949494;
text-transform: uppercase;
padding: 0 25px;
font-size: 10px;
padding-top: 2px;
}
#menu a:hover {
height: 50px;
border-color: #8697CB;
color: #8697CB;
}
#sline {
height: 40px;
float: left;
background: #e0e0e0;
width: 2px;
}
#menu a:active {
color: #a1a1a1;
border-color: #a1a1a1;
}
#flash:link, #flash:visited {
height: 50px !important;
}
#flash:link span, #flash:visited span {
display: block !important;
}
#menu a:link span, #menu a:visited span {
display: none;
font-family: Georgia, 'Times New Roman', serif;
font-size: 18px;
}
#menu a:hover span, #menu a:active span {
display: block;
}
#container h3 {
font-family: Georgia, 'Times New Roman', serif;
font-weight: normal;
text-transform: lowercase;
color: #000;
font-size: 12px;
border-bottom: 1px dotted #8697CB;
text-align: center;
}
h3 span {
color: #000;
font-variant: small-caps;
font-size: 18px;
border: 0;
}
#foot {
padding: 20px 0;
border-top: 1px dotted #8697CB;
}
#foot a {
color: #a1a1a1;
text-decoration: none;
font-size: 10px;
}
#foot img {
width: 88px !important;
height: 31px !important;
overflow: hidden !important;
}
#foot {
color: #a1a1a1;
font-size: 10px;
margin-top: 20px;
}
ol#list li a {
font-size: 14pt;
}
.center {
text-align: center;
}
.code {
font-family: monospace;
}
#fixtop {
display: none;
bottom: 0;
right: 0;
background: #5b5b5b;
padding: 5px;
}
body>#fixtop {
position: fixed;
display: block;
}
#fixtop a:link, #fixtop a:visited {
color: #FFF;
}
#error404 {
font-size: 100pt;
padding: 50px 0;
text-transform: uppercase;
font-family: Georgia, 'Times New Roman', serif;
}
#fixv {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
background: url(http://unixgames.org.ru/images/v4.gif) no-repeat;
}
.screenforgames img {
margin: 0 10px 10px 0 !important;
}