/**
* VaultWiki 3.0.20 CSS
* Style: 'Gearspace Logo'; Style ID: 99
*/

/* ######### CONTENT BOXES ######## */

/* main article container */
.tborder.vw-content {
	background: #fff;
	border: 1px solid #0B198C;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-box-shadow: -2px 2px 2px #aaa;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-box-shadow: -2px 2px 2px #aaa;
}

/* tab loading message container */
.content_block div.tborder { background: #fff; }

/* article text container */
.bodyContent {
	color: #000;
	line-height: 18px;
	font-size: 12px;
}

/* AJAX section editor */
.QuickSection {
	border: 1px solid #0B198C;
	background: #E1E1E2;
}

/* [LIST] tags */
ul.vw-list, ul.vw-list li { 
	list-style-type: square;
	list-style-image: url(https://static.gearspace.com/board/vault/images/bullet.gif);
}

/* ######## ARTICLE TITLE ######## */

/* the container surrounding the title */
.titleBox { border-bottom: 1px solid #0B198C; }

/* the title */
h1.vw-head {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}

.firstHeading.home {
	text-align: center;
	border: none;
	font-size: 24px;
}

/* subtitle that appears just beside the title */
.subtitle {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

/* other info that appears below the title */
.contentSub {
	font-size: 84%;
	color: #7d7d7d;
}

/* ######## HEADLINES AND SECTIONS ######## */

/* headline text */
h1.vw-head, h2.vw-head, h3.vw-head,
h4.vw-head, h5.vw-head, h6.vw-head {
	color: #0B198C;
	font-weight: bold;
	border-bottom: 1px solid #0B198C;
}

/* headline font sizes */
/* line-height should be font-size + 4 */
h1.vw-head {
	font-size: 26px;
	line-height: 30px;
}

h2.vw-head {
	font-size: 20px;
	line-height: 24px;
}

h3.vw-head {
	font-size: 18px;
	line-height: 22px;
}

h4.vw-head {
	font-size: 16px;
	line-height: 20px;
}

h5.vw-head {
	font-size: 14px;
	line-height: 18px;
}

h6.vw-head {
	font-size: 12px;
	line-height: 16px;
}

/* table of contents header */
.titleBox h1, .toc_title h2 { border-bottom: none; }

/* hide - top - edit */
.top_link {
	font-size: 10px;
	font-weight: normal;
	/* line-height = font-size + 1 */
	line-height: 11px;
}

/* margin-top should be:
headline font-size minus top_link font-size */
h1 .top_link { margin-top: 16px; }
h2 .top_link { margin-top: 10px; }
h3 .top_link { margin-top: 8px; }
h4 .top_link { margin-top: 6px; }
h5 .top_link { margin-top: 4px; }
h6 .top_link { margin-top: 2px; }
h7 .top_link { margin-top: 1px; }

/* ######## LINKS ######## */

/* link on a redirect page */
.redirectText { font-size: 18px; }

/* text in the popup over wiki links */
/* properties override inheritance from bb-code */
.autolink_content {
	background: #e1e1e2;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*** links using the [URL] BB-Code, based on link protocol ***/
.link-http { background: url(https://static.gearspace.com/board/vault/images/external.png) center right no-repeat; }
.link-https { background: url(https://static.gearspace.com/board/vault/images/lock_icon.gif) center right no-repeat; }
.link-mailto { background: url(https://static.gearspace.com/board/vault/images/mail_icon.gif) center right no-repeat; }
.link-news { background: url(https://static.gearspace.com/board/vault/images/news_icon.png) center right no-repeat; }
.link-ftp { background: url(https://static.gearspace.com/board/vault/images/file_icon.gif) center right no-repeat; }
.link-irc { background: url(https://static.gearspace.com/board/vault/images/discussionitem_icon.gif) center right no-repeat; }

/* links to new (uncreated) articles */
.vw-content a.new, .vw-content a.new:link, .vw-content a.new:visited, .vw-content a.new:active, .vw-content a.new:hover,
.alt1 a.new, .alt1 a.new:link, .alt1 a.new:visited, .alt1 a.new:active, .alt1 a.new:link, .alt1 a.new:hover,
.alt2 a.new, .alt2 a.new:link, .alt2 a.new:visited, .alt2 a.new:active, .alt2 a.new:hover { color: #ff0000; }

/* footnote jump links */
.reflist { font-size: 10px; }

.special_footnote a, .special_footnote a:link,
.special_footnote a:visited, .special_footnote a:active,
.special_footnote a:hover, .special_ref_up a,
.special_ref_up a:link, .special_footnote a:visited,
.special_footnote a:active, .special_ref_up a:hover {
	font-size: 9px;
	color: #7d7d7d;
}

a.ref_select, a.ref_select:link, a.ref_select:visited,
a.ref_select:active, a.ref_select:hover {
	color: #fff;
	background: #0B198C;
}

/* ######## CATEGORIES ######## */

/* the columns on the category itself */
.catpages {
	width: 33%;
	padding-right: 1.2em;
}

/* the box containing an article's category list */
#catlinks {
	border: 1px solid #0B198C;
	background: #e1e4f2;
	padding: 8px;
	margin-top: 1em;
	clear: both;
}

/* ######## IMAGES ######## */

.vw-img-inline, .vw-img-link {
	display: inline-block;
}

.vw-img-center, .vw-img-right, .vw-img-left {
	display: block !important;
}

.vw-img-border .vw-img-image {
	border: 1px solid #0B198C;
}

.vw-img-wrapper {
	text-align: center;
}

.vw-img-thumb .vw-img-wrapper, .vw-img-frame .vw-img-wrapper {
	background: #e1e4f2;
	border: 1px solid #0B198C;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

.vw-img-thumb .vw-img-wrapper:hover, .vw-img-frame .vw-img-wrapper:hover {
	background: #e1e4f2;
	border: 1px solid #0B198C;
}

.vw-img-thumb.vw-img-right, .vw-img-right .vw-img-wrapper {
	float: right;
}

.vw-img-thumb.vw-img-right {
	margin-left: 1em;
}

<vb:comment>Don't use stylevars here</vb:comment>
.vw-img-thumb.vw-img-left, .vw-img-left .vw-img-wrapper {
	float: left;
}

.vw-img-thumb.vw-img-left {
	margin-right: 1em;
}

.vw-img-center {
	text-align: center;
}

.vw-img-center .vw-img-wrapper {
	display: inline-block;
	margin: 0 auto;
}

.vw-img-caption {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 0.3em 0.1em 0.1em;
	text-align: left;
}

.vw-img-magnify {
	float: right;
	width: 15px;
	height: 11px;
	background: transparent url(https://static.gearspace.com/board/vault/images/magnify-clip.png) no-repeat;
}

/* non-thumb image on the image's page */
div.fullImageLink img { max-width: 689px; }

.vw-content {
	margin: 0;
	position: relative;
	z-index: 2;
}

h1.vw-head, h2.vw-head,
h3.vw-head, h4.vw-head,
h5.vw-head, h6.vw-head {
	margin: 0;
	padding: 1em 0 .17em;
}

ul.vw-list, ul.vw-list li {
	line-height: 1.5em;
	margin: .3em 0 0;
	margin-left: 1.5em;
	padding: 0;
}

ol.vw-list, ol.vw-list li {
	list-style-image: none;
	line-height: 1.5em;
	margin: .3em 0 0;
	margin-left: 3.2em;
	padding: 0;
}

ol.vw-list li, ul.vw-list li {
	margin-bottom: .2em;
	margin-left: .3em;
}

.vw-content pre {
	padding: 1em;
	line-height: 1.1em;
}

.vw-content .bodyContent { margin: 1em; }

.link-http { padding-right: 13px; }
.link-https { padding-right: 16px; }
.link-mailto, .link-news, .link-ftp, .link-irc { padding-right: 18px; }

.redirectText { margin: 5px; }

.editsection {
	font-weight: normal;
	float: right;
	margin-left: 5px;
}

.special_footnote {
	line-height: 0.7em;
	vertical-align: super;
}

.vw-content.bodyContent { margin: 0; }

.book_nav_bottom {
	padding-top: 5px;
	margin-top: 8px;
}

.book_nav_top {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

a.special_arrow, a.special_arrow:hover { text-decoration: none; }

h1.vw-head, h2.vw-head { margin-bottom: .6em; }
h3.vw-head, h4.vw-head, h5.vw-head { margin-bottom: .3em; }

.top_link {
	display: inline;
	float: right;
	font-weight: normal;
	white-space: nowrap;
}

.autolink_menu {
	min-width: 250px;
	width: 250px;
	margin-top: 2px;
}

.autolink_preview { margin: 3px; }

.autolink_readmore {
	margin-top: 10px;
	text-align: right;
}

.toc_title h2 {
	padding: 0 3px;
	margin-bottom: 0;
}

.special_toc { min-width: 200px; }
.toc_number { margin-right: 5px; }
.chapter_number { margin-right: 10px; }

.book_nav {
	text-align: center;
	clear: both;
}