/* 
czcionka standardowa to 12px 
prócz tego jest też ogólny styl Small i SuperSmall
*/
body, p, div, h1, h2, h3, h4, h5, h6, li, ol, ul, td, th, dd, dt {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;/*tu chodzi o czcionkę*/
}

BODY
{
margin-top:0;
margin-left:0px;
margin-right:0px;
/*FONT-FAMILY: Verdana,Arial,Garamond;
FONT-SIZE:90%;*/
/*background-color:#E5ECF4;*/
background-color:#dddddd;
/*margin: 0px 0px 0px;*/
/*background: #FFFFFF url('images/bg.gif') repeat;  */
}
/*ogólne*/


A 			{ color: #003366; text-decoration: none; }
A:link		{ color: #003366; text-decoration: none; }
A:visited	{ color: #003366; text-decoration: none; }
A:active	{ color: #54622D;  }
A:hover		{ color: #005386; text-decoration: none; }


/*
z czerw. podkreśleniem
A:hover		{ border-bottom-style: solid; border-bottom-width: 1;border-bottom-color: #DD0000; }
*/

/*by nie było ramki wokół images będących linkami*/
a img{
 border:none;
}


UL
{ 
line-height: 130% ;
}

P
{ 
line-height: 160%; 
}

H1
{
/*FONT-SIZE:130%;*/
font-size:18px;
color:#002066;
}

H2
{
font-size:14px;
color:#000066;
margin-bottom:1.1em;
text-decoration: underline;
font-weight: 800;
}

H3
{
/*FONT-SIZE:95%;*/
font-size:12px;
color:#000066;
text-decoration: underline;
}	

H4
{
/*FONT-SIZE:95%;*/
font-size:12px;
color:#CC3300;
text-decoration: underline;
}	

TABLE
{
FONT-SIZE:11px;
}


SMALL
{ 
font-size:10px;
}

/*
ukryty np. div lub p lub tr
używane min. dla pola antibotowego w comments_utils.php - user ma nie widzieć pola "antibot", boty natomiast z chęcią je wypełnią
*/
.hid{
  display:none;
}
/* ---------------------------------------------- */
/* page... styles dla page głównego (index.php), być może też (ale wątpliwe) dla innych stron) */

.page_left{
 float: left;
 width:74%;
 position:relative;
 /*border: 1px solid #0099FF;*/
 /*background-color:#FF0000;*/
 padding: 4px 4px 4px 4px;
 font-size:11px;
 background: inherit;
}

.page_right{
 float:right;
 width:20%;
 padding: 4px 10px 4px 10px;
 margin-left:4px;
 background: inherit;
 border-left: 1px dotted #cccccc;
}

/*top bar*/
div.topbar
{
  
  color:#ffffff; 
  padding:5px 5px 5px 5px;
  line-height:15px;
  background-image:url('http://www.konradp.com/wsystem/images/phpimg_gradient_rect.php?color=9,139,204&dir=v&width=1&height=150&change=-1.5');
  background-repeat: repeat-x;
}

/*frame, w środku z reguły jest wstawiony tytuł w h2*/
.frame
{
  padding:0px 3px 8px 10px;
  margin:5px 3px 0px 3px;
  border:1px solid #CCCCCC;
  background-image:url('http://www.netopi.com/images/frame_content_bg.png');
  background-repeat: repeat-y;
}

.frame h2, .frame h3{
  /*background-image:url('http://www.netopi.com/images/bar_bg.png');*/
  /*background-image:url('http://www.netopi.com/images/frame_title_bg.png');*/
  /*background-image:url('http://www.konradp.com/wsystem/images/phpimg_gradient_rect.php?color=0,0,65&dir=v&width=1&height=50&change=3.8');*/
  
    background-image:url('http://www.konradp.com/wsystem/images/phpimg_gradient_rect.php?color=9,169,234&dir=v&width=1&height=50&change=-1.2');

  background-repeat: repeat-x;
	padding:2px 2px 2px 5px;
	margin-top:5px;
	margin-left:-7px;
	color:white;
	text-decoration:none;
	font-size:13px;
}

.frame h2 a{
	color:white;
}

.frame_subtitle{
  color:#003069;
  margin-top:-5px;
  line-height:1.1em;
  text-align:right;
  font-style: italic;
}

/*
używane w index.php i może w innych miejscach - takie małe info o userze
w ramce.
*/
.user_box{
  height:50px;
  width:70px;
  float:left;
  background-color:#FAFAFA;
  border:1px solid #EEEEEE;
  margin:2px 2px 2px 2px;
  padding:3px 3px 3px 3px;
  font-size:90%;
  overflow:hidden;
  text-align:center;
}

/*no jakoś nie działa.*/
/*
.user_box div:hover {
	color:#D6BE7E;
}
*/


/*
reviews
-----------------------------------------------------------
raczej o divy chodzi
poniższe obejmuje cały review - user, url, comment etc.
*/
/*cały review*/
.review_body{
	/*border-top:1px solid #eeeeee;*/
	/*border:1px solid #eeeeee;*/
	margin-top:5px;margin-bottom:20px;
	width:96%;
	padding: 4px 4px 4px 6px;
	/*border-left: 2px solid #FF9900;*/
	border-left: 1px dotted #007090;
	
}
/*wszystko o userze - avatar, name etc */
.review_user_info{
  /*border:1px solid #eeeeee;*/
  float: left;
  /*font-weight: 800;*/
  padding-bottom:4px;
  color:#5f5f5f;
  
  /*border-bottom:1px solid #cccccc;*/
  width:100%;
}

.review_url_info{
 font-size:120%;
 font-weight: 800;
 /*text-decoration: underline;*/
 overflow:hidden;
 margin-bottom:5px;
 /*background-color:#00FF00;*/
}

.review_review{
 /*background-color:#000050;*/
 padding-top:5px;
 margin:0px 0px 0px 0px;
 border-top:1px solid #eeeeee;
}

.spacer {
	clear: both;
}
