/* 
Theme Name: Typography
Theme URL: http://toadeh.net/
Description: Features a large "t" with some memes and other fun things written inside.
Author: Jack Fabris
Author URI: http://toadeh.net/
Version: 2.0
*/

body {
background: url(images/bg2.png) center top no-repeat #000000;
color: #779977;
font-family: "Georgia";
font-size: 12px;
}

/* ---------- WRAPPER ---------- */

#container {
margin: auto;
width: 760px;
}

/* ---------- HEADER / NAVIGATION LINKS ---------- */

#header {
height: 380px;
}

#nav-links {
text-align: center;
}

#nav-links a {
color: #779977;
text-decoration: none;
}

#nav-links a:hover {
text-decoration: underline;
}

/* ---------- COLUMN WRAPPER ---------- */

#main {
width: 760px;
margin: 0px auto;
padding: 0px;
overflow: hidden;
text-align: left;
}

/* ---------- CONTENT ----------*/

#content {
width: 540px;
padding-top: 16px;
float: left;
display: inline;
}

#content h2 {
margin: 0;
float: left;
color: #2e992e;
font-size: 17px;
}

#content h2 a {
color: #2e992e;
text-decoration: none;
font-size: 17px;
}

#content h2 a:hover {
color: #34d2bb;
text-decoration: none;
font-size: 17px;
}

#content .entry-info {
color: #34d2bb;
text-decoration: none;
font-size: 12px; 
margin-top: 24px;
border-bottom: 1px dotted #141414;
}

#content .entry-info a {
color: #34d2bb;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}

#content .entry-content {
width: 540px;
color: #779977;
font-family: "Georgia";
font-size: 12px;
font-weight: normal;
text-align: justify;
line-height: 1.8em;
padding-top: 5px;
border-bottom: 1px solid #141414;
}

#content .entry-content a {
color: #34d2bb;
text-decoration: none;
font-size: 12px;
}

#content .entry-content a:hover {
color: #34d2bb;
text-decoration: underline;
font-size: 12px;
}

#postmeta {
color: #779977;
font-size: 12px;
/* border-top: 1px solid #141414; */
}

#postmeta a {
color: #779977;
font-weight: bold;
text-decoration: none;
}

#postmeta a:hover {
color: #779977
font-weight: bold;
text-decoration: underline;
}

.bottom-divider {
border-top: 1px solid #779977;
}

/* ---------- COMMENTS ---------- */

#comments {
border: 1px dotted #141414;
}

#comments .fields {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.commentinfo-admin {
color: #2e992e;
}

.commenttext-admin {
color: #2e992e;
}

/* ---------- SIDEBAR ---------- */

#sidebar {
width: 180px;
padding-top: 16px;
padding-left: 30px;
float: left;
}

#sidebar h2 {
margin: 0;
color: #2e992e;
text-align: left;
font-size: 17px;
}

#sidebar ul li {
list-style-image: url(images/bullet2.gif);
margin-left: -20px;
}

#sidebar ul li a {
font-family: "Georgia";
color: #779977;
text-align: left;
text-decoration: none;
font-size: 12px;
padding-left: -5px;
}

#sidebar ul li a:hover {
color: #34d2bb;
text-decoration: none;
}

/* ---------- POST NAVIGATION ---------- */

#postnavigation {
color: #779977;
font-size: 12px;
}

#postnavigation a {
color: #779977;
text-decoration: none;
}

#postnavigation a:hover {
color: #779977;
text-decoration: underline;
}

/* ---------- FOOTER ---------- */

#footer {
width: 760px;
margin: auto;
text-align: center;
color: #779977;
border-top: 1px solid #262626
}

#footer a {
font-weight: bold;
text-decoration: none;
color: #779977
}

#footer a:hover {
text-decoration: underline;
}

/* ---------- MISCELLANEOUS ---------- */

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 2px solid #262626;
color: #779977;
}

#ie-warning {
width: 760px;
color: #b2b2b2;
background: #262626;
}

#lastfm {
margin-left: -34px;
}