/* seperate navigation stylesheet: this file is becoming too big*/
@import url("navigation.css");


*
{
   font-family : Verdana, Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   border: 0;
}

body
{
   padding: 3em; 
}

#logo
{
   display: block;
   background-image: url("images/interdictor_logo.jpg");
   width: 400px;
   height: 100px;
}

/* hide text from css browsers */
#logo *
{
   display: none;
}


#content
{
   float: left;
   margin-top: 2em;   
   padding-left: 2em;
   width: 75%;
}

/* the grey/silver smooth style */
p, .strak
{
   background-color: #F4F4F4;
   color : black;
   border: solid thin silver;  
	-moz-border-radius: .4em;
}

/* blockquote-y*/
.poem
{
   margin-left: 2em;
}

.strak ul, .strak ol
{
   margin-left: 3em;
}

ul.strak li
{
   margin-left: 3em;
}


ul, p, pre, div.strak
{
   margin-bottom: 2ex;
   padding: 10px;   
}

a
{
   color: black;
}

a:hover
{
   color: black;
   background-color: #f0f0f0;
}

a:visited
{
   color: gray;
}

img
{
   vertical-align: middle;
}


h1, h2, h3, h4
{
   font-weight: bolder;
   font-size: inherit;
   display: inline;
   padding: 0.2ex;
   padding-left: 0.4ex;
   padding-right: 0.4ex;
}

h1, h2
{
   background-color: #f4f4f4;
   color: black;
   font-size: small;
   border-style: solid;
   border-color: silver;
   border-top-width: thin;
   border-left-width: thin;
   border-right-width: thin;
	display: inline;
	position: relative;
	left: 0.4em;
	-moz-border-radius: .6em .6em .2em .2em;
}

h2
{
   font-size : 90%;
}

h3
{
   font-size : 80%;
}

q
{
   font-style: italic;
}

q em
{
   font-weight: bold;
}

code, .codeblock
{
   font-family: monospace;
	font-size: 80%;
}

.codeblock
{
	max-height: 20em;
	overflow: auto;
	display: block;
}

abbr, acronym
{
   border-bottom: 1px dashed #333333;
   cursor: help;
}


input, textarea
{
   border: solid thin silver;
}

pre input[type=submit]
{
   background-color: #f0f0f0;
}

/* TODO list */
.todo_new
{
}

.todo_done
{
   background-color: lime;
}

.todo_canceled
{
   text-decoration: line-through;
}

/* Books */
.readitno
{
   font-weight: bold;
}   

/* Wiki */
.header
{
  margin-bottom: 2em;
}

.edit
{
 float: right;
}
/* dont show here */
.edit .gotobar
{
 display: none;
}

.gotobar
{
 width: 20em;
 border: solid thin silver;
 background-color: #F4F4F4;
 padding: 1em;
 margin-left: 2em;
}

.footer
{
 background-color: #F4F4F4;
 border: solid thin silver;
 padding: 1em;
 margin-top: 1em;
}

.time
{
 display: none;
}
