/*
My Slice Of Pi
Designer: Nathan Moore
Website: http://anthologycreative.com

=== [ COLORS ] ===
pi red: #C73800
*/


/* ===================== [ DEFAULT TAGS ] ================== */
* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	width: 100%;
}

*html body { /* IE ONLY */
	position: absolute;
}

img {
	border: none;
}

td {
	padding: 6px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	display: table-cell;
}

th {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f6f6f6;
	padding: 4px;
}

p {
	margin-bottom: 2.0em;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 14px;
	color: #666666;
}


h3 {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C73800;
	font-size: 20px;
	margin-bottom: 8px;
}

h5 {
	display: block;
	margin-bottom: 14px;
	color: #ccc;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}

h6 {
	display: block;
	margin-bottom: 12px;
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	color: #C73800;
}

a:hover, a:active {
	color: #AB0000;
}

/* ===================== [ /DEFAULT TAGS ] ================== */







/* ===================== [ FORMS ] ================== */
label {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;	
	display: block;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C73800;
	padding: 2px;
	margin-bottom: 25px;
	border: 1px solid #cccccc;	
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #C73800;
	border: 2px outset #999999;
	margin: 5px;
}

/* ===================== [ /FORMS ] ================== */






/* ===================== [ FOUNDATION ] ================== */

#topNav {
	display: block;
	background-color: #C73800;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	color: #C7764F;
}

#topNav a {
	color: #FFFFFF;
	font-weight: bold;
}

#topNav a:hover {
	color: #e5e5e5;
}

#content {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	display: inline;
	float: left;
	width: 100%;
}

#buyASlice, #ownASlice {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	width: 25%;
	text-align: left;
	margin-left: 4%;
	margin-top: 8px;
}

#ownASlice {
	float: right;
	margin-right: 4%;
	margin-left: 0;
}

#logo {
	float: left;
	width: 42%;
	display: inline;
	padding-top: 8px;
}


/* ===================== [ /FOUNDATION ] ================== */





/* ===================== [ THE PI ] ================== */
#pi {
	display: block;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 1.3em;
	color: #E4E4E4;	
	word-wrap: break-word; 
	
	padding-top: 25px;
	padding-bottom: 25px;
	/*padding-left: 50px;
	padding-right: 50px;*/
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.subLink {
	color: #999999;
	font-size: 11px;
	padding-top: 8px;
}

.n {
	float: left;
	padding: 1px;
	display: inline;
}

#three {
	float: left;
	font-size: 50px;
	padding: 10px;
	color: #333333;
	font-weight: bold;
}

.onefour {
	color: #333333;
	font-weight: normal;
}

.h, .b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.h {
	font-size: 10px;
	font-weight: bold;
	border-bottom: none;
	z-index: 26;
}

.b {
	border-top: none;
	z-index: 27;

}

.focused {
	border: 0px solid #CC0000;
	background-color: #FFCC00;
}

#pi a {
	text-decoration: none;
	cursor: pointer;
}

a:hover span{ /*number hover*/
	background: #D6EBEE;
}

#buyThisDigit {
	position: absolute;
	z-index: 2;
	margin-left: -56px;
	margin-top: 28px;
}

.n0 {
	font-size: 16px;
}

.n1 {
	font-size: 20px;
}

.n2 {
	font-size: 22px;
}

.n3 {
	font-size: 21px;
}

.n4 {
	font-size: 24px;
}

.n5 {
	font-size: 25px;
}

.n6 {
	font-size: 26px;
}

.n7 {
	font-size: 27px;
}

.n8 {
	font-size: 27px;
}

.n9 {
	font-size: 30px;
}

/* ===================== [ /THE PI ] ================== */





/* ===================== [ EDITOR ] ================== */
#colors {
	display: block;
	margin: 10px;
	margin-bottom: 25px;
}

.colorCell, .selectedHex {
	cursor: pointer;
	border: 3px solid #ffffff;
	padding: 4px;
	display: inline;
	color: #ffffff;
}

.selectedHex {
	border: 3px solid #666666;
}

#chars {
	color: #999999;
	font-size: 11px;
	margin-top: -20px;
}
/* ===================== [ /EDITOR ] ================== */





/* ===================== [ MISC. ] ================== */
#topTable {
	display: block;
	margin-top: 20px;
}

.notify {
	display: block;
	margin: 15px;
	padding: 10px;
	background-color:#C73800;
	font-size: 16px;
	line-height: 22px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.red {
	color: #C73800;
}

.code {
	font-size: 11px;
	color: #C73800;
}

.pidea {
	color: #C73800;
	font-size: 18px;
	font-weight: bold;
}

#pideas {
	display: block;
	padding: 20px;
	background-color: #fff;
	font-size: 12px;
	margin-top: 8px;
	line-height: 28px;
}
/* ===================== [ /MISC. ] ================== */




/* ===================== [ PURCHASE ] ================== */
#purchaseForm, .greyArea {
	display: block;
	background-color: #f1f1f1;
	padding: 20px;
	margin-top: 20px;
}
/* ===================== [ /PURCHASE ] ================== */