/*  
Theme Name: ForDJ
Theme URI: http://fordj.pl/
Description: Wordpress exclusively theme for <a href="http://fordj.pl/">ForDJ.pl</a>.
Version: 1.0
Author: Piotr Rybarczyk
Author URI: http://netfish.pl/
*/


* { margin: 0;
	padding: 0;
	}

a {
	color: #ff7300;
	outline: none;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #fff;
	text-align: center;
	}

div#container {
	background: #000 url(img/container_bg.png) repeat-y;
	margin: 0 auto;
	width: 955px;
	text-align: left;
	}

div#page {
	background: transparent url(img/page_bg.png) no-repeat bottom;
	overflow: hidden;
	position: relative;
	width: 955px;
	}

div#header {
	background: #000 url(img/header_bg.png);
	height: 283px;
	}

#header h1 a {
	display: block;
	height: 147px;
	left: 5px;
	position: absolute;
	top: 19px;
	width: 178px;
	text-indent: -9999px;
	}

div.description {
	text-indent: -9999px;
	}

div#header ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 10px;
	}

div#header li {
	display: inline;
	margin: 0 0 0 10px;
	}

div#header li a{
	color: #fff;
	}

a#banner {
	background: transparent url(img/banner/banner2.gif);
	display: block;
	height: 17px;
	left: 258px;
	padding: 190px 0 0 7px;
	position: absolute;
	top: 75px;
	width: 690px;
	}

div#content {
	float: right;
	font-size: 1em;
	padding: 25px 65px 100px 0;
	width: 445px;
	}

div#content h2, div#content h3#respond {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	}

div#content h2 a, div#content h2.pagetitle, div#content h3#respond {
	color: #1081b5;
	}

div#content h2.pagetitle {
	margin: 0 0 20px 0;
	}

div#content h2#error {
	color: #c00;
	}

div#content p#errorlist {
	background: #900;
	padding: 5px 10px;
	}

div#content small {
	color: #ff7300;
	}

div#content p {
	line-height: 1.4em;
	margin: 10px 0 0 0;
	text-align: justify;
	text-indent: 2em;
	}

div#content p.postmetadata {
	background: #191919;
	padding: 5px 10px;
	}

div#content ul {
	list-style: none;
	}

div#content li ul {
	margin: 0 0 20px 0;
	}

div#content li h3, div#sitemap h2 {
	color: #ff7300;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	padding: 0 0 5px 0;
	}

div#content li {
	line-height: 1.6em;
	}

div#content li a {
	color: #1081b5;
	display: block;
	font-size: 1.2em;
	height: 1%;
	}

div#sitemap li a {
	display: inline;
	}

div#sitemap li li a {
	color: #fff;
	font-size: 1em;
	}

div#sitemap li strong {
	color: #1081b5;
	font-size: 1.2em;
	font-weight: normal;
	}

div#content li li, div#sitemap ul  {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	} 

div.post {
	border-bottom: 1px dotted #333;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}
	
div#content p.postmetadata, div#content form p, div#content p#errorlist {
	text-indent: 0;
	}

div#contact p {
	text-align: center;
	text-indent: 0;
	}

div#newsletter {
	background: transparent url(img/newsletter_bg.png) no-repeat bottom;
	bottom: 5px;
	height: 91px;
	padding: 0 0 0 5px;
	position: absolute;
	right: 10px;
	width: 188px;
	}

div#sidebar {
	margin: -45px 0 435px 0;
	width: 139px;
	}

div#sidebar ul {
	list-style: none;
	}

#sidebar li a {
	background: transparent url(img/sidebar_li_a_bg.png) no-repeat;
	color: #000;
	display: block;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	height: 25px;
	padding: 3px 0 3px 38px;
	}

#sidebar li a:hover {
	text-decoration: none;
	}

#sidebar li.current_page_item a, #sidebar li.current-cat a {
	background: transparent url(img/sidebar_li_active_bg.png) no-repeat;
	color: #fc0;
	}

div#footer {
	background: #000;
	padding: 0 0 30px 0;
	text-align: center;
	}

/* Formularze */

input#author, input#email, input#url, textarea#comment, input#fm_name, input#fm_email, input#fm_subject, input#fm_verify, textarea#fm_message {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	padding: 3px;
	}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus, input#fm_name:focus, input#fm_email:focus, input#fm_subject:focus, input#fm_verify:focus, textarea#fm_message:focus {
	border: 1px solid #ff7300;
	color: #ff7300;
	}

input {
	margin: 0 5px 0 0 ;
	}

textarea {
	width: 100%;
	}

input#submit {
	padding: 2px 10px;
	}

form img {
	margin: 0 0 -6px 0;
	}
