/*
Web Standardistas - Main Stylesheet
Updated: March 20, 2011 [NP] { reinstated sidebar twitter and atom links }
Authors: Nicklas Persson and Christopher Murphy
================================
* /


/*
Body and Layout
================================
*/

body
{
	/* specify Helvetica Neue Light for Webkit and Gecko browsers ( AND Opera !)
	   dropped Helvetica as it looks really bad on PCs
	*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background: #882b14 url(/i/red_gradient.png) fixed repeat-x;
	margin: 0;
}


#container
{
	width: 930px;
	margin: 0 auto;
	color: #FEF3EF;
	padding: 0 30px 0 30px;
}


#wrapper /* For the content and sidebar. */
{
	width: 690px;
	float: right;
	min-height: 777px; /* In the event that the content is shorter than the sidebars, this ensures that there's some space between the content columns and the footer. */
}

#content
{
	width: 450px;
	float: left;
}

.content-nav
{
	margin-bottom: 2.5em;
}

#sidebar
{
	width: 210px;
	float: right;
	margin-top: 7em;
	padding-top: 0;
	line-height:1.6;
}

#navigation
{
	width: 210px;
	float: left;
	margin-top: 10.5em;
	padding-top: 0;
	border-top: 5px solid #FC0;
}

#footer
{
	clear: both;
	background-color: #521200;
	overflow: hidden;
	background-image: url(/i/footer_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #320b04;
}

#footer_container
{
	width: 930px;
	padding: 0 30px;
	margin: 0 auto;
	color: #fff;
}

#footer_book
{
	width: 435px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer_authors
{
	width: 435px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer h4
{
	margin-top: 0;
	font-size: 1.7em;
}

#footer p
{
	font-size: 1.2em;
	text-align: justify;
}


#search
{
	width: 204px;
	font-size: 1.4em;
	background-color: #D5D5D5;
}



legend {

	font-size: 1.6em;
	font-weight:bold;

}

#twitter
{
	background-color: #FECF0A;
	background-image: url(/i/header_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	color: #51190C;
	width: 100%;
}

#twitter p
{
	width: 930px;
	display: block;
	margin: 0 auto;
	line-height: 1;
	padding: 0.6em;
	font-size: 1.2em;
}

#twitter a, #twitter a:visited
{
	color: #51190C;
	text-decoration: none;
	border: 0;
}

#brand
{
	margin: 110px 0 0;
	width: 553px;
	height: 135px;
	border:0;
}

#brand img {border:0;}


/*
Typography
================================
*/

#content p
{
	font-size: 1.4em;
	/* 14px */
}

#sidebar p, #sidebar li a, #navigation p
{
	font-size: 1.2em;
}

h1,h2,h3,h4,h5,h6,legend
{
	color: #FC0;
	font-family: "HelveticaNeue", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 2.4em;
}

h2
{
	font-size: 1.8em;
	line-height: 1;
	margin-top: 0;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.4em;
}

h5,h6
{
	font-size: 1.2em;
}

blockquote
{
	margin: 0 30px 0 0;
	border-left: 5px solid #FFF;
	padding-left: 1em;
}

#content cite
{
	font-style: normal;
}



#content cite a, #content cite a:visited
{
	color: #fff;
	border: 0;
	padding: 0 0.18em 0 0.22em;
}

#content cite a:hover {color:#FFCC00;}

abbr
{
	border-bottom: solid 1px #FFCAB8;
}


/*
Lists
================================
*/

#navigation ul
{
	
	margin-bottom: 2.5em;
	padding-bottom: 3.5em;
	padding-top: 1.5em;
}

#navigation ul li
{
	background: url(/i/star_list_icon.png) no-repeat 0 0.55em;
	padding-left: 20px;
	list-style: none;
	line-height: 2;
	font-weight: bold;
	font-size: 1.6em;
}

#navigation ul li a:link
{
	border: 0;
}

#recent li
{
	font-size: 1em;
	margin-bottom: 4.5em;
}

#navigation h3
{
	font-size: 1.4em;
	line-height: 1;
}

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

#content ul
{
	margin: 0;
	padding: 0 ;
}

#content ul li
{
	background: url(/i/star_list_icon.png) no-repeat 0 5px;
	padding-left: 20px;
	list-style: none;
	font-size: 1.4em;

}

#content ol li
{
	padding-left: 0;
	font-size: 1.4em;
}

#content li p
{
	font-size: 1em;
}





/*  Twitter and RSS */

#social {height:30px;}
#navigation #social li {margin:0;padding:0;}

#navigation #social li a { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat;width:30px;height:20px;float:left;background-image: url(/i/twitter_rss.png);}



#navigation #follow_twitter
{
	background-position: 0 0;
	margin-right:20px;
}

#navigation #follow_twitter:hover
{
	background-position: 0 -20px;
}
#navigation #subscribe_atom 
{
	background-position: -30px 0;
}

#navigation #subscribe_atom:hover 
{
	background-position: -30px -20px;

}



/*
Links
================================
*/

a
{
	text-decoration: none;
}

a:link, a:visited /* headlines are yellow */
{
	color: #FFCC00;
}

p a:link,p a:visited /* text links are white (links nested in p's and recent list links) */
{
	color: #fff;
	padding-bottom: 1px;
	border-bottom: solid 1px #fff;
}


.comment-content a:link,p a:visited /* Links in comments. */
{
	color: #FFCC00;
	padding-bottom: 1px;
	border-bottom: solid 1px #FFCC00;
}

#recent a:link, #recent a:visited {
padding-bottom: 1px;
border-bottom: 0;
color: #fff;
}

a:hover, p a:hover, #content li a:hover
{
	color: #ffcc00;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffcc00;
}

a.img:link,
a.img:visited,
#recent a:link,
#recent a:visited 
#brand a:link,#brand a:visited, #brand a:hover,
.badge_holder a:link,.badge_holder a:visited, .badge_holder a:hover

{
	border-bottom: none;
}


/*
Images
================================
*/

#content img
{
	border: 5px solid #FC0;
	margin-top: 5px;
}

#content a img:hover
{
	border: 5px #fff solid;
}

#navigation img
{
	border: 0; /* Was 1px solid #FC0; */
}

#sidebar img
{
	border: 1px solid #FC0;
	padding: 4px;
}

#sidebar a:hover
{
	border: 0;
}

#sidebar a:hover img
{
	border-color: #FFF;

}

#footer_content img
{
	float: left;
	border: 1px solid #FC0;
	margin: 0 13px 50px 0;
}

#recent img {margin-bottom:0.6em;}

/*
Forms
================================
*/

input
{
	vertical-align: middle;
}

fieldset
{
	border: 0;
	padding: 0;
	margin: 0 0 4em 0;
}
#comments-form label
{
	/*display: block;*/
	text-transform: uppercase;
	padding: 0.6em 0 0.2em 0;
	float: left;
	clear: left;
	width: 110px;
	margin: 0.3em 0;
}

#comment-author,#comment-email, #comment-url,#comment-text
{
	font-size: 1.5em;
	font-family: "HelveticaNeue-Light", Helvetica Neue Light, Helvetica, Arial, sans-serif;
	width: 320px;
	background-color: #691D0E;
	border: 1px solid #FC0;
	margin: 0.3em 0;
	padding: 0.5em;
	color: #fff;
}

#comments-open-text
{
	margin-top: 2em;
}

#comment-form-remember-me label
{
	width: 330px;
	clear: both;
	height: 55px;
	float: none;
	margin-left: 110px;
}

#comments-open-footer
{
margin-left: 110px;
}


.comments-header
{
	margin-top: 2em;
	border-top: 1px solid #E2E2E2;
	padding-top: 2em;
}

.comments-open-header
{
padding-top: 2em;
}

/*
Comments
================================

*/

div.comment {
	width: auto;
	margin-bottom: 3em;
}

.comment-content
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	color: #000;
}

.comment-content p {
	margin: 10px;
	padding: 0px;
}

.comment-content blockquote,.comment-content blockquote p
{
	font-size: 14px;
	/* quick fix: easiest way to achieve consistency when blockquotes in comments not always contain p's, Todo: change to em */
	color: #525252;
	/* a lighter grey than the paragraph */
	border-left: 5px #B4B4B4 solid;
	margin-left: 1em;
	padding-left: 1em;
}


.byline
{
	position: relative;
	margin: 0;
	padding: 10px 0px 0px 15px;
	top: 7px;
	background: transparent url(/i/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


/*
Misc
================================
*/

pre, code
{
	font-family: Courier, monospace;
	font-size: 12px;
/*
	color: #FC0;
*/
	color: #FFF;
}




pre
{
	padding: 12px;
	/*background-color: #691D0E;*/
	overflow: auto;
/*	border: 1px solid #3D0B05;*/
	margin: 2em 0;
}



pre strong
{
	font-weight: bold;
	color: #FFF;
}

/* Archive page */
.archive-monthly
{
	margin-bottom: 5em;
}

.archive-monthly img {margin-bottom:2em;}
/* entry timestamps - was #3D0B05*/

#content p.timestamp
{
	font-size: 0.9em;
	color: #E2E2E2;
	border-top: 1px #E2E2E2 solid;
	margin-top:1em;
	padding-top: 0.5em;
	padding-bottom:6em;
}

#content p.timestamp a:link ,#content p.timestamp a:visited
{
	color: #E2E2E2;
	border: 0;
}

.comment-content a:visited { color: #691D0E; border: 0; }

#content p.timestamp a:hover
{
	color: #FEF3EF;
}

.hide
{
display:none;
}

/* There be badges */

.badge_markup
{
	clear: both;
	color: #FC0;
}


#content .badge_holder h2
{
	margin-top: 20px;
}

#content .badge_holder>p
{
	height: 60px;
	padding-top: 0.5em;
}

#content .badge_holder img,#content .badge_holder a img:hover

{
	border: 0;
	
}
#content .badge_holder img
{
	float: left;
	margin-right: 1em;
	margin-top: -3px;
}

#epilogue
{
	clear: both;
	margin-bottom: 40px;
}

/* Two col layout */

body#twocol #content
{
	width: 660px;
}

#content textarea 
{
	width: 99%;
}

/* Tool tip */

#easyTooltip
{
	position: absolute;
	padding: 0.5em;
	color: #51190C;
	display: none;
	background-color: rgba(248, 208, 44,0.7);
	font-size: 1.2em;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	/*
	background-image: url(/i/header_bg.png);
	background-repeat: repeat-x;

	border-width: 0 1px 1px 1px;
	border-color: #4F160A;
	border-style: solid; */
}

#content sup a{text-decoration:none;border:0;}
#content sup {margin-left:-0.3em;font-size:0.6em;}

/* twitter box */


/*  Suda */

{
			/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
		    and occupy 15% of the scrollable area (30% combined). */
			min-width: 75px;
			width: 10%;
			height: 100%;
			/* big background image to solve problems in Internet Explorer 6. */
			background-image: url(spacer.gif);
			background-repeat: repeat;
			background-position: center center;
			position: absolute;
			z-index: 200;
			left: 0;
		}
		
		/* Invisible right hotspot */
		div.scrollingHotSpotRight
		{
			min-width: 75px;
			width: 10%;
			height: 100%;
			background-image: url(../images/big_transparent.gif);
			background-repeat: repeat;
			background-position: center center;
			position: absolute;
			z-index: 200;
			right: 0;
		}
		
		/* The scroll wrapper is always the same width and height as the containing element (div).
		   Overflow is hidden because you don't want to show all of the scrollable area.
		*/
		
		div.scrollWrapper
		{
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 100%;
		}
		
		div.scrollableArea
		{
			position: relative;
			width: auto;
			height: 100%;
		}
		
		#makeMeScrollable
		{
			width: 440px;
			height: 80px;
			position: relative;
			border: 5px solid #FFCC00;
		}
		#makeMeScrollable img {border:0;margin-top:0;}
		
		#makeMeScrollable div.scrollableArea
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
		}
/* wee media query for a wee post on responsive text */

@media  (max-width: 766px) { 
.hidemewhenbelow666 {display:none;} 
}

#searchbox {display:none;} /* hiding until fixed */