/* Unbound:  General Element Styles 
Copyright 2007 Dan Tilden.

This was mostly written by me, save for clearfix, which came from:
http://www.positioniseverything.net/easyclearing.html (Kudos to them!)

If you'd like to use any elements of this style for your own site,
that's fine with me, provided that you first e-mail me at gerbilsrule@yahoo.com.

Oh yes, and this comes with NO WARRANTY, EVEN THE IMPLIED WARRANTIES OF 
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.  It had to be said, really.

*/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	background: #284070 url("./images/bg.gif") repeat-x top;
	line-height: 1.5em;
	font-family: tahoma, "lucida grande", sans-serif;
	font-size: 80%;
	text-align: left;
	word-wrap: break-word; /* CSS3, only works in safari, IE */
}

img {
	border: 0px;
}

a {
	color: #284070;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #583070
}

a:hover {
	color: #3d5078;
	text-decoration: none;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

small {
	font-size: 85%;
}

/* clearfix, the HAPPENIN way to clear floating elements */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

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