*
{
        /*padding: 0px 0px 0px 0px;*/
        margin: 0px 0px 0px 0px;
        border-style: none;
        border-width: 1px;
}

body
{
        width: 1100px;
        background-image: url(../images/stripe.png);
        margin: auto;
        font-size: 11px;
        line-height: 130%;
        font-family: sans-serif;
}

ul
{
        margin-left: 0px;
        padding-left: 15px;
}

a
{
        text-decoration: none;
        font-weight: normal;
        color: #2d5e8f;
        cursor: pointer;
}

a:hover
{
        text-decoration: underline;
        /*color: #234d77;*/
}

p
{
        padding-top: 1em;
        padding-bottom: 0.1em;
}

pre
{
        margin-bottom: 1em;
        border-left-style: solid;
        border-left-width: 3px;
        border-left-color: #ababab;
        padding-left: 10px;
        background-color: #f2f2f2;
}

code
{
        margin: 0px;
        font-family: monospace;
}

textarea, input
{
        border-style: solid;
        border-color: #afafaf;
}

blockquote
{
        background: transparent url(../images/bq_left.gif) left top no-repeat;
        margin: 5px 20px 10px 20px;
        padding-left: 50px;
        font-family: serif;
}

blockquote > *:last-child
{
        background: transparent url(../images/bq_right.gif) right bottom no-repeat;
        margin: 0px;
        padding-right: 50px !important;
        min-height: 43px;
}

h1
{
        color: white;
        font-weight: bold;
        font-family: serif;
        font-size: 24px;
}

h2
{
        font-size: 14px;
        background-color: gray;
        color: white;
        font-weight: bold;
        text-align: left;
        padding-left: 8px;
        padding-right: 8px;

        font-variant: small-caps;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-radius: 2px;
}

#content h2
{
        text-align: center;
}

h2 a
{
        font-size: 8pt;
        font-weight: bold;
        /*text-decoration: underline;*/
        color: #ffbf00;
}

#logged-user-box
{
        position: absolute;
        margin-left: 280px;
        top: 110px;
        color: white;
        font-family: serif;
}

h3 a
{
        font-weight: bold;
        text-decoration: none;
        color: inherit;
}

h3 a:hover
{
        font-weight: bold;
        text-decoration: none;
        color: inherit;
}

h4 a
{
        font-weight: bold;
        text-decoration: none;
        color: black;
}

h4 a:hover
{
        font-weight: bold;
        text-decoration: none;
        color: black;
}

h2 img
{
        vertical-align: middle;
}

h3
{
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: serif;
        font-size: 14px;
}

h4
{
        padding-top: 10px;
        font-family: serif;
        font-weight: bold;
}

hr
{
        height: 1px;
        border-bottom-style: dotted;
        margin-bottom: 4px;
}

li
{
        /*list-style-position: inside;*/
}

.clear-float
{
        clear: both;
}

.clear-float-left
{
        clear: left;
}

.clear-float-right
{
        clear: right;
}

.icon
{
        margin-left: 2px;
        margin-right: 5px;
        vertical-align: middle;
}

.article-header-icon-small
{
        height: 24px;
}

.article-header-icon
{
        height: 32px;
}

.article-header-category
{
        float: left;
        margin-left: 10px;
}

#top-banner
{
        /*  background-color: #1c78e1; */
        background-image: url(../images/bg-gradient.png);
        background-repeat: repeat-x;
        height: 150px;
        /*border-bottom-style: solid;*/
        float: left;
        width: 100%;
}

#logo
{
        float: left;
        margin-top: 2px;
        margin-left: 20px;
}

#title
{
        float: left;
        padding-top: 35px;
        padding-left: 20px;
}

#catchphrase
{
        position: absolute;
        top: 65px;

        margin-left: 270px;

        width: 200px;

        font-family: serif;
        font-size: 15px;
        font-weight: normal;
        font-variant: normal;


        background-color: transparent;
}

#menu
{
        margin-top: 15px;
        margin-right: 20px;
        list-style-type: none;
        float: right;
}

#menu li
{
        float: left;
        padding-left: 10px;
        padding-right: 10px;
}

.menu-item
{
        width: 96px;
        text-align: center;
}

#menu a
{
        font-weight: bold;
        color: #ffbf00;
        text-decoration: none;
        font-size: 13px;
}

#content-wrap
{
        background-color: white;
}

.tag-cloud
{
        background-color: yellow;
}

#content
{
        min-height: 400px;
        /* padding-right: 280px; */
        background-color: white;

        /* -moz-border-radius: 3px; */
        /* -webkit-border-radius: 3px; */

        width: 806px;

        padding-left: 4px;
        padding-top: 4px;
}

.content-text
{
        font-size: 12px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

#article-body h3
{
        margin-top: 1.5em;
}

#article-body h4,h5,h6,h7
{
        margin-top: 1em;
}

.blog
{
        float: left;
        width: 245px;

        border-style: solid;
        border-color: #afafaf;
        padding-bottom: 5px;

        margin-top: 10px;
        margin-right: 10px;
        margin-left: 15px;
        margin-bottom: 10px;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.blog-header
{
        background-color: Gainsboro;
        padding-left: 5px;
        padding-bottom: 2px;
        margin-bottom: 5px;
}

.blog-header a
{
        color: black;
}

.blog-content
{
        margin-left: 4px;
}

.blog-content ul
{
        list-style-type: none;
        margin-top: 5px;
}

.blog-content img
{
        margin-right: 4px;
        vertical-align: middle;
}

.repository
{
        float: left;
        width: 245px;

        border-style: solid;
        border-color: #afafaf;
        padding-bottom: 5px;

        margin-top: 10px;
        margin-right: 10px;
        margin-left: 15px;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.repository-header
{
        background-color: Gainsboro;
        padding-left: 5px;
        padding-bottom: 2px;
        margin-bottom: 5px;
}

.repository-header a
{
        color: black;
}

.repository-content
{
        margin-left: 4px;
}

.article
{
/*
        border-style: solid;
        border-color: #afafaf;
*/
        background-color: Gainsboro;
        padding-bottom: 3px;

/*
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
*/
        margin-bottom: 5px;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.article-header
{
        background-color: #c2c2c2;
        padding-left: 5px;
        padding-bottom: 2px;
        margin-bottom: 5px;

        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
}

.article-header-tags
{
        text-align: right;
        margin-right: 25px;
}

.article-content
{
        margin-left: 10px;
        padding-right: 5px;
        line-height: 160%;
}

#article-body
{
/*	width: 600px; */
        margin-top: 20px;
        margin-left: 8%;
        margin-right: 8%;
        line-height: 180%;
}

.article-grid
{
    display: table;
    border-collapse: separate;
    border-spacing: 4px;
}

.article-row
{
    display: table-row;
}

.article-col1, .article-col2
{
    display: table-cell;
}

.article-col1
{
}

.article-col2
{
}

.read-more
{
        border-bottom-style: dotted;
}

.read-more:hover
{
        text-decoration: none;
}

#sidebar
{
        float: right;
        width: 280px;

        /* border-color: #afafaf; */
        /* border-left-style: solid; */
        /* border-bottom-style: solid; */

        margin-right: 4px;
        margin-top: 4px;
}

.box
{
        /* background-color: Gainsboro; */
        background-color: #dddddd;
/*
        border-style: solid;
        border-color: #afafaf;
*/
        padding-bottom: 3px;
        margin-bottom: 6px;

        -moz-border-radius-bottomleft: 3px;
        -webkit-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-radius-bottomright: 3px;
}

/*
.box + .box
{
        margin-top: 10px;
}
*/

#about-box h2, #latest-news-box h2
{
        margin-bottom: 8px;
}

.profile-avatar-maxi
{
        float: left;
        max-width: 128px;
        margin-left: 4px;
        margin-right: 4px;
}

.profile-avatar
{
        float: left;
        max-width: 96px;
        margin-left: 4px;
        margin-right: 4px;
}

.profile-avatar-mini
{
        float: left;
        width: 32px;
        margin-left: 4px;
        margin-right: 4px;
}

.blog-link
{
        float: right;
        margin-right: 16px;
}

#blogroll-items li
{
        list-style-type: none;
        margin-left: 4px;
}


#package-updates
{
        list-style-type: none;
        margin-left: 4px;
}

#package-list
{
        border-collapse: collapse;
        width: 100%;
}

#package-list tr td
{
        text-align: center;
        border-top-style: dotted;
        border-top-width: 1px;
}

.package-list-link-image
{
        vertical-align: middle;
}

#package-list-pagination
{
/*	top: 12px; */
        left: 540px;
        position: relative;
}

#package-list-pagination img
{
        vertical-align: middle;
}

.package-old-version
{
        color: red;
}

.package-new-version
{
        color: green;
}

.package-attributes
{
        list-style-type: none;
        margin-bottom: 20px;
}

.repository-description
{
        list-style-type: none;
        margin-bottom: 0px;
}

.repository-details
{
        list-style-type: none;
        margin-bottom: 0px;
        margin-bottom: 0px;
}

#repository-install
{
        margin-top: 10px;
        margin-bottom: 20px;
}

#support-box
{
        text-align: center;
}

.latest-news-caption
{
        float: right;
}

.latest-news-title
{
        overflow:visible;
        margin-left: 4px;
}

.article-caption
{
        text-align: right;
}

.article-comments-link
{
        background-image: url(../images/single-comment-32.png);
        background-repeat: no-repeat;
        background-position: 0px -2px;
        height: 32px;
        width: 32px;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: 3px;
}

#article-list-pagination
{
/*	top: 12px;
        left: 540px;
        position: relative;
*/
    text-align: center;
    margin-top: 3px;
}

#article-list-pagination img
{
        vertical-align: middle;
}

.article-author
{
        font-style: italic;
}

#footer
{
        border-top-style: solid;
        border-color: #afafaf;
        background-color: white;

        padding-top: 2px;
        padding-left:3px;
        padding-right: 3px;
        padding-bottom: 10px;
        background-image: url(../images/bande_bas.png);
        background-position: bottom;
        background-repeat: repeat-x;
}

.footer-right
{
    float: right;
}

#powered-by
{
        float: left;
}

.powered-by-logo
{
        height: 16px;
        vertical-align: middle;
        float: left;
}

#project-menubar
{
        padding-right: 8px;
        color: #c3c3c3;
        background-color: #555753;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #666666;
}

#project-menubar-title
{
        font-family: monospace;
        /*color: #eaedec;*/
        float: left;
}

.project-menubar-item a
{
        padding-left: 8px;
        font-family: monospace;
        font-weight: bold;
        color: #edd400;
        float: right;
}

.project-list-container
{
}

.project-list-item
{
        width: 366px;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 2px;

        border-style: solid;
        border-width: 1px;
        border-color: Gainsboro;
}

.project-list-logo
{
        float: left;
        height: 48px;
        margin-right: 10px;
        margin-left: 6px;
        margin-top: 6px;
}

.project-links img
{
        vertical-align: middle;
        margin-right: 2px;
}

.project-links a
{
        white-space: nowrap;
}

.project-links
{
        margin-top: 10px;
}

.project-list-attributes
{
        list-style-type: none;
}

.project-list-title
{
        background-color: Gainsboro;
/*       border-style: solid; */
/*        border-color: #afafaf; */
}

.project-list-description
{
        margin-top: 8px;
        height: 60px;
}

#project-details-logo
{
        height: 32px;
}

#project-summary
{
}

#project-details-box
{
        float: right;
        max-width: 230px;
        min-width: 180px;

        margin-left: 10px;
        margin-top: 4px;
        margin-right: 4px;
        padding-bottom:3px;

        border-style: solid;
        border-color: #afafaf;
}

#project-details-box h3
{
        background-color: gray;
        color: white;
        font-weight: bold;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
        margin-top:0px;
        margin-bottom:3px;
}

#project-details-attributes li
{
        list-style-type: none;
        padding-left:3px;
        padding-right:3px;
}

#project-details-developers li
{
        margin-left:10px;
}

.project-details-attribute
{
        /*text-decoration: underline;*/
        font-weight: bold;
}

.contact-user
{
        clear: left;
        border-style: solid;
        border-color: #afafaf;
        margin-top: 15px;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
        padding-top: 0px;
        padding-bottom: 0px;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.contact-user-header
{
        background-color: Gainsboro;
        padding-bottom: 5px;
        margin-bottom: 5px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-radius-topright: 3px;
}

.contact-user-top-bar
{
        list-style-type: none;
        margin-right: 5px;
}

.contact-user-top-bar img
{
        vertical-align: middle;
        margin-left: 0px;
        padding-left: 0px;
}

.contact-user-top-bar li
{
        float: right;
        border-color: #afafaf;
        vertical-align: center;
        margin-left: 28px;
}
.contact-user-top-bar img
{
        margin-right: 3px;
}

.contact-user-content
{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
}

.contact-user-content img
{
        margin-right: 10px;
}

.hint-box
{
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 15px;
        margin-right: 10px;
        background-color: #c2c6ff;
        border-style: dashed;
        border-width: 2px;
        border-color: #4466ff;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 160%;

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.hint-image
{
        float: left;
        margin-right: 4px;
}

.hint-image img
{
        height: 64px;
}

#article-comments
{
        padding-left: 20px;
        margin-bottom: 20px;
}

.comment-box
{
        background-color: white;
        /*border-style: solid;
         border-color: #afafaf;*/
        margin-top: 5px;
        padding-left: 3px;
        padding-bottom: 3px;
}

.comment-content
{
        border-left-style: solid;
        border-left-color: #afafaf;
        margin-top: 3px;
        margin-left: 7px;
        padding-left: 3px;
}

.comment-footer
{
        padding-right: 20px;
        text-align: right;
}

#add_comment
{
        margin-left: 20px;
        margin-bottom: 10px;
}

#add_comment label
{
        vertical-align: top;
}

#comment-form
{
        display: none;
}

.comment-avatar
{
        height: 24px;
        vertical-align: top;
}


/*Research*/
.horizontal_menu
{
        margin-top: 15px;
        margin-right: 20px;
        list-style-type: none;
}

.horizontal_menu li
{
        float: left;
        padding-left: 10px;
        padding-right: 10px;
}

.horizontal_menu-item
{
        text-align: center;
}

.horizontal_menu-item a
{
        text-decoration: none;
}

.horizontal_menu-item a:hover
{
        text-decoration: none;
}

.horizontal_menu-item img
{
        height: 48px;
}

.gallery
{
    background-color: #f4f0f4;
    border-color: #f9ebaa;
    border-style: solid;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}

.gallery-item
{
    display: inline-block;
    min-width: 110px;
    height: 64px;
    vertical-align: bottom;
    background-color: #c6c6fb;
    margin-right: 4px;
    padding-top: 4px;
}

.gallery-item a
{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-item img
{
    padding: 0px;
    margin: 0px;
    max-height: 60px; /* gallery-item height - 4px */
}

#wiki-edit-article
{
    margin-top: 30px;
}

#wiki-preview-area
{
    border-style: solid;
    border-width: 1px;
    border-color: #afafaf;
    background-color: #f0ffa2;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

#wiki-edit-form td, #wiki-edit-form textarea
{
    width: 100%;
}

.wiki-link-nonexistent, .wiki-link-nonexistent:hover
{
    color: #ff2e00;
}

.homepage-row
{
    overflow: hidden;
    margin-bottom: 4px;
}

.homepage-row-last
{
    margin-bottom: 0px;
}

#content .homepage-title
{
    text-align: left;
}

#content .homepage-title a
{
    font-size: 12pt;
}

.homepage-box
{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.homepage-box-content
{
    background-color: Gainsboro;
    padding-left: 4px;

    /* column hack */
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#homepage-box-content-authors
{
    padding-top: 4px;
}

.homepage-sidebar
{
    padding-top: 0px;
}

#homepage-intro
{
    margin-bottom: 12px;
}
