/*  
Theme Name: Mad Max WordPress
Theme URI: http://www.madmax.riders.pl/
Description: Szata WordPress - Mad Max, oparta na s&#322;ynnej szacie graficznej <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Mad Max
Author URI: http://www.madmax.riders.pl/

	Kubrick v1.5
	 http://www.madmax.riders.pl/

	Ta szata graficzna została zaprojektowana i stworzona przez Michaela Heilemanna,
	który ma bloga pod adresem http://binarybonsai.com/

	CSS, XHTML i projekt objęty jest licencją GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** OBRAZKI ***
	CSS dotyczący użycia obrazków jest umieszczony w pliku 'index.php'.
	Ułatwia to instalację bloga w podkatalogach serwera.

	Baw się dobrze i nie krępuj się pytać, jeśli chcesz się czegoś ode mnie dowiedzieć.
*/



/* Start Typografia i kolory */
body {
	font-size: 10px; /* Zmienia 1em na 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	background-image: url(http://www.madmax.riders.pl/wp-content/themes/madmax/images/carbon.jpg);
	color: #909090;
	text-align: center;
	}

#page {
	background-color: #000000;
	text-align: left;
	}

#header {
	background-color: #000000;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;

	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #252525;
	border: 1px solid #909090;
        -moz-border-radius:4px;
	}

.even {
	background-color: #101010;
	border: 1px solid #909090;
        -moz-border-radius:4px;
	}


#commentPreview {
	background-color: #252525;
	border: 1px solid #909090;
        -moz-border-radius:4px;
	display: block;
	margin-top: 30px;
	padding: 5px;
	}


#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	}

.description {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin-top: -6px;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #EC7A00;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #909090;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #cecece;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-left: 1px dashed #640000;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #909090;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #EC7A00
;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* Koniec Typografia i kolory */



/* Start Struktura */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #000000;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	text-align: center;
	font-family: arial, helvetica, verdana;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 5px 0px 0px;
	padding-right: 5px;
	width: 490px;
	border-right: 1px dashed #640000;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 90px;
	width: 570px;
	}
	
.post {
	margin: 0 0 40px 0;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 720px;
	clear: both;
	}

#footer p {
	margin: 20px;
	width: 680px;
	padding: 20px 0px ;
	text-align: center;
	border-top: 1px dashed #640000;
	}
/* Koniec Struktura */



/*	Start Nagłówki */
h1 {
	padding-top: 2px;
	margin: 0;
	text-align: center;
	}


h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 10px;
	}

h3 {
	padding-bottom: 10px;
	padding-left: 10px;	
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* Koniec Nagłówki */



/* Start Obrazki */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Użyj 'class="alignright"', a obrazek (kto by pomyślał?!) 
	wyrówna do prawej. Użyj 'class="centered', a obrazek oczywiście
	wyrówna do środka. To o wiele lepsze, niż użycie
	align="center", no i pewniejsze (nie mówiąc o zgodności ze standardami) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* Koniec Obrazki */



/* Start Listy

	Stylizowane listy wypunktowane (nie w IE)
	Nie działają w Internet Explorer, który pokazuje domyślne listy. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* Koniec Listy */



/* Start Elementy formularza */
#searchform {
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
	}

#sidebar #searchsubmit {
	background-color: #353535;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	margin-top: 5px;
	}

#searchform #s {
	width: 200px;
	padding-left: 3px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	}


#searchsubmit {
	background-color: #353535;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	}


.entry form { /* To dla wpisów chronionych hasłem, żeby lepiej się prezentowały. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	margin: 1px 1px 1px 0;
	padding: 0px;
	height: 18px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
	}


input {
	margin: 1px 1px 1px 0;
	padding: 0px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	}

.y_msg {
	width: 100%;
	padding: 2px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #252525;
	border: 1px solid #909090;
	color: #909090;
	font-weight: bold;
        -moz-border-radius:4px;
	}
	
#commentform #submit {
	margin: 0;
	float: right;
        -moz-border-radius:4px;
	font-weight: bold;
	}
/* Koniec Elementy formularza */



/* Start Komentarze */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* Koniec Komentarze */



/* Start Pasek boczny */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 540px;
	width: 180px;
	}

#sidebar form {
	margin: 0;
	}
/* Koniec Pasek boczny */



/* Start Kalendarz */

#calendar {
text-align: center;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9px;
	}

#wp-calendar a {
	display: block;
	}

#calendar_daysRow {
font-size: 14px;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 12px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	}

#wp-calendar td.pad:hover { /* Nie działa w IE */
	background-color: #fff; }
/* Koniec Kalendarz */



/* Start Różne */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 15px 0 10px;
	padding-left: 50px;
	padding-right: 5px;
	background-image: url('/wp-content/themes/madmax/images/blockquote.png');
	background-repeat: no-repeat;
	border: 1px dotted #454545;
	background-color: #101010;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	width: 100%;
	}
/* Koniec Różne */


#xmms {
text-align: center;
margin: 2px 0px 10px 0px;
}

.current_page_item {
font-weight: bold; border: 1px dotted #909090;
}
.applet {
border: 1px solid #353535;
-moz-border-radius: 10px;
padding: 10px;
margin: 30px;
text-align: center;
}

ins {
color: #757575;
text-decoration: none;
font-style: italic;
}

/* For Link Indication plugin */
a.liexternal {
padding-right: 12px;
background: url(images/link-icon_external.gif) no-repeat right;
}
a.liwikipedia {
padding-right: 14px;
background: url(images/link-icon_wikipedia.gif) no-repeat right;
}
a.liimdb {
padding-right: 18px;
background: url(images/link-icon_imdb.png) no-repeat right;
}
a.liftp {
padding-right: 13px;
background: url(images/link-icon_ftp.png) no-repeat right;
}
a.limailto {
padding-right: 18px;
background: url(images/link-icon_mail.png) no-repeat right;
}
a.liinternal {
}



## wpvideo

.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
}

.wpv_download a:hover {
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}


ul.tagcloud {
padding: 0;
margin: 0 1em 0 0;
background: none;
list-style: none;
text-align: justify;
}
ul.tagcloud li {
background: none;
display: inline;
list-style: none;
margin-left: 0;
white-space: no-wrap;
}
ul.tagcloud li a {
font-weight: bold;
list-style: none;
}
ul.tagcloud li a:hover {
text-decoration:underline;
}

code {
	background-color: #101010;
	border: 1px solid #909090;
        -moz-border-radius:4px;
	display: block;
	font-family: courier, fixed, terminal;
	padding: 5px;
	color: black;
	background-color: #cecece;
}
pre {
	background-color: #101010;
	border: 1px solid #909090;
        -moz-border-radius:4px;
	display: block;
	font-family: courier, fixed, terminal;
	padding: 5px;
	color: black;
	background-color: #cecece;
}

.download
{ clear: both; margin:10px 0 10px 0; padding: 5px 10px 5px 70px; background-color: #353535; border: 1px solid #656565; font-size: 0.9em; line-height: 1.4em; color: #cecece; height: 85px; -moz-border-radius:4px; }
.download table
{ margin: 10px 0 10px 0; border: none;}
.link
{ width:80px; }
.link .image
{ border: none; }
.content
{ padding-left: 15px; font-size: 1.1em; line-height: 1.2em; color: #cecece; }
a.list_file
{ display: block; border-bottom: none; }
a:hover.list_file
{ color: #fff; background-color: #69c;}
table#downloads
{ width: 100%; border-collapse: collapse; }
#downloads th, #downloads td
{ font-size: 90%; margin: 0; padding: 4px; border: 2px solid #fff; }
#downloads th
{ font-weight: bold; }
#downloads th#count, #downloads th#login, #downloads th#filename, #downloads th#referer, #downloads th#ip
{ width: auto; }
#downloads th#timestamp
{ width: 140px; }
#downloads td div
{white-space: nowrap; overflow: hidden; }
.download_view a
{float: right; top: 10px; right: 10px; font-size: .9em; text-decoration: none; display: block; padding: 1px 4px 1px 4px; border: none; }
.download_view a:hover
{ color: #fff; background-color: #69c; }


ul#tagcloud { padding:0; margin:0; text-align: justify; list-style:none; padding-right: 8px; }


