/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.2
build: 56
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	height: 100%;
	padding-bottom: 1px;
	background-color: #fafafa;
	background: #fafafa url(overall_bg.png) top left repeat;
	color: #333;
	font-size: 16px;
}

body {
	font-size:100%;
	font-family: Helvetica, Arial;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #0080FF;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #387CC4;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	margin-left: 32px;
	margin-right: 32px;
	font-family: monospace;
	text-align:left;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 12px;
}

code {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre strong {
	color: #000;
}

span.fancy {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

#derp {
	height: 160px;
	margin: 10px auto 32px auto;
	clear: both;
	z-index: 0;
	font-family: 'Goudy Bookletter 1911';
	display: block;
	min-width: 950px;
}

#derp section {
	padding: 15px 15px 15px 15px;
	width: 419px;
	font-size: 1.5em;
	z-index: 0;
	margin: 0 0 0 0;
	float: left;
	height: 130px;
	border-left: 1px solid #fff;
}

#derp section.intro {
	border-right: 1px solid #aaa;
	border-left: none;
	background: url(EF-Logo-White.png) 74px 0 repeat-x;
	width: 49%;
}

#derp section.intro a {
	display: block;
	width: 100%;
	height: 130px;
}

#derp section.intro a span {
	display: none;
}

#derp section.outro h1 {
	margin-top: 30px;
}

#brighteyed {
	width: 900px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

#thieves {
	width: 540px;
	float: left;
	margin-right: 6px;
}

article.post {
	width: 540px;
	margin-bottom: 32px;
	line-height: 1.65em;
	clear: both;
	word-break:hyphenate;
}

article.post blockquote {
	margin-left: 16px;
	margin-right: 32px;
	padding-left: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left: 1px solid #ddd;
}

article header {
	display: block;	
}

article header h1 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-family: "Myriad Pro", Heletica, Arial, sans-serif;
}

article header h1 a {
	color: #333;
}

article header h1 a:visited {
	color: #333;
}

article header h1 a:hover {
	color: #000;
}

article section.the-content {
	font-family: Georgia;
	border: 1px solid #ddd;
	background: #fefefe;
	padding: 10px 15px 10px 15px;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}

article section.the-content p, article section.the-content ul, article section.the-content ol {
	margin: 0 0 1em 0;
}

article section.the-content h2 {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Helvetica, Arial;
}

article section.the-content h3 {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Helvetica, Arial;
}

article section.the-content ul li {
	list-style: circle;
}

article section.the-content ul, article section.the-content ol {
	margin-left: 32px;
}

article section.the-content li {
	margin-bottom: .5em;
}

article section.the-content ol li {
	list-style: decimal;
}

article section.meta {
	font-size: .7em;
	color: #999;
	margin-top: -3px;
}

article section.meta a {
	color: #999;
	text-decoration: underline;
	text-transform: uppercase;
}

article section.meta span {
	display: none;
}

article section.meta a:hover {
	color: #555;
}

article ul.permalink {
	font-family: "Myriad Pro", serif;
	color: #999;
	margin: 0 0 0 0;
	font-size: .9em;
	height: 40px;
}

article ul.permalink li {
	text-align: right;
	float: right;
	margin-right: 15px;
}

/* Sidebar */

#liars {
	width: 324px;
	float: left;
	padding: 10px;
	font-size: .9em;
	color: #333;
	margin-top: 42px;
}

#liars p {
	line-height: 1.3em;
}

#liars h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#liars section {
	margin-bottom: 25px;
}

#liars ul li {
	margin-bottom: 5px;
}

/* More */

.archive-title {
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* Footer */

#footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    min-height: 150px;
    padding: 15px 0 15px 0;
    color: #333;
    width: 960px;
    clear: both;
    margin: 0 auto 0 auto;
}

.footer-inside {
    width: 960px;
    margin: 0 auto 0 auto;
}

.footer-module {
    width: 450px;
    float: left;
    margin: 10px;
}

.footer-module .follow-me {
    clear: both;
    margin-top: 10px;
}

.footer-module h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-module p {
    line-height: 1.4em;
}

.footer-module li {
    margin: 5px 0 5px 0;
}

/* Like */

#ilikeyou {
    margin: 20px 0 20px 0;
    text-align: center;
    font-family: "American Typewriter", Arial;
}

/* Cool Stuff */

#cool-stuff {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    min-height: 20px;
    padding: 15px 0 15px 0;
    color: #555;
    margin-bottom: 15px;
}

#cool-stuff ul li {
    float: left;
    margin-right: 10px;
    width: 230px;
    text-align: center;
}

.pagination {
    width: 100%;
    margin-bottom: 40px;
    min-height: 40px;
}

.pagination li {
    width: 49%;
    float: left;
    text-align: center;
}

.pagination li:first-child {
    margin-right: 2%;
}

.pagination li a {
    display: block;
    background: #0080FF;
    padding: 12px;
    border-radius: 4px;
    color: #eee;
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 250ms;
    -webkit-transform:translate3d(0,0,0);
}

.pagination li a:hover {
    opacity: 1;
}