/**
* VaultWiki 2.5.7 Patch Level 1 CSS
* Style: 'geekhack - dark (default)'; Style ID: 11
*/
/* ######### CONTENT BOXES ######## */

/* main article container */
.vw-content {
	background-color: #292b2c !important;
	color: #8e8e90 !important;
	border: 0px solid #0B198C;
}


/* brute for borders */
.vw-content * {
	border-color: #121313 !important;
}

/* tab loading message container */
.content_block div.tborder { background-color: #292b2c; }

/* 'tab successfully loaded' box */
.content_form { border: 0px solid #0B198C; }

/* links in the 'tab successfully loaded' box */
.content_form a {
	font-weight: bold;
	color: #bc4e00;
	text-decoration: none;
}

/* hovering over links in 'tab sucessfully loaded' box */
.content_form a:hover { color: #f3802e; text-decoration: none; }

/* article text container */
.bodyContent { font-size: 12px; color: #8e8e90; }

/* [CODE], [HTML], [PHP] tags */
.vw-content pre {
	border: 1px dashed #121313;
	color: #76797b;
	background-color: #292b2c;
}

/* ######## TABS ######## */

/* standard tab */
.p-cactions li {
	cursor: pointer;
	background-color: #202223;
	color: #76797b;
	border: 1px solid #000;
	border-bottom: none;
	font-weight: normal;
}

/* currently selected tab */
.p-cactions li.selected {
	border-color: #808080;
	border-bottom-color: #000;
	color: #ccc;
	font-weight: bold;
	cursor: default;
}

/* tab that appears when there are too many tabs */
.p-cactions li.overflow_tab { font-weight: bold; }

/* hovering over a standard tab */
.p-cactions li:hover {
	text-decoration: none;
	border-bottom-color: #000;
	color: #bc4e00;
}

/* link on a standard tab */
.p-cactions li a {
	text-decoration: none;
	color: #76797b;
}

/* link on an empty discussion tab or edit tab for new articles */
.p-cactions li.new * { color: #cc0000; }

/* hovering over the currently selected tab */
.p-cactions li.selected:hover * { color: #bc4e00; }

/* hovering over the currently selected tab */
/* that is an empty discussion or edit tab for a new article */
.p-cactions li.new.selected:hover * { color: #cc0000; }

/* In some situations, some properties may have been overwritten */
/* by the last few classes with the * sign. Only reset the */
/* properties that were overwritten (e.g. color) */

/* set the CSS again for hovering over a standard tab */
.p-cactions li:hover { color: #bc4e00; }

/* set the CSS again for hovering over empty discussion / edit tab */
.p-cactions li.new:hover { color: #bc4e00; }

/* ######## ARTICLE TITLE ######## */

/* the container surrounding the title */
.titleBox { border-bottom: 1px solid #0B198C; }

/* the title */
.vw-content h1, .bodyContent h1 { font-size: 18px; }

.firstHeading {
	font-size: 26px;
	font-weight: bold;
}

/* subtitle that appears just beside the title */
.subtitle {
	font-size: 13px;
	font-weight: bold;
}

/* other info that appears below the title */
.contentSub {
	font-size: 84%;
	color: #7d7d7d;
}

/* ######## HEADLINES AND SECTIONS ######## */

/* headline text */
.vw-content h1, .vw-content h2, .vw-content h3,
.vw-content h4, .vw-content h5, .vw-content h6 {
	color: #76797b;
	background: none;
	font-weight: bold;
}

/* line under each headline */
.vw-content h1, .vw-content h2, .vw-content h3,
.vw-content h4, .vw-content h5, .vw-content h6 { border-bottom: 1px solid #0B198C; }

/* headline font sizes */
.bodyContent h2 { font-size: 20px; }
.bodyContent h3 { font-size: 18px; }
.bodyContent h4 { font-size: 16px; }
.bodyContent h5 { font-size: 14px; }
.bodyContent h6 { font-size: 12px;  }

/* table of contents header */
.toc_title h2 {	border-bottom-width: 0px; }

/* ######## LINKS ######## */

/* link on a re-direct page */
.redirectText { font-size: 150%; }

/* text in the popup over wiki links */
.autolink_content { font-size: 12px; }

/*** links using the [URL] BB-Code, based on link protocol ***/
.link-http { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/external.png) center right no-repeat; }
.link-https { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/lock_icon.gif) center right no-repeat; }
.link-mailto { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/mail_icon.gif) center right no-repeat; }
.link-news { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/news_icon.png) center right no-repeat; }
.link-ftp { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/file_icon.gif) center right no-repeat; }
.link-irc { background: url(http://web.archive.org/web/20110224070114im_/http://geekhack.org/vault/images/discussionitem_icon.gif) center right no-repeat; }

/* links within articles */
.vw-content a { color: #bc4e00; }

/* hovering over links within articles */
.vw-content a:hover { text-decoration: none; }

/* links to new (uncreated) articles */
.autolink_content a.new, .vw-content a.new, 
.vw-content a.new:visited, .alt1 a.new, .alt2 a.new { color: #bc4e00; }

.reflist { font-size: 10px; }
.ref_select { background-color: #bc4e00; }

/* ######## HISTORY TAB ######## */

/* number showing that character count was increased */
.diffpos { color: #00ff00; }

/* number showing that character count was decreased */
.diffneg { color: #ff0000; }

/* box says 'this is an old revision' */
.old_alert {
	border: 1px solid #cc0000;
	background: #ffffcc;
	color: #000;
	font-weight: bold;
}

/* box says new revision is awaiting moderation */
.new_alert {
	border: 1px solid #00cc00;
	background: #ffffcc;
	color: #000;
	font-weight: bold;
}

/* corresponding links */
.old_alert a { color: #cc0000; }
.new_alert a { color: #00cc00; }

/* comparing diffs, nothing was changed */
.diff_unchanged, .diff_media { border: #7d7d7d dashed 1px; }

/* comparing diffs, text was added */
.diff_added { border: #00ff00 dashed 1px; }

/* comparing diffs, text was removed */
.diff_deleted { border: #ff0000 dashed 1px; }

/* markup for section info in history list */
.hist_section { color: #7d7d7d; }

/* ######## BOOK TAB ######## */

/* book cannot be selected for this chapter */
.fieldset .book_list .inactive { color: #7d7d7d; }

/* book currently contains this chapter */
.fieldset .book_list .selected { font-weight: bold; }

/* chapter navigation, appears at top of article */
.book_nav_top { border-bottom: 1px solid #0B198C; }

/* chapter navigation, appears at bottom of article */
.book_nav_bottom { border-top: 1px solid #0B198C; }

/* ######## FIXES ######## */

/* AJAX section editor */
.QuickSection {
	border: 1px solid #0B198C;
	background: ;
}
/*
     FILE ARCHIVED ON 07:01:14 Feb 24, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:43:16 May 04, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/