/* Global Reset
------------------------------------------------------------------------------*/

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, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
    padding: 0px;
}

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; 
padding: 0px;}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
}

tr {
  padding: 5px;
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

/* Clear Floated Elements
------------------------------------------------------------------------------*/
.clearfix:after, .sample#postnormal .text:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }
html {
        /* Size of largest container or bigger */
        width: 100%;
         
}


body {
  background: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%; }

a {
  color: inherit;
  text-decoration: none; }
a:link {
    text-decoration: underline;
    padding:0px;
}
ul {
  padding:0px;
}
footer {
  padding: 50px;
  text-align: center; }
  footer p {
    color: #555;
    font: 400 16px/1 "open sans";
    margin: 0 0 2em 0; }
    footer p a {
      color: #555;
      font-weight: 700; }
      footer p a:hover {
        color: #000; }

.mainPage {
  background: #fff;
  width: 100%;
  margin: 0em auto 0em auto;
  font-size: 100px;
  line-height: 100px;
}
//@media screen and (min-width: 600px) {
//.mainPage {
//  background: #fff;
//  width: 600px;
//  margin: 0em auto 0em auto;
//  font-size: 100px;
//  line-height: 100px;
//  font: 400 100px/100px;
//}
//}
@media screen and (min-width: 800px) {
.mainPage {
  background: #fff;
  width: 800px;
  margin: 0em auto 0em auto;
  font-size: 120px;
}
}

h1 {
    color: #222;
    font: 700 18%/100% "pt sans";
    text-align: left;
    text-transform: uppercase; 
    margin: 0;
    padding: 4% 0 2% 0;
}

.sample#camus {
  background: #fff;

  width: 100%;
  border: 0px solid #ddd;
  overflow: hidden;
}
  .sample#camus .text {
	width: 80%;
}
  .sample#camus .img {
    text-align: center;
  }

  .sample#camus td {
    vertical-align: middle;
  }
  .sample#camus h1 {
    color: #222;
    font: 700 22%/100% "pt sans narrow";
    text-align: center;
    text-transform: uppercase; 
    margin: 0 0 2% 0;
  }
  .sample#camus hr {
    background: #333;
    border: 0;
    height: 2px;
    margin: 12px auto 8px;
    width: 60px; }
    .sample#camus hr.bottom {
      margin: 10px auto; }
  .sample#camus h2 {
    color: #222;
    font: 700 16px/20px "pt sans";
	  text-indent: 0;
    text-align: left; }
  .sample#camus p {
	color: #222;
	font: 400 14%/128.5% "pt serif";
	text-align: left;
  /*margin: 2% 2% 2% 2%;*/
	text-indent: 0px;}
  .sample#camus center {
  color: #222;
  font: 400 14%/128.5% "pt serif";
  text-align: center;
  text-indent: 0px;
  }
  .fadeImage {
    transition: opacity .2s ease-in-out;
    position: absolute;
    opacity: 0;
    display: block;
  }
  .one
    {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    }
  .sample#camus paperTitle {
    color: #777;
    font: 700 157%/100% "pt sans narrow";
    text-align: left;
    text-transform: uppercase; 
    text-decoration: none;
    vertical-align: bottom;
    margin: 0% 0% 0% 0%;
  }
  .sample#camus em {
    font-style: italic;
  }
  .sample#camus strong {
    vertical-align: inherit;
    font-weight: bold;
  }

  pre, code {
  font-family: 'Lucida Console', 'Andale Mono', 'Courier', monospaced;
  margin: 1% 0;
  font-size: 12%;
  line-height: 100%;
  padding: 1% 1% 1% 1%;
}
