@charset "iso-8859-2";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);

/**************************************************************************/
/*									BASE
/**************************************************************************/
body {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #41413e;
}
input[type=text],
input[type=password],
input.txt,
input.text,
textarea {
	margin: 6px 0;
	padding: 3px 6px;
	border: 0px;
	background: #fafafa;
	border: 1px solid #aaa;
	font: normal 14px Georgia, "Times New Roman", Times, serif;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	padding: 1px;
}
input[type=text]:hover,
input[type=password]:hover,
input.txt:hover,
input.text:hover,
textarea:hover {
	background: #fdfdfd;
	border: 1px solid #999;
	
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
input[type=text]:focus,
input[type=password]:focus,
input.txt:focus,
input.text:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #777;
	
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
}

input[type=button],
input[type=submit],
input.btn,
input.button {
	border: 1px solid #706b5e;
	background: #6f6f55 url(../images/button.png) repeat-x left top;
	padding: 2px 10px;
	font: normal 16px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-shadow: #4e4e41 0px 1px 0px;
	cursor: pointer;
	margin: 10px 0;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type=button]:hover,
input[type=submit]:hover,
input.btn:hover,
input.button:hover {
	background: #7c7c60 url(../images/button-over.png) repeat-x left top;
	
	-webkit-box-shadow: 0px 0px 3px #c1c1ba;
	-moz-box-shadow: 0px 0px 3px #c1c1ba;
	box-shadow: 0px 0px 3px #c1c1ba;
}

div.main-frame {
	width: 960px;
	margin: 0 auto;
	padding: 230px 0 0 0;
}
div.page-frame {
	width: 960px;
}
div.page-content {
	padding: 0 0 30px 0;
}
div.page-side {
	padding: 10px 0px 20px 0;
	background: #F0F0F0 url(../images/side-bg-gyoker.jpg) no-repeat right top;
}
div.footer-frame {
	padding: 20px 0 0 0;
	background: #e9e9e4 url(../images/footer-top.jpg) no-repeat center top;
}
/**************************************************************************/
/*									HEADER
/**************************************************************************/
div.header-frame {
	position: absolute;
	top: 0px;
	width: 960px;
	height: 230px;
	background: url(../images/header-bg.jpg) no-repeat;
}
#follow-twitter {
	position: absolute;
	top: 140px;
	left: 700px;
	display: block;
	width: 150px;
	height: 90px;
}
/**************************************************************************/
/*									MENU
/**************************************************************************/
ul.main-menu {
	display: block;
	position: absolute;
	top: 170px;
	border-bottom: 2px dashed #e3e7e5;
	padding: 0 0 2px 0;
	font-family: 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
ul.main-menu li,
ul.main-menu li a {
	display: block;
	float: left;
}
ul.main-menu li {
	padding: 0 4px;
}
ul.main-menu li a {
	font-size: 20px;
	line-height: 32px;
	text-decoration: none;
	color: #81200d;
	padding: 0 0 0 40px;
	background: url(../images/icon-menu-citrom.jpg) no-repeat left center;
}
ul.main-menu li a:hover {
	color: #6f9718;
}
/**************************************************************************/
/*									FOOTER
/**************************************************************************/
div.footer-content {
	padding: 30px 0 20px 0;
	text-align: left;
	font-size: 12px;
	overflow: visible;
	color: #98988c;
}
div.footer-content a {
	color: #7d7d74;
}
div.footer-content a:hover {
	color: #4a4a28;
}
h2 {
	font: normal 20px/60px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}



/**************************************************************************/
/*									SIDE
/**************************************************************************/
div.page-side div.box {
	padding: 10px;
	margin: 0 0 10px 0;
	text-shadow: #fff 0px 1px 0px;
}
div.page-side div.box div.title {
	font-size: 30px;
	margin: 0px 0 10px 0;
	color: #696963;
	font-family: 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
div.page-side div.bannerbox {
	margin: 10px 0;
}
.login-box {
	text-align: center;
}
.login-box label {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: left;
}
.login-box div.welcome-msg {
	text-align: left;
	width: 240px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}
.login-box div.welcome-msg span.username {
	font: normal 24px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
.login-box input.txt {
	display: block;
	margin: 6px auto;
	width: 180px;
	font: normal 18px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
	color: #41413E;
}


.bolcs-box {
	font-size: 13px;
	line-height: 20px;
}
.bolcs-box img {
	float: right;
}

.zene-box {
	font-size: 13px;
	line-height: 20px;
}
.zene-box img {
	float: right;
	width: 120px;
}
/**************************************************************************/
/*									CONTENT
/**************************************************************************/

h1 {
	font-size: 40px;
	color: #f6cf05;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin: 10px 0;
	color: #5f4d36;
	font: normal 30px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
h4 {
	margin: 10px 0;
	color: #716b60;
	border-bottom: 1px dashed #cecec8;
	font: normal 20px/30px Georgia, "Times New Roman", Times, serif;
}
h5 {
	margin: 10px 0;
	color: #5a5043;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	color: #45801e;
}
a:hover {
	color: #d4520b;
}

div.message-box {
	background: #fcf3b5 url(../images/msgbox-alert.png) no-repeat 6px 4px;
	border: 1px solid #f5eaa9;
	margin: 10px 0;
	text-shadow: #f8f5e4 0px 1px 0px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}
div.message-box div.msg {
	border: 1px solid #fdf8d3;
	padding: 4px 10px 4px 30px;
	text-align: left;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}
div.message-hint {
	background-color: #c6e7bc;
	background-image: url(../images/msgbox-info.png);
	border: 1px solid #c1e2a0;
	text-shadow: #e8f7e4 0px 1px 0px;
}
div.message-hint div.msg {
	border: 1px solid #d5edce;
}
div.message-error {
	background-color: #f4c1a8;
	background-image: url(../images/msgbox-error.png);
	border: 1px solid #dab595;
	text-shadow: #f1dfd7 0px 1px 0px;
}
div.message-error div.msg {
	border: 1px solid #f7d2c0;
}


div.post-list-item {
	margin: 20px 0 70px 0;
}
div.post-list-item h3 {
	padding: 10px 0 0 0;
}
div.post h1 {
	margin: 10px 0 0px 0;
}
div.post-uploader {
}
div.post-content {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}
div.post-desc {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px 0;
}
div.post-desc p {
	text-align: left;
	margin: 0 60px;
}
div.post-date-box {
	position: relative;
	margin: 0 auto;
	width: 60px;
	height: 100px;
	background: url(../images/date-bg.jpg) no-repeat;
}
div.post-date-box div.date {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 14px;
	left: 0px;
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #40210f;
	text-shadow: #d4d3cd 0px 1px 0px;
}
div.post-date-box div.date div.day {
	font-size: 32px;
	line-height: 36px;
}
a.post-comment-nr {
	margin: 20px 0 0 0;
	display: block;
	width: 60px;
	height: 50px;
	font: normal 34px/40px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #78796d;
	text-shadow: #f0f1f1 0px 1px 0px;
	background: url(../images/chat-bub.jpg) no-repeat;
}
div.post-tags {
	background: #f0f0f0;
	padding: 4px 6px;
	border: 1px dotted #e2e2e2;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

div.post-comment {
	padding: 10px 0;
	margin: 10px 0;
}
div.post-comment div.comment-info {
	text-align: right;
	padding: 0 9px 0 0;
	border-right: 1px dashed #e0e0e0;
	font-size: 20px;
}
div.post-comment div.comment-info div.date {
	font-size: 14px;
}
div.post-comment div.comment-text {
}




div.tab-frame {
	position: relative;
	border-bottom: 1px solid #888;
	padding: 0 0 0 4px;
}
div.tab-frame div.tab {
	float: left;
	padding: 2px 10px;
	border: 1px solid #888;
	border-bottom: none;
	background: #fff;
	margin: 0 2px 0 2px;
	cursor: pointer;
}
div.tab-frame div.tab-active {
	position: relative;
	bottom: -1px;
}
div.tab-content-frame {
	border: 1px solid #888;
	border-top: 0px;
	padding: 2px 20px 20px 20px;
}




div.tag-cloud {
}
div.tag-cloud .tag {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #404036;
	padding: 0 3px;
}
div.tag-cloud .size-1 {
	color: #8c8c80;
}
div.tag-cloud .size-2 {
	font-size: 12px;
	color: #808073;
}
div.tag-cloud .size-3 {
	font-size: 14px;
	color: #737366;
}
div.tag-cloud .size-4 {
	font-size: 16px;
	color: #66665a;
}
div.tag-cloud .size-5 {
	font-size: 18px;
	color: #59594e;
}
div.tag-cloud .size-6 {
	font-size: 20px;
	color: #4d4d42;
}
div.tag-cloud .size-7 {
	font-size: 22px;
}


div.text-editor {
	text-align: center;
}



table.form-table {
}
table.form-table td {
	padding: 2px 6px;
}
table.form-table td.label {
	width: 300px;
}
table.form-table td.data {
}
table.form-table td.data input.txt {
	width: 248px;
}
table.form-table td.data div.message-box {
	width: 260px;
}



div.chatwall {
}
div.chatwall div.messages {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
}
div.chatwall div.messages div.message {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
div.chatwall div.messages div.message div.m_head {
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding: 4px 0 2px 0;
}
div.chatwall div.messages div.message div.m_name {
	font-size: 14px;
}
div.chatwall div.messages div.message div.m_date {
	position: absolute;
	right: 2px;
	top: 6px;
	font-size: 10px;
	color: #7c7a79;
}
div.chatwall div.messages div.message div.m_content {
	padding: 2px 10px 4px 10px;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
div.chatwall div.add-message {
	
}
div.chatwall div.add-message label {
	display: block;
	margin: 4px 20px;
}
div.chatwall div.add-message input.txt,
div.chatwall div.add-message textarea {
	width: 200px;
}

textarea.reg-info {
	width: 500px;
	height: 400px;
}
/**************************************************************************/
/*								PAGINATION
/**************************************************************************/

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	border-bottom: 1px dashed #E3E7E5;
}

div.pagination a {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	text-decoration: none; /* no underline */
    font-size:12px;
}
div.pagination a:hover, div.pagination a:active {
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
    font-size:12px;
	color: #73736a;
}
div.pagination span.sumtext {
	font-weight:bold;
    font-size:13px;
}
div.pagination span.sum {
	font-style: italic;
}

/**************************************************************************/
/*								THUMBNAILS
/**************************************************************************/

.thumb-container,
.thumb-inner,
.thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}


.thumb-container {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	height: 150px;
	margin: 10px;
	padding: 6px;
	width: 150px;
}

.thumb-container a,
.thumb-container img {
	border: 0;
	margin: 0;
}

.thumb-center img,
.thumb-strip,
.thumb-icon {
	position: absolute;
}

.thumb-center img {
	margin-left: 50%;
	margin-top: 50%;
}

.thumb-strip {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #222;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.thumb-icon {
	background: url(images/tango-icon.png) no-repeat;
	bottom: 2px;
	height: 22px;
	right: 4px;
	width: 22px;
}

