/* Typography */

html {	
	text-align: center;
	color: #F5F7F7;
	font: 100%/1.5em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}  /*  pure helvetica  */ 

h1 {
	font-size: 5em;
	color: #ff0080;
    text-shadow: 0 5px 2px rgb(226, 231, 240); 
}

h2 {
	color: white;
	margin: 0, 1em, 0, 1em;
	padding-left: 1em;
	padding-right: 1em;
	
}
	 
p {
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: 1.7em;
	text-align: left;
	width: 60%;
	margin: auto;
	padding: 1.5em;
	color:#ff0080;
}

a {
	letter-spacing: .035em;
	background: #999;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	padding: 1px 0.65em 2px 0.45em;
	font-weight: bold;
}

a:before {
	content: "\2605";
	margin-right: 0.25em;
	color: #0A52CF;
}

a:hover, a:focus {
	background: #666;
	color: #fff;
	}
	
a:hover:before {
	content: "\2605 "; /* star */
	margin-right: 0.25em;
	color: #ff0080;
	}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  text-shadow: 0 0 1px;
}

 
section { 
	background-color: rgba(0, 0, 0, 0.3);
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	width: 40em;
	height: 20em;
	margin-top:-10em;  /* centers max'd layout in browser */
	margin-left:-20em; /* centers max'd layout in browser */
	text-align:center;
	position: absolute;
	left: 50%;
	top: 50%;
}



/* 28 Nov 13 */
