/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

a {
    color: #ddb644;
    color: rgba(221, 182, 68, 1);
    text-decoration: none;
    -moz-transition: 0.2s color linear;
    -webkit-transition: 0.2s color linear;
	-o-transition: 0.2s color linear;
    transition: 0.2s color linear;
}

a:hover {
  color: #ffedb3 !IMPORTANT;

}

.navbar {
    font-size: 23px;
    font-weight: 200;
	letter-spacing: 2px;
}

.navbar.foot {
	padding-top: 2em;
    clear:both;
}

nav ul {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #DDB644;
    color: rgba(221, 182, 68, 1);
    background: rgba(40, 40, 40, 0.6);
}

nav ul li {
	line-height:1em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	border-bottom:thin rgba(51,51,51,1) solid;
    vertical-align: middle;
}

.navbar :first-child { letter-spacing: 2px; }

.navbar ul li a:active {
    text-decoration: none;
 }

.navbar ul li a:hover {
    text-decoration: none;
    color: #ffedb3;
    color: rgba(255, 237, 179, 1);

}

.navbar ul li a:visited {
    text-decoration: none;
    color: #DDB644;
    color: rgba(221, 182, 68, 1);

}

nav ul li.current a {
    text-decoration: underline;
    color: #DDB644;
    background: rgba(24, 24, 24, 1);
}


.category a {
    text-align:center;
    color: #00a9ff;
    color: rgba(0, 169, 255, 1);
    font: 0.6em Constantia, Palatino, Georgia, serif;
    padding-bottom: 1em;
    font-size: 1.2em !important;
	font-variant: small-caps;
     font-feature-settings: "smcp" 1;
     -moz-font-feature-settings: "smcp" 1;
     -moz-font-feature-settings: "smcp" 1;
     -ms-font-feature-settings: "smcp" 1;
     -o-font-feature-settings: "smcp" 1;
     -webkit-font-feature-settings: "smcp" 1;
     font-feature-settings: "smcp" 1;
    display: block;
    margin-bottom: 1em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.category a :nth-child(3):first-line {
     font-size: 1.1em !important;
}

.category a.red {
    color: red;
}

.category a:hover {
    color: #e1cd8e;

}

#essays .essays, #poems .poems, #stories .stories, #books .books, #literature .literature, #links .links, #new .new, #contact .contact {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    border:thin rgba(51,51,51,1) solid;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .navbar { font-size: 19px; }
    nav ul li {
        padding-top:0.6em;
        padding-bottom:0.6em;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar { font-size: 19px; }
    nav ul li {
        padding-top:0.5em;
        padding-bottom:0.5em;
    }
}

/* Print only */
@media print {
	.noprint { display: none !IMPORTANT; }
	#caption a[href]:after { display:none; }
}
