/*
Theme Name: Convergence
Author: Maximus & Damek

*/

/*=== Setup ===*/

#reklama_wpis {
	width: 728px;
	height: 15px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #33707e;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #323232;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;

}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}

/*=== Header ===*/

#header {
	width: 975px;
	height: 180px;
	background: url(images/header.jpg) no-repeat;
}

#logo {
	width: 310px;
	height: 60px;
	padding-top:  20px;
	padding-left: 40px;
}

#rss {
	float: right;
	margin-top: -27px;
	margin-right: 30px;
}

#infobar {
	width: 975px;
	height: 30px;
}

#infobar .rssiki {
	padding-top: 5px;
	padding-left: 20px;
}

#menu {
	list-style: none;
	text-transform: uppercase;
	margin-top: 50px;
	float: left;
}

#menu li {
	float: right;
	background: url(images/nav.png) no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 15px;
}

#menu a {
	color: #b4b3b3;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	display: block;
	height: 28px;
	font-weight: bold;
	text-shadow: #333333 -1px -1px;
}

#menu a:visited {
	color: #b4b3b3;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#searchform {
	margin-top: -25px;
	float: right;
	width: 169px;
	height: 23px;
	line-height: 1.5em;
	margin-right: 20px;
}

#searchform form {
	float: left;
	display: inline;
	width: 260px;
	height: 23px;
}

#searchform fieldset {
	float: left;
	display: inline;
	height: 23px;
}

#searchform label {
	vertical-align: middle;
	color: #b0b0b0;
	font-weight: bold;
	font-size: 11px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
	border: 0px;
}

#searchinput {
	width: 140px;
	height: 23px;
	background: url(images/search-input.gif) no-repeat;
	color: #717171;
}

#searchbutton {
	width: 25px;
	height: 23px;
	margin-top: -6px;
	background: url(images/search-submit.gif) no-repeat;
}
/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #5eb7cb;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}

.post-date-single {
	margin: 0 0 1.25em;
}
.post-date-single a {
	color: #ffffff;
}
.post-date-single em {
	background: #323232;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
	text-align:justify;
 /* margin: 0 0 1em; */
}

.post-content {
	font-size: 14px;
	line-height: 2.0em;
}

.post-excerpt-fulltxt {
	background: url(images/more.png) no-repeat;
	padding-left: 20px;
	float: right;
	margin-bottom: 15px;
	
}

.post-excerpt-fulltxt a {
	text-decoration: none;
}

.post-excerpt-fulltxt a:hover {
	text-decoration: none;
	color: #404040;
}

/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}

.social-links .fl {
	line-height: 42px;

	text-shadow: #ffffff  1px 1px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;

	text-shadow: #ffffff  1px 1px;
}
.social-links .fr span {
	line-height: 21px;
}


.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
	
.box .contentads {
	background: #f0f0f0;
}


.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}

#popularne {
	margin-top: 20px;
}

#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}

/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 0px;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 0px;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 0px;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	color: #fff;
	font: normal 12px;
	font-family: Arial;
	line-height: 39px;
	margin: 0 auto;
	height: 500px;
	background: url(images/footer-bgr.gif) #3a3a3a repeat-x top;
}

#footer .content {
	height: 1%;
	width: 975px;
	margin: 0 auto;
}

#copy {
	float: left;
	margin-left: 20px;
	position: absolute;
	color: #848484;
	margin-top: 17px;
}

#boy {
	float: right;
	margin-top: -100px;
	margin-right: 220px;
}

#footer a {
	color: #848484;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


#boxa {
	width: 170px;
	float: left;
	margin-top: 60px;
	background: url(images/footer-spacer.png) repeat-y;
	background-position: left;
	padding-left: 20px;
	margin-left: 20px;
}

.boxa h2, .title h2  {
	font-size: 18px;
	font-family: Arial;
	color: #848484;
}

.ul-box {
	list-style: none;
	font: normal 12px; 
	font-family: Arial;
}

.ul-box li{
	background: url(images/arrow.png) no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	background-position: left center;
	font: normal 12px;
	font-family: Arial;
	list-style: none;
}


#boxa .mid {
	height: 100%;
	width: 150px;
}

#boxa .content {
	width: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 1.2em;
	color: #848484;
}

#boxd {
	width: 150px;
	float: left;
	background: url(images/footer-spacer.png) repeat-y;
	background-position: right;
	padding-right: 15px;
}

.boxd h2, .title h2  {
	font-size: 18px;
	font-family: Arial;
	color: #848484;
}

.ul-box {
	list-style: none;
	font: normal 12px;
	font-family: Arial;
}

.ul-box li{
	background: url(images/arrow.png) no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	background-position: left center;
	font: normal 12px;
	font-family: Arial;
	list-style: none;
}

#boxd .mid {
	height: 100%;
	width: 150px;
}

#boxd .content {
	width: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 1.2em;
	color: #848484;
}

#boxb { 
	width: 300px; 
	float: left; 
	margin-top: 60px;
} 

.boxb h2, .title h2  {
	font-size: 18px;
	font-family: Arial;
	color: #fff;
}

#boxb .mid {
	height: 100%;
	width: 300px;
}

#boxb .content {
	width: 270px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 1.2em;
	color: #848484;
}

#boxc {
	width: 270px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}

#boxc .mid {
	height: 100%;
	width: 300px;
}

#boxc .content {
	width: 270px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 1.2em;
	color: #848484;
}

/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

/***************************************************/
.tabs {
	margin-top: 20px;
	width: 320px;
	overflow: hidden;
}

.tabs li {
	float: left;
	display: inline;
	margin-left: 1px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.tabs li a {
	float: left;
	display: block;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	height: 26px;
	background: url(images/tab.gif) repeat-x top;
}

.tabs li a:hover {
	display: block;
}

.tabs li a.selected {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
}

.tabs li a.selected:hover {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
}
/***************** CSS For TAB Content *******************/
.tabcontent {
	display: none;
	background: #f0f0f0 url(images/tabtop.gif) no-repeat top;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 20px;
}

.tabcontent a, .tabcontent a strong {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #4ba5f2;
}

.tabcontent ul li {
	display: block;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1.4em;
	font-size: 11px
}

.tabcontent ul li a {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color: #4ba5f2;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}

.stopka_wpisu {
	width: 660px;
	height: 210px;
	background: url(images/stopka_wpisu.jpg) no-repeat;
}

.podziel_sie {
	color: #ffffff;
	font-weight: bold;
	text-shadow: #1e1e1e  -1px -1px;
	padding: 15px;
	float: left;
}

.podziel_sie_ikony {
	margin-top: -20px;
}

.social_ikony {
	padding-top: 20px;
	margin-right: 10px;
	display: inline;
}

.dodaj_rss {
	width: 130px;
	height: 123px;
	background: url(images/rss_bg.jpg) no-repeat;
	float: right;
	padding-right: 15px;
	margin-top: 20px;
}

.title_rss{
	font-weight: bold;
	margin-top: 15px;
	margin-left: 13px;
	color: #323232;
}

.ikonka_rss {
	background: url(images/feed.png) no-repeat ;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 15px;
}

.post-title-bar {
    background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
	border-right: solid 1px #cfcfcf;
	border-left: solid 1px #cfcfcf;
}

.post-title-bar .fr{
	line-height: 3.0em;
	font-weight: bold;
	text-shadow: #ffffff  1px 1px;
}

.post-title-bar .fl {
	line-height: 3.0em;
	text-shadow: #ffffff  1px 1px;
}

.poprzedni_wpis {
	float: left;
	text-shadow: #1e1e1e  -1px -1px;
	color: #ffffff;
	padding-left: 15px;
}

.poprzedni_wpis a {
	color: #ffffff;
}

.poprzedni_wpis a:hover{
	color: #18dbd6;
}

.poprzedni_wpis a:visited{
	color: #ffffff;
}


#boxtwitter {
	width: 272px;
}

.boxtwittertitle {
	float: left;
}

.boxtwitterbird {
	margin-right: 20px;
	margin-top: -53px;
	float: right;
}

.boxtwittercontent {
	padding: 14px;
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;   
	-moz-border-radius: 10px; 
	border-radius: 10px;
	height: 157px;
	background: url(images/twitter-bg.png) no-repeat;
}
	
.twitter {
	color: #323232;
	line-height: 1.4em;
}

.twitter a:hover{
	color: #98e6ff;
}

.twitter a:visited{
	color: #3b91ad;
}

.twitter a{
	color: #3b91ad;
}

.twitter_name {
	background: img(images/cite_icon.png);
	font: 24px bold;
	padding-bottom: 15px;
}

.follow_button{
	float: right;
	margin-top: -20px;
}

.wiecejomnie {
	float: right;
	margin-right: -3px;
	margin-bottom: 15px;
}

	





