/*Adapted from the bioc.css stylesheet used by the Rariant package. Original CSS by Julian Gehring*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Droid+Serif);

@media all
{

    html {
  	margin: 0;
		font: 300 .9em/1.6em "Droid Serif", Cambria, Georgia, "DejaVu Serif", serif;
    text-align: justify;
    }

    body {
		font-size: 12pt;
		line-height: 18pt;
		color: black;
		margin-top: 0;
		width: max-800px;
    margin-left: auto;
    margin-right: auto;
		background-color: white;
		padding: 2em;
    }

    body .title {
		margin-left: 0px;
		font-size: 22pt;
    }
	
	
	span[class*='section-number-'] {
		margin-right: 10px;
	/* color: rgba(24,129,194,1); */
	}

    #license {
		background-color: #eeeeee;
    }

	.caption {
/*		font-style: italic; */
		text-align: center;
		margin-top: 2px;
		margin-bottom: 25px;
		font-size: 11pt;
	}

	.author-top {
		font-style: italic;
		text-align: center;
	}
	
    h1 {
		font-family:sans-serif;
		font-size:2.1em;
		padding:30px 20px 20px 20px; /* t l b r */
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 7%;
		line-height: 110%;
		/*    color: #6C5D4F; */
		color: black;
    }

    h2 {
		font-family:sans-serif;
		font-size:1.45em;
		line-height:16px;
		padding:10px 0 10px 0;
		color: #1881c2;
		border-bottom: 1px solid #ddd;
    }

    .outline-text-2 {
		margin-left: 0.1em
    }

    h3 {
		font-family:sans-serif;
		font-size:1.3em;
		color: #1881c2;
		margin-left: 0.6em;
		border-bottom: 1px solid #ddd;
    }
    .outline-text-3 {
		margin-left: 0.9em;
    }
    h4 {
		font-family:sans-serif;
		font-size:1.2em;
		margin-left: 1.2em;
		color: #1881c2;
		border-bottom: 1px solid #ddd;
    }
    .outline-text-4 {
		margin-left: 1.45em;
    }
    a {
		text-decoration: none; 
		font-weight: 400; 
		color: #35817D
	}
    a:visited {
		text-decoration: none; 
		font-weight: 400; 
		color: #98855B
	}
    a:hover {
		text-decoration: underline;
	}
    .todo {
		color: #CA0000;
    }
    .done {
		color: #006666;
    }
    .timestamp-kwd {
		color: #444;
    }
    .tag {
    }
    li {
		margin: .4em;
    }
    table {
		border: none;
    }
    td {
		border: none;
    }
    th {
		border: none;
    }
    code {
		font-size: 85%;
		color: black;
		border: 1px solid #DEDEDE;
		padding: 0px 0.2em;
    }
    img {
		border: none;
		margin-left: auto;
    margin-right: auto;
    }
    .share img {
		opacity: .4;
		-moz-opacity: .4;
		filter: alpha(opacity=40);
    }
    .share img:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
    }
    pre {
		font-family: Droid Sans Mono, Monaco, Consolas, "Lucida Console", monospace;
		color: black;
		font-size: 85%;
		background-color: #ffffff;
		padding: 0.4em;
    border: none;
		overflow: auto;
    margin-right: auto;
    margin-left: auto;
    }
    .builtin {
		color: #f4a460;
    }
    .comment {
		color: #737373;
    }
    .comment-delimiter {
		color: #666666;
    }
    .constant {
		color: #db7093;
    }
    .doc {
		color: #b3b3b3;
    }
    .function-name {
		color: #5f9ea0;
    }
    .headline {
		color: #ffffff;
		background-color: #000000;
		font-weight: bold;
    }
    .keyword {
		color: #4682b4;
    }
    .negation-char {
    }
    .regexp-grouping-backslash {
    }
    .regexp-grouping-construct {
    }
    .string {
		color: #ccc79a;
    }
    .todo-comment {
		color: #ffffff;
		background-color: #000000;
		font-weight: bold;
    }
    .variable-name {
		color: #ff6a6a;
    }
    .warning {
		color: #ffffff;
		background-color: #cd5c5c;
		font-weight: bold;
    }
    pre.a {
		color: inherit;
		background-color: inherit;
		font: inherit;
		text-decoration: inherit;
    }
    pre.a:hover {
		text-decoration: underline;
    }

    #show_source {
		margin: 0; 
		padding: 0;
	}

    #postamble {
		font-size: 75%;
		min-width: 700px;
		max-width: 80%;
		margin-left: 20px;
		margin-top: 10px;
		padding: .2em;
		border: 1px solid gray;
		background-color: #ffffff;
		z-index: -1000;
    }

} /* END OF @media all */