/*
Theme Name: wolontariat.org.pl-2.0
Author: Volunteer Centre Association
Author URI: http://wolontariat.org.pl
Description: Theme dla serwisu Wolontariat.org.pl
*/

/* STYLES RESET
-------------------------------------------*/

/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: "Open Sans";
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/* Style Podstawowe
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:"Open Sans", Arial;
	font-size:10px;
	color:#fcfcfc;
	background-color:#f2f2f2;
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#6f0037;
}

a:hover {
	color:#1FA2E1;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}

h1, h2, h3, h4 {
	font-size:25px;
/*	font-family:'Titillium Web', Arial;*/
	font-family: 'Dosis', Arial;
	font-weight: 400;
	line-height: 130%;
	padding:10px 0;
}

h1 {

}

h2 {
	font-size:22px;
}

h3 {
	font-size:19px;
}

h4 {
    	font-size:15px;
}

img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

/* Formatowanie struktury dokumetu
--------------------------------------------------*/

/* ### Slider na glowna */

.banner-background {
	color: #555;
	margin: 0 0 10px 0;
	padding: 5px 10px 0 10px;
	font-size:16px;
	line-height:150%;
	background:#fff;
	height:560px;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

/* ### cieniowania poziome */

#head-style {
	background:#e3e3e3;
	background-image: URL("images/head-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}

#under-head-style-light {
	height:5px;
	
	background: #e3e3e3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e3e3e3), to(#bfbfbf));
	background: -webkit-linear-gradient(#e3e3e3, #bfbfbf);
	background: -moz-linear-gradient(#e3e3e3, #bfbfbf);
	background: -ms-linear-gradient(#e3e3e3, #bfbfbf);
	background: -o-linear-gradient(#e3e3e3, #bfbfbf);
	background: linear-gradient(#e3e3e3, #bfbfbf);
	
	-pie-background: linear-gradient(#e3e3e3, #bfbfbf);
	behavior: url(/PIE.htc);
	position:relative;
}

#under-head-style-dark {
	height:5px;
	
	background: #fcfcfc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e3e3e3), to(#f2f2f2));
	background: -webkit-linear-gradient(#e3e3e3, #f2f2f2);
	background: -moz-linear-gradient(#e3e3e3, #f2f2f2);
	background: -ms-linear-gradient(#e3e3e3, #f2f2f2);
	background: -o-linear-gradient(#e3e3e3, #f2f2f2);
	background: linear-gradient(#e3e3e3, #f2f2f2);
	
	-pie-background: linear-gradient(#e3e3e3, #f2f2f2);
	behavior: url(/PIE.htc);
	position:relative;
}

#over-footer-style-light {
	height:5px;
	
	background: #fcfcfc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#828282));
	background: -webkit-linear-gradient(#f2f2f2, #828282);
	background: -moz-linear-gradient(#f2f2f2, #828282);
	background: -ms-linear-gradient(#f2f2f2, #828282);
	background: -o-linear-gradient(#f2f2f2, #828282);
	background: linear-gradient(#f2f2f2, #828282);
	
	-pie-background: linear-gradient(#f2f2f2, #828282);
	behavior: url(/PIE.htc);
	position:relative;
}

#over-footer-style-dark {
	height:5px;
	
	background: #444;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5d5d5d), to(#444));
	background: -webkit-linear-gradient(#5d5d5d, #444);
	background: -moz-linear-gradient(#5d5d5d, #444);
	background: -ms-linear-gradient(#5d5d5d, #444);
	background: -o-linear-gradient(#5d5d5d, #444);
	background: linear-gradient(#5d5d5d, #444);
	
	-pie-background: linear-gradient(#5d5d5d, #444);
	behavior: url(/PIE.htc);
	position:relative;
}

#wrapper {
	margin:0 auto;
	width: 1130px;
}

#header {
	height:150px;
	position:relative;
}

#content {
	margin-top:0px;
	padding-bottom:20px;
}

#content #colLeft {
	float: right;
	width: 845px;//880
}

#content-banner {
	margin-top:20px;
	padding-bottom:0;
}

/* ustawianie siatki kolumn na stronie glownej */

#content .column-spacer {
	margin-right:10px; /* dodaje odstep miedzy kolumnami */	
}

#content .info-half {
	float: left;
	width: 560px;
}

#content .info-quarter {
	float: left;
	width: 275px;
}


#content .info-regional {
	float: left;
	width: 360px;
}

#content .info-kalendarium {
	float: left;
	width: 190px;
}

#content #colRight {	
	float: left;
	width: 275px;
	margin: 0;
}

#content #colCenter {
	float: left;
	width: 1120px;
}

#footer {
	margin:0;
	color:#fff;
	position:relative;
	font-size:12px;
}

#footerActionsInner{
	width: 1130px;
	margin: 0 auto;
	padding: 32px 0 0;
	overflow: hidden;
}

#footerWidgets {
	background:#444;
	padding:25px 0 20px 0;
}

#footerWidgetsInner {
	width:1130px;
	margin:0 auto;
	padding:5px 0 0 0;
	overflow:hidden;
}

/* =Reklama
-------------------------------------------------------------- */
.reklama {
    height:275px;
    overflow:hidden;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.img-link {
    width:250px;
    height:250px;
    overflow:hidden;
}

.full-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
}

.reklama:hover img, .img-link:hover img {
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -moz-transform: scale(1.1, 1.1) rotate(2deg);
    -ms-transform: scale(1.1, 1.1) rotate(2deg);
    -o-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg);
}

.reklama img, .img-link img {
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    -transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    margin: 0;
}

/* =Formatowanie naglowkow na strone glowna
-------------------------------------------------------------- */

.top-margin-header {
	margin-top:20px;
}

.home-header {
	color:#fff;
	margin-bottom:10px;
}

.home-header h2 {
	font-size:22px;
	font-weight:500;
	padding:5px 0 0 10px;
}

.home-header h3 {
	font-size:16px;
	font-weight:500;
	padding:5px 0 5px 10px;
}

.text-color-red {	color: #ba0000;}
.text-color-yellow { color: #ff7b00;}
.text-color-blue { color: #004799; }
.text-color-dark-blue { color: #020255; }
.text-color-green { color: #488f00; }
.text-color-violet { color: #a917bd; }
.text-color-orange { color: #ff8100; }

.header-white {
	background: #e0e0e0;	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#d1d1d1));
	background: -webkit-linear-gradient(#ffffff, #d1d1d1);
	background: -moz-linear-gradient(#ffffff, #d1d1d1);
	background: -ms-linear-gradient(#ffffff, #d1d1d1);
	background: -o-linear-gradient(#ffffff, #d1d1d1);
	background: linear-gradient(#ffffff, #d1d1d1);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-pie-background: linear-gradient(#ffffff, #d1d1d1);	
	behavior: url(/PIE.htc);
	position:relative;
}

.header-yellow {
	background: #ffba00;	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffba00), to(#ff7b00));
	background: -webkit-linear-gradient(#ffba00, #ff7b00);
	background: -moz-linear-gradient(#ffba00, #ff7b00);
	background: -ms-linear-gradient(#ffba00, #ff7b00);
	background: -o-linear-gradient(#ffba00, #ff7b00);
	background: linear-gradient(#ffba00, #ff7b00);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-pie-background: linear-gradient(#ffba00, #ff7b00);	
	behavior: url(/PIE.htc);
	position:relative;
}

.header-red {
	background: #ffba00;	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0600), to(#ba0000));
	background: -webkit-linear-gradient(#ff0600, #ba0000);
	background: -moz-linear-gradient(#ff0600, #ba0000);
	background: -ms-linear-gradient(#ff0600, #ba0000);
	background: -o-linear-gradient(#ff0600, #ba0000);
	background: linear-gradient(#ff0600, #ba0000);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-pie-background: linear-gradient(#ff0600, #ba0000);	
	behavior: url(/PIE.htc);
	position:relative;
}

.header-blue {
	background: #004799;	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#15b0d3), to(#004799));
	background: -webkit-linear-gradient(#15b0d3, #004799);
	background: -moz-linear-gradient(#15b0d3, #004799);
	background: -ms-linear-gradient(#15b0d3, #004799);
	background: -o-linear-gradient(#15b0d3, #004799);
	background: linear-gradient(#15b0d3, #004799);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-pie-background: linear-gradient(#15b0d3, #004799);	
	behavior: url(/PIE.htc);
	position:relative;
}

.header-green {
	background: #488f00;	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bfd811), to(#488f00));
	background: -webkit-linear-gradient(#bfd811, #488f00);
	background: -moz-linear-gradient(#bfd811, #488f00);
	background: -ms-linear-gradient(#bfd811, #488f00);
	background: -o-linear-gradient(#bfd811, #488f00);
	background: linear-gradient(#bfd811, #488f00);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-pie-background: linear-gradient(#bfd811, #488f00);	
	behavior: url(/PIE.htc);
	position:relative;
}

/* =Formatowanie stron statyczne i pojedyncze posty
-------------------------------------------------------------- */

.sticky {
	background:#ddddf0 !important;
	margin-bottom:25px !important;
}

.date-container {
	margin-top:25px;
}

.regional-date {
	
	color:#777;
	font-size:15px;
	margin:0 0 0 30px;
	padding:10px;
	background:#fff;

	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	
	behavior: url(/PIE.htc);
	position:relative;
}

/* kolory ramek dla static-area */

.border-red {	border-left:1px solid #ba0000; }
.border-yellow { border-left:1px solid #ff7b00;}
.border-blue { border-left:1px solid #004799; }
.border-green { border-left:1px solid #488f00; }
.border-orange { border-left:1px solid #ff8100; }
.border-violet { border-left:1px solid #a917bd; }

.static-area-height {
	height:176px;
}

.static-area-box-height {
	/* wysokosc boksow na najnizszym poziomie strony */
	height:270px;
	overflow:hidden;
}

.static-area-more {
	display:block;
	height:36px;
	
	margin: 0 0 10px 0;
	font-size:16px;
	overflow:hidden;
	
	background:#e4e4e4;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

.static-area-more:hover {
	background:#acacac;
	color:#fff;
}

.static-area-more:hover .genericon {
	color:#fff;
}

.static-area {
	color: #555;
	margin: 0 0 10px 0;
	padding: 5px 10px 0 10px;
	font-size:14px;
	line-height:150%;
	overflow:hidden;
	
	display:block;
	
	background:#fff;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

.static-area b, .static-area strong {
	font-weight:bold;
}

.static-area i, .static-area em {
   font-style:italic;
}

.static-area ul, .static-area ol {
	margin: 5px 0 1.5em 0;
}

.static-area ul li {
	list-style-type:disc;
	margin:5px 0 0 25px;
}

.static-area ol li {
	list-style-type:decimal;
	margin:5px 0 0 25px;
}

.static-area ol li ul {
	margin:0;   
}
.static-area ol li ul li {
	list-style-type:disc;
	margin-left:10px;
}

.static-area p a {
	text-decoration:none;
	color:#6f0037;
	border-bottom: 1px dashed #6f0037;
}

.static-area p a:hover {
	color:#1FA2E1;
	border-bottom: 1px dashed #1FA2E1;
}

.regio-hover:hover {
	background:#ffe6d9;
}

/* Formatowanie newsow na glowna
-----------------------------------*/

.post_box {
	font-size:14px;
	display:block;
}

.post_box p {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	margin:0px;
}

.post_box h2 {
	font-size:20px;
	padding:3px 0px 5px 0;
}

.post_box .time {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B9B9B9;
}

.post_box img {
	float:left;
	margin: 0 5px 5px 0;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

.more {
	font-size:15px;
	float:right;
	margin: 0 5px 15px 5px;
	padding:3px 7px;
	background:#f8f8f8;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	behavior: url(/PIE.htc);
	position:relative;
}


/* Formatowanie kalendarium na glowna
-----------------------------------*/

.kalendarium_box {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#777;
	padding:5px;
	margin:5px 0;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background:#ffffff;

	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
	behavior: url(/PIE.htc);
	position:relative;
}

.kal_height {
	height:100px;
	overflow:hidden;
}

.kal_link:hover {
	background:#cacbff;
}

.kal_data {
	font-weight:bold;
	font-size:16px;
}

.kal_autor {
	margin:0px;
	font-size:13px;
	line-height:110%;
	margin-bottom:5px;
}

.kal_opis {
	font-weight:normal;
	font-size:12px;
	line-height:110%;
}

/* Formatowanie mapy */

#map-poland ul li, #map-poland-glowna ul li, #wolorgpl_addresses ul li {
	list-style-type: none;
}

#map-poland-glowna {
	width:280px;
	margin:none;
	float:left;
	padding:0 0 10px 0 !important;
}

#map-poland-glowna-opis {
	width:250px;
	float:left;
}

#map-poland-glowna-opis p{
	font-size:14px;
	margin:0 0 5px 0;
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:10px;
	left:10px;
}

#logo a img{
	border:none;
	vertical-align:middle;
}

/* top social links */

#topLinks {
	position:absolute;
	right:20px;
	top:10px;
	color:#777;
	text-align:right;
	font-size:18px;
	font-weight:800;
	color:#a8a8a8;
/*	font-family:"Titillium Web", Arial;*/
	font-family: 'Dosis', Arial;
}

#topLinks a {
	color:#a8a8a8;
	font-family: 'Dosis', Arial;
}

#topLinks a:hover{
	color: #ffffff;
}

#topLinks img {
	width:50px;
	margin:5px 0;
}

#topInfolinia{
	position:absolute;
	right:20px;
	bottom:20px;
	color:#777;
	text-align:right;
	font-size:18px;
	font-weight:800;
	color:#a8a8a8;
/*font-family:"Titillium Web", Arial; */
	font-family: 'Dosis', Arial;
}

#logoSignature {
	position:absolute;
	left:150px;
	top:45px;
	color:#555;
/*font-family:"Titillium Web", Arial;*/
	font-family: 'Dosis', Arial;
	font-size:30px;
	line-height:110%;
	
	text-shadow:0 0 1px rgba(5, 5, 5, 0.4);
}

#topSocial ul {
	margin: 0px;
}

#topSocial ul li {
	float:left;
	padding:0 2px;
	width:50px;
	list-style-type:none;
	margin:0px;
}

#topSocial ul li a {
	display:block;
	height:47px;
	width:47px;
}

#topSocial ul li a:hover {
	background:#aeaeae;
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}

/* CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* BLOG ITEMS */

.postItem {
	margin:5px 0 0 5px;
	padding:5px 0 0 5px;
	border-bottom:1px dotted #ddd;
	overflow:hidden;
	font-size:11px;
}

.postHeader {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:2px 0 0 0;
}

.postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;

	font-style:italic;
	background:url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}


/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom:17px;
}

.rightBox h2 {
	padding:10px 0;
/*	margin-left:10px;*/
}

.rightBox ul {
	padding:10px;
}

.rightBox ul li {
	padding:6px 0;
}

ul.children {
	margin-left:10px;
}

ul.children li {
	list-style-type: disc;
}

/* COMMENTS
-----------------------------------*/
/*
#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colleft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#333;
}

#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

*/

/* FOOTER ELEMENTS
-------------------------------------------*/

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
	float:left;
	width:193px;
	padding-right:10px;
	overflow:hidden;
	margin-bottom:40px;
	font-size: 13px;
	line-height: 125%;
	color: #fff;
}

#footerWidgetsInner .boxFooter-logo {
	float:left;
	width:100px;
	padding-right:15px;
	overflow:hidden;
}

#footerWidgetsInner .boxFooter a {
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter a:hover {
	color:#ff8811;
}

#footerWidgetsInner .boxFooter .textwidget b {
}

#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px solid #fff;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#fff;
}

#footerWidgetsInner .boxFooter ul li {

}

/* Logo UE */

#footerWidgetsInner .logo_ue-opis {
	float:right;
	width:350px;
	line-height:120%;
	font-size:10px;
	color:#ddd;
	margin-top:10px;
}

#footerWidgetsInner .logo_ue {
	float:left;
	width:350px;
	height:50px;
	background:url(images/logo_ue_pokl.png) 0 0 no-repeat;
}

#footerWidgetsInner .logo_ue_opis {
	margin-top:10px;
	float:left;
}

#footerWidgetsInner .footer-menu {
	float:left;
	width:350px;
}

/* Shortcode Boxes Style
-------------------------------------------*/

.white_box,.fancy_box,.download_box,.warning_box,.info_box,.note_box {
	margin: 5px 0px;
	background:#eee;
	padding:20px 15px 25px 55px;
	position:relative;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}

.white_box {
	background:#FFF;
	border:1px solid #E0E0E0;
	padding:10px;
}

.fancy_box {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	padding:10px;
}

.info_box {
	background:#bfe4f9 url(images/icons/info.png) no-repeat scroll 10px 14px;
	border:1px solid #68a2cf;
/*	color:#2e6093;*/
}

.warning_box {
	background:#ffcccc url(images/icons/stop.png) no-repeat scroll 10px 15px;
	border:1px solid #ff9999;
	color:#c31b00;
}

.download_box {
	background:#dee3ab url(images/icons/down_alt.png) no-repeat scroll 10px 15px;
	border:1px solid #a3c159;
/*	color:#5e6f33;*/
}

.note_box {
	background:#fdebae url(images/icons/notebook.png) no-repeat scroll 10px 15px;
	border:1px solid #e6c555;
/*	color:#9e660d;*/
}

.pullquote_right, .pullquote_left {
	font-size:13px;
	background-color:#f2f2f2;
	float:right;
	margin-left:20px;
	padding:20px;
	width:30%;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}


.pullquote_left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

.pullquote_right p, .pullquote_left p {
	margin-bottom:0px;
}

/* Formatowanie okna Twittera na głównej
-------------------------------------------*/

/* Genericzcionka */

/* Twitter */

.home-icon-twitter {
	color:#4099FF; /* twitter blue */
	font-size:50px;
	width:50px;
	height:50px;
	
	margin: 5px 10px 10px 0;
}

.tweet {

}

.tweet-sign {
	margin:10px 0;
	font-size: 10px;
}

.twitter-button {
	margin:10px 0 20px 0;
	position: absolute;
	bottom: 0px;
}

.twitter-at-tag {
	display: inline-block;
	font-family: 'Dosis', Arial;
/*	color:#bbb; */
	font-size:24px;
	margin-top:17px;
}

/* FB */

.home-icon-fb {
	color:#3B5998; /* facebook blue */
	font-size:50px;
	width:50px;
	height:50px;
	
	margin: 5px 10px 0 0;
}

/* ksiazka do biblioteki wolontariatu */

.home-icon-book {
	color:#009900; /* book green ;) */
	font-size:50px;
	width:50px;
	height:50px;
	
	margin: 5px 10px 0 0;
}

.home-icon-arrow {
	color:#777; /* book green ;) */
	font-size: 30px;
	width: 30px;
	height: 30px;
	margin: 4px 20px 0 10px;
	float:right
}

.static-area-more .next {
	margin:12px 10px 0 30px;
	float:right;
}

/* Sie bawimy obrazkami-linkami
------------------------------------*/


/*a:hover img {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

a img {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -transition: all 0.4s;
    transition: all 0.4s;
}*/

/* FORMS
------------------------------------*/

/* Top Search */

/*

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width:100px;
	background:url(images/bk_top_search.png) 0 0 repeat-x;
	padding:9px 10px 10px;
	border:1px solid #2E4849;
	color:#A8A8A8;
	font-style:italic;
	margin-right:10px;
	position:relative;
}

#topSearch input[type="submit"] {
	position:absolute;
	right:0;
	z-index:100;
	width:43px;
	height:44px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}	

*/

/* COMMENTS F0RM */

/*

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

*/

/* Contact Form */

/*

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

*/