/*
-----------------------------------------------
WhatPulse Print CSS
authors: Yannick De Smet & Jelle Van Loo
version: may 2007
----------------------------------------------- */



/* Structure
----------------------------------------------- */
#site {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: #ffffff url("../images/body_background.gif") repeat-y;
}
img {
	border: none;
}




/* Header
----------------------------------------------- */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	letter-spacing: -1px;
	font: normal 200%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
}
#slogan {
	float: left;
	letter-spacing: -1px;
	font: normal 120%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	margin: 50px 0 0 -150px;
}
#userstats {
	float: right;
	margin: 0 8px 0 0;
	padding: 5px;
	text-align: right;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
#userstats h4 {
	display: none;
}
.userstatswrap dt {
	float: left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
.userstatswrap dd {
	padding-left: 73px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}



/* Left Sidebar
----------------------------------------------- */
#left {
	display: none;
}






/* Content
----------------------------------------------- */
#content {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}
#breadcrumbs {
	display: none;
}
h2 {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 150%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px dotted #adb9c2;
}
h3.news span {
	display: none;
}
.introduction {
	width: 95%;
	margin: 0 10px 15px 10px;
	padding: 0 0 10px 0;
	background: #ffffff url("../images/notice_body.gif") bottom;
}
.introduction h3 {
	margin: 0;
	padding: 0;
	width: 95%;
	height: 20px;
	background: #ffffff url("../images/notice_body.gif") top;
}
.introduction h3 span {
	margin: 0;
	padding: 5px 0 2px 5px;
	letter-spacing: -1px;
	font: normal 90%/120% "Trebuchet MS", Tahoma, Arial;
	color: #adb9c2;
}
.introduction p {
	margin: 8px 8px 8px 8px;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #898d8f;
}
.notice {
	width: 95%;
	margin: 0 10px 15px 10px;
	padding: 0 0 10px 0;
	background: #ffffff url("../images/notice_body.gif") bottom;
}
.notice h3 {
	margin: 0;
	padding: 0;
	width: 95%;
	height: 3px;
	background: #ffffff url("../images/notice_h3.gif");
}
.notice h3 span {
	display: none;
}
.notice p {
	margin: 8px 8px 8px 8px;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #898d8f;
}
.article {
	width: 95%;
	margin: 0 10px 20px 10px;
	padding: 0;
	background: #ffffff url("../images/article_body.gif") bottom;
}
.article h2 {
	width: 95%;
	height: 28px;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font: normal 130%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	background: #e1e5e9 url("../images/article_h2.gif");
	border: none;
}
.article h2 span {
	margin: 0 0 0 35px;
	padding: 0;
}
p.postdata {
	width: 95%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #e1e5e9 url("../images/article_h2.gif") bottom;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #898d8f;
}
p.postdata span {
	margin: 0 0 0 5px;
	padding: 0;
}
p.postdata a, p.postdata a:visited {
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.article .text {
	margin: 0 5px 20px 5px;
	padding: 0;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #838e96;
}
.article .text a {
	margin: 0 5px 20px 5px;
	padding: 0;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: #000000 1px dotted;
}
.article .comment a, .article .comment a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	text-align: center;
	height: 21px;
	color: #7a8893;
	text-decoration: none;
	border: none;
	display: block;
}
.article .comment a:hover {
	color: #838e96;	
	background: #dfe4e8 url("../images/article_body.gif") top;
}
.avatar {
	width: 75px;
	height: 75px;
	margin: 0 8px 2px 3px;
	background: #e1e5e9 url("../images/empty_avatar.gif") bottom;
	float: left;
}



/* Right Sidebar
----------------------------------------------- */
#right {
	display: none;
}



/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #e1e5e9 url("../images/footer.gif");
	width: 900px;
	height: 98px;
	text-align: center;
}
#footer p {
	margin: 8px;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #898d8f;
}
