/*  
 *  Theme Name: Boredom
 *  Theme URI: http://blog.zog.org
 *  Description: A three-column template
 *  Version: 5.1
 *  Author: Michel Vuijlsteke
 *  Author URI: http://blog.zog.org
 *
 *  Drudgery & Boredom V
 *  http://blog.zog.org/
 *
 *  This theme was designed and built by Michel Vuijlsteke
 *  whose blog you will find at http://blog.zog.org
 *  		 			
 *  		 			*/

body  { background-color: #ddd; }

#wrapper { width: 1103px; margin: 0 auto; }

#header h1 { font-size: 160%; letter-spacing: -0.02em; font-weight: bold; margin-left: 10px;}
#header h2 { position: absolute; font-size: 85%; font-weight: bold; margin-left: 10px; padding: 3px; display: inline; background-color: #000; color: #fff; }

#header ul { margin-top: 0; padding-bottom: 50px;}
#header ul li { display: inline; font-weight: bold; margin-left: 15px; font-size: 150%; color: #aaa;}

#header a  { text-decoration: none; color: #aaa; }
#header h1 a  { color: #000; }
#header li a:hover  { text-decoration: underline; color: #690; }
#header li a.rss:hover { color: #f70; }

#header { width: 920px; }
#main, #footer { width: 680px; }
#middle { width: 240px; }
#header, #main, #middle, #footer { background-color: #fff; float: left; }
#right { float: left; }

#body { clear: both; }

#weblog { font-family: "adelle", Georgia, serif; padding: 0 15px; }
#weblog h1 { font-family: "adelle-sans",sans-serif;font-style: normal;font-weight: 900; font-size: 110%; padding: 3px; display: inline; background-color: #000; color: #fff; }
#weblog h2 { font-family: "adelle-sans",sans-serif;font-style: normal;font-weight: 900; font-size: 220%; border-bottom: 2px solid #000; margin-bottom: 3px; -webkit-text-stroke: 1px transparent; }
#weblog h2 a { text-decoration: none; color: #000; border: 0; }
#weblog h2 a:hover { text-decoration: none; color: #069; }
#weblog p.datetime, #weblog p.byline, #footer { font-family: 'Arial'; font-size: 80%; text-transform: uppercase; color: #999; }
#weblog p.datetime { margin-top: 0; }
#weblog p.byline { text-align: right; font-weight: bold; }
#weblog p.byline a, #weblog p.datetime a { color: #666; text-decoration: none; }
#weblog p, #weblog li  { line-height: 140%; margin: 1.0em 0; }
#weblog div.entry { margin-bottom: 4em; font-size: 120% }
#weblog a { color: #069; }
#weblog a:hover, #weblog div.entry a:hover, #weblog p.byline a:hover, #weblog p.datetime a:hover { color: #900; text-decoration: underline; }

#weblog h3 { font-family: "adelle-sans",sans-serif;font-style: normal;font-weight: 900;  font-size: 145%; border-bottom: 2px solid #000; margin-top: 2.0em; margin-bottom: 3px; }

#weblog .navigation { margin: 1em 0; }

/*
#commentarea { font-family: 'arial'; }
#commentarea h3 { font-weight: bold; font-size: 140%; }
#commentarea p { line-height: 120%;}
#commentarea small { font-family: 'arial'; }
.commentlist li { clear: both; }
.commentlist { margin-left: 90px; padding: 0; }
.gravatar, .avatar { margin-left: -90px; border: 1px solid #000; margin-top: 5px; float: left; margin-bottom: 10px; width: 80px; height: 80px;}
#commentarea h3#respond { clear: both; margin-top: 3.0em; }
#commentarea form { margin-left: 90px; }
#commentarea label { display: block; }
*/

/* =Comments
----------------------------------------------- */

#commentarea { font-size: 120%;}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 5px 0 80px;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 1em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	margin: 1em 0 0;
	padding: 1em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -80px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 1em;
	padding: 0;
	top: 1em;
}
a.comment-reply-link {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff !important;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 0 80px;
	padding: 1em;
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* ------------------------------------------- */




.subscribe-to-comments #subscribe { float: left; margin-right: 0.5em; }

#middle h2, #right h2  { font-size: 110%; font-weight: bold; padding: 3px; display: inline; background-color: #000; color: #fff;  }
#middle h2 { margin-left: 0.4em; }
#middle ul#recentcomments { padding: 0.75em 0.5em 2.0em 0.5em;}
#middle ul#recentcomments li { padding-bottom: 0.5em; }
#middle ul#recentcomments li small { font-size: 85%; }
#middle ul#recentcomments li a { color: #000; text-decoration: none;  }
#middle ul#recentcomments li small a { color: #666; }
#middle ul#recentcomments li a:hover { color: #900 !important; text-decoration: underline !important; }

#middle p, #right p, #right object  { color: #000; font-size: 85%; }
#middle p { margin: 1.0em 0.5em 0.5em 0.5em }

#middle .sidepanel { margin-bottom: 3.0em; }

#right h2  { font-size: 110%; font-weight: bold; padding: 3px; display: inline; background-color: #000; color: #fff; margin-left: 0.7em; }
#right p, #right object, #right img { margin-left: 0.5em; margin-top: 0.5em; }
#right p.timer object { margin-left: 0em;}

#footer p { margin-top: 3.0em; padding: 2.0em; background-color: #ccc; color: #333; }


/* delicious */
#weblog .entry ul.delicious { list-style: none; margin: 1em 0; border: 0; padding: 0; }
.delicious-link { line-height: 150%; margin-bottom: 0.25em; margin-top: 1.0em;}
.delicious-extended { line-height: 130%;  }
.delicious-tags { color: #666; font-size: .8em; }
.delicious-tags a { color: #666 !important; border: 0 !important; }
.delicious-tags a:hover { color: #900 !important; text-decoration: underline !important; }


/* librarything */
.LTheader, .LTitem { margin: 1.0em 0.2em 0.5em 0.3em; text-align: center;  }
.LTitem a { display: block; }
.LTwrapper img { padding: 3px; margin: 2px; border: 1px solid #ccc; }

/* images */
#weblog p.img { text-align: center; }
#weblog img.border, img.aligncenter, img.alignright, img.alignleft { padding: 3px; border: 1px solid #ccc; background-color: #fff; }
#weblog img.center, img.aligncenter { margin-left: auto; margin-right: auto; display: block; }
#weblog img { max-width: 640px; }

#weblog img.alignright { float: right; margin-left: 5px; }
#weblog img.alignleft { float: left; margin-right: 5px; }

/* stats tables */
table.stats { border-collapse: collapse; margin-left: auto; margin-right: auto; }
table.stats td { font-family: 'arial', geneva, helvetica; font-size: 0.9em; padding: 0.25em 2.0em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

/* related links in post */

.entry h4 { font-weight: bold; font-family: 'Arial', geneva, sans; font-size: 1.1em; color: #999; margin-top: 3em; border-bottom : 1px solid #999; padding-bottom: 0.2em; }
#weblog .entry ul.st-related-posts { display: block; padding: 0; margin: 1.0em 0; list-style: none; }
#weblog .entry ul.st-related-posts li { display: inline; border-right: 1px solid #999; padding-right: 0.5em; }



/* stuff */
#weblog div.entry p.singlebyline { text-align: left !important; margin-bottom: 2.0em; margin-top: 0; }
blockquote { padding-left: 0.5em; border-left: 3px solid #ccc; margin-left: 1.0em; }
abbr, acronym { border-bottom: 1px dotted #aaa; cursor: help; }
code, tt { font-family: consolas, courier new, courier; font-size: 1.2em; }
code { background-color: #f0f0f0; }
html * > code { font-size: 1em; }
del { color: red; }
ins { color: blue; text-decoration: none; }
p.small { font-size: 0.8em;}

#fs_footer { display: none; }
#commenters ul { margin: 0.5em; font-size: 0.9em; }
#commenters li { display: inline; padding: 0.1em 0.5em 0.1em 0; }

/* restore a couple defaults */
strong {font-weight:bold;}
em {font-style:italic;}
em strong, strong em { font-weight: bold; font-style: italic; }

/* lists */
#weblog .entry ul { display: block; list-style-type: disc; margin: 1em 0; margin-left: 40px; }
#weblog .entry ol { display: block; list-style-type: decimal; margin: 1em 0; margin-left: 40px; }
#weblog .entry li { display: list-item; -moz-float-edge: margin-box; }

/* nested lists have no top/bottom margins */
#weblog .entry ul ul, #weblog .entry ul ol, #weblog .entry ul dl, #weblog .entry ol ul, #weblog .entry ol ol, #weblog .entry ol dl, #weblog .entry dl ul, #weblog .entry dl ol, #weblog .entry dl dl { margin-top: 0; margin-bottom: 0; }

/* 2 deep unordered lists use a circle */
#weblog .entry ol ul, #weblog .entry ul ul { list-style-type: circle; }

/* 3 deep (or more) unordered lists use a square */
#weblog .entry ol ol ul, #weblog .entry ol ul ul, #weblog .entry ul ol ul, #weblog .entry ul ul ul, { list-style-type: square;}


/* no ads
#right { display: none; }
#wrapper { width: 780px; } 
 */

/* facebook connect stuff */
#fbc_login small {
display: none;
}
#commentarea .fbc_connect_button_area {
float: none;
margin: 0 80px;
}

/* Gentblogt banner dink */
div#gbgf {
border: 1px solid #85c8e5;
background-color: #daeef7;
padding: 1em 1em 0 1em ;
margin-bottom: 2em;
}
#gbgf h2 {
padding: 0;
margin: 0;
color: #007f9f;
font-size: 1.6em;
border: none;
}
#gbgf img {
float: left;
background-color: #fff;
padding: 1em;
margin-right: 1em;
}