/*
 * A Blog of Marginal Benefit Theme 2.0
 * Designed by Parker Sheppard
 * http://ablogofmarginalbenefit.com
 
Theme Name: A Blog of Marginal Benefit
Theme URI: http://ablogofmarginalbenefit.com
Description: A custom theme by Parker Sheppard for his awesome blog.
Version: 2.0
Author: Parker Sheppard
Author URI: http://ablogofmarginalbenefit.com
Tags: red, two-column, simple
 
 */



/*  General  */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 16px;
}

body {
	margin: 0px;
	font-size: 1em;
}

#container {
	margin: 0 auto;
	width: 900px;
	font-family: Georgia, Times, serif;
}
	
#container2 {
	width: 900px;
	padding: auto;
	float: left;
	background-color: #FFFFFF;
}

img {
	border: none;
}


/*  Typography  */


h1{
	font-family: Georgia, Times, serif;
	font-size: 2em;
	line-height: 1.618em;
	color: #AF0000;	
}

h2 a{
	text-decoration: none;
}

h2{
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	line-height: 1.618em;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	color: #AF0000;
	
}

h3{
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	background: #AF0000;
	color: #FFFFFF;
	line-height: 1.618em;
	padding-left: 5px;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
}

h4{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.618em;
	padding-bottom: 1.618em;
}

p {
	color: #1D2122;
	line-height: 1.618em;
	margin-bottom: 1.618em;
}

.equation {
	font-family: Georgia. Times, serif;
	font-style: italic;
	font-weight; bold;
	font-size: 1.618em;
	line-height: 1.618em;
	text-align: center;
	padding-bottom: 0.809em;
}

blockquote {
	font-size:0.90em;
	text-indent:1.618em;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	background-color: #EEEEEE;
	padding: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

blockquote p {
	margin-bottom: 0em;
}

a{
	text-decoration: underline;
	color: #AF0000;
}

a img {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}
a:visited{}

/*  Headers  */
#header {
	width: 900px;
	height: 344px;
	
	/*background: #666666;url("images/css_cs_header.jpg") no-repeat
	 left top;*/
}

#header img {
	padding-top: 51px;
	padding-bottom 51px;
}	

#header p {
	/*display: none;*/
	font-family: Georgia, Times, serif;
}

/*  Content  */
#content {
	margin: 25px 8px;
	padding: 5px 18px;
	width: 516px;
	float: left;
	border: 1px solid #AF0000;
}

#content img {
	margin-left: auto;
	margin-right: auto;
}

#timestamp {
	margin-bottom: 1.618em;
	border-bottom: 2px solid #AF0000;
	border-color: #0000AF;
}

.postmetadata {
	line-height: 1.618em;
}

.singlenav {
	line-height: 1.618em;
	padding-bottom: 1.618em;
	max-width: 300px;
}

/*  Sidebars  */
#sidebar {
	margin: 25px 12px;
	width: 304px;
	float: right;
	list-style: none;
}

#sidebar li {
	line-height: 1.618em;
	list-style: none;
	margin-left: 0em;
	padding-left: 1.618em;
	text-indent: -1.618em;
}

.sidebardiv {
	border: 1px solid #AF0000;
	margin-bottom: 1.618em;
}

.sidebody {
	padding: 10px;
}

	
/*  Navigation  */
#top_navlist {
	position: absolute;
	top: 212px;
	width: 900px;
	height: 131px;
	background: #AF0000;
	text-align: center;
}

#top_navlist a {
	color: #FFFFFF;
	text-decoration: none;
}

#headerad {
	position: relative; 
	top: 20px;
}

#top_navlist li {
	position: relative; 
	top: 46px;
	display: inline;
	list-style: none;
	padding-left: 28px;
	padding-right: 28px;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	color: #FFFFFF;
}

#top_navlist li:hover {
	position: relative; 
	top: 46px;
	display: inline;
	list-style: none;
	padding-left: 28px;
	padding-right: 28px;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	text-decoration: underline;
	color: #FFFFFF;
}

/*  Blog Elements  */
/*  Forms  */
/*  Footer  */
#pushbottom{
	clear: both;
}

#footer {
	height: 85px;
	width: 900px;
	text-align: center;
	background: #AF0000;
	margin: 20px 0px 20px 0px;
        clear: both;
}

#footer h4 {
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 5px;
}

#crazy h4 {
	padding-top: 0px;
}

#footerRight{
	margin: 0 10px 0 10px;
	width: 400px;
	float: right;
	border: 1px solid #552200;
}
#footerLeft{
	margin: 0 10px;
	width: 400px;
	float:left;
	border 1px solid #332200;
}

/* Comments */

.commentlist{
	padding-top: 20px;
	padding-bottom: 20px;
}


/*  Images  */
/*  Fun Classes  */
