/* fieldsy */
.field-content a:link, .field-content a:visited {
        text-decoration: none;
        text-align: center;
}
.field-content a:hover, .sfield-content a:active, .field-content li a.active {
	text-align: center;
	text-decoration: underline;
}
.field-content {
    text-align: center;
}
.views-field-title{
    margin-top:2px;
}
/* QUOTATIONS */
blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #30457e;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}
/* FORMULARZE */
input {
	padding: .2em 0;
	color: #FFF;
	font: 12px/100% Verdana, sans-serif;
	background: #000;
}

textarea, select {
	color: #FFF;
	font: 12px/160% Verdana, sans-serif;
	background: #000;
}

/* OKNO Z ARTEM */
.node {
	margin: 0 0; /*margin: 1.7em 0;*/
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	color: #FFF;
	text-decoration: none;
}

h2.nodetitle a:hover {
	border-bottom: 0 dotted #1d6285;
	color: red;
	text-decoration: none;
}
/* specjalne bardzo */
#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}

.form-item {
	text-align: justify;
}

/*   box => box.tpl.php   */
.box {
	padding-top: 1em;	
}

#views-field-title{
margin-left: 2px;
margin-right: 3px;
}

div.view-content * {
	text-align: center;
}

.error {
display: none;
}

table, tr, td {
//color: #CCCCCC;
border-color: #333333;
}

/* OVERLIB */
.overlibclass{
border: 0;
background-color: #0C0B0A;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
padding: 1px 2px 3px 2px;
}

/*style w divie content(node'y itp.)*/
.content h1 {
margin-bottom: 0;
}
.content h2 {
font-size: small;
font-variant: small-caps;
text-align: center;
}

/*Aktywna kategoria w menu*/
.activeCat {
	color: red !important;
}