/* ==============================================
Print Style Sheet

version:  0.1
site:     mcube.tv
author:   Philip Lee
date:     February 21th, 2006
================================================= */


/* =CLEAN
================================================= */
#menu,
#menu2,
#extra-menus,
#testimonial,
#submenu,
#banner,
#main-image,
#skip-links,
#categories,
#index,
#pages,
h1 span,
#lastupdate,
#secondary,
#topmenu,
#fontsize,
#comments,
#time,
#footer a,
p.meta,
p.subscribe,
hr {
	display: none;
}

/*a img {
	border: none;
	float: right;
	margin-top: -80px;
}*/

#footer {
	clear: both;
}

/* =STYLE
================================================= */
body {
	background: white;
	font-size: 12pt;
	margin: 0;
}

#container {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
}

h1 {
	margin-bottom: 0;
}

h2 {
	font-size: 15pt;
}

a:link, a:visited {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: none;
}

#main {
	width: 100%;
	border: 0;
	margin: 0 20pt 0 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#section-text img {
	display: block;
	margin: 5px;
}

#downloads img {
	display: none;
}

/*#main a:after, #footer a:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	margin-right: 6px;
}
#main a[href^="/"]:after {
	content: " ( singdental.com" attr(href) " )";
	margin-right: 6px;
}
h4[id]:after {
	content: ' (id="' attr(id) '")';
}
*/

.imgright {
	float: right;
}
.imgleft {
	float: left;
}

#footer {
	border-top: 1px solid #333;
	margin: 2em 0;
}

/* =ARTICLES
================================================= */

#listing {
	list-style-type: none;
	padding: 0;
}

.article {
	margin-bottom: 2em;
}

.article h4 {
	font-size: x-large;
	margin-bottom: 0;
}

.article .content {
	text-align: justify;
}