body {
	height:100%;
	font-family:Verdana, default;
	font-size:80%;
	background:#81adb5 url(/images/bg3.png) repeat;
}

* {
	margin:0;
	padding:0;
}

.none {
	display:none;
}

.clear {
	clear:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#landing {
	width:550px;
	border:6px solid #eee;
	margin:0 auto;
	background-color: #fff;
}

#landing_inner {
	border:1px solid #ccc;
	padding:1em;
}

a {
	color:#0095EC;
}

a:hover {
	color:#000;
}

h1 {
	color:#333;
	font-size:1.3em;
	font-weight:normal;
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
	width:580px;
	margin:0 auto;
	line-height:1.6em;
}

h1 a {
	color:#333;
	text-decoration:none;
}

h1 a:hover {
	color:#f93737;
	text-decoration:underline;
}

h1 span {
	display:block;
	color:#ccc;
	font-size:0.5em;
}

p.whatsgoingon {
	padding:3em 0 0 0;
	text-align:center;
	font-size:0.8em;
}

p.whatsgoingon a {
	color:#333;
	padding:0.2em;
	text-decoration:none;
	background:#ffc;
}

p.whatsgoingon a:hover {
	text-decoration:underline;
}

#logo {
	float:left;
	width:230px;
}

#logo h2 {
	height:150px;
	background:url(/images/logo.png) no-repeat 30px 50px;
}

#logo h2 a {
	display:block;
}

#logo h2 a span {
	display:block;
	position:absolute;
	top:-10000px;
	left:0;
	height:1px;
	width:1px;
	overflow:hidden;
}

#enter {
	font-size:0.9em;
}

#enter fieldset {
	margin:1em;
	padding:1em;
	border:none;
}

#enter fieldset legend {
	color:#333;
	font-weight:normal;
}

#enter fieldset label {
	float:left;
	font-size:0.9em;
	width:7em;
	padding-top:0.2em;
}

#enter fieldset div {
	clear:both;
	padding:0.3em;
	width:250px;
}

#enter fieldset textarea {
	padding:5px;
	width:240px;
	height:90px;
	border: 1px solid #abadb3;
}

#enter fieldset p.frmbtn {
	clear:both;
	text-align:right;
	padding:5px 2px 2px 2px;
}

#enter fieldset #createBtn {
	padding:5px;
}

#enter fieldset #finalURL {
	width:150px;
	border: 1px solid #abadb3;
	padding:2px;
}

#footer {
	margin:20px auto;
	color:#2d4c51;
	width:560px;
	font-size:0.7em;
	text-align:center;
	line-height:1.6em;
	clear:both;
}

#footer a {
	color:#2d4c51;
}

#footer a:hover {
	color:#f93737;
}

#urlSpot {
	padding-right:5px;
}

/* Bubble */
div.box {
	width:500px;
	margin:0 auto;
}

div.bubble {
	width: 230px;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.png) no-repeat 20px 0;
	font-style: normal;
}

div.bubble a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div.bubble blockquote #title {
	font-size:12px;
}