* {
	margin: 0;
	padding: 0;
}
html,body {
	background-color: #404040;
}
#IE {
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	background: red;
}
#Wrapper {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}
#Wrapper > * {
	display: block;
	list-style-type: none;
	float: left;
}
#Wrapper > .SideBar {
	float: left;
	width: 200px;
	display: block;
	padding-top: 200px;
	min-height: 400px;
}
.SideItem {
	display: block;
	width: inherit;
	height: auto;
	margin: 0px 0px 25px 0px;
	background-color: #505050;
	padding: 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url("/theme/border-radius.htc");
}
.SideItem > ul {
	display: block;
	list-style-type: none;
	width: inherit;
}
.SideItem > h4 {
	display: block;
	width: inherit;
	text-align: center;
	color: #bca;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 10px;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	cursor: move;
}
.SideItem > h4:hover {
	background-color: #707070;
}
.SideItem > ul > li {
	display: block;
	width: inherit;
	text-align: center;
	color: #aaa;
}
.SideItem > ul > li > h5 {
	color: #ab9;
	font-weight: normal;
	font-size: 0.8em;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	margin: 5px 0px 0px 0px;
	display: block;
	width: inherit;
	text-align: center;
}
.SideItem > ul > li > ul {
	display: block;
	width: inherit;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}
.SideItem > ul > li > ul > li {
	display: block;
	width: inherit;
}
#Main {
	width: 600px;
}
#Header {
	height: 150px;
	width: inherit;
	background-image: url("/layout/crazzy.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#Header a {
	display: block;
	width: inherit;
	height: inherit;
	color: transparent;
	background-color: transparent;
	font-size: 0px;
	text-indent: -60000px;
}
#Menu {
	display: block;
	list-style-type: none;
	width: inherit;
	text-align: center;
}
#Menu li {
	display: inline;
	margin: 5px;
}
#Menu li a:link, #Menu li a:visited {
	text-decoration: none;
	color: #aaa;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
}
#Menu li a:hover, #Menu li a:visited:hover {
	color: #dec;
}
#Content {
	width: 530px;
	margin: 30px auto;
	padding: 10px;
	background-color: #505050;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url("/theme/border-radius.htc");
}
#Content .BlogPost {
	width: 500px;
	background-color: #606060;
	margin: 10px auto;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url("/theme/border-radius.htc");
}
#Content #CommentForm {
	background-color: #606060;
	border: none;
}
#Content #CommentFormOuter {
	width: 500px;
	background-color: #606060;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url("/theme/border-radius.htc");
	margin: 0px auto;
}
#Content .BlogPost h2 {
	cursor: move;
}
#Content h2 {
	position: relative;
	top: 3px;
	display: block;
	width: inherit;
	text-align: center;
	color: #fff;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
}
#Content h3 {
	display: block;
	width: inherit;
	text-align: center;
	color: #ddd;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
#Content h2 a:link, #Content h2 a:visited {
	font-style: normal;
	color: #dec;
	text-decoration: none;
}
#Content h2 a:link:hover, #Content h2 a:visited:hover {
	text-decoration: underline;
}
#Content p {
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	width: 460px;
	display: block;
	margin: 10px auto;
	padding: 5px;
	color: #aaa;
}
#Content p a:link, #Content p a:visited, .FriendLink:link, .FriendLink:visited, #Archive a:link, #Archive a:visited, #Comments a:link, #Comments a:visited, .SideItem a:link, .SideItem a:visited {
	font-style: italic;
	color: #aaa;
}
#Content p a:hover, #Content p a:visited:hover, .FriendLink:hover, .FriendLink:visited:hover, #Archive a:hover, #Archive a:visited:hover, #Comments a:hover, #Comments a:visited:hover, .SideItem a:hover, .SideItem a:visited:hover {
	color: #dec;
}
#Content p a {
	white-space: nowrap;
}
#Content pre {
	width: auto;
	min-width: 100px;
	max-width: 450px;
	padding: 5px;
	overflow: auto;
	height: auto;
	max-height: 400px;
	max-height: 500px;
	display: block;
	background-color: #c0c0c0;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url("/theme/border-radius.htc");
}
#Content .PostPic {
	display: block;
	margin: 0px auto;
	max-width: 460px;
}
#CommentForm {
	width: 350px;
	display: block;
	margin: 10px auto;
	color: #aaa;
}
#CommentForm legend {
	display: none;
}
#CommentForm div.legend {
	text-align: center;
	margin-bottom: 7px;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
	margin-top: 3px;
}
#CommentForm label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
}
#CommentForm label[for="name"] {
	clear: both;
}
#CommentForm input[type="text"] {
	margin-left: 10px;
}
#CommentForm textarea {
	display: block;
	margin: auto;
}
#CommentForm input[type="submit"] {
	display: block;
	margin: 0px auto 10px auto;
}
#SearchForm {
	width: 350px;
	margin: 10px auto;
	border: 2px dashed #221;
	display: block;
	padding: 5px;
}
#SearchForm legend {
	margin-left: 10px;
}
#SearchResults {
	display: block;
	list-style-type: none;
}
#SearchResults li, #SearchResults p, #SearchResults strong, #SearchResults a {
	display: block;
}
.FriendLink {
	display: block;
	margin: auto;
	width: 150px;
	text-align: center;
}
#Archive {
	width: 300px;
	height: auto;
	display: block;
	margin: auto;
	color: #aaa;
}
#Archive > li > ul {
	margin-left: 25px;
}
#Archive > li > ul > li > a {
	display: block;
	margin-left: 25px;
}
h4#CommentHeader {
	width: inherit;
	display: block;
	text-align: center;
	color: #aaa;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
}
#Comments {
	list-style-type: none;
	display: block;
	color: #aaa;
}
#Comments li {
	display: block;
	margin: 5px auto;
}
#Comments li em {
	display: block;
	cursor: move;
}
.UserComment {
	padding: 5px;
	background-color: #606060;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url("/theme/border-radius.htc");
}
#Friday {
	postition:absolute;
	top:0px;
	right:0px;
	z-index:20;
	display:block;
}
#Friday img {
	position:absolute;
	top:0px;
	right:0px;
	border: 0px;
	display: inherit;
	z-index:21;
}
#Ads {
	margin: 0px auto;
	display: none;
}
