/*
Theme Name:     Olenz's Graphene
Theme URI:      http: //espressomd.org/wordpress/
Description:    Child theme of the Graphene theme for ESPResSo
Author:         Olaf Lenz
Author URI:     http://www.icp.uni-stuttgart.de/~icp/Olaf_Lenz
Template:       graphene
Version:        0.1.0
*/

@import url("../graphene/style.css");

/* simple tweaks for the main style */
.header_title, .header_desc {
    margin-left: 50px;
}

#header {
    border-top: none;
}
#container {
    -moz-box-shadow: 0 0 10px #000;
}
#content {
    padding-top: 5px;
}
.breadcrumb {
    background: none;
    padding: 0 5px 5px 5px;
    margin: 0;
    font-size: 10px;
}
/* style the name ESPResSo */
span.espresso {
    font-weight: bold;
    text-shadow: #475F91 1px 1px 2px;
    font-variant: small-caps;
}

/* style the caps in the header */
.escaps {
    color: #475F91;
    font-size: 115%;
}

/* add the external link symbol to the wiki menu items */
li#menu-item-693 a, li#menu-item-387 a {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}

/* style the images of the core team  on the people page */
table.coreteam {
    border: thin none;
}
table.coreteam tr {
    border: thin none;
    background: transparent;
}
table.coreteam td {
    border: thin none;
    text-align: center;
    font-family: Verdana, sans-serif;
}
table.coreteam td a img {
    border: none;
    margin: 0;
}
table.coreteam tr.role {
    font-size: 90%;
    color: #666;
}
