/* ------- page elements ------- */

body {
	background: #FFFEFA url(/images/bg_top_green.gif) center top repeat-x;
	font:13px/18px 'helvetica neue', helvetica-neue, helvetica, arial, sans-serif;
	color:#000;

}

h1,h2,h3,h4, #sidebar {
font-family: 'Trebuchet MS', 'helvetica neue', helvetica-neue, helvetica, arial, sans-serif; 
}

p a:link, p a:visited {
      text-decoration: underline;
}
 
#accessibility {
	position:absolute;
	left:-9000px;
}

#header {
	width:750px;
	height:158px;
	margin:0 auto;
	text-align:center;
	background:transparent url(/images/29.png) left bottom no-repeat;
}

#wrapper {
	width:790px;
	margin:0 auto;
	text-align:center;
}

#sidebar {
	width:190px;
        min-height:450px;
	float:left;
	text-align:left;
}

#content {
	width:570px;
	float:right;
	text-align:justify;
}

#content #article-content, p.excerpt {
        font-size: 1.15em;
        line-height: 1.6em;
}



#footer {
	clear:both;
	width:750px;
	line-height:33px;
	margin:0 auto 20px;
	background:transparent url(/images/bg_footer.gif) 0 bottom no-repeat;
	text-align:center;
}

/* ------ General HTML elements ------ */
a {
	color:#6C9400;
}

a:hover {
	color:#8BBE00;
	text-decoration:underline;
}

p.centered {
	text-align:center;
}

cite {
	color:#7A7A7A;
}

blockquote {
	margin:0 0 10px 10px;
	padding:5px 10px 1px;
	background-color:#FAF7F1;
	border-left:4px solid #E6DDCE;
}

acronym {
	border-bottom:1px dotted #666;
	color:#000;
	cursor: help;
	letter-spacing:0.1em;
}

/* ------ Header styling with logo ------ */

#header h1 {
	text-align:left;
	}
	
#header h1 a{
	display:block;
	margin:0;
	padding:0;
	width:700px;
	position:relative;
	top:65px;
	left:220px;
	height:35px;
        font-size: 2.5em;
        color:white;
        font-weight: bold;
        font-style: italic;
	/*background:transparent url(/images/logo.gif) left top no-repeat;*/
	/*text-indent:-9000px;*/
}

#header h1 a:hover {
	background-position:0 -35px;
	cursor: pointer;
}

/* ------ sidebar styling ------ */

#sidebar h1 {
	padding:10px;
	margin:10px 0;
	background:transparent url(/images/headerbox.gif) left top no-repeat;
	font-size:1.2em;
	line-height:0.85em;
	color:#845709;
}

#sidebar p,
#sidebar ul {
	margin:0 5px;
}

#sidebar p {
	text-align:justify;
}

#sidebar a:hover {
	color:#8BBE00;
	text-decoration:underline;
}

#sidebar ul li {
	padding-left:20px;
	background:transparent url(/images/icon_link_off.gif) 0px 3px no-repeat;
}

#sidebar ul li:hover {
	background:transparent url(/images/icon_link_on.gif) 0px 3px no-repeat;
}

#sidebar ul li a {
	font-weight:bold;
}

#sidebar ul.categories li, #sidebar #menutree li {
	background:transparent url(/images/icon_category_off.gif) 0px 2px no-repeat;
}

#sidebar ul.categories li:hover, #sidebar #menutree li:hover {
	background:transparent url(/images/icon_category_on.gif) 0px 2px no-repeat;
}

#cse-search-box input[type="text"] {
	margin:3px;
	padding:2px 3px;
	border:1px solid white;
	color:#7A7A7A;
	background-image: none !important;
}

/* ------ maincontent area styling ------ */

#content-first h1, #content h1 {
	margin:10px 0 5px;
	font-size:1.5em;
        line-height:1.5em;
	font-weight:200;
	color:#ED8311;
        text-align: left;
}

#content h2 {
	margin:10px 0 10px;
	padding:7px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#845709;
        text-align: left;
}

#content h3 {
	margin:7px 0 5px;
	font-size:1.0em;
	font-weight:bold;
	color:#845709;
        text-align: left;
}

#content p,
#content ul,
#content ol {
	margin:0 0 10px;
}

#content ol {
	list-style-position:inside;
	list-style-type:decimal;

}

#content a:hover {
	text-decoration:none;
	background-color:#6C9400;
	color:#FFF;
}

#content-first h1 a, #content h1 a {
	color:#ED8311;
}

#content-first h1 a:hover, #content h1 a:hover {
	background-color:#ED8311;
	color:#FFFEFA;
}

#content ul li {
	padding-left:20px;
        margin-top: 5px;
        margin-bottom: 5px;
	background:transparent url(/images/icon_link_off.gif) 0px 6px no-repeat;
}

#content img {
	margin:0 0 5px 15px;
	padding:3px;
	border:1px solid #E6DDCE;
	background-color:#FAF7F1;
	float:right;
}

/* ------ posts in listmode ------ */

#content div.postlist {
	margin:10px 0 20px;
}

#content div.postlist h1 {
	margin-bottom:5px;
}

/* ------ comment list ------ */

#content div.comments {
	margin:35px 0 25px;
}

#content div.comments h2 {
	padding:3px 10px 3px 5px;
	border-top:1px solid #E6DDCE;
	font-size:1.2em;
}

#content div.comments ol {
	margin:25px 10px 20px 5px;
	list-style:none;
}

#content div.comments ol li {
	padding:0 0 15px 20px;
	background:transparent url(/images/icon_comments.gif) 2px 5px no-repeat;
}

/* ------ comment date and time, both list and single view ------ */

p.postmetadata {
	padding:3px 10px 3px 20px;
	background:transparent url(/images/icon_posted.gif) 5px 7px no-repeat;
	border-top:1px solid #E6DDCE;
	font-size:0.85em;
	color:#7A7A7A;
}

p.postmetadata span.comments {
	padding-left:35px;
	background:transparent url(/images/icon_comments.gif) 17px 4px no-repeat;
}

/* ------ comment author, date, time ------ */

.commentmetadata {
	font-size:0.85em;
	color:#7A7A7A;
}

.commentmetadata em {
	font-size:1.2em;
	font-style: normal;
	font-weight:bold;
	color:#845709;
}

.commentmetadata span {
	padding:0 0 0 20px;
	color:#FFFEFA;
}

.commentmetadata:hover span {
	color:#ED8311;
}

/* ------ comment input form ------ */

#txpCommentInputForm {
	margin:0 10px 20px;
	padding:15px;
	background-color:#FAF7F1;
}

#txpCommentInputForm h2 {
	margin:0;
}

#remember, #forget {
	position:relative; /* positioning of checkbox */
	top:-2px;
	margin-right:3px;
}

/* ------ Footer elements ------ */

#footer p {
	font-size:0.85em;
	color:#7A7A7A
}

/*#searchid input { width: 95% }*/

.rssThumbFloat {
  float: left;
  width: 190px;
  margin: 0;
  text-align: center;
  font-size: .85em;
}

#slideshow {
    position:relative;
    height:450px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    margin: 0 0 15px
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#content-first {
clear: both;
width: 810px;
margin: 0 auto;
}

#content-first .postlist {
float: left;
padding-left: 25px;
padding-right:0;
padding-bottom: 10px;
width: 380px;
}

#content-first .title-excerpt {
height: 170px;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}

#content-first .excerpt {
text-align: justify;
}

table
	{
	    width: 100%;
	    border-collapse: collapse;
	    border: 0;
}
	
td, th
	{
	    padding: 0.3em;
	    margin: 0;
	    vertical-align: middle;
	    border: 1px solid #36393D;
            text-align:left;
}

th
	{
	    color: black;
	    background-color: #f5f5f5;
	    font-weight: bolder;
	    text-align: center;
	}

#A0, #A1 {color: red !important;}

#alert {
color: red;
font-size: 3em;
font-weight: bold;
margin: 0.5em;
margin-top:0; 
padding: 0.8em;
border: 0px solid red;
text-transform:uppercase;
font-style:italic;
line-height:1.2em;
}

/*#alert:hover > a:after {
content: "\A Odwiedź nas koniecznie :)";
}*/