/* Indexer: Core Styling */
.smart-indexer {
    text-align: center;
    word-wrap: break-word;
}

.smart-indexer a {
    display: inline-block;
    padding: .2em .3em;
    margin: .2em;
    font-size: 1.1em;
}

.smart-indexer a.current-term { 
    font-weight: bold;
}

/* Index: Core Styling */
.smart-index {
}

/* Indexer: Simple */
.smart-indexer.spi-theme-simple {
    padding: 1em 0;
    margin: 1em 0;

    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-top-color: #333333;
    border-bottom-color: #333333;
}

.smart-indexer.spi-theme-simple a {
    text-decoration: none;

    color: #333333;
}

.smart-indexer.spi-theme-simple a.current-term { 
    color: #FFFFFF;
    background-color: #333333;
}

/* Indexer: Elegant */
.smart-indexer.spi-theme-elegant {
}

.smart-indexer.spi-theme-elegant a,
.widget .smart-indexer.spi-theme-elegant a {
    text-decoration: none;
    padding: .4em;
    font-weight: bold;

    background-color: #CCCCCC;
    color: #FFFFFF;
}

.widget .smart-indexer.spi-theme-elegant a:hover, 
.smart-indexer.spi-theme-elegant a.current-term { 
    color: #FFFFFF;
    background-color: #333333;
}

/* Index: Simple */
.smart-index.spi-theme-simple a {
    text-decoration: none;
}

.smart-index.spi-theme-simple .spi-term {
    margin: 0 0 .7em;
    padding: 0 0 .7em;
}

.smart-index.spi-theme-simple .spi-term-link {
    margin: 0 0 .5em;
}

.smart-index.spi-theme-simple .spi-term-link h3 {
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.smart-index.spi-theme-simple .spi-term-link span {
    margin-left: 1em;
}

.smart-index.spi-theme-simple .spi-term-link span::before {
    content: "(";
}

.smart-index.spi-theme-simple .spi-term-link span::after {
    content: ")";
}

.smart-index.spi-theme-simple .spi-term-posts {
    line-height: 1.5em;
}

/* Index: Elegant */
.smart-index.spi-theme-elegant a {
    text-decoration: none;
}

.smart-index.spi-theme-elegant .spi-term {
    margin: 0 0 1em;
    padding: 0 0 1em;
    clear: both;
    overflow: auto;
}

.smart-index.spi-theme-elegant .spi-term-link {
    float:left;
    margin: 0 1em;
    background-color: #333333;
    text-align: center;
}

.smart-index.spi-theme-elegant .spi-term-link h3 {
    font-size: 5em;
    font-weight: bold;
    height: 1.2em;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    width: auto;
}

.smart-index.spi-theme-elegant .spi-term-link h3 a {
    color: #FFFFFF;
}

.smart-index.spi-theme-elegant .spi-term-link span {
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 1em;
    text-align: center;
}

.smart-index.spi-theme-elegant .spi-term-link span::before {
    content: "with ";
}

.smart-index.spi-theme-elegant .spi-term-posts {
    line-height: 1.7em;
    font-size: 1.1em;
    overflow: auto;
}

.smart-index.spi-theme-elegant .spi-term-posts a {
    color: #333333;
}

.smart-index.spi-theme-elegant .spi-term-posts a:hover {
    text-decoration: underline;
}
