@import "http://static-l.wikidot.com/common--theme/shiny/css/style.css";

div#container-wrap {
	background: url(http://lastlook.pl/~quake/shiny2/body_bg.png) repeat-x;
}

#header h1 a {
	background: url(http://lastlook.pl/~quake/shiny2/header_logo.png) no-repeat;
	display: block;
	height:140px;
	margin: 0;
	outline: none;
	width: 300px;
	max-height: 140px;
	padding: 0;
}

#header h1 a span {
	display: none;
}

#top-bar ul li, #top-bar ul li a {
	border: transparent;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#top-bar ul li.sfhover {
	background: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#top-bar ul li.sfhover a {
	background: transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        color: #fff;
}

#top-bar ul li.sfhover a:hover {
	background: transparent;
	color: #fff;
}

#top-bar > ul > li {
	background: #fff;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#top-bar ul li ul {
	border-color: #aaa;
        background: #ccc;
        -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#top-bar ul li.sfhover ul li a {
        color: #000;
}

#page-title {
	font-family: Georgia, "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}

#header h2 {
	padding: 26px 0 0;
}

#header h2 span {
	color: #fff;
}

#side-bar {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
