body, td, th, div, input, textarea {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}
p, li, td, th, div {
	line-height: 150%;
}
a {
	border-bottom: 1px solid #b0b0b0;
	text-decoration: none;
}
a:hover {
	background-color: #FFF2C5;
}
a.img {
	border-bottom: 0px;
}
a:hover.img {
	background-color: #ffffff;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color: #333;
	margin-bottom: 10px;
	color: #7F2A00; 
}	
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	border: 0;
	color: #7F2A00;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover  {
	background-color: #FFF2C5;
	border-bottom: 1px dashed #ccc;
}
h1 {
	font-size: 20px;
	letter-spacing: -1px;
	margin-top: 20px;
}
h2 {
	font-size: 18px;
	margin-top: 14px;
}
h3 {
	font-size: 16px;
	margin-top: 14px;
}
h4 {
	font-size: 14px;
	margin-top: 14px;
}
.error_msg {
	font-weight: bold;
	color: #FF0000;
}
input,textarea {
	padding: 2px;
}
.highlighter {
  background: #ffffaa;
}

/* --------------------------- header */

#header {
//	background: #334839;
//	background: #4D3A2E;
//	background: #42587E; /* niebieskie */
//	background: #324868; /* niebieskie */
//	background: #451010; /* ciemny bord */
//	background: #52080E; /* jasniejszy bord */
//	background: #702020; /* czerwony */
//	background: #800000; /* czerwony */
//	background: #556329; /* zielonawy */
//	background: #4a581f; /* zielonawy ciemniejszy */
//	background: #596115; /* zielonawy w zolty */
//	background: #767F00;
	background: #7C8500;
	width: 100%;
	color: #F8F1DA;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
}
#header div {
	width: 700px;
	color: #fffde5;
	color: #fffff0;
	margin: 0 auto 0 auto;
}
#header h2 {
	font-size: 18px;
	color: #fffff0;
	margin: 0;
}
#header h2 .slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/* --------------------------- menu */

#menu {
	clear: both;	
	background: #a02020;
	background: #98A24D;
	background: #828A49;
	background: #EDE9E1;
	background: #e8e8e8;
	font: bold 12px/23px Verdana, Arial, Helvetica, sans-serif;
	height: 26px;
	width: 100%;
}
#menu ul {
	width: 700px;
	margin: 0px auto 0px auto;
	list-style: none;
}
#menu ul li {
	display: inline;
	line-height: 23px;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #000;
	text-decoration: none;
	border: 0;
}
#menu ul li a:hover {
	background: #FACB73;
	background: #FE9E49;
	background: #f5dfb5;
	color: #000;
	border-bottom: 3px solid #FFA600;
}
#menu ul li#current a {	
	background: #E0E3C9;
	background: #828A49;
	background: #FACB73;
	color: #000;
	border-bottom: 3px solid #FFA600;
}


/* --------------------------- wrapper */

#wrapper {
	width: 700px;
	margin: 0px auto 0px auto;
}

/* --------------------------- side_menu */

#side_menu {
	float: right;
	width: 185px;
	margin: 5px 0 5px 0;
}
#side_menu .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #f0f0f0;
	font-weight: bold;
}
/*
#side_menu a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
//	margin-top: 2px;
//	margin-bottom: 2px;
	color: #503030;
//	background-color: #E6ECE8;
	border-bottom: 1px solid #f0f0f0;
}
#side_menu a:hover {
	background: #D2DDD6;
	background: #FFF2C5;
//	padding-left: 7px;
}
*/

#side_menu ul {
	list-style-type:none;
}
#side_menu li {
}
#side_menu li a {
	display:block;
	
	height:14px;
	line-height:14px;
	
/*	padding-left:5px; */

	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #503030;
	border-bottom: 1px solid #f0f0f0;
}
#side_menu li a:hover {
	background: #FFF2C5;
}

/* --------------------------- content */

#content {
	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 3px;
}
#content .post_info {
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}
#content .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a09898;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 40px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0e8;
}


#content ul, ol {
  padding-left: 20px;
}
#content li {
  padding: 0px 0px 8px 0px;
}

#content img.mpic {
    padding: 1px 1px 1px 1px;
    border: 1px solid #c0c0c0;
}
#content a:hover.img img.mpic {
	border: 1px solid #880000;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	line-height: 120%;
}


/* Photos
----------------------------------------------- */

#photos h2 { margin: 0; font-size: 16px; }
#photos h2 a { color: #7F2A00; }
#photos .g-date { margin-top: 0px; font-weight: normal; color: #666; }
#photos .g-desc { margin-top: 3px; }
#photos .photo_info { }
#photos a.g-name { color: #006600; text-decoration: none; }
#photos a.g-name:hover { color: #660000; text-decoration: none; }

/* Companies
----------------------------------------------- */

#companies { clear: both; }
#companies h2 { margin: 0px 0px 3px 0px; }
#companies .website  { }
#companies img.logo {
	float:right;
	margin-left:15px;
}
#companies .item_block {
	margin-top: 40px;
	border-color: #CCCCCC;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
}
#companies .info_block {
	margin-top:10px;
}

/* Games
----------------------------------------------- */

#games h2 { margin: 0px 0px 3px 0px; }
#games h2 span.release_date { font-size: 0.8em; color: #888; }
#games .website  {
	font-size: 8pt;
}
#games img.preview {
	margin-left:15px;
	float:right;
}
#games .item_block {
	margin-top: 40px;
	border-color: #CCCCCC;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
}
#games .title_block {
	margin-bottom:10px;
}
#games .info_block {
	margin-bottom:10px;
}


/* --------------------------- uwaga */

#uwaga {
  width: 90%;
  border: 1px solid #D58700;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #FFF4C1;
}

#uwaga h2 {
  font-size: 17px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  color: #e00000;
}

#uwaga p {
  color: #000;
  padding: 0px;
  margin: 0px;
}

