ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 8px; line-height: 1.33 }
H1              { font-size: 2em;  }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }


html{
	background:#ebf4ff;
}

a{
	color:#416fa8;
}

a:hover{
	color:#5087cb;
}

a:visited{
	color:#6080a7;
}

input, textarea{
	border:#ccc 1px solid;		
}

label{
	display:block;
	font-weight:bold;
}

#wrapper{
	background:#fff;
	border:#ccc 2px solid;	
}

#hd{
	background:#fff6c5;
	padding:0px 5px;
	height:50px;
	border-bottom:1px solid #ccc;
}

#bd{
	min-height:500px;
	padding:0px 5px;
	clear:both;
}

#ft{
	border-top:1px solid #ccc;
	padding:0px 5px;
	color:#333;
	font-weight:bold;
	background:#eee;	
	height:50px;
}

.category-group{
	float:left;
	margin:10px;
}

#content{
	padding:0px 10px;
}

.top-post-list{
	margin:0px 0px;
	list-style-position:outside;
	text-indent: -1em;

}

.top-post-list li{
	margin:3px 0px 3px 0px;

}

#post-box {
	padding:3px;
	border:1px solid #ccc;
}


#post-box h2{
	margin:0px;
	color:#416FA8;	
}

#post-box #post{
	border-top:1px solid #ccc;
	padding:3px;
	min-height:200px;
}

#post-box #post-info{
	color:#555;
	font-size:.9em;
}

#hd #user-box{
	float:right;
	padding:3px;
}

#hd #user-box span{
	padding:3px;
}

#hd #logo{
	float:left;
}

.breadcrumbs{
	padding:5px;
	font-size:1.1em;
}

ul.post-list li span{
	background:#eee;	
	padding:2px;
	width:100%;
	display:block;
	font-weight:bold;	
}

ul.post-list li.post-item a{
	text-decoration:none;
	font-weight:bold;	

}

ul.post-list li.post-item span{
	display:inline;
	background:none;
	color:#555;
	padding-left:20px;
	font-weight:normal;	
	font-size:.9em;
}

.rss-box{
	text-align:right;
}

.moderate{
	float:right;
}

a.logo{
	float:left;	
	text-decoration:none;
}

.beta{
	float:left;
	color:green;
	display:block;
}

.board-link{
	background:#eee;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	border:#ccc solid 1px;
	display:block;
	width:450px;
	padding:5px;
	margin:10px 0px;
}

a.board-link:hover{
	color:#fff;
	background:#ccc;
}

ul#category-list ul{
	margin-left:20px;
}
