/* Start of CMSMS style sheet 'Podstawowy' */
/*  
Template name: Grunge Superstar
Template URI: http://templates.arcsin.se/grunge-superstar-website-template/
Release date: 2008-06-15
Description: A dirty, monochrome single-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* --------------------------------
   General
----------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #444 url('uploads/images/img/body.jpg');
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {margin-bottom: 10px;}

dfn {display:none;}

blockquote, code {
	background: #4A4A4A;
	border: 1px solid #333;
	color: #BBB;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #4A4A4A url('uploads/images/img/quote.gif') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
#content h2 {font: normal 1.6em Georgia,sans-serif; margin-bottom: 15px;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('uploads/images/img/paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 778px;
}
#paper_right {
	background: url('uploads/images/img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('uploads/images/img/grain_dark.gif');
	margin: 0 auto;
	width: 736px;
}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #333;}

#header_image {
	height: 160px;
	background: #222 url('uploads/images/img/header.jpg') no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	background: #222;
	padding: 12px 20px;
}
#site_title h1 	{
	color: #EED;
	font: normal 2em Georgia,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #BFBFB6;
	font: normal 1.1em sans-serif;
	margin: 0;
}


/* --------------------------------
   Content
----------------------------------- */

#content {	
	float: left;
	clear: both;
	background: #4A4A4A;
	color: #CCC;
	padding: 15px 0px;
        width: 718px;
        text-align:justify;
}
	
/* --------------------------------
   Main
----------------------------------- */

#main {
	float: left;
	width: 480px;
	padding: 0px 10px;
}
#main2 {
	float: left;
	width: 698px;
	padding: 0px 10px;
}

/* --------------------------------
   Sub
----------------------------------- */


#sub {	
	float: right;
	width: 198px;
	padding: 0px 10px;
}



/* --------------------------------
   Footer
----------------------------------- */

#footer {	
	clear: both;
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
        line-height: 35px;
	padding: 0px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}
#licznik {padding-left: 20px;}

/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Guestbook
----------------------------------- */

.cms-guestbook-showform-button input {
background: #353535;
 border: 1px solid #555; 
color: #aaa;
}
.cms-guestbook-div-insert .guestbutton {
background: #353535; 
border: 1px solid #555; 
color: #aaa; 
text-align: center;
width: 90px;
}
.cms-guestbook-div-insert input, .cms-guestbook-div-insert textarea {
background: #444; 
border: 1px solid #555; 
color: #eee;
}
/* --------------------------------
   Tinymce
----------------------------------- */
#tinymce { color: #CCC !important; padding:10px !important;width: 480px !important;overflow:auto; text-align: justify !important;}

#tinymce a {color: #EEC !important;}
/* End of 'Podstawowy' */

