/*
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.custom {
	background:#ccc none repeat scroll 0 0;
}

.custom #image_box img {
	border: none;
}

.custom #logo a,
.custom #logo span {
	display:block;
	width: 314px;
    padding: 85px 0 0 0;
    overflow: hidden;
    background-image: url("/wp-content/themes/main_thesis_151/custom/images/divbi-logo.png");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:85px;
}

.custom #container {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 3px solid rgb(60,60,60);
	background:#fff none repeat scroll 0 0;
}

/* tekst w treści */
.custom #content ul.poziom2 li {
	list-style: lower-latin;
}
.custom #content .right,
.custom #footer .right {
	float: right;
	margin-left:0.5em;
}
.custom #content .toplink {
	color:#888888;
	display:block;
    text-align:right;
}
.custom #content .left,
.custom #footer .left {
	float: left;
	margin-right: 0.5em;
}
.custom #content .rownaj {
	clear: both;
}
.custom #content div.basketcta {
	width: 85%;
	margin:0 auto 0 auto;
	text-align:center;
}
.custom #content div.basketszkolenia {
	width: 90%;
}
.custom #content span.duze {
	font-size:3.571em;
	line-height:0.76em;
	padding:0.04em 0.12em 0 0;
	color:#888888;
	float:left;
	/* font-family: "Amazone BT", "Palatino Linotype", "Book Antiqua", Palatino; */
}

.uslugi #content h2 {
	font-size: inherit;
	line-height:inherit;
	margin:0;
	font-weight:bold;
}
.uslugi #content h2 a {
	color:#2361A1;
}
.uslugi #content .uslugi h2 a:hover {
	text-decoration:none;
}
/**/
/* stopka */
.custom #footer {
	font-size:1.3em;
	color:black;
	border-bottom: 2px solid rgb(21,170,192);
}
.custom #brd {
	clear:both;
}
.custom #footer a {
	color:#2361A1;
	text-decoration:underline;
	border:none;
}
.custom #footer a:hover {
	text-decoration:none;
}
/**/
/* okruszki */
.custom #breadcrumb {
	padding: 0.2em 0 0.2em 0;
	font-size: 1.3em;
}
/**/
/* guziki call to action */
.custom #content a.guzikcta {
color:#FFFFFF;
cursor:pointer;
display:block;
padding:5px;
position:relative;
text-decoration:none;
background:	rgb(25,199,23) none repeat scroll 0 0;
background-image:url('/wp-content/themes/main_thesis_151/custom/images/cien.png');
background-position:center bottom;
margin-bottom:2.2em;
}
.custom #content a.guzikcta:hover {
	background-color:rgb(21,170,192);
}
/**/
/* baskety na HP */
.custom #baskets {
	width:100%;
	padding-bottom:2.2em;
}
.custom #baskets .basket {
	width:31%;
	float:left;
	padding: 0.3em;
	border: 1px solid #ADDDE6;
	margin-bottom:2.2em;
}
.custom #baskets .basket p {
	margin-bottom: 0;
}
.custom #baskets .basket h2 {
	margin:0 0 0.611em;
}
.custom #baskets .srodek {
	margin-left:10px;
	margin-right:10px;
}
.custom #baskets h2 a {
	color:#2361A1;
}
.custom #baskets h2 a:hover {
	text-decoration:none;
}
/**/
/* sidebar - box z kontaktem */
.custom #sidekontakt .cta {
	font-size:1.286em;
	line-height:1.222em;
}

.custom #sidenapisz {
	background: url('/wp-content/themes/main_thesis_151/custom/images/envelope-icon.png') center right no-repeat;
	width:230px;
}
.custom #sidezadzwon {
	background: url('/wp-content/themes/main_thesis_151/custom/images/telefon-icon.png') center right no-repeat; 
	height:57px;
	width:205px;
	margin-bottom:1em;
}

.custom #kontaktcard abbr {
	border-bottom:none;
	cursor: inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-transform:none;
	font-size:inherit;
}
.custom .psidebar{
	padding-top:1em;
}
/**/
/* linki top */
.custom ul#tabs {
	border-left: none;
	border-bottom: none;
}
	.custom ul#tabs li {
		background-color: rgb(21,170,192);
		padding: 0 .1em;
		border: none;
		margin-right: .5em;
	}
		.custom ul#tabs li.current_page_item,
		.custom ul#tabs li.current-cat {
			background-color: rgb(153,221,238);
			padding-bottom: 0;
		}

	.custom ul#tabs li a {
		color: #fff;
		font-weight: normal;
		letter-spacing: inherit;
		text-transform: capitalize;
	}
		.custom ul#tabs li.current_page_item a,
		.custom ul#tabs li.current-cat a {
			color: #222;
			font-weight: bold;
		}
/**/

/* kolorki borderów */
.custom #header {
	border-bottom:2px solid rgb(21,170,192);
}
.custom #footer {
	border-top:2px solid rgb(21,170,192);
}
.custom #feature_box {
	border-bottom:2px solid rgb(21,170,192);
}
.custom #sidebars {
	border-color: rgb(21,170,192);
}
.custom #image_box {
	border-bottom:1px solid rgb(21,170,192);
	background: #fff none repeat scroll 0 0;
}
/*rgb(153,221,238)*/

/* Kod CSS by Veerle Pieters
   http://veerle.duoh.com/blog/comments/a_css_styled_table/ */

.custom .tabi {
        /*width: 550px;*/
        padding: 0;
        margin: 0 0 1.2em 0;
}

.custom .tabi caption {
        padding: 0 0 5px 0;
        /*width: 550px;*/
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
}

.custom .tabi th {
        font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: left;
        padding: 6px 6px 6px 12px;
        background: #CAE8EA url(/wp-content/themes/main_thesis_151/images/tabi_header.jpg) no-repeat;
}
.custom .tabi th.nobg {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
}

.custom .tabi td {
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        background: #fff;
        padding: 6px 18px 6px 12px;
        color: #4f6b72;
	text-align: right;
}


.custom .tabi td.alt {
        background: #F5FAFA;
        color: #797268;
}

.custom .tabi th.spec {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        background: #fff url(/wp-content/themes/main_thesis_151/images/tabi_bullet1.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.custom .tabi th.specalt {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        background: #f5fafa url(/wp-content/themes/main_thesis_151/images/tabi_bullet2.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #797268;
}
/**/
/* Landing Page */
.landing-page .format_text {
	font-size: 150%;
}
.landing-page #content{
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
}

.landing-page blockquote {
	font-color: black;
	font-style: italic;
	border: none;
	margin-left 1.5em;
	padding-top: 1em;
	clear:both;
	margin-bottom:0;
	padding-bottom:0;
}
.landing-page blockquote p {
	padding: 0px 15px 0px 0px;
	font-size: 1.1em;
	float: left;
}
.landing-page cite {
	float: right;
	margin-top:-1.2em}
.landing-page .upop {
	clear:both;
	padding-top:1em;
}
.landing-page div.dcta {
	width: 40%;
	margin-left:30%;
	text-align: center;
}
.landing-page div.dcta a.guzikcta span {
	font-weight: bold;
}
/**/
