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

/* Background */
html
{
    background-color: #12A3EB;
    background-image: url('./default/background.png');
}

/* Color */
#wordpress #container, #wordpress h1, #wordpress h2, #wordpress h3, #wordpress h4, #wordpress h5, #wordpress h6, #wordpress .panel {
    color: #536482;
}

#wordpress #container a:link, #wordpress .panel a:link {
    color: #105289 !important;
}

#wordpress #container a:visited, #wordpress .panel a:visited {
    color: #105289 !important;
}

#wordpress #container a:hover, #wordpress .panel a:hover {
    color: #D31141 !important;
}

#wordpress #container a:active, #wordpress .panel a:active {
    color: #368AD2 !important;
}

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

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

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

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

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

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

/* Complete Site Search */
#post-271.sticky .entry-title {
    float: left;
    font-size: 120%;
    margin-right: 1em;
}

#post-271.sticky .entry-content .site {
    float: right;
    font-size: 120%;
}

#post-271.sticky .entry-content p {
    margin: 0;
}

@media print {
    #post-271 {
        display: none;
    }
}