/* Reset CSS */
html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, label, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, blockquote, hr, th, td {
	margin:0px;
	padding:0px;
}
/* Clearfix CSS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* Common CSS */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(../images/planet_medium.jpg) bottom center repeat-x #000000;
	line-height:1em;
}
img {
	border:0;
}
h1 { font-size:0.8em; }
h2 { font-size:0.8em; margin-bottom:20px; }
h3 { font-size:0.75em; font-weight:bold; margin:12px 0; }
p, label { font-size:0.75em; }
a { color:#FFFFFF; text-decoration:underline; }
p a { color:#FFFFFF; text-decoration:underline; }
li a { color:#FFFFFF; text-decoration:underline; }
a:hover, a:focus { text-decoration:underline; color:#B0B0B0;}
ul {
	list-style-type:disc;
	margin:0 0 20px 40px;
}
ul.noBullets {
	list-style-type:none;
	margin:0 0 20px 0px;
}
ol {
	list-style:decimal;
	margin:0 0 0 40px;
}
ol.tumblr_posts {
	list-style:none;
	margin:0;
}
ol.tumblr_posts li {
	font-size:inherit;
	margin-bottom:40px;
}
li { 
	font-size:0.75em;
	margin-bottom:0.4em;
}
.clear { clear:both }
.left { float:left; }
.right { float:right; }
input {
	padding:4px;
}
/* Page build */
ul#mainNav {
	text-align:center;	
	margin:5px 0 15px 0;
}
ul#mainNav li {
	display:inline;
	padding-right:20px;
	margin:0;
}
#leftCol {
	width:178px;
}
#rightCol {
	width:125px;
}
#middleCol {
	width:800px;
	padding:0 40px;
}
.center {
	text-align:center;
}
#leftCol,
#middleCol,
#rightCol {
	float:left;
}
.padBottom {
	padding-bottom:20px;
}
#siteContainer {
	width:1183px;
	padding:0 40px;
	margin-left:auto;
	margin-right:auto;
	min-height:1500px;
}
#planetDesigner {
	width:800px;
	height:600px;
	margin:0;
}
.blackBoxOuterPadTop {
	margin-top:100px;
}
.blackBoxInner {
	background-color:#000000;
	padding:20px;
}
.forbiddenplanetAd {
	margin-bottom:20px;
}
#hammerAndTongsAd {
	margin-bottom:10px;
}
#facebookLikeButton {
	width:45px;
	float:left;
	margin-left:20px;
}
.planetNews {
	padding:20px;
	margin:20px 0;
	border:solid 9px #FFFFFF;
}
#planetHighlightBlock {
	width:630px;
	margin-left:54px;
}
.planetHighlightLeft {
	width:166px;
	float:left;
	text-align:center;
	margin-right:50px;
}
.planetHighlightRight {
	float:left;
	text-align:center;
}
.planetHighlightImg {
	border:solid 9px #FFFFFF;
}
.hr {
	border-bottom:1px solid #B0B0B0;
	margin-bottom:15px;
}
#trophy {
	margin:-73px 0 0 0;
}
span.count {
	font-size:2.5em;
	font-weight:bold;
}
#shopFrame {
	margin-left:71px;
}
#contact {
	width:500px;
	padding:20px;
}
#contact #contactForm input {
	float:right;
}
#contact #contactForm textarea {	
	width:392px;
	padding:4px;
	margin-bottom:10px;
	float:right;
}
#contact #contactForm span {
	float:left;
}
#contact #contactForm div {
	clear:both;
	padding-bottom:10px;
}
#facebookComments {
	margin:20px 0;
}
#shareLinks {
	width:660px;
}
#shareLinks div {
	margin-bottom:20px;
}
#shareLinks input {
	float:right;
}
#footer {
	padding-left:46px;
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#footer .addThis {
	margin-bottom:-3px;
}
.instructions {
	margin-top:15px;
}
