* {
	margin: 0;
	padding: 0;
}

/* Effects */

/* NOTE: The ::selection and ::-moz-selection groups below, while 
 * containing the same code, do not, for some reason, work when put 
 * together
 */

::selection {
	background: pink;
}

::-moz-selection {
	background: pink;
}

form textarea:focus, form input:focus {
	border: 2px solid #900;
	background-color: #FEFFB2;
}

/* Links */

a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover, a:focus {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: capitalize;
}

a img {
	border: 0;
}


body[id^=fourm] div#page div#content code {
	display: block;
	border: solid black 1px;
	background-color: #FFFF64;
	width: 485px;
	overflow: visible;
}

body[id^=fourm] div#content h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font-size: 140%;
	padding-bottom: 3px;
}

.invisible {
	display: none;
}

a img {
	border: 0;
}

p {
	margin-top: 1em;
}

ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

.center, img[align="center"] {
	display: block;
	margin: 0 auto !important;
}

acronym, abbr, span.caps {
 cursor: help;
}

acronym, abbr {
 border-bottom: 1px dashed #999;
}

pre {
	background: #eee; 
	padding: 10px; 
	border: 2px solid #c94a29; 
	overflow: auto;
	margin: 15px 0;
	font-family: Courier, Monospace;
}

ul pre, ol pre {
	margin-left: -3em;
}

div.autosize {
	margin-bottom: 6px !important;
}

ul blockquote, ol blockquote {
	position: relative;
	left: -3em;
	width: 110%;
}

.comment ul, .comment ol {
	margin-left: 3em;
}

ul div.bquote blockquote, ol div.bquote blockquote {
	left: 0;
}

li+br {
	display: none;
}

/* Tables */

table.webmail {
	border: 0;
	width: 100%;
}

table.webmail, table.webmail td {
	border-spacing: 0;
}

table.webmail tr {
	background-color: #3CE4ED;
}

table.webmail tr.even {
	background-color: #39B7CD;
}

table.webmail th {
	background-color: #FF9912;
	text-align: left;
}

div.cleardiv {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

textarea {
	width: 99%;
}

div#flash {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: yellow;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid black;
	display: none;
	z-index: 9999;
}
/* Body */

body {
	font-family: "Lucida Grande", "Arial", sans;
	background-color: #111;
}

div#header {
	width: 100%;
	height: 200px;
	background-image: url(/theme/images/header-repeat.png);
	background-repeat: repeat-x;
}

div#banner {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background-image: url(/theme/images/header.png);
	background-position: bottom right;
}

div#header a {
	width: 800px;
	height: 200px;
	text-indent: -5000px;
	display: block;
}

div#sidebar {
	width: 21%;
	float: left;
}

div#content {
	width: 69%;
	float: right;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
}

div#content div.rounded {
	padding: 10px;
}

div#footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#footer div.foot-module {
	margin: 0 auto;
	float: left;
	width: 20%;
	margin-left: 4%;
	color: white;
	font-size: 0.9em;
}

div#footer a {
	color: white;
	border-bottom: 1px dotted white;
}

div#footer div.foot-module ul {
	list-style-type: square;
}

div#footer p {
	font-size: 0.5em;
	color: white;
	text-align: center;
}

div#page-content {
	background-color: #00ff00; /*#8B4513;*/
	padding-bottom: 10px;
}

body#fourm div#actual-content {
	font-size: 60%;
}

ul#navbar {
	text-align: center;
	margin-top: 0;
}

ul#navbar li {
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
}

ul#navbar li+li:before {
	content: " - ";
}

ul#navbar li img, ul#navbar li.active span {
	display: none;
}

ul#navbar li.active img {
	display: inline;
	background-color: white;
	outline: white solid .5em;
	margin: 0 .5em;
}

/* Sidebar */

div#rightbar {
	float: left;
	width: 270px; /*210*/
}

div.sidebar {
	width: 250px; /*250*/ /*240*/ /*210*/
	padding: 0 10px;
	margin-bottom: 5px;
}

div.sidebar h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #333333;
}

div.sidebar p {
	font-size: 0.8em;
	margin: 3px 0;
}

div#sidebar ul.hatnav {
	list-style-type: none;
	padding-left: 24px;
	margin-top: 0 !important;
	line-height: normal !important;
	list-style-image: none !important;
}

div#sidebar ul {
	list-style-type: none;
}
							
div#sidebar ul.hatnav li {
	text-align: right;
	border: 1px gray solid;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #111;
	color: white;
}
				
div#sidebar ul.hatnav li a {
	display: block;
	width: 95%;
	color: white;
}

div#sidebar li img {
	border: 0;
	height: 16px;
	width: 16px;
}

div#sidebar ul.hatnav li.active {
	background-color:#00FF00;
	border: none;
}

div#sidebar ul.hatnav li:hover {
	background-color:yellow;
	border: none;
}

div#sidebar ul li.active a, div#sidebar ul li a:hover {
	color: black;
}

div.module + cite {
	top: -0.4em;
}

div.module.unrounded + cite {
	top: -0.7em;
}

div#window {
 background-color: aqua;
 background-image: url(/theme/images/backgrounds/island6.PNG);
 background-position: bottom left;
 background-repeat: repeat-x;
 background-attachment: fixed;
 padding: 0 !important;
}


div#content div#actual-content {
	background-color: rgba(255, 255, 255, 0.5);
}


div.post {
 clear: both;
 padding-top: 15px;
}

span.back-post {
 float: left;
 font-size: 0.9em;
}

span.back-post:before {
 content: "\ab\a0";
}

span.next-post {
 float: right;
 font-size: 0.9em;
}

span.next-post:after {
 content: "\a0\bb";
}

div.post-date-1 {
 width: 45px;
 height: 49px;
 float: left;
 background: url(/theme/images/date-bg-1.gif) no-repeat;
}

div.post-date-0 {
 width: 45px;
 height: 49px;
 float: left;
}

div.post-date-0 span.post-month {
 color: #999999;
 font-size: 18px;
}

span.post-month {
 font-size: 11px;
 text-transform: uppercase;
 color: #FFFFFF;
 text-align: center;
 display: block;
 line-height: 11px;
 padding-top: 2px;
 margin-left: -3px;
}

span.post-day {
 font-size: 18px;
 text-transform: uppercase;
 color: #999999;
 text-align: center;
 display: block;
 line-height: 18px;
 padding-top: 7px;
 margin-left: -3px;
}

div.post-title {
 float: left;
 margin-left: 10px;
 width: 90%; /* 500px */
}

div.entry {
 clear: both;
 padding-top: 10px;
 /*font-size: 75%;
 line-height: 150%;*/
}

div.entry ol,
div.entry ul,
a[name|="comment"]+div.bubble ol,
a[name|="comment"]+div.bubble ul {
 margin-left: 3em;
}

span.post-cat-Hatkirby {
 background: url(/theme/images/authors/Hatkirby.ico) no-repeat;
 padding-left: 20px;
 float: left;
 font-size: 95%;
 color: #999999;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
}

span.post-comment {
 background: url(/theme/images/icons/comment.png) no-repeat;
 padding-left: 20px;
 float: right;
 font-size: 95%;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
}

span.mini-add-comment {
 background: url(/theme/images/icons/comment_add.png) no-repeat;
 padding-left: 18px;
 float: right;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
}

span.post-comments {
 background: url(/theme/images/icons/comments.png) no-repeat;
 padding-left: 20px;
 float: right;
 font-size: 95%;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
}

span.post-tag-1 {
 background: url(/theme/images/icons/tag.png) no-repeat;
 padding-left: 20px;
 margin-left: 90px;
 float: left;
 font-size: 95%;
 color: #999999;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
 text-transform: capitalize;
}

span.post-tag-2 {
 background: url(/theme/images/icons/tag.png) no-repeat;
 padding-left: 20px;
 margin-left: 75px;
 float: left;
 font-size: 95%;
 color: #999999;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
 text-transform: capitalize;
}

span.post-tag-3 {
 background: url(/theme/images/icons/tag.png) no-repeat;
 padding-left: 20px;
 margin-left: 35px;
 float: left;
 font-size: 95%;
 color: #999999;
 font: 75%/150% Arial, "Trebuchet MS", Tahoma;
 text-transform: capitalize;
}

div.post-date-2 {
 width: 45px;
 height: 49px;	
 float: left;
 background: url(/theme/images/date-bg-2.gif) no-repeat;
}

div.post-date-3 {
 width: 45px;
 height: 49px;
 float: left;
 background: url(/theme/images/date-bg-3.gif) no-repeat;
}

div.post-date-4 {
 width: 45px;
 height: 49px;
 float: left;
 background: url(/theme/images/date-bg-4.gif) no-repeat;
}

span.post-vote {
 float: right;
 position: relative;
 top: -.5em;
 right: 1em;
}

span.post-rating {
 font-size: big;
}

span.post-action-done {
        opacity: 0.2;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
}

div.module + cite {
	position: relative;
	left: 0.2em;
	margin: 0;
	padding: 15px 0px 0px 15px;
	background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: small;
}

div.module.unrounded + cite {
	padding-top: 10px;
}

div.module.bquote + cite {
	top: -0.8em;
}

div.module.rounded + cite {
	margin: 0px;
	background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0;
}

div.module.pimped {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.module.pimped + cite {
	background: transparent url(/theme/images/tip-pimped.gif) no-repeat 20px 0;
}

div.module {
	margin: auto 10px 14px 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	background-color: #B7E0FF !important;
	border: 3px solid #FFFFFF;
}

div.module.unrounded {
	background-color: white !important;
	border: 1px solid #c9c2c1 !important;
	padding: 5px;
}

div#sidebar div.module.sidebar {
	width: 95%;
}
ul.quote-list {
	list-style-type: none !important;
}

li.quote {
	margin: 0 0 1em;
	padding-bottom: 0.1em;
	background-color: #FCFCFC;
}

h3.quote-header {
	background-color: #F7F7F7;
	border: 1px solid #F4F4F4;
	margin: 0;
	padding: 0.25em 0.75em;
}

li.quote, h3.quote-header {
        -moz-border-radius-topleft: 0.5em;
        -moz-border-radius-topright: 0.5em;
        -webkit-border-top-left-radius: 0.5em;
        -webkit-border-top-right-radius: 0.5em;
        -khtml-border-top-left-radius: 0.5em;
        -khtml-border-top-right-radius: 0.5em;
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
}

span.quote-date {
	font-size: 70%;
}

blockquote.quote-body {
	font-family: Consolas, Monaco, Courier New, monospace;
	font-size: 12px;
	margin: 0.5em 0.75em;
	padding: 0;
	position: static;
	width: 100%;
}

ul.quote-list li:hover {
	background: #FFFCEC;
}

ul.quote-list li:hover h3.quote-header {
	background: #FEC;
	border-color: #FFE9C9;
}

span.quote-action-done {
	opacity: 0.2;
}

span.quote-update-result {
	float: right;
	text-transform: uppercase;
	font-size: 70%;
}
