body {
    background-image: url('http://www.mostlyoriginal.net/media/background.png');
    font-family: 'Open Sans',sans-serif;
    font-size: 12pt;
    line-height: 24pt;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans',sans-serif;
    letter-spacing: -1px;
}

div {
    display: block;
}

div.master-feature-caption {
    clear: both;
    background-color: black;
    color: white;
    padding: 20px;
}

div.master-feature-content {
    clear: both;
    background-color: white;
    color: black;
    padding: 20px;
}

div.master-feature-content p {
    margin: 0px;
}

div.master-feature-banner {
    clear: both;
}

div.master-feature-banner img {
    width: 100%;
}

div.feature-list h2 {
    font-size: 14pt;
}

div.feature-list-header {
    clear: both;
    background-color: black;
    color: white;
    padding: 20px;
    background-color: #a0a0a0;
}

div.feature-list {
    clear: both;
    padding: 10px;
    background-color: #e0e0e0;
}

div.feature {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin: 8px;
    background-color: #eee;
    border: rgba(0,0,0,.2) solid 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

div.feature img {
    width: 48px;
    height: 48px;
    margin: 20px;
    float: left;
    background-color: #eee;
    border: rgba(0,0,0,.2) solid 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}


div.feature div {
    padding-left: 20px;
    float: left;
}

div.feature h2 {
    font-size: 12pt;
    font-weight: bold;
}

div.completed {
    background-color: #fff;
}

.entry-meta {
    margin-left: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #333333;
}

.entry-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16pt;
}

.content-border {
    padding: 10px;
    background: url('/assets/img/white80.png');

    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -goog-ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -goog-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.widget-inner h3 {
    margin-left: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #333333;
    font-size: 12pt;
}

.article-main {
    background-color: #fff;
    padding: 15px;
    padding-left: 20px;
    border: solid 1px #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -goog-ms-border-radius: 5px;
}
.portfolio {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio img {
    width: 100%;
}


div.game-caption {
    clear: both;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
}

div.game-content {
    clear: both;
    background-color: white;
    color: black;
    padding: 20px;
}
