@import "common.css";

body {
    background:#FFF;        
	padding: 	10px 0 0 0;
	margin: 	0;
}

h1, h2, h3, h4 {
//    margin: 0px;
    margin-bottom: 0em; 
//    padding: 0px;
    font-weight: bold;
}

#banner {
	position:	relative;
	width: 		100px;
	height:		90px;
	float: 		left;
	padding-left: 	5px;
	font-size:	x-large;
	font-weight:	bold;
	background:	#fff url(../images/wubi_wiki_90.png) 
			no-repeat scroll 10px 0px;
	}
#banner a { 
	position:	absolute;
	top:		0px;
	left:		10px;
	display:	block; 
	width:		90px;
	height:		90px;
	}
#banner a:hover { text-decoration: none; }

#banner { position: fixed; }
#content { margin-left: 105px; }

#banner h1 { text-indent: -1000px; }  
#banner .description, .accessibility { display: none; }
.blogbody .anchor { margin: 0; }
.upper-nav p { margin-top: -1em; }
.upper-nav a, .upper-nav input { display: block; float: left; width: auto; border-top: 1px solid #bbb; background-color: #ddd; padding: 2px 1em 2px .5em; margin-right: 2px; font-family: verdana, sans-serif; font-size: .8em;  text-decoration: none; margin-bottom: .8em;}
.upper-nav p, .upper-nav input, .upper-nav form { display: inline; }
.upper-nav a:hover { color: #bbb; background-color: #444; text-decoration: none; }
.upper-nav input { margin-left: 1em; }
input.hidden { display: none; }

#content {
    float:left;
    width:640px;
    background:#FFF;
    margin-bottom:20px;
}
.wiki, hr { clear: both; }
#links {
    background:#FFF;
    color:#CCC;
    margin-right:25%;
}
    
.blog {
    padding-left:15px;                    
    padding-right:15px;                    
}    

.blogbody {
    font-size:small;
    font-weight:normal;
    background:#FFF;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
    font-weight: normal;
}

.title    { 
    font-size: small;
    color: #CCC;
}

div#content div.blog div.blogbody h2.title {
    font-size: xx-large;
    padding-bottom: 10px;
}

    
.date    { 
    display: none;
}            
    
.side {
    color:#CCC;
    font-size:x-small;
    font-weight:normal;
    background:#FFF;
}    

.sidetitle {
    display: none;
}        
#links .side { display: none; float: right; }
div#links div.side span a { display: inline }
div#links div.side span:after { content: " | " }
    
.powered {
    display: none;
}    
    
.posted    { 
    padding:3px;
    width:100%
}
    
.comments-head    { 
    background: lightgrey;
    padding:3px;
    width:100%
}        

div#content div.blogbody div.posted { font-size: medium; }
div#content div.comments-head { font-size: medium; }

div#content div.blog div.blogbody table tr th h2 { text-align:left; }
div#content div.blog div.blogbody table tr td.edit-by { text-align: center; }
div#content div.blog div.blogbody table tr td.edit-time { font-size: medium; }
span.blog-date h2.date {display: inline; }

div.blog-meta {
    background-color: #e0e0e0;
    width: 100%;
    padding: 0.5em;
    height: 1.5em;
}

span.blog-date { float:left; }
span.blog-title { float:right; }
span.description { display: none; }
div#content div.blog div.upper-nav { display: inline; }
div.blog h1 { display: block; padding-bottom:0.5em; }

div.slide-body div.blogbody div#banner {
    width: 96%;
    float: none;
    text-align: center;
    background-color: #C0FFC0;
    font-size: medium;
    padding: 0.5em;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 100%;
}
div.slide-body div.blogbody { padding: 0; margin: 0; left:0; right:0 }
form.edit input { position: absolute; left: 3% }
form.admin input { position: absolute; left: 3% }
h2.comments-head { display: none }
div textarea { width: auto }
body.diff div.posted { display: none }
body.diff div.comments-head { display: none }
body.diff div.comments-body { display: none }
blockquote {
	border-left:	2px solid #ddd; 
	padding-left:	.8em;
	margin-left:	.2em;
}
blockquote blockquote {
	border-color:	#66f;
	color:		#666;
}
blockquote blockquote blockquote {
	border-color:	#b3b3ff;
	color:		#b3b3b3;
}
blockquote blockquote blockquote blockquote {
	border-color:	#e6e6ff;
	color:		#e6e6e6;
}
div code {
	display:	block;
	line-height:	1.5em;
	margin-left:	2em;
	white-space:	pre;
	}
div p code, div blockquote code, div ul code, div ol code {
	display: inline;
	line-height: inherit;
	margin-left: 0;
	white-space: normal;
	}
div.wiki table {
	margin:		1em auto;
	}

/* ------------------------------------------------------------------- */

a         {text-decoration: none}
a:link {
	color:		#C60039;
	}
a:visited {
	color:		#990066;
	}
a:hover   {text-decoration: underline}
a:active  {text-decoration: underline}
a.empty   {color: gray}
/* 2004-06-05 */
a.empty:after {
  content:"?";
  vertical-align: super;
  font-size: 66%;
}
a.private {color: black}
a.external {
	background:	transparent url(../images/grey_arrow.gif)
			scroll no-repeat right center;
	padding-right:	15px;
	background:	transparent url(../images/OutboundArrow-tiny.gif)
			scroll no-repeat right center;
	padding-right:	18px;
	background:	transparent url(../images/arrowTop.gif)
			scroll no-repeat right center;
	padding-right:	18px;
}

.error    {color: #f00;}

em.strongly { text-decoration: underline; }
em em { font-weight: bold; font-style: normal; }
em em em { font-weight: bold; font-style: italic; }

pre {
    font-family: monospace;
    font-size: 13px;
    color: #000;
//    background-color: #333;
//    border: 1px dashed #EEE;
}

del {
    text-decoration: none;
    background-color: yellow;
    color: blue;
}
ins {
    text-decoration: none;
    background-color: lightgreen;
    color: blue;
}
ul li p, ol li p {
    margin-top: 	.1em;
    margin: 	.1em;
}
ul li { list-style-type: square; }
ul ul li { list-style-type: circle; }
ul ul ul li { list-style-type: disc; }

.title,
.side,
.sidetitle {
    font-size: large;
}

.description,
.blogbody,
.date,
.comments-body,
.comments-post,
.comments-head {
    font-size: medium;
}

.posted {
    font-size: small;
}

.syndicate,
.powered {
    font-size: x-small;
}

table.changes {
    width: 100%;
    table-layout: fixed;
} /* fix width of table from RecentChange page */

table.changes td.page-id {
} /* do nothing to "Page-ID" cell from RecentChange table */

table.changes td.edit-by {
    text-align: right;
} /* make "Edit-By" cell from RecentChange table align to right */

table.changes td.edit-time {
    font-size: x-small;
} /* decrease font size of "Edit-Time" cell from RecentChange table */

div.side a { display: list-item; list-style-type: none }
div.upper-nav { display: none; }
.blog h1 { display: none; }
textarea { width: 100% }
body div#content div.blog div.blogbody h1 { display: inline; }

