/*
 * Copyright (C) 2015 by gznget <opensource@gznianguan.com>
 * Copyright (C) 2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program; if not, write to the
 * Free Software Foundation, Inc.,
 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */

.verticalMenuUL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

.verticalMenuLI {
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

.verticalMenuA {
	font-size: 110%;
	text-decoration:none;
	color:  #111111;
}

.verticalMenuA:hover {
	color: #0099dd;
}


.mdtopnavpath {
	color: #111111;
	font-size: 100%;
}

.mdtopnavpathlink {
	color: #111111;
}

.mdtopnavpathlink:hover {
	color: #0099dd;
}

.md_menutreetoptitle {
	color: #111111;
	font-weight: bold;
	font-size: 120%;
}

.main_markdownarea-outerDIV {
	padding: 0;
	margin: 0;
	
	width: 100%;
	vertical-align: top;
}


.footnote-ref {
	color: #0099dd;
}

.footnote-backref {
	color: #0099dd;
}

.main_markdownarea-innerDIV {
	width: 100%;
	background-color: #e2e2e2;
	color: #111111;
	font-size: 100%;
	max-width:1350px;
	min-height: 750px;
	margin: 0 auto;
	padding-top: 20px;
	vertical-align: top;
}

.main_markdown_side_menu_outerDIV {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
	width: 50%;
	padding-bottom: 25px;
	max-width: 260px; display: inline-block;
}

.the_markdown_container_DIV {
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	vertical-align: top;
	max-width: 1000px; display: inline-block;
}

code
{
	font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
	font-size: 1em;
	direction: ltr;
	text-align: left;
	color: darkred;
}

pre
{
	direction: ltr;
	text-align: left;
	background-color: #FFF;
	border-color: #111;
	border-style: solid;
	border-width: 1px;
}

pre code
{
	color: #666;
}