/* ######### CONTENT BOXES ######## */

.postbit.vw-content {
	background: rgb(255, 255, 255) url(/web/20131026005621im_/http://forum.samdroid.net/images/gradients/grey-up.png) repeat-x left bottom;
	border: 1px solid #c4c4c4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
}

.bodyContent { color: rgb(51, 51, 51); }

/* article text container */
.bodyContent {
	line-height: 18px;
	font-size: 12px;
}

/* table of contents */
.special_toc {
	background: #fafafa none   ;
	border: 1px solid #c4c4c4;
}

/* quick edit in articles */
.QuickSection {
	background: #FFFFFF  bottom repeat-x;
	border: 1px solid #cedfeb;
}

.QuickSection td {
	border: none;
	padding: 0;
}


/* [LIST] tags */
ul.vw-list, ul.vw-list li { 
	list-style-type: square;
	list-style-image: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/bullet.gif);
}

/* ######## 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 {
	color: #3e3e3e;
	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://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/external.png) center right no-repeat; }
.link-https { background: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/lock_icon.gif) center right no-repeat; }
.link-mailto { background: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/mail_icon.gif) center right no-repeat; }
.link-news { background: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/news_icon.png) center right no-repeat; }
.link-ftp { background: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/file_icon.gif) center right no-repeat; }
.link-irc { background: url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/discussionitem_icon.gif) center right no-repeat; }

/* links to new (uncreated) articles */
.autolink_content a.new, .postbody a.new { color: #cc0000; }

/* footnote jump links */
.reflist { font-size: 10px; }
.reflist td { border: none; }

.special_footnote a, .special_footnote a:hover,
.special_ref_up a, .special_ref_up a:hover {
	font-size: 9px;
	color: #777777;
}

a.ref_select {
	color: rgb(255, 255, 255);
	background: #3e3e3e;
}

/* forum (list) links */
.forumbit_post .foruminfo .forumdata .forumtitle a.vw-list-link,
.forumbit_nopost .forumbit_nopost .forumrow .forumtitle a.vw-list-link {
	font-weight: normal;
	font-size: 12px;
}

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

/* headline text */
h1.vw-head, h2.vw-head, h3.vw-head,
h4.vw-head, h5.vw-head, h6.vw-head {
	width: auto;
	color: #3e3e3e;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}

/* headline font sizes */

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;
}

/* headline controls */
.top_link {
	font-size: 10px;
	font-weight: normal;
	/* line-height = font-size + 1 */
	line-height: 11px;
}


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; }

/* table of contents header */
.special_toc h2 { border-bottom: none; }

/* line-height = h1 font-size */
.titleBox h1 {
	border-bottom: none;
	line-height: 26px;
}

/* ######## CATEGORIES ######## */

/* the columns on the category itself */
td.catpages {
	width: 33%;
	padding: 0;
	padding-right: 1.2em;
	border: none;
}

/* the box containing an article's category list */
#catlinks {
	border: 1px solid #c4c4c4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	margin-top: 1em;
	clear: both;
}

/* ######## IMAGES ######## */

/* the link on the image */
a.internal {
	display: inline-block;
	text-decoration: none;
}

/* non-thumb image on the image's page */
div.fullImageLink img { max-width: 689px; }

div.thumb { margin-bottom: .5em; }
div.thumbinner { border: 1px solid #c4c4c4; }
div.thumbinner:hover { border: 1px solid #8e8e8e; }

div.thumb div {
	display: inline-block;
	padding: 3px !important;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

.article div.thumb img { margin: 0; }
div.thumb div:hover { background: #e9e9e9; }

span.thumbcaption {
	display: block;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em;
}

a.magnify {
	float: right;
	border: none !important;
	width: 15px;
	height: 11px;
	background: transparent url(https://web.archive.org/web/20131026005621im_/http://forum.samdroid.net/vault/images/magnify-clip.png) no-repeat !important;
}

/* right-aligned box containing the thumbnail */
div.tright {
	float: right;
	margin: 0 0 1em;
	margin-left: 1em;
}

/* left-aligned box containing the thumbnail */
div.tleft {
	float: left;
	margin: 0 0 1em;
	margin-right: 1em;
}

/* center-aligned box containing the thumbnail */
div.tcenter {
	display: block;
	text-align: center;
}

div.thumbimage { border: 1px solid #c4c4c4; }
div.thumbimage:hover { border: 1px solid #c4c4c4; }

.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;
	list-style-type: decimal;
	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;
}

ol.threads, ol.threads li,
ul.threadstats, ul.threadstats li,
dl.threadlastpost, dl.threadlastpost li {
	list-style: none;
	line-height: 1.230;
	margin: 0;
}

.threads h3 { margin: 0; }

.vw-content pre {
	padding: 1em;
	line-height: 1.1em;
}

.postbit.popupbody { position: absolute; }
.vw-content .bodyContent { margin: 1em; }
.restore hr { display: block; }

.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;
}

.reflist td { padding: 0; }
.QuickSection { padding: 5px 10px; }

.QuickSection .blockrow {
	padding-left: 0;
	padding-right: 0;
}

.QuickSection ul, .QuickSection li {
	list-style: none;
	margin: 0;
}

.QuickSection > :first-child { padding-top: 0; }
.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; }

h2.vw-head { margin-bottom: .6em; }
h3.vw-head, h4.vw-head, h5.vw-head { margin-bottom: .3em; }

.top_link {
	display: inline;
	float: right;
	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;
}

.special_toc h2 {
	padding: 3px 6px;
	margin-bottom: 0;
}

#forum_header a.collapse, #forum_header a.collapse img,
.special_toc a.collapse, .special_toc a.collapse img {
	clear: none;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	float: right;
}

#forum_header a.collapse img { float: none; }

.special_toc {
	padding: 5px;
	display: inline-block;
	min-width: 200px;
}

.wikiform .primary.textbox { width: 35%; }

.wikiform .prefixSpan {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

#forum_header a.collapse, .special_toc a.collapse { margin: 5px; }
.toc_number { margin-right: 5px; }
.chapter_number { margin-right: 10px; }

.book_nav {
	text-align: center;
	clear: both;
}
/*
     FILE ARCHIVED ON 00:56:21 Oct 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:45:10 Oct 12, 2018.
     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)).
*/
/*
playback timings (ms):
  LoadShardBlock: 48.568 (3)
  esindex: 0.011
  captures_list: 64.79
  CDXLines.iter: 11.946 (3)
  PetaboxLoader3.datanode: 74.426 (5)
  exclusion.robots: 0.133
  exclusion.robots.policy: 0.124
  RedisCDXSource: 1.581
  PetaboxLoader3.resolve: 139.726 (2)
  load_resource: 212.482
*/