body {
    font: 11px Arial,sans-serif;
    line-height: 1.43;
    margin: 0;
}
body.light {
    background: #f4f4f4;
    color: #404040;
}
body.dark {
    background: #292929;
    color: #dfdfdf;
}

.container {
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.light .container {
    background: #fff;
    border: 1px solid #d1d1d1;
}
.dark .container {
    background: #333;
    border: 1px solid #222;
}

.search {
    display: inline-block;
    padding: 10px;
}
.light .search {
    background: #eee;
}
.dark .search {
    background: #292929;
}

input {
    font-weight: bold;
}

.light input {
    background: inherit;
    color: inherit;
}
.dark input {
    background: #292929;
    color: white;
}

.search div {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    color: #888;
}
.light .search div {
    background: #eee;
}
.dark .search div {
    background: #292929;
}

.search input {
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #888;
}
.light .search input {
    color: #000;
    background: #fff;
//    border: 1px solid #888;
}
.dark .search input {
    color: #fff;
    background: #222;
//    border: 1px solid #933333;
}

#nightmodetoggle {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    width: 10px;
    position: relative;
    top: 4px;
    left: 4px;
}
.light #nightmodetoggle {
    background: url(/Graphics/Light-SpriteSheet.png);
    background-position: -86px 0;
}
.dark #nightmodetoggle {
    background: url(/Graphics/Dark-SpriteSheet.png);
    background-position: -86px 0;
}

.submission {
    margin: 0;
    padding: 2px 0;
}

.light .even {
    background: #f8f8f8;
}
.dark .even {
    background: #2e2e2e;
}

.thumbnail {
    background: none;
    border-radius: 4px;
    display: block;
    float: left;
    font-size: 0;
    height: 100%;
    line-height: 100%;
    margin: 0 8px 0 0;
    max-width: 72px;
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color .1s ease-in-out;
    -moz-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
    width: auto;
}
.light .thumbnail {
    border: 2px solid #fff;
}
.dark .thumbnail {
    border: 2px solid #333;
}

.entry {
    overflow: hidden;
    margin-left: 3px;
    opacity: 1
}

.title {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.content .title:hover {
    text-decoration: none;
    color: #4399cd;
}
.light .title {
    color: #4a4a4a;
}
.dark .title {
    color: #bcbcbc;
}
.light .title:visited {
    color: #9178d0;
}
.dark .title:visited {
    color: #8b74e1;
}

.domain {
    font-size: 11px;
    font-weight: normal;
}
.light .domain {
    color: #aaa;
}
.dark .domain {
    color: #555;
}
.light .domain a {
    color: #888;
}
.dark .domain a {
    color: #777;
}
.light .domain a:visited {
    color: #888;
}
.dark .domain a:visited {
    color: #777;
}
.content .domain a:hover {
    color: #4399cd;
    text-decoration: none;
}

.author {
    color: #4399cd;
}
.light .author:hover {
    text-decoration: underline;
    color: #4399cd;
}
.dark .author:hover {
    text-decoration: none;
    color: #dc5757;
}

.light .subverse {
    color: #6d6d6d;
    font-weight: bold;
}
.dark .subverse {
    color: #ababab;
    font-weight: bold;
}
.light .subverse:hover {
    color: #4399cd;
}
.dark .subverse:hover {
    color: #dc5757;
}

.expando-button {
    float: left;
    height: 16px;
    margin: 2px 5px 2px 0;
    width: 16px;
    cursor: pointer
}

.light .expando-button.collapsed {
    background: url(/Graphics/Light-SpriteSheet.png);
    background-position: 0 -44px;
}
.dark .expando-button.collapsed {
    background: url(/Graphics/Dark-SpriteSheet.png);
    background-position: 0 -44px;
}

.light .expando-button.collapsed:hover {
    background: url(/Graphics/Light-SpriteSheet.png);
    background-position: -16px -44px;
}
.dark .expando-button.collapsed:hover {
    background: url(/Graphics/Dark-SpriteSheet.png);
    background-position: -16px -44px;
}

.light .expando-button.expanded {
    background: url(/Graphics/Light-SpriteSheet.png);
    background-position: 0 -60px;
}
.dark .expando-button.expanded {
    background: url(/Graphics/Dark-SpriteSheet.png);
    background-position: 0 -60px;
}

.light .expando-button.expanded:hover {
    background: url(/Graphics/Light-SpriteSheet.png);
    background-position: -16px -60px;
}
.dark .expando-button.expanded:hover {
    background: url(/Graphics/Dark-SpriteSheet.png);
    background-position: -16px -60px;
}

.tagline {
    color: #707070;
    font-size: 12px;
    line-height: 18px;
}

.usertext {
    border-width: 1px 1px 2px;
    border-radius: 3px;
    display: none;
    margin: 8px 0 0;
    padding: 5px 10px;
    max-width: 60em;
    font-size: 13px;
}
.light .usertext {
    background: #f8f8f8;
    border: solid #d1d1d1;
    color: #404040;
}
.dark .usertext {
    background: #313131;
    border: solid #272727;
    color: #dfdfdf;
}

.contact {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

a {
    text-decoration: none;
    color: #4399cd;
}
.light a:hover {
    text-decoration: underline;
    color: #4399cd;
}
.dark a:hover {
    text-decoration: none;
    color: #dc5757;
}

ul {
    padding: 0;
}

p {
    margin: 10px;
}

.pagination {
    margin: 6px 8px 6px 0;
    padding: 0;
}

.pagination a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    width: 58px;
}

.light .paging-button {
    background: #bbe5ff;
    background: -webkit-linear-gradient(top,#bbe5ff,#a6ddff);
    background: -moz-linear-gradient(top,#bbe5ff,#a6ddff);
    background: -ms-linear-gradient(top,#bbe5ff,#a6ddff);
    background: -o-linear-gradient(top,#bbe5ff,#a6ddff);
    border: 1px solid #70b7e3;
    border-radius: 2px;
    color: #2b4758;
    display: inline-block;
    font-size: 10px;
//    padding: 2px 6px;
    text-align: center;
    font-weight: bold;
}

.light .paging-button a {
    color: #2b4758 !important;
}

.light .paging-button a:hover {
    background: #a7deff;
    background: -webkit-linear-gradient(top,#a7deff,#a6ddff);
    background: -moz-linear-gradient(top,#a7deff,#a6ddff);
    background: -ms-linear-gradient(top,#a7deff,#a6ddff);
    background: -o-linear-gradient(top,#a7deff,#a6ddff);
    text-decoration: none;
}

.dark .paging-button {
    background: #4b4b4b;
    background: -webkit-linear-gradient(top,#4b4b4b,#454545);
    background: -moz-linear-gradient(top,#4b4b4b,#454545);
    background: -ms-linear-gradient(top,#4b4b4b,#454545);
    background: -o-linear-gradient(top,#4b4b4b,#454545);
    border: 1px solid #4b4b4b;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
//    padding: 2px 6px;
    text-align: center;
}

.dark .paging-button a {
    color: #fff !important;
}

.dark .paging-button a:hover {
    background: #343d45;
//    background: -webkit-linear-gradient(top,#343d45,#454545);
//    background: -moz-linear-gradient(top,#343d45,#454545);
//    background: -ms-linear-gradient(top,#343d45,#454545);
//    background: -o-linear-gradient(top,#343d45,#454545);
    text-decoration: none;
}
