/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.header-image {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

@media screen and (min-width: 896px) {
    .header-image {
        width: calc(100% - 325px);
    }
}

article,
section .row .columns {
    text-align:left;
    border-style:solid;
    border-width:2px;
    border-color:#c06000;
    padding: 10px;
    background-color: #0f0f0f;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px 10px 10px 10px;
}

section .row .columns.empty,
section .row .columns.title-row {
    background-color: transparent;
    border-width: 0px;
}

section .row .columns.title-row h2 {
    font-size: 20pt;
	color: #ffff7f;
    text-align: center;
}

article .entry-header {
    padding-bottom: 0px;
}

#main article .entry-header .entry-title {
    margin-left: 0px;
}

article .entry-header .entry-title,
section .row .columns .entry-subtitle,
article .insert-page .insert-page-title {
	color: #ffff7f;
    background-color: #373737;
    padding: 5px 10px;
    margin-bottom: 24px;
    border-radius: 6px 6px 6px 6px;
    font-size: 15pt;
}

article .entry-header .post-thumbnail {
    width: auto;
    clear: none;
	  display:none;
}

section .row .columns.medium-6 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

section .row .columns.medium-6:last-child {
    margin-right: 0;
}

@media(max-width: 600px) {
    section .row .columns.medium-6 {
        width: 100%;
        float: left;
    }
}

/* h2 is used for news articles */
article .entry-header .entry-title {
    font-size: 15pt;
}

article .entry-header h2.entry-title a {
	color: #ffff7f;
}

.hentry {
    margin-bottom: 25px;
}

/* override weird space above posts */
#main .hentry:before {
	margin-bottom: 0px;
    background: #0f0f0f;
}

.divider {
    border-bottom: 1px dotted #ffff7f;
    padding-bottom: 5px;
    margin: 20px 0;
}

.subtext {
	font-family: Verdana;
	color: #ffff7f;
	font-size: 8pt;
}

.hidden {
    display: none;
}

table.downloads {
    border: 0;
}

table.downloads td {
    border: 0;
    padding: 15px;
}

table.downloads td.link {
    width: 150px;
}

.site-footer-wrapper .site-info {
    margin: auto;
}

.site-footer-wrapper .site-info div {
    float: left;
    margin: 0 10px;
}

.site-footer-wrapper {
    border-top: 1px dotted #ffff7f;
    padding-top: 10px;
}

article .responsive-tabs-wrapper {
    border-top: 0;
}

article .responsive-tabs .responsive-tabs__panel {
    background-color: transparent;
    padding: 15px 0 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px dotted #ffff7f;
}

main article .responsive-tabs .responsive-tabs__list {
    margin-top: 0;
}

article .responsive-tabs .responsive-tabs__list__item {
    color: #c06000;
    font-size: 11pt;
    margin: 0;
    padding: 3px;
}

main article .responsive-tabs .responsive-tabs__list__item:hover {
    color: #ffff7f;
    text-decoration: none;
    padding: 3px;
}

article .responsive-tabs .responsive-tabs__list__item.responsive-tabs__list__item--active {
    color: #ffff7f;
    background-color: #373737;
    border: 0;
    border-radius: 6px 6px 6px 6px;
}

article .responsive-tabs .responsive-tabs__heading {
    color: #c06000;
    font-size: 11pt;
    margin: 0;
    background-color: #3f3f3f;
    border: 0;
}

article .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active {
    color: #ffff7f;
}

main article .responsive-tabs .responsive-tabs__heading:hover {
    color: #ffff7f;
    background-color: #7f7f7f;
}

.screenshots {
    text-align: center;
    margin: 20px 0;
}

.screenshots img {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 0;
}

figure {
    padding-top: 6px;
}

/* menus */

#secondary aside ul li {
    border-top: 1px dotted #ffff7f;
}

#secondary aside ul {
    border-bottom: 1px dotted #ffff7f;
}

/* links */

#content a, #colophon a {
    box-shadow: 0 0 0 0;
}

a:link, a:visited {
	/*text-decoration: underline;*/
	color: #c06000;
}

a:link.download, a:visited.download, .download {
	/*text-decoration: underline;*/
	color: #d02020;
}

a:hover, a:active, a:hover.download, a:active.download {
	color: #ffff7f;
	text-decoration: none;
}

/* cleanup extra space */
.navigation:before,
.site-footer:before,
.widget:before,
.widget-area:before {
    background: transparent !important;
    margin-bottom: 20px !important;
}

/* music controls */

.music {
    width: calc(150px + 50%);
    max-width: 550px;
    margin: auto;
}
.music .music-name {
    float: left;
    clear: both;
    width: 150px;
}

.music-controls {
    float: left;
    min-width: 200px;
    width: 50%;
    max-width: 400px;
}