/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000; /* url(images/img01.gif) repeat-x; */
	font-family: /*"Trebuchet MS"*/ Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 5em;
}

h2 {
	letter-spacing: 0px;
	font-size: 4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: red; /* #CCCCCC;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background: red;
	color: black; /*#FFFFFF;*/
}

hr {
	border: thin dotted gray;
}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
	color: red;
}

#header h2 {
	padding: 47px 0 0 8px;
	color: #FFFFFF;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: red;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/menu.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #FF6969;
	background: transparent;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	/*
	background: url(images/img04.jpg) no-repeat;
	*/
}

/* Content */

#content {
	float: left;
	width: 520px; /*605*/
	background: url(images/tresc.jpg) no-repeat;
	
}
#just {
	text-align: justify;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 40px 40px 0 40px;
	font-size: 1.3em;
	/* background: url(images/img05.gif) no-repeat; */
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width:  200px; /*295px; */
	background: url(images/menu_lewe.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 20px;
}

#sidebar li {
	padding-left: 20px;
}

#sidebar li ul {
	padding: 0px 0px 0px 0px;
	list-style: none inside;
	
}

#sidebar h2 {
	/*height: 50px;
	 padding: 20px 20px 0 20px;
	 background: url(images/img06.gif) no-repeat; */
	font-size: 1.1em;
}

/* Sidebar2  dolozony  */

#sidebar2 {
	float: left;
	width:  200px; /*295px; */
	height: 450px;
	padding: 0%;
	margin: 0;
	background: url(images/menu_prawe.jpg) no-repeat;
}

#sidebar p {
	float: left;
}



/*Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/* ---------------------------Moje ---------------------------------------------*/

.pytanie 
{
	color: red;
}

.CYTAT
{		
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-style: italic;
}

.SEKCJA
{	
	text-align: left;
	font-size: 160%;
}

.TYTUL
{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 150%;
}

.PODPIS
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-size : 100%;
	font-style : italic;
}

.PRAWY
{
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}

.LEWY
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}


A.ODSYLACZ2:VISITED
{
	color: Red;
	text-decoration: none;
	font-size : 85%;
}

A.ODSYLACZ2:HOVER
{
	color: Black;
	background-color : Red;
	text-decoration: none;
	font-size : 85%;
}

