@font-face {
  font-family: 'MightiestBold';
  src: url('eartmb-webfont.eot');
  src: local('☺'), url('../fonts/eartmb-webfont.woff') format('woff'), url('../fonts/eartmb-webfont.ttf') format('truetype'), url('../fonts/eartmb-webfont.svg#webfontjPv7fWxF') format('svg');
  font-weight: normal;
  font-style: normal;
}

.comic_page{
	text-align:center;
}

#wrapper{
	position:relative;
}

nav{

}

.namebadge{
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
	color:#EFEFEF;
	font-size: 0.85em;
}

#content{
	padding-bottom:21px;
}

section section{
	height:auto !important;
}

ul.tutorials li a p{
	height:21px;
	overflow:hidden;
}

.video_description{
	padding: 0 20px;
}

#flashvideo, .youtubevideo{
	text-align:center;
}


.addimagelink {
 display:block;
 padding: 0 20px;
}

.addimagelink form{
	width:300px;
	float:left;
}

textarea{
	height:100px;
}

pre{
	padding: 0 20px;
	font-family: Helvetica Neue,Helvetica,Verdana,sans-serif;
}

.fliplink{
	margin-bottom:10px;
	float:right;
	margin-right:40px;
	width:auto;
}

#wrapper > header {
  position: relative;
}

#wrapper > header h2 {
  font-family: "MightiestBold";
  color: #E7675E;
  text-shadow: 3px 3px 1px rgba(0,0,0,0.4);
  -webkit-text-stroke: 1px #C1272D;
  position: absolute;
  top: 90px;
  left: 105px;
  font-size: 3.5em;
}

#wrapper > header a:hover {
  text-decoration: none;
}

#wrapper > header nav a {
  margin-left: 5px;
  padding: 4px 10px;
}



.offerbox {
  display: block;
  padding: 10px;
  padding-bottom: 140px;
  background: #c2cedf url("../images/offerbanner.png") no-repeat bottom;
  color: #a03619;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 940px;
  font-size: 150%;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 #efa996;
  text-align: center;
  line-height: 40px; }
