/* Custom CSS by Matus for ASN.sk */

.comment__content{
	word-break: normal;
}

p{
	text-align:justify;
}

/* fotogalerie */
.node--type-obrazok-slovensko .field--type-image .field__item{
	float:left;
	margin:15px;
}
.node--type-obrazok-slovensko .field__items{
	clear:both;
}

/* FKK lokality Slovensko*/
.view-fkk-lokality-slovensko h3{
	font-weight:bold;
}
.view-fkk-lokality-slovensko li{
	list-style:circle inside;
}
.view-fkk-lokality-slovensko li div, .view-fkk-lokality-slovensko li div p{
	display:inline;
}

/* Private messages */

/* change color for inbox, feature is not used now as it is buggy, kept for reffence only */
.block-private-message-inbox-block .private-message-thread:hover {
    /*background-color: grey; */
	background-color: #f2caca;
	border:1px solid #d64e4e;
}

/* header banner */
#header{
	background-image: url(/themes/bartik_asn/images/header_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #a4a09d;
}

/* Instructions and messages */
.asn_message_notify{
	/* color:red; */
	/* background-color:#f6fdf8; */
}
.asn_message_warning{
	color:#d6121f;
	/* background-color:#fdf6f6; */
}