/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #4F4F4F;
}

a {
	color: #1F9299;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a.button {
	padding: 2px;
	border: 1px solid #108890;
	background: #40AAB0;
	color: #FFF;
	font-weight: bold;
}

a.title, p.title {
	font-weight: bold;
}

p {
	margin: 0 0 12px 0;
}

img {
	border: none;
	vertical-align: middle;
}

ol, ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}

dl, dt {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 12px 0;
	padding: 0;
}

.alignleft {
	float: left;
	margin: 0 12px 8px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 12px;
}

div.article div.body ul,
div.article div.body ol {
	margin: 0 0 12px 22px;
	padding: 0 0 16px 0;
}

div.article div.body ol {
	list-style: decimal;
}

h1 {
	font-size: 22px;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: bold;
	color: #664F36;
}

h1 a, h2 a, h3 a, strong.logo a {
	text-decoration: none;
	color: #664F36;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
}

table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 12px;
}

table td, table th {
	padding: 2px;
	text-align: left;
}

div.editor-form table {
	width: 70%;
}

div.editor-form th,
div.editor-form td {
	text-align: center;
}

div.editor-form tbody th,
div.editor-form th.title {
	text-align: left;
}

div.editor-form tr.fieldset {
	display: none;
}

/* header section */
#header {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}

/* logo section */
strong.logo {
	display: block;
	font-size: 22px;
	margin-bottom: 12px;
}

strong.logo q {
	display: none;
}

/* navigation section */
div.navigation-main ul li {
	display: inline;
	font-size: 14px;
	padding-right: 4px;
}

div.navigation-main a {
	text-decoration: none;
}

div.navigation-main a.active {
	font-weight: bold;
}

div.navigation-main ul ul {
	display: none;
}

/* headline section */
div.headline {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}

div.headline p {
	font-size: 11px;
}

/* inner boxes section */
div.box {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	width: 100%;
	clear: both;
}

div.summary {
	margin-bottom: 12px;
}

/* count main section */
div.count-main img {
	display: none;
}

/* thumbs list section */
div.thumbs li {
	display: inline;
}

/* comments box section */
div.comments {
	width: 100%;
	clear: both;
}

div.comment {
	width: 100%;
	display: table;
}

div.comment div.avatar {
	float: left;
	margin: 0 12px 8px 0;
}

div.position img {
	display: none;
}

div.position p {
	margin-bottom: 0;
}

/* thumbs form section */
dl.thumbs-form dt {
	font-weight: normal;
}

dl.thumbs-form input.text,
dl.thumbs-form textarea {
	width: 80%;
}

div.pagination {
	margin-bottom: 12px;
	text-align: center;
}

div.pagination strong {
	display: none;
}

div.thumbs-grid li,
div.thumbs-grid div {
	display: inline;
}

div.thumbs-grid li {
	padding-right: 4px;
}

div.thumbs-grid p,
div.thumbs-grid span {
	display: none;
}

/* timeline box section */
div.timeline div.head {
	display: none;
}

div.timeline div.minute, div.timeline div.data, div.timeline div.stand {
	display: inline;
}

div.timeline div.section div.data img {
	vertical-align: top;
}

/* hidden boxes */
#footer,
#sidebar,
div.ad-top,
div.ad-right, 
div.infobar,
div.box-ad,
div.box-special img.deco,
div.subnavigation,
#header div.sub,
#header a.kicker,
div.box-extra,
div.article div.extra,
div.box-hidden {
	display: none;
}