/*** ILFurs Stylesheet 2010 by IceDragon of QuickFox.org ***/
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10pt;
  color: #aaa;
  background: #000 url('http://data.icerealm.org/img/background.jpg');
  margin: 0;
  min-width: 840px;
}

h1 {
	font-family: Impact, "Arial Black", sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: 4px;
	padding-left: 8px;
}
h2 {
	font-size: 16px;
	padding-left: 16px;
}

p { max-width: 600px; padding-left: 8px; }

select {
	color: #aaa;
	background: #000;
}

/* More global stuff here */
hr,h1 {
	border: none;
	border-bottom: #666 1px solid;
}

select,#logo_announcement {
	border: #666 1px solid;
}

/** Logo Area **/
#logo_area {
	height: 79px;
	background: url('../img/bg-linkstripe.gif');
}
#logo_area img { float: left; }
#logo_announcement {
	position: relative;
	left: 10px;
	height: 38px;
	margin: 4px;
  padding: 2px;
	float: left;
	overflow: auto;
	background: #222;
}


/** Link Strip **/
ul#link_stripe {
  position: relative;
  top: 55px;
  left: -20px;
  float: left;
  margin: 0;
  padding: 0;
}

ul#link_stripe li {
  display: inline;
  line-height: 12px;
  list-style: none;
}

ul#link_stripe a {
  background: url('../img/link-separator.gif') repeat-y;
  background-position: right;
  padding-right: 12px;
  padding-left: 6px;
  color: #aaa;
  font-size: 8pt;
  text-transform: uppercase;
  text-decoration: none;
}
ul#link_stripe a:hover { color: #fff; }


/** Central Area **/
#central_area {
	width: 800px;
	padding: 8px;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #222;
	/* background-color: rgba(40,40,40,0.7); */
	border: 1px solid;
	border-color: #111 #333 #333 #111;
}

/** Footer **/
#footer {
	font-size: 11px;
	color: #666;
	padding-top: 8px;
	border-top: 1px #666 solid;
	text-align: center;
	clear: both;
}

/** Misc. **/
.warning {
	border: #666 1px solid;
	background: #111;
	font-size: 11px;
	color: #dd6;
	margin: 8px;
	padding: 4px;
}

/** Links **/
a         { color: #6d6; text-decoration: none; }
a:link    { color: #6d6; text-decoration: none; }
a:hover   { color: #fff; text-decoration: underline; }
