body {
	padding:0px;
	margin:0;
}

.textInput {
	width:100%;
	height:40px;
	border:1px solid #333;
	position:absolute;
	text-align:center;
	color:#f00;
	font-weight:bold;
	font-size:20px;
	background-color:#000;
	opacity:0.8;
}

.topText {
	margin-top:0px;
}

.bottomText {
	margin-top:-40px;
	left:0px;
}

.topLabel {
	color:#fff;
}

#container {
	max-width:1000px;
	min-width:400px;
	margin:0px auto;
	position:relative;
	font-family:'Comic Sans MS', Grierhenk;
	background-color:#f49;
	padding:15px;
}

#area {
	width:940px;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

#share, #save{
	display:none;
	font-size:18px;
	-webkit-text-size-adjust: 150%;
	margin-left:10px;
}

#save {
	display:none;
}

a {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

h1, h2, p {
	margin-left:10px;
	color:#fff;
	font-weight:normal;
	-webkit-text-size-adjust: 150%;
}

p, li	{
	-webkit-text-size-adjust: 200%;
}

ol {
	margin:0;
	padding-bottom:25px;
}

li {
	color:#fff;
	margin-left:25px;
}

h1, h2 {
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}


#footer {
	clear:both;
	color:#eee;
	text-align:center;
	padding-top:40px;
}

#footer a {
	color:#eee;
}

.facebook {
	margin-top:15px;
	margin-left:400px;
	background-color:#fff;
	width:200px;
	height:70px;
}

.smaller {
	font-size:15px;
}

img.gallery {
	float:left;
	padding:5px;
	height:90px;
}