﻿/*
Theme Name: iryoku.com
Theme URI: http://wordpress.org/
Description: futuristic, minimal theme.
Author: Iryoku
Version: 1.0
Tags: black, futuristic, minimal
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

/* =Layout
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    float: left;
    margin: 0 -272px 0 0;
    width: 940px;
    padding: 40px 0 40px 0;
}

#content {
    width: 640px;
}

#primary,
#secondary {
    margin-top: 40px;
    float: right;
    overflow: hidden;
    width: 260px;
}

#secondary {
    clear: right;
}

#footer {
    clear: both;
    width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
    width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'Bank Gothic Pro Light';
    src: url('fonts/Bank-Gothic-Pro-Light.eot');
    src: url('fonts/Bank-Gothic-Pro-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bank-Gothic-Pro-Light.woff') format('woff'),
         url('fonts/Bank-Gothic-Pro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Kyrial Sans Pro Regular';
    src: url('fonts/Kyrial-Sans-Pro-Regular.eot');
    src: url('fonts/Kyrial-Sans-Pro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kyrial-Sans-Pro-Regular.woff2') format('woff2'),
         url('fonts/Kyrial-Sans-Pro-Regular.woff') format('woff'),
         url('fonts/Kyrial-Sans-Pro-Regular.ttf') format('truetype');
}

body {
    font-family: "Kyrial Sans Pro Regular", sans-serif;
}

blockquote,
cite,
em,
i,
.comment-author .says,
#content .project-entry .entry-journal,
.page-title span {
    font-family: "Kyrial Sans Pro Regular", sans-serif;
    font-style: italic;
}

#content tr th,
#content thead th,
.page-title,
.entry-content fieldset legend,
.page-link,
#entry-author-info h2,
.comment-author cite,
#respond .required,
#wp-calendar caption,
strong {
    font-family: "Kyrial Sans Pro Regular", sans-serif;
    font-weight: bold;
}

#access,
#content div.skill,
#content div.achievement-wrapper,
#content div.achievement-title,
#comments h3#comments-title,
#comments h3#reply-title,
.entry-title,
.page-template-publications-php #content .year,
.entry-meta,
.widget-title {
    font-family: "Bank Gothic Pro Light", sans-serif;
    letter-spacing: 1px;
}

#content div.achievement-title,
#comments h3#comments-title,
#comments h3#reply-title,
.entry-title
{
    font-weight: bold;
}

pre {
    font-family: Consolas, monospace;
}

code {
    font-family: Consolas, monospace;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
    margin: 0 auto;
    width: 940px;
}
#wrapper {
    padding: 0 20px;
}

#background {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    min-width: 980px;
    height: 156px;
    background-image: url('images/sprites.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 360px 230px;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}
#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 220px;
}
#footer-widget-area #fourth {
    margin-right: 0;
}
#site-info,
#site-generator {
    float: left;
    font-size: 14px;
    color: #3b414d;
}
#site-generator {
    float: right;
}
#site-generator a {
    text-decoration: none;
    border-bottom: 1px solid #3b414d;
    color: #3b414d;
}
#site-generator a:hover {
    border-bottom: 1px solid #f5dcaa;
    color: #f5dcaa;
}

/* =Global Elements
-------------------------------------------------------------- */

body {
    background: #13161b;
    transition-timing-function: ease-in-out;
}
body,
input,
textarea {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    border: none;
}
body {
    color: #666;

    /* For sharp downsampled images */
    image-rendering: -webkit-optimize-contrast;
}

div.line{
    width: 100%;
    height: 1px;
    margin: 0;
    background-color: #2d323b;
    clear: both;
}

#content div.line {
    margin-bottom:18px;
}

/* Text elements */
p {
    margin-bottom: 14px;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    list-style: none;
    margin: 0 0 0 2.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 18px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    font-style: italic;
    padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
input[type="text"] {
    height: 21px;    
}
input[type="text"],
textarea {
    background: #d7d7d7;
    border: 1px solid #ccc;
}

a {
    transition: color 400ms, border-color 200ms;
    border-bottom: 1px solid rgba( 0, 0, 0, 0 );
}

a:hover {
    transition: color 200ms, border-color 200ms;
}

a:link {
    color: #b19f7b;
}

a:visited {
    color: #7f7258;
}

a:active,
a:hover {
    color: #f5dcaa;
}

.screen-reader-text {
    position: absolute;
    left: -9000px;
}

#content .attachment .entry-meta img {
    display: inline;
}

ul.star {
    list-style-image: none;
}

ul.star li:before {
    display: inline-block;
    content: "";
    background: url('images/sprites.png');
    background-position: -112px -214px;
    background-size: 360px 230px;
    width: 11px;
    height: 11px;
    margin: 0 12px 0 -22px;
}

ul.star li {
    padding-left: 22px;
}

#content p + ul {
    margin-top: -15px;
}

#content pre.code {
    font-family:Consolas,"Courier New",monospace;
    font-size:12px;
    padding:15px;
    overflow:auto;
    line-height: normal;
}

#content a.noborder,
#content a.noborder:hover {
    border: 0;
}

.themecolor1 {
    color: #db9607;
}

.themecolor2 {
    color: #b19f7b;
}

.stargold {
    display: inline-block;
    background: url('images/sprites.png');
    background-position: -128px -214px;
    background-size: 360px 230px;
    width: 10px;
    height: 10px;
}

.page-template-publications-php #content .year:after,
.entry-meta:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #46484e;
    background: linear-gradient(to right, #46484e, #252930);
    margin-bottom: 14px;
}

/* =Header
-------------------------------------------------------------- */

#header {
    padding: 52px 0 0 0;
}

#site-title {
    margin: 0 0 14px 0;
}

#site-title a {
    display: block;
    background-image: url('images/sprites.png');
    background-position: 0px -157px;
    background-size: 360px 230px;
    width: 360px;
    height: 30px;
    margin-left: 2px;
}

#site-title a span {
    display: none;
}

#site-subtitle {
    display: block;
    background-image: url('images/sprites.png');
    background-position: 0px -188px;
    background-size: 360px 230px;
    width: 360px;
    height: 10px;
    margin: 0 0 48px 4px;
}

#contact {
    float:right;
    margin-top: 3px;
    padding: 8px 15px 4px 15px;
    line-height: 0px;
}

#contact #mail {
    display: inline-block;
    background: url('images/sprites.png');
    background-position: 0 -200px;
    background-size: 360px 230px;
    width: 141px;
    height: 13px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 8px;
}

#linkedin,
#facebook,
#twitter,
#vimeo,
#youtube {
    opacity: 0.8;
    transition: opacity 600ms;
}

#linkedin:hover,
#facebook:hover,
#twitter:hover,
#vimeo:hover,
#youtube:hover {
    opacity: 1.0;
    transition: opacity 300ms;
}

#linkedin div,
#twitter div,
#vimeo div,
#youtube div,
#facebook div {
    display: inline-block;
    background: url('images/sprites.png');
    background-size: 360px 230px;
    width: 16px;
    height: 16px;
}

#linkedin div {
    background-position: 0 -214px;
}

#twitter div {
    background-position: -16px -214px;
}

#vimeo div {
    background-position: -32px -214px;
}

#youtube div {
    background-position: -48px -214px;
}

#facebook div {
    background-position: -64px -214px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    display: block;
    float: left;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
}

.menu li.menu-item a {
    color: #aaaaaa;
    display: block;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    transition: color 600ms;
}

.menu li.menu-item a:hover {
    color: #f4f4f4;
    transition: color 300ms;
}

.menu li.current-menu-item a {
    color: #f4f4f4;
}

.menu li.current-menu-item a:hover {
    color: #ffffff;
}

.menu li.menu-item {
    transition: background 600ms;
}

.menu li.menu-item:hover {
    background: #24282f;
    transition: background 300ms;
}

.menu li.current-menu-item {
    background: #1d2126;
}

.menu li.current-menu-item:hover {
    background: #2c313a;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
#content {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 24px;
}
#content input,
#content textarea {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}
#content code {
    font-size: 13px;
}
#content dt,
#content th {
    color: #000;
}
#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
#content tr th,
#content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
#content tr.odd td {
    background: #f2f7fc;
}
.hentry {
    margin: 0 0 60px 0;
}
.hentry:last-child {
    margin: 0;
}
.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}
.single .hentry {
    margin: 0 0 15px 0;
}
.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}
.page-title span {
    color: #888;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

#content .entry-title {
    color: #db9607;
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.entry-title a:link,
.entry-title a:visited {
    color: #db9607;
    text-decoration: none;
    transition: color 1000ms;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ffcc66;
    transition: color 600ms;
}
.entry-meta {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}
.entry-content,
.entry-summary {
    clear: both;
    text-align: justify;
}
#content .entry-summary p:last-child {
    margin-bottom: 12px;
}
.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}
.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}
.entry-content input {
    margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}
.entry-content label {
    color: #888;
    font-size: 12px;
}
.entry-content select {
    margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
    font-size: 10px;
}
.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}
.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
.entry-content a {
    text-decoration: none;
    color: #b19f7b;
    border-bottom: 1px solid #b19f7b;
}
.entry-content a:visited {
    color: #7f7258;
    border-bottom: 1px solid #7f7258;
}
.entry-content a:active,
.entry-content a:hover {
    color: #f5dcaa;
    border-bottom: 1px solid #f5dcaa;
}
.page-link {
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}
.home .sticky .page-link a {
    background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
    color: #f5dcaa;
}
#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}
#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
}
#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}
#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
.entry-menu {
    margin-top: 20px;
}
.entry-utility {
    font-size: 12px;
    line-height: normal;
}
.edit-link a,
.entry-meta a,
.entry-utility a,
.entry-utility span {
    font-size: 13px;
    text-decoration: none;
    color: #b19f7b;
}
.edit-link a:hover,
.entry-meta a:hover,
.entry-utility a:hover {
    border-bottom: 1px solid #f5dcaa;
    color: #f5dcaa;
}
.entry-utility span {
    color: #7f7258;
}
#content .video-player {
    padding: 0;
}

/* =Featured page
-------------------------------------------------------------- */

#content .separator {
    width: 28px;
    height: 1px;
    float: left;
}

#content .project-entry {
    float: left;
    height: 348px;
    margin-bottom: 32px;
}

#content .project-highlight {
    position: relative;
}

#content .project-highlight div {
    position: absolute;
    width: 484px;
    height: 380px;
    left: -14px;
    top: -14px;
    z-index: -1;
    background-color: #13161b;
}

#content .project-entry:nth-last-child(-n+3) {
    margin-bottom: 0;
}

#content .project-entry a:visited,
#content .project-entry a:link {
    color: #b19f7b;
    text-decoration: none;
}

#content .project-entry a:active,
#content .project-entry a:hover {
    color: #f5dcaa;
    border-bottom: 1px solid #f5dcaa;
}

#content .project-entry .entry-title {
    color: #db9607;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.25px;
    margin-top: 15px;
    width: 456px; /* Remember to change it below and also in loop-featured */

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#content .project-entry .entry-authors {
    font-size: 13px;
    line-height: normal;
    width: 456px;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    text-align: left;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

    text-indent: 3px; /* Hack for J and Kyrial font face */
}

#content .project-entry .entry-journal {
    color: #aaa;
    font-size: 13px;
    line-height: normal;
    font-style: italic;
}

#content .projectpage-link {
    border-bottom: 1px solid #b19f7b;
}

#content .project-entry .loading {
    position: relative;
    width: 456px;
    height: 256px;
    background-color: #0b0d10;
}

#content .project-entry .loading iframe {
    border: none;
}

#content .project-entry a.noborder:hover {
    border: 0;
}


/* =Publications page
-------------------------------------------------------------- */

.page-template-publications-php #content .year {
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
    color: #54575d;
    height: 46px;
}

.page-template-publications-php #content .year:first-child {
    margin-top: 0px;
}

#content .publication-entry {
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

#content .publication-entry:last-child {
    margin-bottom: 0;
}

#content .publication-entry .post {
    float: right;
}

#content .publication-entry .entry-title {
    color: #db9607;
    font-size: 13px;
    line-height: 13px;
    width: 744px; /* Remember to change it below and also in loop-publications */

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#content .publication-entry .entry-authors {
    font-size: 13px;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-top: 9px;
    text-align: left;
    width: 744px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

    text-indent: 3px; /* Hack for J and Kyrial font face */
}

#content .publication-entry .entry-journal {
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}

#content .publication-entry .hentry {
    margin: 0;
}

#content .publication-entry .entry-thumb {
    float: left;
    margin-right: 20px;
    line-height: 0;
    height: 90px;
}

/* =Achievements page
-------------------------------------------------------------- */

#content div.achievement-wrapper {
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    background-color: #1e222a;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
    color: #888;
    transition: background-color 600ms;
}

#content div.achievement-wrapper:hover {
    background-color: #2c313a;
    transition: background-color 300ms;
}

#content div.achievement-wrapper:last-child {
    margin-bottom: 0;
}

#content div.achievement-thumb {
    float: left;
    margin-right: 15px;
}

#content div.achievement-thumb img {
    width: 50px;
    height: 50px;
}

#content div.achievement-data {
    overflow: hidden;
}

#content div.achievement-title {
    color: #db9607;
    float: left;
}

#content div.achievement-date {
    float: right;
}

#content div.achievement-wrapper .line {
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: #3a404c;
}

#content div.achievement-info {
    clear: both;
}

#content div.achievement-info span,
#content div.achievement-info a {
    display: inline-block;
    margin-right: 5px;
}

#content div.achievement-info a {
    opacity: 0.3;
}

/* =About Me page
-------------------------------------------------------------- */

#content div.skill {
	font-size: 13px;
	letter-spacing: 0px;
    text-transform: uppercase;
    color: #e7e7e7;
    background-color: #1d2126;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

.entry-content object,
.entry-content iframe {
    margin-bottom: 20px;
}

.post .entry-content img {
    margin: 0;
    margin-bottom: 14px;
}
#content .attachment img {
    max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#content .alignright,
#content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
    margin-bottom: 12px;
}
#content .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}
#content .wp-caption img {
    margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
#content .wp-smiley {
    margin: 0;
}
#content .gallery {
    margin: 0 auto 18px;
}
#content .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
#content .gallery img {
    border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
#content .gallery dl {
    margin: 0;
}
#content .gallery img {
    border: 10px solid #f1f1f1;
}
#content .gallery br+br {
    display: none;
}
#content .attachment img { /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #888;
    font-size: 13px;
    overflow: hidden;
    line-height: normal;
    margin-top: 40px;
}

.navigation a:link,
.navigation a:visited {
    color: #888;
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
    color: #f5dcaa;
    border-bottom: 1px solid #f5dcaa;
}

.nav-previous {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-next {
    float: left;
    text-align: left;
    width: 50%;
}

#nav-above {
    margin: -23px 0 13px 0;
}

#nav-below {
    clear: both;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
    margin-top: 40px;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

#comments .entry-meta {
    font-size: 12px;
}

h3#reply-title {
    display: none;
}

.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    margin: 0 0 24px 0;
    background-color: #1e222a; 
    padding: 15px;
}
.commentlist li:last-child {
    margin-bottom: 0;
}
.comment-body {
    clear:left;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
    display: none;
}
.comment-author {
    float: left;
    margin: 0 0 18px 0;
}
.comment-author,
.comment-author cite {
    color: #db9607;
    font-style: normal;
    font-weight: bold;
}
.comment-author a {
    color: #db9607;
    border-bottom: 1px solid #db9607;
    text-decoration: none;
}
.comment-author a:hover {
    color: #f5dcaa;
    border-bottom: 1px solid #f5dcaa;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    float: right;
    font-size: 13px;
    color: #888;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #f5dcaa;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
}
.reply a,
a.comment-edit-link {
    color: #b19f7b;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #f5dcaa;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments:only-child {
    display: none;
}
#comments .pingback {
    margin: 0 0 24px 0;
    background-color: #1e222a; 
    padding: 15px;
}
#comments .pingback p {
    font-weight: bold;
    color: #db9607;
}
#comments .pingback a {
    display: block;
    text-decoration: none;
    border: 0;
    margin-top: 18px;
}

/* Comments form */

input[type=submit] {
    color: #333;
    height: 30px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#respond {
    margin: 40px 0 0 0;
    background-color: #1e222a; 
    padding: 15px 15px 20px 15px;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

#respond .form-allowed-tags {
    margin-top: 15px;
    line-height: 1em;
}

.comment-form-comment textarea {
    display: block;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments .entry-meta + #respond {
    margin: 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
    color: #888;
    font-weight: bold;
}

#respond label,
#respond .info {
    color: #888;
    font-size: 13px;
    font-weight: normal;
}

#respond .info {
    margin-left: 20px;
    font-style: italic;
}

#respond input,
#respond textarea {
    width: 610px;
    margin-bottom: 10px;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 13px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
}

#respond .form-submit input {
    font-size: 14px;
    width: 610px;
    margin-bottom: 0px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
    list-style: none;
    margin-left: 0;
    font-size: 13px;
    line-height: normal;
}
.widget-area ul ul li:before {
    content: '\bb'; /* &raquo; */
    font-size: 14px;
    position: absolute;
    margin-left: -12px;
    line-height: 13px;
    color: #b19f7b;
}
.widget-area ul ul li {
    margin-left: 5px;
    margin-bottom: 9px;
    padding-left: 17px;
}
.widget-area ul ul {
    list-style: none;
}
.widget-area p {
    margin-bottom: 0px;
    color: #888;
}
.widget_search #s {/* This keeps the search inputs in line */
    width: 59%;
}
#content #searchform {
    display:none;
}
.widget_search label {
    display: none;
}
input[type=submit]#searchsubmit {
    background:url(images/search.png) no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 28px;
    border: 1px solid #2d323b;
    text-indent: -9000px;
    position: relative;
    top: 1px;
}
input[type=submit]#searchsubmit:hover {
    background-color: #20242b;
    cursor: pointer;
}

.widget-container {
    opacity: 0.7;
    transition: opacity 1000ms;
    margin: 0 0 30px 0;
}

.widget-container:hover {
    opacity: 1.0;
    transition: opacity 600ms;
}

.widget-container:last-child {
    margin-bottom: 45px;
}

.widget-title {
    text-indent: 5px;
    border-bottom: 1px solid #2d323b;
    padding-bottom: 6px;
    color: #db9607;
    margin-bottom: 14px;
    font-size: 13px;
    text-transform: uppercase;
}
.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
    color: #b19f7b;
}
.widget-area a:active,
.widget-area a:hover {
    color: #f5dcaa;
    border-bottom: 1px solid #f5dcaa;
}
.widget-area .entry-meta {
    font-size: 11px;
}
#wp_tag_cloud div {
    line-height: 1.6em;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: left;
}
#wp-calendar thead {
    font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
.widget_rss a.rsswidget {
    color: #000;
}
.widget_rss a.rsswidget:hover {
    color: #f5dcaa;
}
.widget_rss .widget-title img {
    width: 11px;
    height: 11px;
}

/* Main sidebars */

#main .widget-area ul {
}

#main .widget-area ul ul {
    border: none;
    padding: 0;
}

#primary {
}

#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

.tweet-details {
    line-height: 25px;
}

/* =Footer
-------------------------------------------------------------- */

#footer .line {
    margin-bottom: 5px;
}

#footer {
    margin-bottom: 60px;
}


/* =Collapsible
-------------------------------------------------------------- */

.collapsible {
    width: 100%;
}

.collapsible .header {
    display: inline-block; /* Sets the width to the contents */
}

.collapsible .header a {
    font-size: 16px;
    color: #db9607;
    border-bottom: none;
}

.collapsible .header a:hover {
    color: #ffcc66;
    border-bottom: 1px solid #ffcc66;
}

.collapsible .content {
    padding: 10px 0 30px 22px;
}

.collapsible .expand:before,
.collapsible .collapse:before {
    content: "";
    display: inline-block;
    background: url('images/sprites.png');
    background-size: 360px 230px;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.collapsible .collapse:before {
    background-position: -80px -214px;
}

.collapsible .expand:before {
    background-position: -96px -214px;
}

.collapsible + p {
    margin-top: 18px;
}


/* =Post utils
-------------------------------------------------------------- */

.imagecmp {
    margin-bottom: 20px;
}

.imagecmp2 {
    color: #b19f7b;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.imagecmp2-left {
    float: left;
}

.imagecmp2-right {
    float: right;
}

.post .entry-content .imagecmp img,
.post .entry-content .imagecmp2 img {
    margin: 0;
}

p + .imagecmp {
    margin-top: 18px;
}
