/********************************************************************************

Your Favoirte Letter - Global Styles

Version: 1.0 
Author: Poccuo (http://www.poccuo.com)        	

********************************************************************************/


/* -------------------------------------------
Style Reset
------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0; }

table {
	border-collapse:collapse;
	border-spacing: 0; }

fieldset,img { 
	border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal; }

ol,ul {
	list-style:none; }

caption,th {
	text-align:left;	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal; }

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

abbr,acronym { 
	border: 0; }
	
:focus { 
	outline: 0; }
	

/* -------------------------------------------	
General
------------------------------------------- */

strong { 
	font-weight: bold; }
	
.capitalize { 
	text-transform: capitalize; }
		
.displayNone { 
	display: none; }

.floatLeft  {
	float: left; }

.floatRight {
	float: right; }


/* -------------------------------------------	
Page
------------------------------------------- */

body { 
	background: #CCC; 
	font-size: 100%;
	line-height: 1.125em; /* 18px */	
	padding: 70px 50px 0 50px; }
	
#wrapper { }
	

/* -------------------------------------------
Masthead
------------------------------------------- */

#masthead {
	width: 320px;
	height: 520px;
	margin: 0 30px 0 0;
	float: left; }
	
#masthead h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #FFF;
	margin: 10px 0 30px 0; }
	
#masthead h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px; /* 32px */
	line-height: 36px;
	color: #EEE; }
	
#masthead h3 a {
	color: #EEE; }
	
#masthead #share {
	margin: 30px 0 0 0; }
	
#masthead #share li {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin: 0 12px 0 0;
	padding: 0;
	float: left; }
	
#masthead #share a:link,
#masthead #share a:active,
#masthead #share a:visited {
	color: #999;
	text-decoration: none; }
	
#masthead #share a:hover {
	color: #000; }
	
	
/* -------------------------------------------	
Entries
------------------------------------------- */
	
.entry {
	width: 320px;
	height: 520px;
	background: #000 url('../_images/ground_entry.gif') no-repeat right center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 6px 0 0;
	float: left; }
	
.first {
	background: #000 url('../_images/ground_entryFirst.gif') no-repeat right center; }
	
.last {
	background: #000 url('../_images/ground_entryLast.gif') no-repeat left center; }
	
.archived {
	background-color: #000; }
	
.active {
	background-color: #FF721A; }
	
.pending {
	background-color: #00BF59; }
	
.entry h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 250px;
	line-height: 250px;
	text-align: center;
	color: #FFF;
	margin: 140px 0 0 0; }
	
.entry h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #FFF;
	margin: 50px; }

	
/* -------------------------------------------	
Results
------------------------------------------- */

.resultsChart { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 220px;
	height: 410px;
	margin: 50px 0 0 50px; }
    
.resultsChart li { 
	margin: 1px;
	position: relative;
	display: block; }
    
.resultsChart li .label { 
    font-size: 28px;
    line-height: 36px;
	color: #000;
	height: 33px;
	padding: 0 4px;
	display: block; 
	position: relative; 
	z-index: 2; }
	
.pending .resultsChart li .label {
	color: #00BF59; }
    
.resultsChart .count { 
	display: block; 
	position: absolute; 
	top: 0; 
	right: 0; 
	margin: 0 0.3em; 
	text-align: left; 
	font-size: 0.775em; 
	line-height: 2em; }
    
.resultsChart .index { 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	background: #CCC;
	text-indent: -9999px; 
	overflow: hidden; 
	line-height: 2em; }
	
.resultsChart .first .index {
	background: #FFF; }
	
.resultsChart .additionalResults { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CCC; }
	
.entry .note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #CCC;
	margin: 10px 50px 0 50px; }

.entry .note a {
	color: #CCC; }


/* -------------------------------------------	
Choose Letter
------------------------------------------- */
	
#content #letterListWrapper { }
	
#selectLetter {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 240px;
	height: 420px;
	margin: 70px 0 0 50px; }

#selectLetter li {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 34px;
	line-height: 56px;
	color: #EE6A18;
	width: 50px;
	height: 50px;
	background: #FF721A;
	margin: 3px;
	padding: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left; }
	
#selectLetter li a {
	text-decoration: none;
	color: #FF721A;
	width: 50px;
	height: 50px;
	background: #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left; }
	
#selectLetter li a:hover {
	color: #FF721A;
	background: #FFF;
	text-decoration: none; }
	
	
/* -------------------------------------------	
Email Form
------------------------------------------- */

#subscription form {
	margin: 50px; }
	
#subscription form label {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	margin: 0 0 5px 0;
	display: block; }
	
	
#subscription form input.text {
	font-family: Helvetica, Arial, sans-serif;
   	font-weight: normal;
   	font-size: 20px;
   	color:#000;
	background: #FFF;
	width: 200px;
	padding: 5px 10px;
   	border: none;
   	display: block; }
   	
#subscription form input.button {
	font-family: Helvetica, Arial, sans-serif;
   	font-weight: normal;
   	font-size: 20px;
   	color: #00BF59;
	background: #CCC;
	margin: 20px 0;
	padding: 5px;
   	border: none;
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   	display: block; }
   	
#subscription form input.button:hover {
	color: #00BF59;
	background: #FFF;
    border: none; }
	
	
/* -------------------------------------------	
Footer
------------------------------------------- */

#footer { 	
	padding: 40px 10px 10px 0;
	clear: both; }

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color: #EEE; }
	
#footer p a:link,
#footer p a:active,
#footer p a:visited {
	color: #FFF;
	text-decoration: none; }
	
#footer p a:hover {
	color: #000;
	text-decoration: underline; }	
