/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {
    background: #e0e2ec url(images/bg.png) 0 0 repeat-x;
    text-align: center;
    margin-top: 20px;
}
p, div, li, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #25190f;
    line-height: 17px;
}
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 10px;
	font-weight: normal;
}
p {
    font-family: Arial;
    font-size: 12px;
    color: #25190f;
    margin-bottom: 18px;
    line-height: 18px;
}
#left h3 {
    font: 16px 'Trebuchet MS'; font-weight: bold; color: #155692; line-height: 24px; padding-bottom: 9px;
}
h1.entry-title{
    font: 16px 'Trebuchet MS'; font-weight: bold; color: #155692; line-height: 24px; padding-bottom: 9px; margin-bottom: 5px;
}
h2.entry-title {
    margin: 0; padding: 0; margin-bottom: 5px;
}
p.headline_meta {
    margin: 0;
    padding: 0;
    font-size: 10px;
}
a:link, a:visited {
    color: #625f47;
    text-decoration: underline;
}
a:hover, a:active {
    color: #9a9782;
    text-decoration: underline;
}
#wrapper {
    /*background: transparent url(images/bg.jpg) 0 31px no-repeat;*/
	width: 1006px;
	margin: 0 auto;
	text-align: left;
    overflow: hidden;
}
div.clear{
    clear: both;
    overflow: hidden;
    height: 1px;
}
#top {
    width: 1006px;
    height: 6px;
    background: transparent url(images/top.png) 0 0 no-repeat;
    margin-top: 35px;
}
#logo {
    margin:0;
    padding: 0;
    position: absolute;
    top: 20px;
    margin-left: 28px;
}
#logo h1 {
	margin:0;
    padding: 0;
	text-indent:-9999px;
	width:274px;
	height:148px;
	background: transparent url(images/logo.png) 0 0 no-repeat;
}
#logo h1 a {
    width:274px;
	height:148px;
	text-indent:-9999px;
	display:block;
}
#logo h1 a, #logo h1 a:visited, #logo h1 a:hover {
    text-decoration: none;
}
#menu {
    margin: 0;
    padding: 0;
	height: 25px;
    margin-left: 87px;
    overflow: hidden;
    margin-top: 56px;
    border-bottom: 1px solid #e4dede;
    width: 860px;
}
#menu ul {
    overflow: hidden;
}
#menu ul li {
		float: right;
		list-style: none;
		height: 25px;
		display: inline;
        text-align: center;
}
#menu ul li a {
		font-size: 13px;
        font-family: "Trebuchet MS";
        font-weight: normal;
        line-height: 17px;
		text-decoration: none;
        display: block;
        overflow: hidden;
        height: 23px;
        padding-left: 13px;
        padding-right: 12px;
        padding-top: 2px;
        border-left: 1px solid #e4dede;
}
#menu a:link, #menu a:visited {
		color: #000000;
}
#menu li a:hover, #menu a:active, #menu a.selected {
		color: #3a4c8a;
        border-left: 1px solid #4e85b6;
}
.right {
    border-right: 1px solid #e4dede;
}
#body {
    width: 1006px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    background: transparent url(images/middle.png) 0 0 repeat-y;
}
#action {
    color: #34507e; font: 14px Arial; float: right; position: relative; margin-right: 71px; margin-top: 17px;
}
#cien {
    width: 974px; height: 22px; background: transparent url(images/cien.png) 485px 0 no-repeat;
}
#banner {
    width: 918px; height: 294px; background: transparent url(images/banner.jpg) 0 0 no-repeat; margin-top: 6px; margin-left: 30px; margin-bottom: 13px;
}
#taby {
    width: 38px; height: 151px; position: relative; margin-top: -216px; /*left: 50%; margin-left: -503px;*/ margin-left:0; margin-bottom: 65px;
}
#breadcrumbs {
    width: 918px; height: 17px; background: #407ea7; margin-left: 30px; text-align: left; font: 12px Arial; color: #FFFFFF; text-indent: 2px; padding-top: 2px; margin-bottom: 21px;
}
#left {
    width: 974px; font: 13px Arial; color: #383736;
}
#left h2 {
    font: 16px 'Trebuchet MS'; font-weight: bold;
}
#twit_2 {
    margin:0;
    padding: 0;
    position: relative;
    margin-left: 35px; margin-top: 26px; margin-bottom: -5px;
}
#twit_2 p {
	margin:0;
    padding: 0;
	text-indent:-9999px;
	width: 49px; height: 45px;
	background: transparent url(images/twit_2.png) 0 0 no-repeat;
}
#twit_2 p a {
    width: 49px; height: 45px;
	text-indent:-9999px;
	display:block;
}
#twit_2 p a, #twit_2 p a:visited, #twit_2 p a:hover {
    text-decoration: none;
}
#twit_2 p a:hover {
    background: transparent url(images/twit_2_over.png) 0 0 no-repeat;
}
#dol_linki {
    margin: 0; padding: 0; height: 37px; background-color: #e5e5e5; margin-right: 32px; padding-left: 19px; padding-top: 8px;
}
.link_1 {
    margin: 0; padding: 0; width: 68px; height: 24px; background: transparent url(images/bg_btn_1.png) 0 0 no-repeat; text-align: center; padding-top: 4px; margin-right: 6px; float: left; display: inline;
}
.link_2 {
    margin: 0; padding: 0; width: 107px; height: 24px; background: transparent url(images/bg_btn_2.png) 0 0 no-repeat; text-align: center; padding-top: 4px; margin-right: 6px; float: left; display: inline;
}
.link_3 {
    margin: 0; padding: 0; width: 120px; height: 24px; background: transparent url(images/bg_btn_3.png) 0 0 no-repeat; text-align: center; padding-top: 4px; margin-right: 6px; float: left; display: inline;
}
.link_4 {
    margin: 0; padding: 0; width: 140px; height: 24px; background: transparent url(images/bg_btn_4.png) 0 0 no-repeat; text-align: center; padding-top: 4px; margin-right: 6px; float: left; display: inline;
}
#dol_linki a {
    font: 13px 'Trebuchet MS';
    color: #1f1e1e;
    text-decoration: none;
    text-align: center;
}
#dol_linki a:link, #dol_linki a:visited {
    text-decoration: none;
}
#dol_linki a:hover {
    text-decoration: none;
    color: #155692;
}
#footer_moje {
    height:148px; background-color: #407ea7; overflow: hidden; margin-right: 32px; padding-left: 30px; padding-top: 25px;
}
.footer_1, .footer_2, .footer_3, .footer_4 {
    float: left;
    display: inline;
    margin-right: 39px;
    height: 103px;
}
.footer_2 {
    margin-right: 73px;
}
.footer_3 {
    margin-right: 103px;
    width: 150px;
}
.footer_4 {
    margin-right: 0px;
    width: 120px;
}
.footer_1 p, .footer_2 p, .footer_3 p, .footer_4 p {
    font: 12px Arial;
    line-height: 16px;
    color: #e5e5e5;
}
#footer_moje img {
    float: left;
    padding-right: 13px;
}
#footer_moje a {
    padding-right: 14px;
    background: transparent url(images/arrow_w.png) right 3px no-repeat;
    font: 12px Arial;
    line-height: 16px;
    color: #e5e5e5;
}
#footer_moje a:link, #footer_moje a:visited {
    text-decoration: none;
}
#footer_moje a:hover {
    text-decoration: underline;
}
#footer_moje h4 {
    font: 15px Arial;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
    padding-bottom: 7px;
}
#footer_moje hr {
    border: solid #FFFFFF;
    border-width: 1px 0 0;
    height: 0px;
    margin-right: 26px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#footer_moje p.syg, #footer_moje p.syg a {
    padding-top: 4px; font: 11px Arial; color: #131212;
}
#footer_moje p.syg a {
    padding-right: 0px;
    background: none;
}
#footer_moje p.syg a:link, #footer_moje p.syg a:visited {
    text-decoration: none;
}
#footer_moje p.syg a:hover {
    text-decoration: underline;
}

#end{
    height:6px; background: transparent url(images/bottom.png) 0 bottom no-repeat; margin-bottom: 30px;
}
#container {
    width: 918px;
    margin: 0;
    padding: 0;
    margin-left: 17px;
}
#page {
    width: 918px;
    margin: 0;
    padding: 0;
}