/**
 * seoninja.pl
 *
 * @author Piotr Cichosz aka shpyo
 * @version 1.00 2008/09/29
 */

body,html {
	font: normal 0.9em Tahoma, Helvetica, Geneva, sans-serif;
	background: #191919;
	color: #7d7d7d;
	margin: 0;
}

/******************************************************************
 * global styles
 */
a { text-decoration: none; }

img { border: 0; }

h1,h2,h3,h4,h5,h6 { color: #fff; font-weight: normal; margin: 0; padding: 0 0 10px 0; font-family: "Georgia", Verdana, Arial; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #aaa; }

div.wrapper { width: 960px; margin: auto; overflow: hidden; position: relative; }

p { margin: 0; padding: 5px 0; line-height: 160%; }

ul { list-style: none; margin: 0; padding: 0; }

.form input.submit { width: 110px !important; cursor: pointer; }
.form input, .form textarea { padding: 2px 1px; width: 650px; background: #000; border: 0; font: normal 1.3em Tahoma, Helvetica, Geneva, sans-serif; color: #ccc; }
.form textarea { height: 140px; }
.form input.small { width: 120px; }
.form label { display: block; padding: 4px 0; font-weight: bold; }
.form label span { color: #f00; display: block; font-weight: normal; }
.form span.info { color: #ff0; display: block; }
.form span.info a { color: #ff0; text-decoration: underline; }

/******************************************************************
 * page listing
 */

#top {}
#top a.logo { background: url(../../images/frontend/logo.gif) no-repeat; height: 55px; padding: 0 0 0 65px; display: block; font: normal 1.6em Georgia, Helvetica, Geneva, sans-serif; color: #fff; margin: 15px 0 0 0; }
#top a.logo span { display: block; font-size: 0.5em; }
#top .wrapper { padding-bottom: 20px; border-bottom: solid 1px #0a0a0a; }

#container .wrapper { padding-bottom: 20px; border-top: solid 1px #202020; border-bottom: solid 1px #0a0a0a; }

#msg { margin: 10px; padding: 5px; border: solid 1px #fff; background: #ccc; color: #000; }

#content { width: 700px; padding: 10px; float: left; }
#content div.list { overflow: hidden; }
#content div.list .entry { overflow: hidden; border-top: solid 1px #202020; border-bottom: solid 1px #0a0a0a; padding: 10px 0; }
#content div.list .entry h4 { font-size: 1.2em; background: url(../../images/frontend/fav.gif) no-repeat; padding: 3px 0 10px 30px; }
#content div.list .entry h4.new { font-size: 1.2em; background: url(../../images/frontend/new.gif) no-repeat; padding: 3px 0 10px 30px; }
#content div.list .entry h4 a:hover { text-decoration: underline; }
#content div.list .entry ul { font-size: 0.8em; width: 100px; float: left; }
#content div.list .entry p { padding: 0; font-size: 0.9em; width: 600px; float: right; }
#content div.list .first { border-top: 0; }
#content div.list .last { border-bottom: 0; }
#content ol.rlz { line-height: 1.8em; }
#content ul.tags li { display: inline; }
#content ul.tags li a { color: #ccc; }
#content ul.tags li a:hover { text-decoration: underline; }
#content a.cat { color: #ccc; }
#content div.paginator a { color: #fff; }
#content div.paginator a.selected { text-decoration: underline; font-weight: bold; }

#menu { float: right; width: 240px; color: #ccc; }
#menu ul li a:hover { color: #fff !important; }
#menu h3 { font-size: 2em; padding: 10px; }
#menu h3.dir { padding-left: 40px; background: url(../../images/frontend/dir.gif) 10px 14px no-repeat; }
#menu h3.keys { padding-left: 40px; background: url(../../images/frontend/keys.gif) 10px 19px no-repeat; }
#menu h3.stats { padding-left: 40px; background: url(../../images/frontend/stats.gif) 10px 15px no-repeat; }
#menu li.add { font-size: 1.5em; padding: 10px 10px 10px 40px; background: url(../../images/frontend/dodaj.gif) 10px 12px no-repeat; }
#menu li.add a { color: #5cbc67; }
#menu li.add a:hover { text-decoration: underline; color: #5cbc67 !important; }
#menu li.rlz { font-size: 1.5em; padding: 10px 10px 10px 40px; background: url(../../images/frontend/rlz.gif) 10px 12px no-repeat; }
#menu li.rlz a { color: #f6e674; }
#menu li.rlz a:hover { text-decoration: underline; color: #f6e674 !important; }

#menu ul.m, #menu ul.k { padding: 0 10px; margin: 0 0 0 10px; }
#menu ul.m li { padding: 4px 0; }
#menu ul.m li a { color: #ccc; }

#menu ul.k li { width: 101px; float: left; padding: 2px; font-size: 0.9em; }
#menu ul.k li a { color: #aaa; } 

#footer { clear: both; font-size: 0.8em; text-align: center; }
#footer .wrapper { padding: 20px 0; border-top: solid 1px #202020; }
