/* reset all tags */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* typography */
body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
}

a {
	color: #08c;
}
a:link, a:visited, a:active {
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}
abbr {
	border: 0;
}

p { margin-bottom: 18px; }
h1 { font-size: 24px; line-height: 36px; margin-bottom: 10px; }
h2 { font-size: 16px; line-height: 18px; margin-bottom: 10px; }
h2.development { font-size:12px; line-height:1em; margin-bottom:10px; }
h3 { font-size: 1em; line-height: 18px; }
h4 { font-size: 10px; line-height: 18px; }

ul {
	margin-bottom: 18px;
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal; margin-left: 2.2em;
}

/* custom classes */
.base {
	text-align:left;
	padding:30px;
}

.footer {
	font-size:10px;
	color:#999;
}

.teaser img {
	border:2px solid #e5e5e5;
}

.ads {
	padding:0 0 10px 0;
}

.matrix {
	display:inline-block;
	text-align:center;
	padding:5px 0 20px 0;
}

.matrix table {
	text-align:left;
}

.matrix table th {
	font-weight:bold;
	background:#e5e5e5;
}

.matrix table th, .matrix table td {
	border:2px solid #e5e5e5;
	padding:10px;
}

.matrix table th.feature {
}
.matrix table th.status {
}
.matrix table th.notes {
}
.status.unimplemented {
	background-color:#d3d7cf;
}

.status.partly {
	background-color:#fce94f;
}

.status.done {
	background-color:#8ae234;
}

img {
	vertical-align:middle;
}

ul#faq li {
	margin:10px 0 0 0;
}

#logo {
	margin-left:-15px;
	margin-top:20px;
}