/*
* Typography
*/
header, section, article, nav, footer{
    display: block;
}
body{
    font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
    font-size: 13px;
}
h1, h2, h3, h4, h5{
    font-family: arial;
    margin: 0;
}
h1{
    font-size: 40px;
    line-height: 40px;
}
h2{
    font-size: 30px;
    line-height: 35px;
}
h3{
    font-size: 25px;
    line-height: 30px;
}
h4{
    font-size: 20px;
    line-height: 30px;
}
h5{
    font-size: 18px;
    line-height: 25px;
}
a{
    color: inherit;
    text-decoration: none;
}
p{
    margin-top: 10px;
}
article header + p{
    margin-top: 5px;
}
p a{
	padding-bottom: 2px;
    border-bottom: 1px dotted #999;
}
p a:hover{
    color: #39F;
    border-bottom: 1px dotted #39f;
}
a img{
    border: 0;
}
blockquote{
    margin: 0;
    margin-right: -15px;
    margin-top: 5px;
	margin-left: 17px;
    
    padding: 1px;
    padding-left: 0px;
    padding-right: 15px;
    border-left: 5px solid #EEEEEF;
	webkit-margin-start: 0px;
}
.clear{clear: both;}
/*
    Main Elements
*/
body > header{
    color: #666;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 67em;
}

body > section{
    margin-left: auto;
    margin-right: auto;
    width: 67em;
}

.main{
	position: relative;
}

/*
    Sections
*/
section.articles{
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    min-height: 90%;
    width: 45em;

    padding: 5px;
}

section.bio{
    float: right;
    width: 20em;
}

/*
    Articles
*/

/* Header */
section.articles > header, article.twitter_list header, section.bio article header{
    font-size: 10px;
    font-weight: bold;
    padding-left: 0px;
}

/* Posts */
section.articles article{
    display: block;
    font-size: 11px;
    line-height: 15px;
    padding: 5px;
	padding-left: 0;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-top: 0px;
    width: 97%;
    overflow: hidden;
}
.action{
color: #999;
font-size: 10px;
padding-bottom: 2px;
}
section.articles article h2{
    display: inline;
    color: #666;
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 5px;
}
body > header .separator{
    color: #39F !important;
    padding-left: 5px;
    font-size: 50px;
}
body > header h1 em, body > header h1 li.active{
    font-style: normal;
	color: white;
    background-color: #39F;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
body > header ul{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 30px;
    position: relative;
    top: -2px;
    left: -8px;
}
body >header li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

article p{
	margin-left: 15px;
}

section.articles article.external, 
section.articles article.internal{
    padding-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

section.articles article.external h2{
    display: inline;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

#twitter_update_list{
}

.twitter_list{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
    background-color: #FC9;
    background-color: #C60;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.twitter_list footer{
    font-size: 10px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}

.twitter_list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#twitter_update_list li{
    padding: 5px;
}

#twitter_update_list li span + a{
    display: block;
}

.next_posts{
    float: right;
    padding: 5px;
}

.prev_posts{
    float: left;
    padding: 5px;
}

.archives ul{
    color: white;
    font-weight: bold;
    font-size: 11px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.archives a:hover{
    border-bottom: 1px dotted white;
}

.about{
    background-color: #39F;
    padding: 5px;
    padding-top: 10px;
    color: white;
    font-size: 15px;
    padding: 8px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.about em, .about a{
    font-style: normal;
    font-weight: bold;
}
.subscribe-box{
    margin-top: 10px;
    font-size: 13px;
}
.subscribe-box a{
    border-bottom: 1px dotted #CCC;
}
.subscribe-box a:hover{
    color: #39F;
    border-bottom: 1px dotted #39F;
}
.subscribe-sep{
    height: 10px;
}
.subscribe-choice{
    background-color: #3E3E3E;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
}

.subscribe-choice h3{
    font-size: 18px !important;
}

.subscribe-choice p{
    font-size: 13px;
}

.subscribe-choice.blog{
    background-color: #06C;
    padding: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 2px solid #036;
}

.subscribe-choice.shares{
    background-color: #39F;
    border: 2px solid #069;
}

.post_list{
	margin-bottom: 5px;
}

.post_list ul{
	font-size: 11px;
	padding:0;
	margin: 0;
	list-style-type: none
}

.post_list li{
	border-bottom: 1px dotted #ccc;
	padding: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.post_list li:first-child{
	border: 0;
	background-color: #39F;
	color: white;
	font-weight: bold;
	padding: 5px;
	padding-left: 8px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.post_list li:last-child{
	border-bottom: 0;
}

.post_list li a{
	display: block;
}

.post_list.shares_list li:first-child{
	background-color: #C60;
}
