/* @override 
	http://media.netday.be/css/site.css
	http://media.netday.test/css/site.css
*/

/**************************************************************
   AUTHOR: Fil (netday.be)
   DATE:    2008.01.15
 **************************************************************/
body {
    font: verdana, arial, sans-serif; 
	background: #666 url(../images/bg/header.jpg) repeat-x top left;
  	color: #EEE;
  	line-height: 170%;
}

html, body {
  height: 100%;
}

#content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin:  0 auto -48px;
}

#clearer {
  height: 48px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", serif;
	padding: 10px 15px;
}
h1 {
	color: #FFF;
	font-size: 30px;
}  

h2 {
	color:  #F8D766;
	font-size: 20px;
}

h2 a {
	color: #F39F01;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  color: #F39F01;
  font-size: 15px;
}

h4 {
  color: #F17400;
}

h5 {
  color: #FF4B33;
}

h6 {
  color: #FF4B33;
}

a {
  color: #F39F01;
}

a:hover {
  color: #FFF;
}

b, strong {
  color: #FFF;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

ul {
  list-style-image: url(../images/bg/bullet_current.gif);
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

/* #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 120px; 
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 70px;

  padding: 5px;
  text-align: right;
}

#header a img {
  border: none;
}

#header #title h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h1 a {
  color: #FFF;
  text-decoration: none;
}

#header h2 {
  position: absolute;
  top: 45px;
  right: -80px;

  /*margin: 0;
  padding: 0;*/

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
/*  color: #00F0EC; */
/*  color: #4F4F4F; */
  color: #EA1B00
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#setlangue {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 3;
}

#setlangue input {
    padding: 0;
    background-color: transparent;
    border-style: none;
}

/* #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

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

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #F39F01;
  border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}

/* sideMenu: The side bar menu
 **************************************************************/
#sideMenu h1,
#sideMenu h2, 
#sideMenu h3,
#sideMenu h4,
#sideMenu h5,
#sideMenu h6,
#sideMenu p,
#sideMenu dl {
  padding-left: 0;
  line-height: 120%;
}

#sideMenu h2 {
  font-size: 18px;
  font-weight: normal;
  line-height:  24px;
  color: #F8D766;
}

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

#sideMenu li {
  display: inline;
  margin-left: 0;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

#sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

#sideMenu li a:hover {
  color: #F39F01;
  background: #5F5F5F;
}

/* Active menu item */
#sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #F39F01;
  background: #555;
}

/* Submenu of active menu item */
#sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

#sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li a:hover {
  color: #F39F01;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.prev a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet_prev.gif) no-repeat 10px 0px;
}


#sideMenu li.here ul li.prev a:hover {
  color: #F39F01;
  background: #5F5F5F url(../images/bg/bullet_prev.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.current {
  padding-left: 35px;
  font: 400 0.75em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet_current.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.current a{
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet_pre.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.current a:hover {
  color: #F39F01;
  background: #5F5F5F no-repeat 10px 0px;
}

/* Active game type item */

#sideMenu li.here ul li.map-navigation {
  display: block;  
  padding: 5px;
  color: #F39F01;
  background: #555;
}

/* Submenu of active game type item */
#sideMenu li.here ul li.map-navigation {
  padding-top: 0;
}

#sideMenu li.here ul li.map-navigation ul {
  margin: 0;
  padding: 0;
}

#sideMenu li.here ul li.map-navigation a {
  font-size: 0.6em;
  background: url(../images/bg/bullet_current.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation a:hover {
  color: #F39F01;
  background: #5F5F5F url(../images/bg/bullet_current.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation ul {
  margin-left: 20px;
}

#sideMenu li.here ul li.map-navigation ul li.prev a {
  padding-left: 35px;
  font-size: 0.45em;  
  background: url(../images/bg/bullet_prev.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation ul li.prev a:hover {
  color: #F39F01;
  background: #5F5F5F url(../images/bg/bullet_prev.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation ul li.next a {
  padding-left: 35px;
  font-size: 0.45em;
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation ul li.next a:hover {
  color: #F39F01;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

#sideMenu li.here ul li.map-navigation ul li.current {
  padding-left: 35px;
  font-size: 0.55em;
  background: url(../images/bg/bullet_current.gif) no-repeat 10px 0px;
}

/* layout: all the classes for the main layout.
 **************************************************************/
#maincontent h1 {
  line-height: 120%;
}

#maincontent a {
  text-decoration: none;  
}

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


/* #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  height: 48px;
  clear: both;
  /*margin-top: 0px; -3.8em;*/
  background: #000 url(../images/bg/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 12px;
  line-height: 170%;
  padding-top: 27px;
  margin:  0 auto;
}

#footer span.floatLeft {
  padding-left: 20px;
} 

#footer span.floatRight {
  padding-right: 20px;
}

/* Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #F8D766;
  border: 1px solid #F17400;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #F8D766;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #F17400 #F17400 #FFF;
}

/* Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}
/* Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #F39F01;
}

/* #news: For all things specific to news publishing.
 **************************************************************/

#news h2 {
  color: #F8D766;
  padding-bottom: 4px;
}

#news h2 span {
  font-size: 12px;
}

#news h2 a {
  color: #F8D766;
  h2text-decoration:none;
}

#news a img {
  border:none;
}

#news a {
  color: #F39F01;
  text-decoration: none
}

#news a:hover {
  color: #FFF;
  text-decoration: underline
}

#news h2 a:hover {
  color: #FFF;
  text-decoration: underline
}

#news h3 {
  padding-top: 1px;
  font-size: 1.3em;
}

#news h4 {
  padding-top: 0px
}

#news a img {  
  border: 2px solid #F39F01;
}

/*
#news a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #FFF;
}
*/

#news .commentlink a {
  font-style: normal;
  color: #F17400;
}

#news .commentlink a:hover {
  color: #FFF;
}

#news .noborder {
  border: none;
}

#news p#editedby {
  color: #F17400;
  font-size: 0.9em;
  font-style: italic;
}

/* #article
**************************************************************/

.excerpt, .metadata {
    font-style: italic;
}

div.archive_list li {
    margin: 0px 0px 12px 30px;
    padding-top: 6px;
}
div.archive_list p {
    display: inline;
    padding: 4px 6px;
}
div.archive_list h2 {
    display: inline;
    padding: 4px 6px;
}

div#tags p {
    padding: 3px 5px;
}

div#tags a {
    text-decoration: none;
    color: #a1ff45;
}

div#tags a:hover {
    text-decoration: underline;
}

div#spacer {
    height: 150px;
}


/* #voteform: For the form used to vote
 **************************************************************/

#voteform label {
  display: inline;
}

/* Utilities
 **************************************************************/

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

/*.leftColumn code {
  margin-left: 0;
}*/

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

abbr {
  cursor: help;
  text-decoration: underline;
}

.small {
  font-size: 0.8em;
}

.extrasmall {
  font-size: 0.6em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.blue {
  color: #0098bd;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.white {
 color: #FFF;
}

.orange {
  color: #F17400;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}

.noborder {
  border: none;
}

.super {
  vertical-align: super;
}

#uppernavigation a img{
  border: none;
}

#lowernavigation a img{
  border: none;
}

ul.bullet {
    list-style-image: url(../images/bg/bullet_current.gif);
}
/* Cloud: Display class for tag clouds
 **************************************************************/

#mainpic {
    padding: 10px 15px;
}

#cloud {
    padding: 1px 1px;
}

#cloud .size1{
    font-size: 12px;
}

#cloud .size2{
    font-size: 16px;
}

#cloud .size3{
    font-size: 22px;
}

#cloud .size4{
    font-size: 28px;
}

#cloud .size5 {
    font-size: 38px;
}

#cloud a {
    color: #A1FF45;
}

/* Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}


/* #markdownhelp: For the markdown help
 **************************************************************/

#markdownhelp {
  border: solid #444 1px;
  font-size: 0.8em;
  padding: 5px;
}

#markdownhelp dl {
  padding: 0px 10px;
}

#markdownhelp dt {
  font-weight: bold;
  color: #FFB323;
}

#markdownhelp dd {
  margin-left: 0;
  padding-left: 15px; 
}

#markdownhelp a {
  color: #F39F01;
  text-decoration: underline;
}

#downloadimg a img {
  border: none;
}

#downloadimg a:hover {
  border: none;
}

#downloadimg a:hover img {
  border: none;
}


/* .comment: for all the comments specific stuff
 **************************************************************/

.commentlink a {
  background-image: url(../images/icons/comments.gif);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 20px;
  color: #F17400;
  text-decoration: none;
  font-style: normal;
  font-size: 10px;
}

.commentlink a:hover {
  padding-left: 20px;
  color: #FFF;
  text-decoration: none;
}


/* .map: to have a dark background for the map detail page
 **************************************************************/

.map {
  background: #555;
}

h2#map-list ~ div.floatLeft > ul {
  margin-left:  40px;
}

h2#map-list ~ div.floatRight > ul {
  margin-right:  300px;
}


/* #mappers: to style the mappers list
 **************************************************************/
ul#mappers {
    margin: 0px;
    padding: 0 0 0 15px;
}

#mappers li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
}

#mappers li.ident {
  padding-left: 68px;
}


/* #readme: For the readme.txt generator page
 **************************************************************/

.readme {
  font: 400 0.8em courier, monospace;
  color: #000;
  background: #FFF;
  border: solid #000 2px;
}

.readme pre {
  font: 400 0.8em courier, monospace;
}

/* .screenshots: to style the carousel effect
 **************************************************************/
.btnprev {
    float: left;
}

.btnnext {
    float: right;
}

#overview {
  margin-right: 20px;
}

.screenshots {
    float: left;
    border: 2px solid #F17400;
    margin-left: 80px;
    padding: 0pt;
}

.screenshots ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 5px;
}

.screenshots li {
  margin-left: 2px;
}

.screenshots li img {
    margin: 5px;
}

/* #markdownhelp: For the markdown help
 **************************************************************/

#markdownhelp {
  border: solid #444 1px;
  font-size: 0.8em;
  padding: 5px;
}

#markdownhelp dl {
  padding: 0px 10px;
}

#markdownhelp dt {
  font-weight: bold;
  color: #FFB323;
}

#markdownhelp dd {
  margin-left: 0;
  padding-left: 15px; 
}

#markdownhelp a {
  color: #F39F01;
  text-decoration: underline;
}

#downloadimg a img {
  border: none;
}

#downloadimg a:hover {
  border: none;
}

#downloadimg a:hover img {
  border: none;
}
