/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #7cab0d;
	background-image: url(../img/temp_2/main_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
div { border: 0px solid black; }
#container {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(../img/temp_2/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	background-color: #f9f9ee;
	background-image: url(../img/temp_2/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 670px;
	padding: 23px 0 60px 105px;
}
#header .alcim {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #f1f58a;
	padding: 0px;
	font-style: italic;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	width: 430px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	width: 575px;
	margin: 0px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#sidebar1 {
	width: 186px;
	padding: 0px;
	float: left;
}
#sidebar1 .box1 {
	background-color: #cae269;
	padding: 0px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .box1 .linkek {
color:#118D45;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:21px;
font-weight:bold;
margin-bottom:10px;
margin-left:30px;
margin-top:10px;
}

#sidebar1 .box1 .linkek a {
	display: block;
	color:#850000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../img/temp_2/sidebar_bullet.gif) no-repeat 0 8px;
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}
#sidebar1 .box1 .linkek a:hover {
	text-decoration: underline;
}
#sidebar1 .box1 .linkek p {
	display: inline;

}
#sidebar1 .box1 .linkek br {
	display: none;
}
.cimek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #118d45;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
#sidebar1 .kep {
	border: 1px solid #d5d5cc;
	margin-bottom: 10px;
	width: 126px;
	background-image: url(../img/temp_2/box_126_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 30px;
	overflow: hidden;
}
.profilkep {
	margin-left: 23px;
	margin-bottom: 19px;
}

#sidebar1 .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b6b00;
	margin-left: 30px;
	line-height: normal;
	margin-right: 30px;
}

#sidebar1 .txt a{
	color: #989898;
	text-decoration: none;
	font-weight: normal;
}

#sidebar1 .profillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #850000;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sidebar1 .profillink a{
	font-weight: bold;
	color: #850000;
	text-decoration: none;
}

#sidebar1 .profillink a:hover{
	font-weight: bold;
	color: #850000;
	text-decoration: underline;
}


#mainContent {
	width: 575px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-color: #fafd9d;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
#rightcol {
	float: right;
}

#l_col {
	width: 65px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#date {
	background-image:url(../img/temp_2/date.gif);
	background-repeat:no-repeat;
	background-position:right;
	height: 65px;
	width: 40px;
	margin-left: 12px;
}
#datetext {
	position:relative;
	padding: 12px 0px 10px 0px;
}

#r_col {
	width: 480px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.quote {
	color: #779500;
	background-image:url(../img/temp_2/box2_quote.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 40px;
	font-size:12px;
	height: 40px;
	line-height: normal;
	padding-top: 10px;
}
#commentfooter {
	float: none;
}
#comment {
	background-color: #e7ec73;
	width: 545px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#commentnum {
	font-size: 11px;
	color: #989898;
	width: 20px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#commentbody {
	font-size: 13px;
	color: #4b6b00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: normal;
}
#commentcount {
	float: left;
	font-size: 11px;
	color: #989898;
}
#tags {
	float:right;
	font-size: 10px;
	color: #989898;
}
.commentfield_l {
	line-height: 20px;
	font-size: 11px;
	color: #4b6b00;
	font-family: Arial, Helvetica, sans-serif;
}

.commentfield_r {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b6b00;
}

#commentfield_info {
	clear: both;
	line-height: 40px;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	width: 545px;
}

form {
	line-height:30px;
}
input {
	line-height:20px;
	height: 20px;
	width: 169px;
	font-size: 11px;
	color: #989898;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #76e4ff;
	border-left-color: #76e4ff;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	margin: 0px;
}
textarea {
	line-height:30px;
	padding: 1px;
	border-left: 1px solid #dbdbd0;
	border-top: 1px solid #c6c6b5;
	width: 292px;
	font-size: 11px;
	color: #989898;
	height: 155px;
	overflow:auto;
}

input.submitgomb {
	background-color:#7faf0d;
	color:#FFFFFF;
	line-height:23px;
	width: 298px;
	height: 23px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0ff14;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #c0ff14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f9f9ee;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 .username {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #243201;
	margin-left: 30px;
	margin-bottom: 3px;
	margin-right: 30px;
}
.r_col_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #118d45;
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 30px;
	width: 521px;
}
.r_col_txt_piros {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #850000;
	margin-bottom: 15px;
}
#sidebar1 .txt a:hover {
	color: #989898;
	text-decoration: underline;
	font-weight: normal;
}
#comment_it {
	float: left;
	font-size: 10px;
	color: #cd0000;
}

#comment_it a{
	color: #cd0000;
	text-decoration: none;
}

#comment_it a:hover{
	color: #cd0000;
	text-decoration: underline;
}

#turnpage {
	font-size: 15px;
	color: #f1f58a;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	margin-bottom: 30px;
}

#turnpage a{
	color: #f1f58a;
	text-decoration: none;
}

#turnpage a:hover{
	color: #f1f58a;
	text-decoration: underline;
}

.author {
	font-size: 11px;
	font-weight:bold;
	color:#4da957;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
}

.author a{
	color: #047992;
	text-decoration: none;
}

.author a:hover{
	color: #047992;
	text-decoration: underline;
}

.piros {
	font-size: 11px;
	font-weight:bold;
	color:#cd0000;
}

.time {
	font-size: 11px;
	color:#4b6b00;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size: 32px;
	font-weight:bold;
	line-height: 25px;
	margin: 0;
	color: #118d45;
	text-decoration: none;
}

.text {
	font-size: 13px;
	color: #4b6b00;
	margin: 0px;
	padding: 0px;
	width: 472px;
}

.text2 {
	font-size: 12px;
	color: #4b6b00;
	line-height: normal;
}
.text2 a{
	color: #890000;
	text-decoration: underline;
	font-weight: bold;
}
.text2 a:hover{
	color: #890000;
	text-decoration: none;
	font-weight: bold;
}

/*
p {
	font-size: 12px;
	color: #4b6b00;
	line-height: normal;
}
a {
	color: #890000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #890000;
	text-decoration: none;
	font-weight: bold;
}
*/

strong {
	color: #616161;
}

em {
	font-style:italic;
}

.lead {
	font-size: 13px;
	font-weight:bold;
	color: #4b6b00;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: normal;
}

.date {
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}

.date2 {
	font-size: 30px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}

.commentnum {
	font-size: 11px;
	font-weight:bold;
	color: #010101;
	text-align: left;
	width: 25px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.commentcount {
	font-size: 11px;
	font-weight:bold;
	color: #010101;
}

.tags {
	font-size: 11px;
	color: #047992;
	margin-top: 5px;
}

.tags a{
	color: #047992;
	text-decoration: none;
}

.tags a:hover{
	color: #047992;
	text-decoration: underline;
}

p.quote {
	padding-top: 5px;
}

.tovabb {
	font-weight:bold;
	color:#cd0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tovabb a{
	color:#cd0000;
	text-decoration: none;
}

.tovabb a:hover{
	color:#cd0000;
	text-decoration: underline;
}
#mainContent2 {
	width: 575px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-color: #f1f58a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
.date3 {
	font-size: 11px;
	font-weight:bold;
	color:#567b00;
	margin: 0px;
	padding: 0px;
}
#container2 {
	background-image: url(../img/temp_2/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.commentcount2 {
	font-size: 11px;
	font-weight:bold;
	color: #4b6b00;
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-bottom: 12px;
	text-decoration: none;
}
#mainContent3 {
	width: 545px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background-color: #dee35e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 15px;
	text-align: left;
}
.author2 {
	font-size: 11px;
	font-weight:bold;
	color:#4da957;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 15px;
	height: 30px;
}
#sidebar1 .box2 {
	background-color: #e0f781;
	padding: 0px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar1 .lista {
	list-style-image: url(../img/temp_2/sidebar_bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #850000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sidebar1 .lista a{
	color: #850000;
	text-decoration: none;
}

#sidebar1 .lista a:hover{
	color: #850000;
	text-decoration: underline;
}

.style1 {color: #b0e105}
.style2 {color: #567b00}
.style3 {color: #60b900}