@import url('./global.css');

/* Background */
html
{
    background-color: #68A61C;
    background-image: url('./thesims/background.png');
}

/* Color */
.icbody *, .panel * {
    color: #494949;
}

.icbody a:link, .panel a:link {
    color: #0C7A00 !important;
}

.icbody a:visited, .panel a:visited {
    color: #0C7A00 !important;
}

.icbody a:hover, .panel a:hover {
    color: #0D5904 !important;
}

.icbody a:active, .panel a:active {
    color: #61815E !important;
}

/* Home */
.post-3652 .social-networks,
.post-336 .social-networks,
.post-10400 .social-networks
{
    float: left;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em;
    margin-right: 1em;
    height: 150px
}

.post-3652 .social-networks p,
.post-336 .social-networks p,
.post-10400 .social-networks p
{
    text-align: center !important;
    margin-bottom: 0.5em;
}

.post-3652 .social-networks p strong,
.post-336 .social-networks p strong,
.post-10400 .social-networks p strong
{
    font-size: 150%;
    padding-bottom: 1em;
    display: block;
}

.post-3652 p,
.post-336 .sticky p,
.post-10400 .sticky p
{
    margin: 0;
}

.post-3652 .copyright,
.post-336 .copyright,
.post-10400 .copyright
{
    font-size: 150%;
    text-align: left;
    margin: 0;
}

.post-3652 .newest-info,
.post-336 .newest-info,
.post-10400 .newest-info
{
    margin-top: 0.5em;
    padding-top: 0.5em;
    text-align: center;
    font-size: 150%;
    border-top: 1px solid #EEEEEE;
}

.post-3652 .extension,
.post-336 .extension,
.post-10400 .extension
{
    float: left;
    font-size: 140%;
}

.post-3652 .extension span,
.post-336 .extension span,
.post-10400 .extension span
{
    font-weight: normal;
    color: red;
}

.post-3652 .articles-1,
.post-336 .articles-1,
.post-10400 .articles-1
{
    font-size: 140%;
    margin-bottom: 0.2em
}

.post-3652 .articles-2,
.post-336 .articles-2,
.post-10400 .articles-2
{
    font-size: 120%;
}

/* Logo */
dl.identity dd.logo {
    background-image: url('./thesims/logo.png');
}

dl.identity dd#site-title a {
    width: 300px;
    background-image: url('./thesims/sitename.png');
}

/* Table */
table tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) th {
    background: #F7F7F0
}

table tbody tr:nth-child(even) td, table tbody tr:nth-child(even) th {
    background: #FFFFFF;
}

/* Panel */
.panel, .wp-caption, .category-gallery .size-thumbnail img, .gallery img, .sticky {
    background: #F7F7F0 !important
}

/* Hide Title for Specific Sticky Posts */
.post-3652.sticky .entry-title, .post-5095.sticky .entry-title {
    display: none;
}