@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'GentiumBasicRegular';
    src: url('/examples/fonts/GenBasR-webfont.eot');
    src: url('/examples/fonts/GenBasR-webfont.eot?#iefix') format('embedded-opentype'),
         url('/examples/fonts/GenBasR-webfont.woff') format('woff'),
         url('/examples/fonts/GenBasR-webfont.ttf') format('truetype'),
         url('/examples/fonts/GenBasR-webfont.svg#GentiumBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
    background-color: #6c6969;
}
nav {
	font-family: Helvetica, Arial, Sans-serif;
    background-color: #ff8830;
    height: 45px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #6c6969;
    text-align: left;
	font-weight:100;
	font-size: 12px;
}
nav ul li {
    display: inline-block;
    padding-right: 40px;
	font-family: Helvetica, Arial, Sans-serif;
}
/* unvisited link */
a:link {
    color: inherit;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: inherit;
}

/* mouse over link */
a:hover {
    text-decortion: underline;
}

/* selected link */
a:active {
    color: #bebec3;
}
main {
    
	width: 100%;
	min-width: 930px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    border-bottom: solid 5px #797979;
    background-color: white;
	margin-left: 15px;
	margin-top: 15px;
    
}
#center {
    margin: 0 auto;
}
body { 
    font-size: 62.5%; 
    width:60em; 
    margin: 0 auto; 
}

h1 { 
    font: 2.5em GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font: 2em GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3,legend {
	font: 1.8em GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font: 1.6em GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p,dd,dt,li,.lightbox figcaption { 
	font: 1.4em GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a { 
	font: GentiumBasicRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p code { 
	width: 35em;
	display: block;
	margin-left: 0.25em;
	margin-right: 0.25em;
	padding: 0.25em;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
}
code {
	font-family: "Courier New", Courier, monospace;
}
.lightbox figure {
	width: 150px;
	height: 200px;
	margin: 0.5em;
	padding: 0.5em;
	float: left;
}
.lightbox figure img {
	border: solid 1px black;
	margin-bottom: 1em;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
}
img {
	border: none;
}
footer {
    background-color: #9ec2d1;
    max-height: 75px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #6c6969;
    text-align: left;
	line-height: .3;
    padding-left: 40px;
}