/*  
Theme Name: unschooled
Theme URI: http://unschooled.org/theme
Description: The theme used for Unschooled.org, based off of the default Wordpress theme.
Version: 0.3
Author: Nicholas Bergson-Shilcock
Author URI: http://unschooled.org

	The XHTML and CSS for this theme are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	margin: 0px;
	width: 100%;
}

#main_logo {
	font-size: 22pt;
	color: white;
	float: left;
}

#main_content {
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: #CE6700;
}

blockquote {
	border-left: solid;
	border-width: 1px;
	padding-left: 4px;
	font-style: italic;
}

blockquote em {
	font-style: normal;
}

.footnote {
	font-size: 90%;
	line-height: 1.3em;
	border-top: solid;
	border-width: 1px;
	padding-top: 10px;
	border-color: #999999;
	color: #999999;
}

.footnote ol {
	padding-left: 20px;
}

.footnote li {
	padding-bottom: 10px;
}

#bigwrapper {

}

#topbanner {
	height: 84px;
	border-bottom: 1px solid black;
}

#logo {
	width: 596px;
}

a.navbtn {
	font-size: 9.5pt;
	margin-left: 8px;
	margin-right: 8px;
	color: white;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 1px;
}

a.navbtn:hover {
	color: white;
	border-top: 1px solid #CE6700;
	border-bottom: none;
}

#main_content a:hover {
	border-bottom: solid;
	border-width: 1px;
}


.narrowcolumn {
	margin-left: 20px;
	width: 740px;
}

.tweet {
	font-size: 10pt;
	line-height: 1.3em;
	float: right;
	display: block;
	width: 550px;
	margin-bottom: 16px;
}

.entry {
	line-height: 1.3em;
	font-size: 10pt;
	float: right;
	display: block;
	width: 550px;
	margin-bottom: 16px;
}

.entry p {
	margin-top: 0px;
	padding-top: 0px;
}

.posttitle {
	margin-top: 0px;
	width: 99%;
	margin-bottom: 16px;
}

.posttitle a{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 11.5pt;
	text-transform: uppercase;
}

.posttitle a:hover {
	color: #999999;
	border: none;
}

.date_time {
	font-size: 8.5pt;
	float: left;
	display: block;
	width: 180px;
	color: gray;
}

.metadata {
	font-size: 8.5pt;
}

.postmetadata a {
	font-size: 8.5pt;
}

.related {
	color: #999999;
	font-size: 8.5pt;
	border-bottom: solid;
	border-color: #999999;
	border-width: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#meta {
	padding-right: 6px;
	padding-top: 2px;
	font-size: 9pt;
	text-align: right;
	color: #CE6700;
	text-transform: lowercase;
}

#meta a{
	margin-left: 3px;
	margin-right: 3px;
	color: #555555;
}

#meta a:hover {
      border-bottom: 1px solid black;
}

.comments {
	font-size: 8.5pt;
	color: #999999;
	border-bottom: solid;
	border-color: #999999;
	border-width: 1px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding-top: 10px;
}

#searchform {
	float: right;
}

img {
	border: none;
}

.post {
	margin-top: 8px;
	border-bottom: 1px dotted gray;
	float: left;
}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
}

.altcomment {
	background-color: #EAEAEA;
	padding: 0.5em;
	border-top: solid;
	border-color: #cccccc;
	border-width: 1px;
}

.comment {
	background-color: white;
	padding: .5em;
	border-top: solid;
	border-color: #cccccc;
	border-width: 1px;
}

#static_page {
	float: left;
	width: 520px;
	margin: 8px;
	padding-left: 16px;
}

.about_info {
	float: left;
	margin-left: 16px;
	width: 200px;
}

.static_title {
	text-align: center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
