@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono);

/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

 html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
} 

/************************/
/**  HEADERS           **/
/************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  /* line-height: 20px; */
  color: inherit;
  text-rendering: optimizelegibility;
	text-align: left;
}

h1 {
  font-size: 26px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: slategray;
line-height: 30px;
}

h2 {
  font-size: 24.5px;
  font-family: inherit;
	line-height: 24.5px;
}

h3 {
  font-size: 19px;
  font-family: inherit;
	line-height: 23px;
}

h4 {
  font-size: 17.5px;
  font-family: inherit;
}

h5 {
  font-size: 14px;
  font-family: inherit;
}

h6 {
  font-size: 11.9px;
  font-family: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/************************/
/**  FOOTER            **/
/************************/

footer {
/* font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace; */
  font-size: 13px;
  color: #333333;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 20px;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}

/************************/
/**  NAV            **/
/************************/
nav {
font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 120%;
  color: #333333;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

/************************/
/**  SUBNAV            **/
/************************/
#subnav {
font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 17px;
}

/** CONTAINER **/

#contain {
float:left;
margin: 10px 10px 10px 0;
max-width:100%;
width:300px;
border: solid 1px black;
}

/************************/
/**  MAIN              **/
/************************/

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  background-color: beige;
  text-align: left;
  width: 100%;
  }

section {
	margin-left: 15px;
  margin-right: 15px;
}  

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

img {
float:left;
margin: 10px 10px 10px 0;
max-width:100%;
width:300px;
border: solid 1px black;
}

.leftImage {
float:left;
margin: 7px 10px 10px 0;
width:300px;
max-width:100%;
border: solid 1px black;
clear:both;
}

#firstGraph {
  clear:both;
}

#name {
}

#tags {
	font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace; 
	font-size:115%; 
	font-style:bold; 
	color: darkslategray; 
	background:gainsboro; 
	border-top:1px solid gray; 
	padding:5px 12px 6px 12px;
}

/************************/
/**  LISTS           **/
/************************/

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
  text-align: left;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
  margin-bottom: 10px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

/************************/
/**  CODE & PRE        **/
/************************/

code,
pre {
  padding: 0 3px 2px;
  font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 5px;
  color: #00008a;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}


/************************/
/**  LaTex Lettering   **/
/************************/

.latex {
  font-family: Times, "Times New Roman", serif;
  letter-spacing: 1px;
 }
 .latex supl {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
 }
 .latex subl {
  text-transform: uppercase;
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
  font-size: 1em;
 }
