/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

@import url("../../modernized/css/screen.css");

html {
    background: #D3CAAA url(../img/ubuntu/bgrepeat.jpg) repeat-x;
}

#container {
    margin: 22px auto;
    width: 945px;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
}

#header {
    background: inherit;
    text-align: right;
}

#site_srv_links a { color: #656565; }

#site_srv_links a:hover {
    border-bottom: 1px dotted #656565;
    text-underline: none;
}

#site_srv_links ul {
    margin: 0;
}

#site_srv_links li {
    display: inline;
    background:#FFFFFF url(../img/ubuntu/bullet-triangle.png) no-repeat scroll left center;
    font-size: 12px;
    margin-right:5px;
    padding-left:1em;
}

#searchform {
    margin-top: 10px;
    float: none;
}

#pagetrail {
    float: right;
    clear: both;
}

#navibar {
    clear: none;
    display: inline;
}

ul.editbar {
    text-align: left;
}

#locationline {
    margin-top: 20px;
}

#copyrightinfo{
    font-size: 11px;
    text-align: center;
}


