/* Stolenmysoul.net/designs */

body {
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	background:url(images/background.jpg) repeat-x;
}
a:link, a:visited {
	color:#fca75b;
	text-decoration:underline;
}
a:hover, a:active {
	color:#8dc73f;
	text-decoration:none;
}
.TwoColFix {
	width:900px;
	margin:0 auto;
}
.TwoColFix #wrapper {
	width:900px;
	background:url(images/wrapper-bg.jpg) repeat-y;
}
.TwoColFix #header {
	width:900px;
}
.TwoColFix #sidebar {
	text-align:justify;
	margin:0px 5px 0px 55px;
	width:220px;
	float:left;
	display:inline;
}
.TwoColFix #sidebar h1 {
	margin: 0px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/sidebartitle-bg.jpg) no-repeat;
	padding-left:3px;
	border-bottom:2px solid #8dc73f;
	color:#FFFFFF;
}
.TwoColFix #sidebar p {
	margin:0px 0px 10px 0px;
}
.TwoColFix #maincontent {
	text-align:justify;
	margin:0px 55px 0px 5px;
	float:right;
	width:560px;
	display:inline;
}
.TwoColFix #maincontent h1 {
	margin: 0px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/title-bg.jpg) no-repeat;;
	padding-left:3px;
	border-bottom:2px solid #fca75b;
	color:#FFFFFF;
	
}
.entry {
	margin:0px 0px 0px 0px;
	border: 1px #e0e0e0 solid;
	background: #f0f1f0;
	padding: 3px;
	margin:3px 0px 20px 0px;
}
.comment {
	background: #d0cfcf;
	text-align:center;
	margin-top: 10px;
	line-height:20px;
}
.comment a:link, .comment a:visited {
	color:#111111;
	text-decoration:underline;
}
.comment a:hover, .comment a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.post-entry {
	font-size:10px;
	color:333333;
}
.TwoColFix #footer {
	clear:both;
	width:790px;
	padding:30px 55px 0px 55px;
	text-align:center;
	background:url(images/wrapper-bg.jpg) repeat-y;
}
b,strong {
	font-weight:bold;
}
.margin {
	margin:10px;
}