body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	min-width: 980px;
	margin: 0px;
}

html, body {
	height: 100%;
}

#wrapper {
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	clear: both;
	
	/* sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5.5em; /* the bottom margin is the negative value of the footer's height */
}

#footer
{
	text-align: center;
	font-size: smaller;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#footer, .push {
	height: 5.5em; /* .push must be the same height as .footer */
}

#header
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftbar
{
	float: left;
}

#rightbar
{
	float: right;
}

#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#body
{
	width: 580px;
	margin-left: 200px;
}

form, img
{
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.sidebar
{
	font-size: smaller;
	width: 190px;
}

.sidebar p.menu
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 0px;
	font-weight: 700;
}

.sidebar div.menu
{
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 3px;
}

.sidebar div.menu p
{
	margin: 0px;
}

.sidebar div.menu p+p
{
	margin-top: 10px;
}

.sidebar div.menu+p.menu
{
	margin-top: 10px;
}

.sidebar ul.menu
{
	margin: 0px;
	padding: 0px;
}

.sidebar ul.menu li
{
	margin: 0px;
	padding: 3px;
	border-bottom-width:  1px;
	border-left-width:  1px;
	border-right-width:  1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	list-style-type: none;
}

.sidebar ul.menu+p.menu
{
	margin-top: 10px;
}

p.blurb
{
	border-width: 1px;
	border-style: solid;
	font-size: smaller;
	padding: 4px;
}

div.teaser
{
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

#articles
{
	border-width: 1px;
	border-style: solid;
}

.article p.title
{
	margin-top: 0px;
	font-size: smaller;
}

.article p.title a
{
	text-decoration: underline;
}

.article p.title a:hover
{
	text-decoration: none;
}

.article p.title:first-line
{
	font-size: larger;
	font-weight: 700;
}

.article p.more
{
	text-align: right;
	margin-bottom: 0px;
}

.article
{
	border-width: 1px;
	padding: 6px;
}

.alt
{
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: none;
	border-top-style: dashed;
}

p.enclosure
{
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

p.bugid
{
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

p.pagetitle:first-line
{
	font-size: 1.2em;
	font-weight: bold;
}

p.pagetitle
{
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-align: center;
	/*font-family: "Trebuchet MS", "Helvetica", sans-serif;*/
}

p.section:first-line
{
	font-size: larger;
	font-weight: bold;
}

p.section
{
	padding-top: 10px;
	border-top-style: dashed;
	border-top-width: 1px;
}

p.section a
{
	text-decoration: underline;
}

p.section a:hover
{
	text-decoration: none;
}

div.comment
{
	padding: 10px;
	border-width: 1px;
	border-style: dashed;
}

div.comment p
{
	margin: 0px;
}

div.comment p+p
{
	margin-top: 10px;
}

div.comment+div.comment
{
	margin-top: 10px;
}

div.comment p.title
{
	font-weight: 700;
}

div.comment p.title a
{
	font-weight: normal;
	text-decoration: underline;
}

div.comment p.title a:hover
{
	text-decoration: none;
}

div.comment p.cleanup
{
	font-size: smaller;
}

div.comment .person
{
	font-style: italic;
}

pre.rbcode
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	max-width: 702px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.indent
{
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 2px;
}

.sideshout
{
	border-width: 1px;
	border-style: solid;
	width: 188px;
	text-align: center;
}

.marquee
{
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	font-size: smaller;
	padding: 4px;
}

#marquee_refresh
{
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

.marquee p
{
	margin: 0px;
}

.comment-form-label
{
	max-width: 100px;
	min-width: 100px;
	width: 100px;
	font-weight: bold;
}

#digg
{
	margin-right: 10px;
	float: left;
}

p.divider
{
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
}

