html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
}
body {
	voice-family: "\"}\""; /* Hiding from IE5 */
	voice-family: inherit;

	background: #fff url(/images/body-shadow-bg.gif) repeat-y scroll top right;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}
abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

h2 {
	font-size: 150%;
}

h2 a:hover {
	color: inherit;
}

a:link, a:visited {
	font-family: verdana,sans-serif;
	color: #fa6;
	color: #F07F25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.button {
	border: 1px solid black;
	background: #def;
}
.icon {
	border: 0;
	vertical-align: middle;
}

#super-container {
	voice-family: "\"}\""; /* Hiding from IE5 */
	voice-family: inherit;

	margin-right: 21px;
}

#header {
	line-height: 1.1; /* To fix stupid IE background bug */
	padding: 5px 15px;
	color: #000;
	background-color:  #ABBBDF;
	background-image: url(/images/title7.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	border-bottom: 2px solid black;

	height: 70px;
}

#header h1 { display: none; }

#header h2 {
	display: none;
}

ul.categories {
	padding: 0;
	font-family: verdana,sans-serif;
	margin: 4.7em 0 0 12em;
}
	html>body ul.categories {
		margin: 4.4em 0 0 12em;
	}
.categories li#first {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

.categories li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-left: 0.1em;
	padding-right: 0.1em;
	white-space: nowrap;
}

.categories a:link, .categories a:visited {
	text-decoration: none;
	color: white;
	border: 1px solid #000;
	background-color: #FEF5ED;
	background-color: #555;
	padding: 1px 6px;
	font-weight: bold;
	font-size: 90%;
}

.categories a:hover {
	text-decoration: none;
	background-color: #999;
}

#content {
	width: 100%; /* To fix stupid IE background bug */
	margin: 0;
	padding: 0;
	background: #fff url(../images/corner-bg.gif) no-repeat scroll bottom left;
	text-align: left;
	border-bottom: 1px solid black;
}

#main_content {
	margin: 0 20px 0 185px;
	padding: 1em 0;
}
#main_content h2 {
	margin-top: 0;
	padding-top: 0;
}

#sidebar {
	margin: 0 2em 1em -10px;
	padding: 0 0 .5em;
	font: 90% verdana,arial,sans-serif;
	float: left;
	border: 0;
	width: 168px;

	position: relative;
	top: -45px;
}
	#sidebar .top {
		background: url(../images/sidebar-top-black.gif) no-repeat top left; /* Testing for IE */
		height: 45px;
	}
	#sidebar .middle {
		padding: 0 1em .5em 2em;
		background: url(../images/sidebar-middle.gif) repeat-y top left;
	}
	#sidebar .bottom {
		background: url(../images/sidebar-bottom.gif) no-repeat top left;
		height: 40px;
	}

#sidebar h2 {
	font-size: larger;
	text-align: center;
}


#navigation ul, #navigation li {
	margin: 0.3em 0pt;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-family: Arial,sans-serif;
	font-weight: bold;
}

#navigation li ul { margin-left: 1em;
}

#navigation li span {
	border-top: 1px solid rgb(0, 0, 0);
	border-left: 3px solid rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	padding-left: 5px;
}

#navigation li a {
	border-top: 1px solid rgb(201, 186, 147);
	border-left: 3px solid rgb(201, 186, 147);
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(128, 128, 128);
	font-family: Arial,sans-serif;
}

#navigation li a:visited {
	color: rgb(128, 128, 128);
}

#navigation li a:hover {
	border-top: 1px solid rgb(255, 170, 102);
	border-left: 3px solid rgb(255, 170, 102);
	background: rgb(234, 234, 234) none repeat scroll 0%;
}

#navigation li a:active {
	border-top: 1px solid rgb(221, 238, 255);
	border-left: 3px solid rgb(221, 238, 255);
}

#sidebar h3 {
	margin: 0pt;
	padding: 0pt;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: normal;
}

#status {
	/* height: 6px; */
	border-bottom: 2px solid #ccc;
	padding: 1em;
	color: black;
	text-align: center;
	font-size: 80%;
}

#status .username {
	font-weight: bold;
}

#status a, #status a:link, #status a:visited {
	font-size: inherit;
}

#status .avatar {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#status a:hover { background: rgb(255, 238, 221) none repeat scroll 0%; }

#navigation {
	margin-top: 1em;
}

#navigation h3 {
	font-family: Arial,sans-serif;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#navigation #current {
	color: rgb(255, 170, 102);
	cursor: default;
}
#recommend {
	font-size: 80%;
	text-align: center;
	margin-top: 1em;
}
#recommend a {
	border: 1px solid #fa6;
	background-color: #FEF5ED;
	padding: 1px 3px;
	text-decoration: none;
}
#recommend a:hover {
	border-color: #def;
	background-color: #F0F8FF;
	color: #919191;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #def;
	background: #f0f8ff;
}

#footer a {
	margin: 0pt;
	padding: 0pt;
	}

#footer img {
	border: 1px solid #def;
	margin: 5px 5px 0pt 0pt;
	padding: 1px;
}

#footer img:hover { border: 1px solid white; border-color: #fa6;}

#footer li, #footer ul {
	margin: 0pt;
	padding: 0pt;
	display: inline;
}

#copyright {
	margin: 0px auto;
	padding: 0pt 15px;
	background: #fff;
	text-align: center;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#note {
	background: #fff;
	text-align: center;
	font-size: 80%;
	color: rgb(119, 119, 119);
}

.spacer {
	clear: both;
	height: 0;
}
	html>body .spacer { display: block; }

.hidden { display: none; }

.definition { cursor: help; border-bottom: 1px dotted blue }

#right-graphic {
	border-left: 1px solid #fa6;
	border: 1px solid red;
	background: #fff;
	float: right;
	width: 20px;
	height: 100%;
	margin: 0;
	display: none;
	}

.white_corner {
	width: 17px;
	background: #fff;
	float: right;
	}

#func {
	background-color: white;
	}
#func a:link, #func a:visited {
	color: blue;
	}
	
#recent-posts {
	font-size: 80%;
	padding: 0 0 1em 200px;
	margin: 0;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
}

#recent-posts ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#recent-posts h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}