/* AJ-Fork example css */
html,body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #777777;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/* Link text */
a {
	font-size: 10px;
	color: #2C4969;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	}

a:visited {
	color: #2C4969;
	}

a:hover {
	color: #417EA5;
	border-bottom: 1px solid #DDD;
	}
/* Tekst-menu przy newsach */
.maly { 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	}
/* Linia oddzielajaca */
.linia { 
	border-bottom: 1px solid #000000;
	}
/* Akapit */
p {
	text-indent: 20px;
	text-align: justify;
	
	}

/* Beautify the form fields */
input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	background: #F1F3E5;
	border: 1px solid #D9DDC4;
	}
/* Icons should _never_ have borders around them unless you say so, right? */	
img {
	border: 0px;
	}
/* The following five styles are used for articles. */
div.article {
	margin: 0px 0px 35px 0px;
	}
div.article_text {
	padding-left: 5px;
	padding-bottom: 1px;
	}
h1 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font: 18px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #98A174;
	letter-spacing: 2px;
	}
h2 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	color: #666;
	}
h2 em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #999;
	}	
.cn_comment_even {
	border-top: 1px dashed #D9DDC4;
	margin-top: 5px;
	background: #fbffe6;
	padding-top: 3px;
	}
.cn_comment_odd {
	border-top: 1px dashed #D9DDC4;
	}
.desc {
	margin-left: 15px;
	}
.specials {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}
.specials em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #999;
	}
#latestcomments {
	padding-right: 5px;
	}

/* Tabela glowna */
#body {
	background: #fff;
	height: 100%;
	text-align: left;
	}
#header {
	font-size: 15px;
	font-weight: bold;
	background: #CDD798;
	border: 1px solid #D9DDC4;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px;
	}
/* Menu glowne po lewej */
#menu {
	width: 120px;
	border-right: 1px dashed #D9DDC4;
	height: 100%;
	}
/* Main content in here */
#news {
	padding-left: 10px;
	vertical-align: top;
	padding-right: 10px;
	}
/* Footer (powered / valid xhtml / blablabla) */
#footer {
	width: 100%;
	font-size: 9px;
	border-top: 1px solid #D9DDC4;
	padding-top: 5px;
	text-align: center;
	}
/* Used to force browsers to draw everything as it should be drawn */
div.spacer {
	font-size: 1px;
  	clear: both;
  }

