/*  
Theme Name: Fangraphs
Theme URI: http://www.fangraphs.com
Description: A variation on Almost Spring
Version: 1.0
Author: Becca Wei, David Appelman
Author URI: http://www.fangraphs.com
*/

/* Navigation */

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}


.bnavigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bnavigation a {
	font-weight: bold;
	text-decoration: none;
}


/* Basics and Typography */


.fullpostentry {
    padding-right: 50px;
    font-family: georgia;
    color: #000;
    line-height: 1.5;
    font-size: 12pt;
}


.fullpostentry table {
	background-color: #fff;
	font: 12px/16px "segoe ui" ,arial,sans-serif;
}

code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

.avatar {
	float: left;
	padding-right: 5px;
	padding-top: 2px;

}

/* Layout */

	
#blogcontent {
	float: left;
	width: 650px;

}

#blogcontent h1, #blogcontent h2, #blogcontent h3, #blogcontent h4, #blogcontent h5, #blogcontent h6
{
    color: #7c4d85;
}

#sidebar {
	float: left;
	margin-left:10px;
	width: 320px;
	font-size: 0.9em;

} 
	

/* Blog */


.postmeta {
	margin-top: 0;
	padding-top: 0px;
	font-size: 0.9em;
	color: #999;
}

.postmeta a {
	text-decoration:none;
}

.posttitle
{
    margin-bottom: 0;
    width: 100%;
    color: #fff;
    overflow: auto;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    border-bottom: 1px solid #7c4d85;
}

.posttitle a
{
    background: #7c4d85;
    color: #FFF;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

.posttitle a:hover, .posttitle a:active
{
    background: #FFF;
    color: #7c4d85;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

.postentry a {
    font-weight: bold;
    text-decoration: none;
}

.more a {
    font-size: 12pt;
}

.fullpostentry a {
    font-weight: bold;
    text-decoration: none;
}

.abouta {
    font-style: italic;
}

.abouta a {
    font-weight: bold;
    text-decoration: none;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}



/* Comments */


.thread-even {

	border-top: 1px solid #d3d3d3;
	padding: 10px 20px 5px;
	background-color: #FFF;

}
.thread-odd {

	border-top: 1px solid #d3d3d3;
	padding: 10px 20px 5px;
	background-color: #FFF !important;

}

.comment a {

	word-break: break-word;

}

.comment {

	word-wrap: break-word;

}

.odd {

        border-top: 1px solid #d3d3d3;
        padding-top: 10px;

}

.even {

        border-top: 1px solid #d3d3d3;
        padding-top: 10px;

}



.comment-meta a {

        margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

.comment-meta {
	line-height: 0.9em;
}

.reply, .reply a {

        margin-top: 0;
        margin-bottom: 3px;
	font-size: 0.9em;
	color: #999;

}


.comment-author, .fn, .says {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #7c4d85; 
        font-weight: bold;
        font-style: normal;
	line-height: 1.3em
}

.commentlist {
	font-size: .9em;
	line-height: 1.4em;
	margin-top:25px;
	margin-right:50px;
	margin-bottom:25px;
	padding: 0;
        list-style: none;
}

.commentlist a {
	text-decoration:none;
}


#commentpopwrap {
	margin: 0 auto;
	width: 600px;
	margin-top: 5px;
    	padding-left:5px;
    	padding-right:5px;
}

.commentpoplist {
	list-style: none;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}

.commentpop {

	border: 1px solid #e0dfc9;
        margin-top: 5px;
	background-color: #FFF;
	padding: 3px 20px 3px;

}

.comment-metapop a {

        margin-top: 0;
	font-size: 0.9em;
	color: #999;
	font-style:normal;

}


#comment {
	width: 98%;
}

.children {
	list-style: none;
}
