body {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../images/transkull.gif) top left no-repeat fixed;	
	color: #4d4d4d;
	margin-top: 2em;
	margin-left: 2em;
	margin-bottom: 10em;
}

ol { list-style: inside decimal;}
ul { list-style:none; }

#header {
	width: 920px;
	padding: 10px 0 0 10px;
}

#header img {
	padding: 0;
	margin: 0;
}

#container {
	/* background: url(/images/dot-top.gif) top repeat-x; */
	width: 920px;
	margin-bottom: 5em;
	padding-left: 10px;
}

p,li {
font-size: .8em;	
line-height:1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	color: #F5A743;
}

.text {
	width: 500px;
	position:absolute;
	top:100px;
	left:400px;
}

#nav {
	float: left;
	width: 130px;
	padding-top: 20px;
	background: url(/images/dot.gif) right top repeat-y;
	padding-right: 5px;
}

#links {
	padding-top: 20px;
	float: left;
	width: 220px;
	background: url(/images/dot.gif) right top repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	color: #fc0500;
}

a:visited {
	color: #8C3615;
}

a:hover {
	color: #b3b3b3;
}

a:active {
	color: #000;
}

form {
	height: 15px;
}

input {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 11px;
	padding: 5px;
	color: #000;
    width: 120px;
}
.small {
        font-size:.6em;
}

/* Floating Icons Code */
div.float {
  float: left;
  width: 50px;
  }
  
div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }

.feed {
  padding-left:15px;
  background: url(/images/feed-icon.gif) left center no-repeat;
  width: 100px;
}


/* Comment and Contact Forms */
#comment_name_input,
#comment_email_input,
#comment_web_input,
#message,
#Name,
#Email,
#Web,
#Website,
#Message
{
	background: #e8e8e9;
	border: 1px solid #666;
	color: #000;
	font: 11px Verdana, sans-serif;
	padding: 3px;
	width: 400px;
}

#comment_name_input:focus,
#comment_email_input:focus,
#comment_web_input:focus,
#message:focus,
#Name:focus,
#Email:focus,
#Web:focus,
#Website:focus,
#Message:focus
{
	background-color: #999;
}






/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*  http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */