/* WikiBit stylesheet. 
If you use WikiBit inside another bit, load this stylesheet first so the parent bit styles apply in case of conflicts.
*/

/* Size and position for standalone wikibit
-------------------------------------------------------------- */
.wikibit-container .wikibit-textbox {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	}

.wikibit .wikibit-textbox {
	background-image: url(../images/1x1.png); /* fixes ie hover issue when header overlaps menu */
	}

.wikibit .textbox-toolbar a.disabled {
	display: none;
	}

/* History layout
-------------------------------------------------------------- */
.wikibit .wikibit-history {
	position: absolute;
	top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	border: solid 2px #ccc;
	z-index: 101;
	background: #EAEDF3 url(../images/all-revisions-button.png) no-repeat scroll 6px 58px;
}

.wikibit .revision-header {
	height: 31px;
	background: #eaedf3;
	border-bottom: 1px solid #888;
	z-index: 102;
}

.wikibit .previous-revision-header {
	width: 45%;
	float: left;
	margin: 2px 2% 0 6%;
}

.wikibit .current-revision-header {
	float: left;
	margin: 2px 2% 0 0;
}

.wikibit .previous-revision-header a {
	float: right;
}

.wikibit .current-revision-header div, .wikibit .previous-revision-header div {
	color: #333;
	font: 400 18px/30px Helvetica, Arial, sans-serif;
}

.wikibit .history-toolbar {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1000;
}

.wikibit .diff {
	z-index: 102;
}

.wikibit .diff-left, .wikibit .diff-right {
	float: left;
	width: 45%;
	padding-right: 2%;
	background-color: #fff;
}

.wikibit .diff-left {
	padding-left: 1%;
}

/* List of full version history */

.wikibit .history-list {
	float: left;
	width: 5%;
	min-height: 400px;
	min-width: 30px;
}

.wikibit .history-timeline {
	height: 400px;
	width: 30px;
}

.wikibit .history-lens {
	height: 100%;
	position: absolute;
}

.wikibit .timeline-node {
	position: absolute;
	background-color: #666;
	margin-top: 32px;
	z-index: 999999;
}

.wikibit .history-river {
	position: absolute;
	width: 300px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 103;
	opacity: 0.90;
	background: #F8FAFF;
	left: 5%;
	top: 32px;
}

.wikibit .river-item {
	border: 1px solid #ccc;
	margin-bottom: 1px;
	padding: 4px 0px 0px 2px;
	height: 25px;
	cursor: pointer;
}

/* History diff formatting
-------------------------------------------------------------- */

.wikibit ins {
	background-color: #bbe3ae;
}

.wikibit del, .wikibit del a {
	text-decoration: line-through;
	color: #777;
}