/* Add here all your CSS customizations */

/* link "edytuj" */
div.cms_edit
{
	color: #000 !important;
	margin-bottom: 5px;
	text-align: right;
}

div.cms_edit a
{
	display: inline-block;
	padding: 1px 6px 3px 6px !important;
	color: #cc0000 !important;
	font-size: 16px !important;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #bbb !important;
	border-radius: 3px;
}

div.cms_edit a:hover
{
	color: #777 !important;
}

.no_wrap, .nowrap
{
	white-space: nowrap;
}

div.no_page
{
	text-align: center;
	font-size: 1.2em;
}

div.no_page h3
{
	font-size: 28px;
	margin-top: 30px;
}

div.no_page img
{
	width: 180px;
	height: auto;
}


div.paginator
{
	width: 100%;
	margin-top: 15px;
}

div.paginator a, span.paginator_no_active
{
	background: #888;
	color: #fff;
	padding: 4px 8px 5px 8px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 2px;
	margin-top: 3px; /* gdy zawija na mniejszych ekranach */
	font-weight: normal;
	text-decoration: none;
}

div.paginator a:hover
{
	background: #1c1e3c;
}

span.paginator_no_active
{
	background: #444;
}

/* news */
span.month
{
	text-transform: uppercase;
}

div.post-content h2
{
	font-weight: bold;
	margin-bottom: 40px;
}

div.news_contact
{
	margin-top: 30px;
	text-align: right;
}

div.back
{
	margin-top: 20px;
	margin-bottom: 10px;
}

a.button
{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	border-radius: 5px;
	text-decoration: none;
}

a.button:hover
{
	background:#f1f1f1;
	text-decoration: none;
}
