@charset "utf-8";
/* CSS Document */

/* === COMMENTS === */

.main_container_spacer_comment {
	height: 15px;
	background-image: url(../images/spacer_line_comments.png);
}

/* === PUBLIC_COMMENTS === */
#comments {
	width: 100%;
}
#public_comment {
	padding: 10px;
}
.comment_nckname {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.comment_date {
	margin-left: 15px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
}
.comment_txt {
	width: auto;
	margin-left: 15px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.5em;
	text-align: justify;
}
.comment_txt a {
	color: #09F;
	font-weight: bold;
}
.comment_txt a:hover, .comment_txt a:focus {
	color: #03F;
	text-decoration: underline;
}

/* === FORM_COMMENTS === */
/* === RULES === */
#public_comment_window {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#public_comment h2 {
	margin-bottom: 0.8em;
}
#public_comment_window h2 {
	font-size: 16px;
	margin-bottom: 0.4em;
}
#public_comment_window p a {
	color: #09F;
	font-size: 11px;
	margin-left: 10px;
}
#public_comment_window p a:hover, #public_comment_window p a:focus {
	color: #03F;
	text-decoration: underline;
}
#public_comment_window_rules {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#public_comment_window_rules p {
	font-size: 11px;
	margin: 0.4em;
}

/* === FORM === */
#form_1 label {
	margin-left: 10px;
	font-size: 12px;
}
#privacy_1 {
	margin-left: 10px;
}
#form_1 label a {
	color: #09F;
	text-decoration: none;
}
#form_1 label a:hover, #form_1 label a:focus {
	color: #03F;
	text-decoration: underline;
}
#nickname_1, #email_1, #message_1 {
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Eurostile, Myriad, Interstate, Helvetica, sans-serif;
	font-size: 12px;

}
#message_1 {
   min-height: 80px;
   max-height: 200px;
   resize: vertical;
   width: 45%;
}
#send_1 {
	margin: 10px 10px;
	font-family: Eurostile, Myriad, Interstate, Helvetica, sans-serif;
	font-size: 12px;

}

/* === COMMENTS FACEBOOK === */

#facebook_comment_window {
	height: 100%;
	padding-left: 10px;
}