body {
	background: #FFF;
	border-top: 5px solid #222;
	color: #333;
	font-size: 14px;
	padding: 20px 0 40px;
	line-height: 21px;
}

a {
	color: #588F08;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
}

h2 {
    padding: 20px 0 0;
    font-family: Georgia, serif;
}

h3 {
    font-family: Georgia, serif;
}

p {
	font-family: Georgia, serif;
	padding: 10px 0;
}

.main-container {
    padding-top: 50px;
    /*background-color: #eee;*/
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

div#content {
    width: 500px;
    float: left;
    padding-right: 15px;
}

div#sidebar {
    /*border-left: 1px solid #eee;*/
    width: 300px;
    float: left;
    padding-left: 15px;
}

.article .metadata {
    color: #777;
    padding: 5px 0px 8px 8px;
    margin: 5px 0px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    border-top: 1px solid #eee;
}

.article .text {
    padding-left: 10px;
    padding-bottom: 15px;
}

.article .text h1 {
    font-size: 16px;
}

.article .text h2 {
    font-size: 16px;
}

#related {
    font-family: Georgia, serif;
}



#comments {
    font-family: Georgia, serif;
}

div#content ul {
     list-style-type: disc; 
     padding-left: 45px;
}


h1#page-title {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
}
h1#page-title a:hover {
    text-decoration: none;
}


#sidebar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#sidebar .subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	padding-top: 0px;
}

#sidebar h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}


#sidebar ul#social-media {
    padding-left: 10px;
}

#sidebar h1 a {
    color: #333;
}

#sidebar ul#social-media li {
    background-repeat: no-repeat;
}

li.about {
    list-style-image: url(/images/icon-person.gif);
    padding-bottom: 7px;
}

li.about a {
/*    color: #bbb;*/
}

li.tweets {
    list-style-image: url(/images/icon-twitter.png);
    padding-bottom: 7px;
}

li.google-reader {
    list-style-image: url(/images/icon-google.png);
    padding-bottom: 7px;
}

li.contact {
    list-style-image: url(/images/icon-mail.gif);
    padding-bottom: 7px;
}

li.articles {
    list-style-image: url(/images/icon-articles.gif);
    padding-bottom: 7px;
}

li.feeds {
    list-style-image: url(/images/icon-feed.png);
    padding-bottom: 7px;
}

.inner-list {
}

/* Twitter styles */
.tweets {
    line-height: 15px;
}

#tweet {
    color: #555;
}

#tweet a {
    color: #555;
}

#tweet .time {
    color: #bbb;
    text-align: right;
}

#tweet ul {
    padding-top: 6px;
}

#tweet li {
    padding-bottom: 5px;
}

h1.page-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.copyright {
    color: #ccc;
    font-size: 11px;
}