/* Positioning */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 14px "Trebuchet MS", Arial, Verdana;
	color: #535353;
	background: #d80200;
	text-align: center;
}

.body {
	width: 900px;
	margin: auto;
	text-align: left;
}

#header {
	display: none;
}
#logo {
	display: none;
}

ul#lang {
	display: none;
}
ul#menu {
	display: none;
}

#frame {
}

#footer {
	display: none;
}

/* Formatting (headings, etc) */

h1, h2, h3, h4, h5, h6 {
	color: #d80200;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

h1 {
	font-size: 170%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%
}
.bold {
	font-weight: bold;
	color: #000000;
}

p {
	margin-bottom:10px;
}

a {
	cursor: pointer;
	color: #d80200;
	padding: 1px;
}
a:hover {
	color: #ffffff !important;
	background: #d80200;
}
a:visited {
	color: #ab0000;
}
ul {
	padding-left: 20px;
}
ul li {
	margin-top: 4px;
}

table {
	margin-top: 10px;
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: 13px;
}
td, th {
	padding: 2px;
	border: 1px solid #f6e528;
}

th {
	background: #fff155  url(/images/table.png) repeat-x;
}

div.code {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	white-space: pre;
	font-size: 12px;
	font-family: monospace;
	background: #fefce8;
	border: 1px dashed #f6e528;
}
a img {
	border: 0px;
}
a.rss {
	text-decoration: none;
	line-height: 14px;
}
a.rss img {
	vertical-align: bottom;
}

/* Tweaks */

div.cleaner {
	height: 1px;
	line-height: 1px;
	border: 0px;
	clear: both;
	margin-top: 10px;
}
.error h1 {
	clear: none;
}
.error-img {
	float: left;
	margin: 10px;
	margin-top: 0px;
}
ul.error {
	list-style: none;
	border: 1px solid #d80200;
	background: #ffd1d1;
	padding: 5px;
}
div.success {
	background: #dcffd1;
	border: 1px solid #4bcd23;
	padding: 5px;
}
div.other {
	
}
#share-box {
	display: none;
}
.portfolio-item {
	clear: both;
	border-bottom: 1px dashed #f6e528;
	margin-top: 20px;
}
.portfolio-item h2 {
	clear: none;
	padding-top: 10px;
}
.portfolio-item img {
	border: 20px solid #fefce8;
}
.left {
	float: left;
	margin: 20px;
}
#blog-submenu {
	display: none;
}
div.date {
	background: #fefce8 url(/images/date.png);
	width: 68px;
	height: 63px;
	float: left;
}
div.date span {
	display:block;
	color: #535353;
	font-weight: bold;
	padding: 2px;
	font-family: Times;
	text-align: center;
}
div.date span.date {
	font-size: 130%;
	margin-top: 2px;
}
div.date span.year {
	font-size: 140%;
}
div.indent {
	float: left;
	width: 530px;
	margin-left: 20px;
}
.blog-item h2 {
	margin-top: 0px;
}
.blog-item {
	margin-bottom: 20px;
}
#form {
    display: none;
}
#frm-discussionForm {
    display: none;
}
