body
{
    color: #333333;
    background-color: #ffffff;
    /*font-family: "Georgia", "Garamond", "Times New Roman", serif;*/
    font-family: "Trebuchet MS", "Trebuchet", "Helvetica", "Arial", sans-serif;
    font-size: 70%;    
    margin: 0px;
    padding: 0px;
    background-image: url('midgard-fade.png');
    background-position: top;
    background-repeat: repeat-x;
}
#container
{
    position: absolute;
    width: 100%;
    min-height: 100%;
    min-width: 500px;    
    color: #333333;
    padding: 0px;
    background-image: url('drakensberg_dawn3.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
#branding
{
    /*font-family: "Trebuchet MS", "Trebuchet",  "Helvetica", "Arial", sans-serif;*/
    padding-left: 14px;
    padding-right: 2%;
    padding-top: 8px;
}
#branding div.logo img
{
    border: 0px;
}
#branding div.sitetitle
{
    position: absolute;
    left: 140px;
    font-size: 30px !important;
    top: 30px;
}
#branding div.slogan
{
    position: absolute;
    left: 165px;
    font-size: 20px !important;
    top: 70px;
}
#branding div.sitetitle a
{
    color: #000000;
    text-decoration: none;
}

#navigation
{
    /*font-family: "Trebuchet MS", "Trebuchet",  "Helvetica", "Arial", sans-serif;*/
}
#navigation div.navi-top
{
    font-size: 1.4em;
}
#navigation div.navi-top ul
{
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #826647;
    text-align: right;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 1%;    
}
#navigation div.navi-top ul li
{
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;    
}
#navigation div.navi-top ul li a
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: #826647;
    border-top: 1px solid #826647;
    border-left: 1px solid #826647;
    border-right: 1px solid #826647;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 0px;
}
#navigation div.navi-top ul li a:hover
{
    background-color: #B39169;
}
#navigation div.navi-top ul li.selected a
{
    background-color: #ffffff;
    color: #826647;
    border-bottom: 1px solid #ffffff;
}
#navigation div.search
{
    text-align: right;
    position: absolute;
    top: 20px;
    right: 3%;
    font-size: 1.3em;
}
#navigation div.search input
{
    border: 1px solid #826647;
    -moz-border-radius: 4px;    
    -webkit-border-radius: 4px;
}
#navigation div.search input.searchtext
{
    color: #826647;
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
}
#navigation div.search input.searchsubmit
{
    background-color: #826647;
    color: #ffffff;
}
#navigation div.search input.searchsubmit:hover
{
    background-color: #ffffff;
    color: #826647;
}
#navigation div.user
{
    position: absolute;
    top: 45px;
    right: 3%;
    font-size: 1.3em;
    text-align: right;   
}
#navigation div.user div.username, #navigation div.user div.edit-this-page
{
    margin: 0px;
    padding: 0px;
    color: #826647;
}
#navigation div.user ul
{
    margin: 0px;
    padding: 0px;
}
#navigation div.user ul li
{
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;    
}
#navigation div.user ul li a
{
    color: #826647;
    text-decoration: none;
    margin-left: 5px;
    padding: 2px;   
}
#navigation div.user ul li a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    background-color: #826647;
}
#navigation div.user img
{
    border: none;
}

#content
{
    height: auto !important;
    height: 100%;
    padding-left: 3%;
    padding-right: 2%;
    margin-bottom: 60px;
    font-size: 1.2em;
    position: relative;

}
#content div#content-text
{
    width: 63%;
    font-family: "Verdana", "Bitstream Vera Sans", "Tahoma", "Trebuchet MS", "Trebuchet",  "Helvetica", "Arial", sans-serif;
    position: relative;
    left: 2%;
	float:left;
	
}
#content h1, #content h2, #content h3, #content h4, #content h5
{
    font-family: "Trebuchet MS", "Trebuchet",  "Helvetica", "Arial", sans-serif;
    margin-bottom: 2px;
    padding-bottom: 0px;
}
#content h1
{
    font-size: 1.6em;
    color: #663822;
    margin-top: 6px;
    padding-top: 0px;
}
#content h2
{
    font-size: 1.4em;
}
#content a:link
{
    color: #314E6C;
}
#content a:visited, #content a:hover
{
    color: #494066;
}
#content h3 a:link, #content h3 a:visited
{
    color: #333333;
}
#content div.sidebar
{
    clear: right;
    width: 30%;
    /*font-family: "Trebuchet MS", "Trebuchet",  "Helvetica", "Arial", sans-serif;*/
    float: right;
    font-size: 1.1em;
    margin-top: 6px;    
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 14px;
    padding: 6px;
    border: 1px solid #826647;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #ffffff;
}
#content div.sidebar h2, #content div.sidebar h1
{
    font-size: 1.1em;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px; 
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin-top: -6px;
    margin-left: -6px;    
    margin-right: -6px;
    margin-bottom: 2px;
    padding-left: 6px;   
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #B39169;
    color: #ffffff;
    /* color: #333333; */
}
#content div.sidebar ul
{
    margin: 0px;
    padding: 0px;
}
#content div.sidebar ul ul
{
    margin-left: 15px;
}
#content div.sidebar ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 4px;
}
#content div.sidebar p
{
    margin: 0px;
    margin-bottom: 1em;
}
#content div.sidebar a
{
    text-decoration: none;
}
#content div.sidebar a:hover
{
    text-decoration: underline;
}
#content div.sidebar a.selected
{
    font-weight: bold;
}
#content div.sidebar p a
{
    text-decoration: underline;
}

#content div.group div.vcard
{
    height: 240px;
    width: 140px;
    vertical-alignment: bottom;
    margin-bottom: 10px;
    padding: 4px;
    margin: 5px;
    text-align: center;
}
#content div.group div.vcard img
{
    border: 1px solid #000000;
}
#content div.group div.vcard h3
{
    margin-top: 2px;
}
#content div.group div.vcard h3 a
{
    text-decoration: none;
}

#siteinfo
{
    clear: both;
    text-align: right;
    font-size: 1em;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 3%;
    padding-bottom: 4px;
}
#siteinfo a
{
    color: #ffffff;
}

/* Make the Wiki look nice */
#content div.wikitoolbar 
{
    color: #ffffff;
    border-bottom: 1px solid #826647;
    margin-bottom: 8px;
    margin-top: 3px;
}
#content div.wikitoolbar a 
{
    color: #ffffff;
    background-color: #826647;
    border-top: 1px solid #826647;
    border-left: 1px solid #826647;
    border-right: 1px solid #826647;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    text-decoration: none;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 4px;
}
#content div.wikitoolbar a:hover 
{
    background-color: #B39169;
}
#content div.wikitoolbar a.nnbs
{
    background-color: #ffffff;
    color: #826647;
    border-bottom: 1px solid #ffffff;
}

#midcom_helper_datamanager_field_content
{
  width: 95%;
  height: 300px;
}
#content form.datamanager div.form_toolbar input
{
    border: 1px solid #826647;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #826647;
    color: #ffffff;
}
#content form.datamanager div.form_toolbar input:hover
{
    background-color: #ffffff;
    color: #826647;
}

#content a.wiki_missing
{
  text-decoration: none;
  line-height: 16px;
  color: #990000;
  padding-right: 18px;
  background-image: url('/midcom-static/stock-icons/16x16/new-html.png');
  background-position: right;
  background-repeat: no-repeat;
}
#content a.wiki_missing:hover
{
  text-decoration: underline;
}
#content a.wikipedia
{
  line-height: 16px;
  padding-right: 18px;
  background-image: url('/midcom-static/stock-icons/16x16/stock_internet.png');
  background-position: right;
  background-repeat: no-repeat;
}

/* Content callouts */
#content div.note, #content div.tip, #content div.warning
{
  padding-left: 70px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin: 4px;
  min-height: 64px;
  /* width: 128px;
  overflow: auto;*/
  border: 1px solid #CCC;
  color: #666;
  /* float: right; */
}
#content div.note
{
  background-image: url('/midcom-serveattachmentguid-4520bcb4588ba8e25afe2d3f490661d9/note-area.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#content div.tip
{
  background-image: url('/midcom-serveattachmentguid-04dd91c28e336bd0aac42d10837de181/tip-area.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#content div.warning
{
  background-image: url('/midcom-serveattachmentguid-9923ffb786e010f8abaa0367d5f49bde/warning-area.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

/* Specific content formatting */
#content pre
{
    overflow: auto;
    padding: 15px;
    line-height: 15px;
    margin: 10px;
    width: 90%;
    background-color: #eeeeee;
    color: #000000;
    border: 1px #333333 solid;
}
/*#content img, #content table
{
    overflow-x: auto;
    max-width: 100%;
}*/
#content p.slogan
{
    font-size: larger;
    font-style: italic;
    color: #663822;
}

/* Make AIS nicer */
#aismaintable
{
    width: 100%;
}

/* RSS syndication stuff */
#content .btn
{
  display: none;
}
#content div.content-main h2.rss-item-title, #content div.content-main h2.news, #content div.content-main div.commentsarea h2
{
  border-bottom: 1px solid #B39169;
  border-left: 1px solid #B39169;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  background-color: #E0C39E;
  padding: 2px;
  margin-bottom: 1px;
  /*clear: left;*/
  color: #333333;
}
#content h2.rss-item-title a, #content h2.news a
{
  text-decoration: none;
  color: #333333;
}
#content div.rss-item-postinfo, #content div.postinfo
{
  font-style: italic;
  font-size: 0.8em;
}
#content div.rss-item-postinfo a, #content div.postinfo a
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
#content blockquote
{
  color: #565248;
  font-style: italic;
  font-family: "Georgia", "Garamond", "Times New Roman", serif;
}
#content blockquote code
{
  font-style: normal;
}

/* Binary instructions */
#content div.sidebar ul.distros li
{
    line-height: 31px;
    font-weight: bold;
}
#content div.sidebar ul.distros li a img
{
    vertical-align: middle;
    border: none;
    margin-right: 4px;
}

/* hCalendar styling */
#content div.events h3
{
    display: none;
}
#content ul.eventlist
{
    padding-left: 0px;
    margin-left: 0px;
}
#content li.vevent
{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
#content li.vevent abbr, #content div.vevent abbr
{
    border-bottom: none;
    cursor: normal;
}
#content li.vevent span.summary
{
    display: block;
    font-weight: bold;
}
/* Discussion forum and planet styling */
#content li.mfcomment div.commenter img, #content div.hentry div.vcard img
{
    border: none;
}
#content li.mfcomment div.commenter a, #content div.hentry div.vcard a
{
    color: #000000;
    text-decoration: none;
}
#content li.mfcomment div.commenter, #content div.hentry div.vcard
{
    width: 120px;
    float: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #E0C39E;
    padding: 6px;
}
#content div.hentry h2.headline
{
    border-bottom: 1px solid #B39169;
    border-left: 1px solid #B39169;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #E0C39E;
    padding: 2px;
    margin-bottom: 1px;
    color: #333333;
}
#content div.hentry h2.headline a
{
    text-decoration: none;
    color: #333333;
}
#content div.rss-item-postinfo, #content div.postinfo
{
    font-style: italic;
    font-size: 0.8em;
}
#content div.rss-item-postinfo a, #content div.postinfo a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

