/*  
Theme Name: FA Wrapper
Theme URI: http://www.fracturedatlas.org/
Description: Clean FA wrapper
Version: 1.0
Author: Adam Huttler
Author URI: http://www.fracturedatlas.org/
*/

div#subnav
{
    margin: 0 0 1em 5px;
    font-size: 1.1em;
}

div.post_browser {
    width: 100%;
    margin-bottom: 1em;
    font-size: 90%;
}

div.post_browser div.prev {
    margin: 0 5px;
    width: 45%;
    float: left;
}

div.post_browser div.next {
    margin: 0 1em;
    width: 45%;
    float: right;
    text-align: right;
}

.post {
    margin: 0 0 2em 0;
}

.post h2 a, .post h1 a, #sidebar a {
    text-decoration: none; 
}

.post .entry p img {
    padding: 5px;
}

.postmetadata {
    clear: left;
}

div.byline {
    color: #777;
    margin-left: 5px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Serif;
}

div.byline a, div.byline a:visited {
    text-decoration: none;
    color: #777;
}

div.byline a:hover {
    text-decoration: underline;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.labelContainer
{
    text-align: center;
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #336699;
    background-color: #99ccff;
}

#sidebar ul, #sidebar li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#sidebar ul ul li {
    color: #666;
}

#sidebar li.collapsArch ul {
	margin-left: 1em;  /* second level down (months) */
}

#sidebar li.collapsArch li.collapsArch ul {
    margin-left: 1em;  /* third level down (posts) */
}

#sidebar li.collapsArch li.collapsArch ul li.collapsArchPost {
    text-indent: -1em;
    margin-bottom: .5em;
    font-size: smaller;
    line-height: 12px;
}

li.collapsArchPost:before {
	content: "\00BB \0020";
}

li#tag_cloud a {
	line-height: 1.25em;
}

#commentform fieldset {
	width: 65%;
	padding: .5em;
	border: 1px solid #ccc; 
	background-color: #eee;
}

#commentform legend {
	color: white;
	font-weight: bold;
	background-color: #003366;
	padding: 2px 5px;
}

#commentform input, #commentform textarea {
	padding: 1px;
	margin: 5px 5px 1px 0;
	border: 1px solid #666;
}

#commentform textarea {
	width: 98%;
}

#commentform #submit {
	margin: 2px 40% ;
}

#commentform p {
    margin: 5px 0;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	padding: 5px 10px 3px;
	list-style: none;
	clear: right;
	min-height: 90px;
}

.commentlist li, #commentform input, #commentform textarea {
    font-size: 0.9em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentmetadata {
    margin: 0;
    display: block;
	font-weight: normal;
    font-size: smaller;
    color: #999;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

#blogSnippets ul 
{
    list-style-type: square;
    margin-left: .75em;
    padding-left: 0;
}

#blogSnippets li
{
    margin: 1em;
}

#blogSnippets ul li .headline
{
    font-weight: bold;
    display: block;
}

div.post-ratings {
    margin: 5px;
}

img.alignright {
    float: right;
}