/*
 * Copyright (C) by Michał "D4rky" Matyas < d4nerd@gmail.com >
 */

* { margin: 0; padding: 0; }
html { background: white; font-family: "Tahoma", "Liberation Sans", "Verdana", "sans-serif"; }
a { text-decoration: none; color: #8f5108; }
body { width: 600px; margin: 0 auto; padding-top: 30px; }
h1 { height: 200px; background: url('rsget-mod.png') 50% 0 no-repeat; text-indent: -9999px; margin: 0 0 20px 0; }
#menu { margin: 20px 0; text-align: center; font-size: 10px; }
#menu li { display: inline; margin: 0 10px; }
#menu li a { color: black; text-decoration: none; font-weight: bold; }
#menu li a:hover { color: #2054af; }
#text { overflow: hidden; font-size: 10px; }
#text h2 { font-size: 20px; font-weight: normal; color: #2054af; height: 48px; padding: 6px 60px; }
.elem { margin-bottom: 70px; overflow: hidden; }

#news { line-height: 130%; text-align: justify; }
#news p { margin: 0 0 6px 0; }
#news .info { font-size: 12px; color: #666; }	

#news { font-size: 14px; }
#news .date { color: red; }

#about h2 { background: url('about.png') 0 0 no-repeat; }
#about em { font-weight: bold; color: #2054af; font-style: normal;}
#about p { color: #333; margin: 20px; line-height: 200%; text-align: justify; font-size: 12px; }

#news h2, #license h2 { background: url('license.png') 0 0 no-repeat; }
#license pre { margin: 10px 0; text-align: justify; font-size: 13px; line-height: 115%; width: 570px; margin: 0 auto; }

#download h2 { background: url('download.png') 0 0 no-repeat; color: #256f07; }
#download .dload { background: url('package.png') 0 50% no-repeat; height: 48px; padding: 5px 0 5px 60px; width: 320px; margin: 20px auto; }
#download .dload a { font-size: 15px; text-decoration: none; color: #2f8f08; }
#download .dload a:hover { color: black; }
#download .dload span { display: block; color: #888; }
#download .dload span a { font-size: 10px; color: #888; font-weight: bold; }
#download .dload span a:hover { color: #444; }
#download .warn { text-align: center; }


#contact h2 { background: url('contact.png') 0 0 no-repeat; margin-bottom: 25px;}
#contact p { margin: 10px 0; text-align: center; font-size: 12px; color: #888; }
#contact a { font-size: 16px; text-decoration: none; color: #076bdb; margin-left: 5px; }
#contact p.blog { margin: 40px 0; }
#contact p.blog a { color: #256f07; }


#copyright { text-align: center; font-size: 10px; color: #888; margin: 40px 0 0 0; padding: 10px 0; border-top: 1px solid #ccc;  }

