body {
	margin: 0;
	font: 12px arial, sans-serif;
	/* color: #505050; */
	color: black;
}

.wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}

#header {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}

#logo {
	width: 300px;
	float: left;
}

#navigation {
	width: 600px;
	float: left;
	text-align: right;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #808080;
}

#navigation a:hover {
	color: #fca12c;
}

#container {
	/* background: url(/https/www.sourcemm.net/media/images/body-bg.png) repeat-x top; */
	background-color: #F8FBFF;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

#content {
	width: 600px;
	float: left;
	padding-left: 20px;
}

h1.post-title {
	font-size: 16px;
	font-weight: normal;
	color: #505050;
	padding-top: 20px;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
}

.post-meta {
	color: #808080;
	font-size: 10px;
}

.post-content {
	padding-top: 20px;
}

.feed {
	text-align: right;
}

.feed a:link, .feed a:visited {
	text-decoration: none;
	color: #000000;
	background: url(images/feed.png) no-repeat left;
	padding-left: 16px;
}

.feed a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 170px;
	float: left;
	margin-left: 20px;
}

.sidebox-one {
	background-color: #ecffeb;
	border: 2px solid #037100;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebox-two {
	background-color: #fff5e3;
	padding: 10px;
	border: 2px solid #ffa206;
	margin-bottom: 20px;
}

.sidebox-red {
	background-color: #ffdddd;
	padding: 10px;
	border: 2px solid #cf7676;
	margin-bottom: 20px;
}

.sidebox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebox a:link, .sidebox a:visited {
	display: block;
	/* color: #505050; */
	color: black;
	text-decoration: none;
	padding: 8px 5px;
}

.sidebox-one a:hover {background-color: #d4ffd3;}
.sidebox-two a:hover {background-color: #ffe3b7;}
.sidebox-red a:hover {background-color: #EBC5C5;}

h2 {
	margin: 0;
	margin-bottom: 5px;
}

h1.title {
	margin-left: 8px;
	color: black;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.title {
	margin: 0;
	font-weight: bold;
	/* color: #505050; */
	color: black;
	font-size: 16px;
	margin-bottom: 5px;
}

#content a:link, #content a:visited {
	color: #0000ff;
}

#content a:hover {
	color: #fd7e03;
}

#footer {
	border-top: 1px solid #c0c0c0;
	padding: 10px 0;
	font-size: 10px;
	color: #808080;
}

#footer a:link, #footer a:visited {
	color: #808080;
}

#footer a:hover {
	color: #000000;
}

img
{
	border: 0;
}

.error
{
	color: red;
}
