/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
*/

/* RESET'S & BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Verdana, Helvetica, sans-serif; background: #113355; }

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none;}


/* END RESET */

/* TOOLBOX */

.floatleft { float: left; }
.floatright {float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND STUFF */

#nav {
	height: 30px;
	background: #052744;
	}
	#nav p.links {
		font-size: 1.1em;
		padding-top: 9px;
		text-align: center;
		color: #83a4c7; /* Light Blue */
	}
	#nav a {
		color: #989c9f; /* Grey */
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.2em;
		}
		#nav a:hover, #nav a:active {
			color: #facc6a; /* Orange */
		}
	

#page-wrap {
	width: 670px;
	margin: 0 auto;
}

img#toon {
	float: left;
	position: relative;
	top: 80px;
	width: 348px;
	height: 480px;
}

img#logo {
	float: left;
	position: relative;
	top: -250px;
	left: 320px;
	width: 341px;
	height: 149px;
}
	

/* END STRUCTURE */

#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  margin-right: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }
