/* CSS for printing */

*{ background:none; }

html, body, .page, .pagenav, .postbit
{
	margin:0;
	padding:0;
}

a
{
	text-decoration:underline;
}

/* things to hide */
#logo,
#sidebar,
#searchbox_container,
#header_right,
#footer ul#footerlinks,
#footerbottom_container,
#hm_bottom,
li.deseltab,
.pressable,
.ifjs,
.pagenav ul,
#help_tab, #help_tab_tab,
.button,
input[type=button],
button,
.advertisement,
.postbit .post_header h2 .personaltext,
.postbit .post_header input,
.postbit .signature,
.postbit postbit_controls,
.postbit .postbit_controls,
.postbit .hideinfobttn,
#qr_tab, #qr_tab_tab
{display:none !important;}

#logo_print
{
	display:block;
}

#header_middle
{
	width:15cm;
	text-align:right;
}

#forumhome_info_tabs,
#forumhome_forums_tabs,
#footer #copyright,
.page
{ width:100%; }

li.seltab,
h1
{
	font-size:16pt !important;
	border-bottom:2pt dashed #aaa !important;
	overflow:visible !important;
	width:100% !important;
	height:auto !important;
	position:static !important;
	text-align:left !important;
	padding:0 !important;
}

#navbar
{
	border:1pt solid #aaa;
	width:99%;
	height:auto;
}

#navbar #breadcrumbs
{
	white-space:normal;
}

#navbar li:before
{
	content:"» ";
	font-size:120%;
}

#navbar li a:after
{
   content: " (www.e-steki.gr/" attr(href) ") ";
   font-size: 80%;
   font-style:italic;
}

.content_block
{
	border:none;
	padding:0;
}

ul.threadslist
{
	overflow:visible;
}

ul.threadslist li
{
	border-bottom:1pt solid #aaa;
	opacity:1;
}

.bginput,
input[type=text]
select
{
	border-bottom:1pt solid #111;
	border-width:0 0 1pt 0 !important;
}

.postbit .userinfo
{
	display:none;
}


.postbit .post
{
	width:auto !important;
	margin:0;
	float:none;
}

.postbit .post_header h2
{
	font-size:14pt;
	overflow:visible;
}

.postbit .post_header
{
	overflow:visible;
	border-bottom:1pt solid #666;
}

blockquote.quote, code.code, div.html, div.php,
ul.bitlist, ul.optionslist, ul.questionslist,
.list_no_decoration, .list_no_decoration li
{
	overflow:visible;
}


