
body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('img/body_bg.png');
}

div#container1 {
  text-align: center;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('img/body_bg.png');
  padding: 20px 0;
}

div#container2 {
  text-align: left;
  background-color: #FFFFFF;
  opacity: 0.8;
  margin: 0px auto;
  width: 85%;
  max-width: 1024px;
  border: 1px dashed rgb(200, 200, 200);
}

div#title {
  height: 34px;
  padding: 5px;
  border-bottom: 1px dashed rgb(200, 200, 200);
  margin-bottom: 20px;
  background-image: url('img/smalllogo.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: right;
}

div#menu {
  clear: right;
  width: 12%;
  float: left;
  /*border: 1px dashed rgb(200, 200, 200);*/
}

div#maincontent {
  width: 83%;
  float: right;
  /*border: 1px dashed rgb(200, 200, 200);
  border-left: 1px solid rgb(200, 200, 200);*/
  padding: 15px;
  padding-top: 0;
  margin-bottom: 2em;
}


div#searchbox {
  margin: 6px;
}

input {
  vertical-align: middle;
}

#search_query,
input[type=text],
textarea,
input[type=password] {
  border: 1px solid #808080;
  padding: 2px;
  font-size: 75%;
}

#search_query {
  color: #808080;
}

h1 {
  display: none;
}

h2 {
  border: 1px solid rgb(200, 200, 200);
  color: rgb(100, 100, 100);
  padding: 5px;
  margin: 0;
  font-size: xx-large;
  font-weight: bold;
}

p, dd, li, td, th {
  line-height: 1.5em;
  font-size: 11pt;
}

dt {
  font-size: 11pt;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

h3 {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  font-size: large;
  font-weight: bold;
  color: rgb(110, 110, 110);
  border-bottom: 1px solid rgb(228, 228, 228);
}

h3 + div, h4 + div, #maincontent {
  padding-left: 10px;
}

#maincontent a {
  color: rgb(18, 84, 132);
  text-decoration: none;
  font-weight: bold;
}

#maincontent a:visited, #maincontent a:active {
  color: rgb(105, 154, 198);
}

#maincontent a:hover {
  text-decoration: underline;
}

div#maincontent a[href*="http://"]:not([href*=irsoft]):not([class=php]):not([class=nosymbol]):not(.icon):before,
div#maincontent a[href*="https://"]:not([href*=irsoft]):not([class=php]):not([class=nosymbol]):not(.icon):before {
  content: url(img/linkext.png);
  margin-right: 3px;
}

div#maincontent img {
  margin: 10px;
}

ul#mainmenu {
  margin: 0;
  padding: 0;
}

ul#mainmenu li {
  list-style: none;
  margin-left: 7px;
  width: 100%;
  margin-bottom: 5px;
}

ul#mainmenu li a {
  text-decoration: none;
  color: rgb(128, 128, 128);
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 3px;
  display: block;
  
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 24px;
}

ul#mainmenu li a:hover {
  color: black;
  border: 1px solid rgb(200, 200, 200);
}

ul#mainmenu li#home a { background-image: url('img/icons/house.png'); }
ul#mainmenu li#software a { background-image: url('img/icons/application_osx_terminal.png'); }
ul#mainmenu li#source a { background-image: url('img/icons/script.png'); }
ul#mainmenu li#stories a { background-image: url('img/icons/page_white_text.png'); }
ul#mainmenu li#stuff a { background-image: url('img/icons/folder_heart.png'); }
ul#mainmenu li#contact a { background-image: url('img/icons/email.png'); }
ul#mainmenu li#donate a { background-image: url('img/icons/money.png'); }
ul#mainmenu li#trillian a { background-image: url('img/icons/trillian.png'); }

.teaser {
  font-weight: bold;
  border-left: 2px solid rgb(200, 200, 200);
  border-right: 2px solid rgb(200, 200, 200);
  padding-left: 10px;
  padding-right: 10px;
}

.icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21px;
}

.ic_feed { background-image: url('img/icons/feed.png'); }
.ic_rss { background-image: url('img/icons/rss.png'); }
.ic_music { background-image: url('img/icons/music.png'); }
.ic_software { background-image: url('img/icons/application_osx_terminal.png'); }
.ic_download { background-image: url('img/icons/folder_go.png'); }
.ic_plugin { background-image: url('img/icons/plugin.png'); }
.ic_textpage { background-image: url('img/icons/page_white_text.png'); }
.ic_globe { background-image: url('img/icons/world.png'); }
.ic_screenshot { background-image: url('img/icons/image.png'); }
.ic_photo { background-image: url('img/icons/photo.png'); }
.ic_new { background-image: url('img/icons/new.png'); }
.ic_script { background-image: url('img/icons/script.png'); }
.ic_german { background-image: url('img/icons/flag_de.png'); }
.ic_zipfile { background-image: url('img/icons/page_white_compressed.png'); }
.ic_folder { background-image: url('img/icons/folder.png'); }
.ic_file { background-image: url('img/icons/page_white_world.png'); }
.ic_pdf { background-image: url('img/icons/page_white_acrobat.png'); }
.ic_warning { background-image: url('img/icons/exclamation.png'); }
.ic_money { background-image: url('img/icons/money.png'); }

td, th {
  padding: 4px;
}

ul li {
  list-style-type: square;
}

#footer {
  color: rgb(128, 128, 128);
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid rgb(128, 128, 128);
  padding-top: 1px;
  clear: both;
}

#footer p {
  text-align: center;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-size: x-small;
}

#footer a {
  color: rgb(128, 128, 128);
}

#footer > p + p > a {
  /* wow, this is pretty cool */
  margin-right: 10px;
}

#footer > p > a:hover > img {
  opacity: 1;
}

#footer > p > a > img {
  opacity: 0.5;
}

a img {
  border: none;
}

table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

div.wiki_page_content dl,
div.wiki_page_content dl ul {
  margin-left: 0;
  padding-left: 0;
}

div.wiki_page_content a.inexistent {
  color: rgb(128, 0, 0);
}

.wiki_page_info {
  font-size: x-small;
  color: rgb(128, 128, 128);
  text-align: left;
  margin-top: 2em;
}

div.foldertree li {
  list-style-type: none;
}

div.foldertree li.foldertreefile div {
  line-height: 2em;
}

div.foldertree li.foldertreefile span.extrainfo {
  color: rgb(200, 200, 200);
  font-size: 70%;
}

div.foldertree li.folder {
  font-weight: bold;
}

div.foldertree li.folder li {
  font-weight: normal;
}

table.newstable td.date, table.newstable td.title {
  background-color: rgb(230, 230, 230);
}

table.newstable tr.descr {
  font-size: 10pt;
}

/**** IE MESSAGE ****/

div.IEmessage {
	background-color: rgb(204, 0, 0);
	color: rgb(255, 255, 255);
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

div.IEmessage p {
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}

div.IEmessage p.heading {
	font-weight: bold;
}

div.IEmessage p a {
	color: yellow;
}

div.IEmessage p a#ff {
	float: right;
	margin-top: 17px;
	margin-left: 80px;
}


