/**
 * Stylesheet for PHP Mollom
 *
 * @media	screen, projection
 * @author	Tijs verkoyen <tijs@crsolutions.be>
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/**
 * General structure
 */

body {
	padding: 20px;
}

#header {
	padding: 0 0 10px 0;
	width: 900px;
	border-bottom: 1px solid #999999;
}

#header h1 a {
	display: block;
	margin: 0 0 20px 0;
	width: 435px;
	height: 79px;
	background-image: url('../images/php_mollom_logo.gif');
	background-repeat: no-repeat;
}

#header h1 span {
	display: none;
}

#content {
	padding: 20px 0;
	width: 900px;
}

#footer {
	border-top: 1px solid #999999;
	width: 900px;
	padding: 10px 0 0 0;
}

/**
 * Typography
 */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}

h1, h2, h3 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1 {
	font-size: 70px;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 4px 0;
}

p {
	padding: 0 0 10px 0;
}

ol, ul {
	padding: 0 0 20px 10px;
}

ul li {
	padding: 0 0 4px 15px;
	background: url('../images/list.gif') no-repeat scroll 0 4px;
}

dl {
	padding: 0 0 20px;
}

dt {
	font-weight: 700;
}

dd {
	padding: 0 0 4px 10px;
}

small {
	font-size: 10px;
}

#footer {
	font-size: 11px;
}

.brown {
	color: #3E2A1B;
}

.green {
	color: #58B82F;
}

/**
 * Links
 */
a {
	color: #58B82F;
}

a:hover {
	color: #3E2A1B;
}

a.hide {
	display: none;
}

ol {
	list-style-type: decimal;
}

ol li {
	padding: 0 0 4px 0;
	background: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

/**
 * Code
 */
.code {
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: "Courier New", monospace;
	background-color: #F2F2F2;
	border: 1px solid #999999;
}

/**
 * Downloads
 */
ul.download {
	padding: 0 0 20px 20px;
}

ul.download li {
	display: block;
	width: 100px;
	height: 40px;
	padding: 0;
	background: none;
	text-align: center;
}

ul.download li a {
	display: block;
	width: 100px;
	height: 40px;
	padding: 10px 0 0 0;
	background-color: #F0F0F0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

ul.download li a:hover {
	border-right: 1px solid #3E2A1B;
	border-bottom: 1px solid #3E2A1B;
}


/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
