/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('bebasneue_webkit/bebasneue-webfont.eot'); /* IE9 Compat Modes */
  src: url('bebasneue_webkit/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('bebasneue_webkit/bebasneue-webfont.woff') format('woff'), /* Modern Browsers */
       url('bebasneue_webkit/bebasneue-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('bebasneue_webkit/bebasneue-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Code Pro';
  src: url('codepro_regulardemo_macroman/Code_Pro_Demo-webfont.eot'); /* IE9 Compat Modes */
  src: url('codepro_regulardemo_macroman/Code_Pro_Demo-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('codepro_regulardemo_macroman/Code_Pro_Demo-webfont.woff') format('woff'), /* Modern Browsers */
       url('codepro_regulardemo_macroman/Code_Pro_Demo-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('codepro_regulardemo_macroman/Code_Pro_Demo-webfont.svg#svgCodePro') format('svg'); /* Legacy iOS */
}

#container {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 2000px;
}

nav {
	padding: 5px 50px 5px;
	height: 40px;
	width: 100%;
	background-color: #000000;
	font-family: Code Pro, Helvetica, Verdana, Arial;
	color: #ffffff;
	position: fixed;
	z-index: 10;
}

nav .left {
	padding-top: auto;
    padding-right: 10px;
}

a.left:link {
	color: #fff;
	text-decoration: none;
}

a.left:hover {
	color: #fff;
	text-decoration:underline;
}

a.left:visited {
	color: #fff;
	text-decoration: none;
}

a.h2:link {
	color: #fff;
	text-decoration: none;
}

a.h2:hover {
	color: #fff;
	text-decoration:underline;
}

a.h2:visited {
	color: #fff;
	text-decoration: none;
}

a.dimmed:link {
	color: #666;
	text-decoration: none;
}

a.dimmed:hover {
	color: #fff;
	text-decoration:underline;
}

a.dimmed:visited {
	color: #666;
	text-decoration: none;
}

#about {
	max-width: 895px;
	padding: 120px 55px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	margin: auto;
}

#slider { 
    max-width: 1200px;
    margin: auto;
    z-index: 8;
}

#body {
	padding-top: 20px;
	max-width: 665px;
	float: right;
}

#images {
	margin: auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

h1 {
	font-family: Bebas Neue, Impact, Helvetica, Arial;
	font-size: 36px;
	color: #fff;
}

h2 {
	font-family: Bebas Neue, Impact, Helvetica, Arial;
	font-size: 36px;
	color: #666;
}