/* cikk */
.article {
	font-size:14px;
	line-height:160%;
}
.article p {
	margin-bottom:10px;
}
.article .poll {
	margin-bottom:10px;
}
.article h3.border {
	padding-top:0px;
	margin-top:-5px;
}
.article .vote input {
	font-size:14px;
}
.article_info {
	display:block;
	padding:3px 0 3px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	margin-top:-5px;
	position:relative;
}

/* megosztás */
.shareIcons {
	height:24px;
	position:absolute;
	right:0;
	top:3px;
}
.shareList, .moreList {
	list-style:none;
	margin:0;
	padding:0;
}
.shareItem {
	display:block;
	float:left;
	margin-left:5px;
}
.shareItem a:link, .shareItem a:visited {
	display:block;
	height:24px;
}
.moreIcons {
	margin-left:15px;
}
.moreList {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#f5f5f5;
	border:1px solid #e2e2e2;
	display:none;
	margin-left:-12px;
	padding:10px 10px 5px 10px;
	position:absolute;
}
.moreItem {
	height:24px;
	margin-bottom:5px;
}
.moreItem a:link, .moreItem a:visited {
	display:block;
	height:24px;
	padding-left:34px;
	text-decoration:none;
}
.moreItem a:hover {
	
}
.moreItem a img {
	margin-right:10px;
}
.moreItem a span {
	margin-bottom:5px;
}
.moreIcons:hover ul {
	display:block;
}
.icon-iwiw { background:url(../images/icons/iwiw.png) no-repeat; width:36px; }
.icon-facebook { background:url(../images/icons/facebook.png) no-repeat; width:24px; }
.icon-twitter { background:url(../images/icons/twitter.png) no-repeat; width:24px; }
.icon-google { background:url(../images/icons/google.png) no-repeat; width:24px; }
.icon-digg { background:url(../images/icons/digg.png) no-repeat; width:24px; }
.icon-myspace { background:url(../images/icons/myspace.png) no-repeat; width:24px; }
.icon-more { background:url(../images/icons/more.png) no-repeat; width:24px; }
.icon-delicious { background:url(../images/icons/delicious.png) no-repeat; }
.icon-stumbleupon { background:url(../images/icons/stumbleupon.png) no-repeat; }
.icon-technorati { background:url(../images/icons/technorati.png) no-repeat; }

/* utószó */
.afterword {
	background:#eee;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.afterword h3.border {
	padding-top:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.afterword p {
	/* font-family:'Cambria', Georgia, "Times New Roman", Times, serif; */
}

/* képgaléria */
table.img_gallery {
	margin-top:-5px;
	margin-bottom:10px;
	width:100%;
}
table.img_gallery td {
	width:25%;
}
table.img_gallery td img{
	padding:3px;
	border:1px solid #ccc;
	width:100%;
}

/* hozzászólások */
.comment_form textarea, .comment_form .text_input {
	width:100%;
	border:none;
	border:0px;
	font-family:'Corbel', 'Candara', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
.comment_form span {
	display:block;
	clear:both;
}
.comment_form .submit {
	font-family:'Corbel', 'Candara', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.comment_form .text_input {
	margin-right:10px;
	width:40%;
}
.comment {
	margin-top:10px;
}
.comment_head {
	padding-left:20px;
}
.comment_head strong {
	margin-right:10px;
}
.comment_arrow {
	font-size:0px;
	line-height:0%;
	width:0px;
	border-top:10px solid #ccc;
	border-right:10px solid #fff;
	margin-left:30px;
}
.comment_text {
	background:#eee url(../images/comment_grd.jpg) repeat-x 100% 100%;
	padding:20px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.comment_text .spacer {
	display:block;
	height:10px;
}

