body, select, input, textarea {color: #333;}
a {color: #03f;}
a:hover {color: #69f;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

html {
  background: #ccc	
}

body {
  background: #fff;
  font: 14px Helmet, Freesans, sans-serif;
  padding: 3em;
  margin: 3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 65em;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 0px solid #ddd;
  -webkit-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.25);
}

p {
  font-size: 1em; /* 13px */
  line-height: 1.3846em; /* 18px */
  margin: 0 0 1.3846em 0;
}
header {
	text-align: center;	
}
header > p {
  margin: 0em;
}
header > p:nth-child(3) {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, figure > figcaption {
	font-weight: bold;	
}

h1 {
  font-size: 1.8462em; /* 24px */
  line-height: 1.5000em; /* 36px */
  margin-top: 0.7500em;  margin-bottom: 0.0000em;
}

h2 {
  font-size: 1.6923em; /* 22px */
  line-height: 1.6364em; /* 36px */
  margin-top: 0.8182em;  margin-bottom: 0.0000em;
}

h3 {
  font-size: 1.5385em; /* 20px */
  line-height: 1.8000em; /* 36px */
  margin-top: 0.9000em;  margin-bottom: 0.0000em;
}

h4 {
  font-size: 1.3846em; /* 18px */
  line-height: 1.0000em; /* 18px */
  margin-top: 1.0000em;  margin-bottom: 0.5000em;
}

h5 {
  font-size: 1.2308em; /* 16px */
  line-height: 1.1250em; /* 18px */
  margin-top: 1.1250em;  margin-bottom: 0.0000em;
}

h6, figure > figcaption {
  font-size: 1.0769em; /* 14px */
  line-height: 1.2857em; /* 18px */
  margin-top: 1.2857em;  margin-bottom: 0.0000em;
}

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

figure img {
	width: 100%;
	padding-bottom: 1em;
}

figure img.anim {
	width: auto;
}

figure > figcaption {
	padding-bottom: 0.5em;	
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 59em) {
	body {
	  margin: 0;
	  border: none;
	  box-shadow: none;
	  max-width: none;
	}
	html {
	  background: #fff;
	}
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {

	body {
	  margin: 0;
	  border: none;
	  box-shadow: none;
	  max-width: none;
	}
	html {
	  background: #fff;	
	}

}
