/* 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; 
	background-color: #9ADDDB;
}

#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;
	padding-right: 2em;
   width: 70%;
	background-color: #f4f4f4;
	-moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
	opacity: 0.9;
}

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

.strak:hover
{
   background-color: #9ABCD9;
}

.strak:hover a
{
	color: #f4f4f4;
}

/* 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: #a7a7a7;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
   color: #64798C;
	text-decoration: underline;
}

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
{
   background-color: #248fb3;
   color: black;
   font-size: small;
   border-style: solid;
   border-color: silver;
   border-top-width: thin;
   border-left-width: thin;
   border-right-width: thin;
	border-bottom-width: thin;
	display: inline;
	opacity: 0.8;
	position: relative;
	left: 0.4em;
	top: 0.5em;
	-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
{
   font-family: monospace;
   display: block;
   margin-left: 3em;
}

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;
}
