@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.
 */

#wrapper {
width: 625px;
margin: 0 auto;

}

#firstGraph {

}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-family: "Palatino Linotype", "Book Antiqua",Palatino, serif;
  font-weight: bold;
  line-height: 20px;
color: slategray;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 27.5px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: slategray;
line-height: 28px;
margin-bottom:15px;
text-align: left;
}

h2 {
  font-size: 24.5px;
   

}

h3 {
  font-size: 21px;
   

}

h4 {
  font-size: 17.5px;
   

}

h5 {
  font-size: 14px;
 
}

h6 {
 

  font-size: 11.9px;
}

/* 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-left: 11.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: 15px;
  color: #333333;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 20px;
  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: 10px;
}


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

body {
  margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: beige; 
  text-align: left;

  }

section {
	margin-left: 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 black; */
  border-bottom: 1px solid gray;
}

img {
float:right;
margin: 7px 0 10px 10px;
width:300px;
max-width:500px;
border: solid 1px black;
}

#photopage {
float:center;
margin: 10px 10px 10px 10px;
width:500px;
border: solid 5px black;
clear:both;
}


#name {
float:left;	
}

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

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

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

li {
  line-height: 25px;
}

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

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

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