body{
	color:#222;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
}

a  {
	text-decoration:none;
	color:#3D33C2;
}

a:hover {
	text-decoration:underline;
}

#ft {
	margin-top:3em;
	padding-top:0.3em;
	border-top:1px dashed #CCC;
	text-align:center;
	color:#555;
}

#ft a {
	color:#6B65AD;
}

#root_intro {
	text-align:center;
	font-size:150%;
	margin-top:3em;
	margin-bottom:3em;
}

#root_intro_inner {
	padding-left:20%;
	padding-right:20%;	
}

.root_catbox {
	text-align:center;
	margin-bottom:2em;
	font-size:150%;
}

#hd {
	margin-bottom:3em;
	padding-top:0.5em;
	padding-left:0;
	padding-right:0;
	background-color:#EEE;
	padding-bottom:0.5em;
	border-bottom:1px dashed #CCC;
	text-align:center;
}

#hd h1 {
	font-size:150%;
}

#hd #prev {
	padding-top:0.3em;
	text-align:left;
}

#hd #next {
	padding-top:0.3em;
	text-align:right;
}

#tools {
	
}

#pagination {
	margin-top:1em;
}


.cat_imagebox {
	text-align:center;
}

.article_stub {
	margin-bottom:1.5em;
}

.article_stub .title {
	font-size:120%;
	font-weight:bold;
}


#bd h1 {
	font-size:150%;
	margin-bottom:1em;
}

#bd h2 {
	margin-top:1em;
	font-size:130%;
	text-decoration:underline;
	margin-bottom:1em;
}

#bd h3 {
	font-size:110%;
	text-decoration:underline;
}

#bd ul, #bd ol      { margin:0 1.5em 1.5em 1.5em; }
#bd ul          { list-style-type: circle !important; }
#bd ol          { list-style-type: decimal !important; }

code {
	font-size:110%;
}
pre {
	margin-bottom:1em;
	font-family: courier,fixed;
}

.article_width {
	margin-left:auto;
	margin-right:auto;
	max-width:50em;	
}

.article {
	text-align:justify;
	font-size:120%;
}

em {
	font-style:italic;
}

p {
	margin-bottom:1em;
}

.yui-t7 {
	min-width: 10px !important;
}

.comments {
	border-top:1px dashed #CCC;
}

.add_comment {
	border-top:1px dashed #CCC;	
}

.comment {
	color:#555;
	margin-top:1em;
	margin-bottom:1em;
	font-size:110%;
	text-align:justify;
}

.comment .author {
	font-weight:bold;
}

.article .date {
	color:#888;
	font-size:70%;
	padding-left:3em;
}

.errorExplanation {
	color:#F00;
	font-weight:bold;
	margin-bottom:1em;
	margin-bottom:1em;
}

.errorExplanation h2 {
	font-size:150%;
}

.big_text {
	width:700px !important;
	height:300px !important;
}

#flash {
	text-align:center;
}

.new {
	background-color:#FFFB90;
}

/* == Code Highlighting == */
code .normal {
}
code .comment {
color:#000055;
font-style:italic;
}
code .keyword {
color:#AA0000;
font-weight:bold;
}
code .method {
color:#007777;
}
code .class {
color:#007744;
}
code .module {
color:#005500;
}
code .punct {
color:#444477;
font-weight:bold;
}
code .symbol {
color:#009999;
}
code .string {
color:#994444;
}
code .char {
color:#FF0077;
}
code .ident {
color:#000044;
}
code .constant {
color:#0077FF;
}
code .regex {
color:#BB6666;
}
code .number {
color:#DD5555;
}
code .attribute {
color:#337777;
}
code .global {
color:#33BB77;
}
code .expr {
color:#222277;
}
