/* 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 */
	background: #1d1d1d;
	background-image: url(../img/temp_7/main_bg.jpg);
	background-position: center top;
	color: #000000;
}
#badi {
	width: 100%;
	height: 239px;
	background-image: url(../img/temp_7/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
}

div { border: 0px solid black; }
#container {
	width: 780px; /* 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;
}
#header {
	width: 780px;
	height: 180px;
	padding: 20px 0px 0px 0px;
}
#header .alcim {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	font-style: italic;
	text-align: center;
	margin: 0px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: none;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 70px;
	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: #000000;
	background-image: url(../img/temp_7/box_185_bg.gif);
	padding: 0px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .box1 .linkek {
color: #7094b2;
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 12px;
font-weight:bold;
margin-bottom:10px;
margin-left:30px;
margin-top:10px;
}

#sidebar1 .box1 .linkek a {
	display: block;
	color: #7094b2;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../img/temp_7/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: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
#sidebar1 .kep {
	margin-bottom: 10px;
	width: 126px;
	background-image: url(../img/temp_7/box_126_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 30px;
	overflow: hidden;
	text-align:center;
}
.profilkep {
	margin-bottom: 15px;
}

#sidebar1 .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	margin-left: 30px;
	line-height: normal;
	margin-right: 30px;
}

#sidebar1 .txt a{
	color: #7195b3;
	text-decoration: none;
	font-weight: normal;
}

#sidebar1 .profillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7195b3;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sidebar1 .profillink a{
	color: #7195b3;
	text-decoration: none;
}

#sidebar1 .profillink a:hover{
	color: #7195b3;
	text-decoration: underline;
}
#sidebar1 .box2 {
	background-color: #000000;
	background-image: url(../img/temp_7/box2_185_bg.gif);
	padding: 0px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar1 .lista {
	list-style-image: url(../img/temp_7/sidebar_bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7195b3;
	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: #7195b3;
	text-decoration: none;
}

#sidebar1 .lista a:hover{
	color: #7195b3;
	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;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 17px;
	margin-left: 0;
}
#rightcol {
	float: right;
}

#rightcolContent {
	background-image: url(../img/temp_7/box_575_bg.gif);
	margin: 0;
	padding: 0;
}

#l_col {
	width: 65px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#date {
	background-image:url(../img/temp_7/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: 515px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div.quote {
	color: #779500;
	background-image:url(../img/temp_7/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: #e8e7ff;
	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: #303030;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: normal;
}
#commentcount {
	float: right;
	font-size: 13px;
	color: #047992;
}
#tags {
	float:right;
	font-size: 10px;
	color: #989898;
}
.commentfield_l {
	line-height: 20px;
	font-size: 12px;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;
}

.commentfield_r {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}

#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:#7094b2;
	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: #a9dfff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #a9dfff;
	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: #ffffff;
	margin-left: 30px;
	margin-bottom: 3px;
	margin-right: 30px;
}
.r_col_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #414141;
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 30px;
	width: 521px;
}
.r_col_txt_beige {
	color: #C7C7C7;
}
.r_col_txt_piros {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	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-top: 10px;
	margin-bottom: 30px;
}

#turnpage a{
	color: #f1f58a;
	text-decoration: none;
}

#turnpage a:hover{
	color: #f1f58a;
	text-decoration: underline;
}

.author {
	font-size: 13px;
	font-weight:bold;
	color: #414141;
	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: #414141;
	text-decoration: none;
}

.author a:hover{
	color: #414141;
	text-decoration: underline;
}

.piros {
	font-size: 11px;
	font-weight:bold;
	color:#cd0000;
}

.time {
	font-size: 11px;
	color: #414141;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight:bold;
	line-height: 35px;
	margin: 0;
	color: #414141;
	text-decoration: none;
}

.text {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #303030;
	margin: 0px;
	padding: 0px;
	width: 515px;
}

.text2 {
	font-size: 12px;
	color: #303030;
	line-height: normal;
}
.text2 a{
	color: #7094b2;
	text-decoration: underline;
	font-weight: bold;
}
.text2 a:hover{
	color: #7094b2;
	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: #303030;
}

em {
	font-style:italic;
}

.lead {
	font-size: 13px;
	font-weight:bold;
	color: #303030;
	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: 13px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	width: 25px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.commentcount {
	font-size: 13px;
	color: #047992;
}

.tags {
	font-family: Arial, Helvetica, sans-serif;
	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:#047992;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tovabb a{
	color:#047992;
	text-decoration: none;
}

.tovabb a:hover{
	color:#047992;
	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;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 17px;
	margin-left: 0;
}
.date3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #acacac;
	margin: 0px;
	padding: 0px;
}
#container2 {
	background-image: url(../img/temp_7/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.commentcount2 {
	font-size: 13px;
	color: #047992;
	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: #e8e7ff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 15px;
	text-align: left;
}
.author2 {
	font-size: 13px;
	font-weight:bold;
	color: #414141;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 15px;
	height: 30px;
}

.style1 {color: #9a9a9a}
.style2 {color: #414141; font-weight: normal;}
.style3 {color: #60b900}