/*  
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;

} 

#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 #50ae26;
}

.posttitle a
{
    background: #50ae26;
    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: #50ae26;
    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-all;

}

.comment {
	word-break: 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: #50ae26; 
        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;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 980px;
	border-left:1px solid #cdcdcd;
	border-bottom:2px solid #50ae26;
	margin-top:10px;
	margin-bottom:10px;
}
#access .menu-header,
div.menu {
	font-size: 10pt;
	width: 980px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #000;
	display: block;
	line-height: 25px;
	padding: 0 30px;
	text-decoration: none;
	border-right:1px solid #cdcdcd;
	border-top:1px solid #cdcdcd;
        background: #f9f9f9;
	
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	width: 150px;
	z-index: 99999;
	border-top:2px solid #50ae26;
	padding-left:0px;
}
#access ul ul li {
	min-width: 188px;
}
#access ul ul ul {
	left: 95%;
	top: 0;
	border-top: 0px;
}
#access ul ul a {
	background: #f9f9f9;
	line-height: 1em;
	padding: 10px;
	width: 150px;
	height: auto;
	border:0px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #50ae26;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}

