/*  
Theme Name: Big Black Pencil
Theme URI: http://www.bigblackpencil.com/
Description: Theme for bigblackpencil.com.
Version: 1.1
Author: Oliver Baty
Author URI: http://www.ardamis.com/
*/

/* Body and Major Structural Elements */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #404040;
	font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif; /* Resets 1em to 10px */
	text-align: center;
}
#page {
	margin: 0 auto 0;
	padding: 0;
	width: 760px;
	text-align: left;
}

/* Big Black Pencil top nav */
#nav {
	width: 630px;
	margin: 6px auto 0;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
}
#nav ul { /* all lists */
	margin: 0;
}

#nav a {
	display: block;
	padding: 6px 58px 6px 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: none;
}
#nav a:hover {
	color: #008F00;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#nav li { /* all list items */
	float: left;
	border-bottom: 1px solid #000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 205px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #000;
}
#nav li ul li { /* second-level lists */
	width: 205px;
	border-bottom: none;
}
#nav li ul li a { /* second-level lists */
	padding: 6px 6px 6px 16px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu {
	font-family: helvetica, arial, sans-serif;
	line-height: 200%;
	height: 68px;
}
#submenu div {
	text-align: center;
	height: 30px;
	float: left;
}
div.love {
	width: 110px;
	margin: 0 0 0 18px;
}
div.blog {
	width: 62px;
	margin: 0 0 0 12px;
}
div.samples {
	width: 79px;
	margin: 0 0 0 230px;
	display: inline;
}
#submenu a {
	color: #7a7a7a;
	font-size: 16px;
	text-decoration: none;
	padding: 6px 4px;
}
#submenu a:hover {
	color: #333;
	text-decoration: none;
}
#submenu a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%
}
/* End BBP top nav */

#header {
	width: 760px;
	padding: 0;
	margin: 0 auto 20px;
}
#header, .narrowcolumn .postmetadata, .center {
	text-align: center;
}
.narrowcolumn {
	width: 476px;
	margin: 0;
	padding: 0 0 20px 0;
	float: right;
}
.widecolumn {
	width: 476px;
	margin: 0;
	padding: 0 0 20px 0;
	float: right;
	/* class widecolumn is not currently used, has been replaced by narrow column on all pages */
}
.entry {
	margin: 8px 0 0 0;
}
.postmetadata  {
	margin: 40px 0 30px;
	padding: 10px 10px 12px;
	clear: both;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.widecolumn .post {
	margin: 0;
}
.widecolumn .smallattachment {
	width: 128px;
	margin: 5px 5px 5px 0px;
	float: left;
	text-align: center;
}
.widecolumn .attachment {
	margin: 5px 0px;
	text-align: center;
}
#content {
	font-size: 1.2em;
}
.navigation {
	margin: 10px 0 60px;
	display: block;
	text-align: center;
}
.post {
	margin: 0 0 80px; /* text-align: justify; */
}
.clear {
	clear: both;
}
#sidebar {
	width: 220px;
	padding: 28px 20px 40px 0;
	font: 1em "Lucida Grande", Verdana, Arial, sans-serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li pre {
	/* controls text within <code> brackets within comments (pre is added automatically by codeautoescape plugin) */
	margin: 6px 0 12px 0;
	padding: 0 10px 12px 14px;
	border: 1px solid #A7A6AA;
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
}
img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
table.posttable {
	width: 100%;
}
table.posttable td {
	padding: 2px;
	border-bottom: 1px solid #efefef;
}
table.posttable2 td {
	padding: 6px;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: text-top;
}
.alignleft {
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
	float: left;
	display: inline;
}
.alignright {
	margin: 0 0 0 10px;
	padding: 4px 0 0 0;
	float: right;
	display: inline;
}
.inline {
	display: inline;
}
.other-posts {
	padding: 20px 0 10px;
}
#footer {
	width: 760px;
	margin: 20px auto 0;
	padding: 7px 0 25px 9px;
	clear: both;
}
/* End Body and Major Structure */

/* Paragraphs and Fonts */
acronym, abbr {
	border-bottom: 1px dashed #A7A6AA;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
h1 {
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
h2 {
	margin: 30px 0 12px;
	font-size: 1.4em;
}
h2, h3 {
	color: #404040;
	font: 1.5em "Lucida Grande", Verdana, Arial, sans-serif;
}
h3 {
	margin: 30px 0 14px;
	font-size: 1.2em;
}
h4 {
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
h6 {
	margin: 9px 0 14px;
	font: normal 0.9em "Lucida Grande", Verdana, Arial, sans-serif;
	/* little sub-heading line, used on pages in place of a post's date line */
}
p.postdate {
	margin: 0 0 14px 0;
	font: 0.9em "Lucida Grande", Verdana, Arial, sans-serif;
}
.entry p {
	margin: 0 0 10px 0;
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	/* layout for paragraphs across all pages */
}
small {
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
h6, small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike, p.postdate {
	color: #8C8A92;
}
.alt {
	border-top: 1px solid #A7A6AA;
	border-bottom: 1px solid #A7A6AA;
}
.entry blockquote {
	margin: 15px 30px 15px 20px;
	padding: 4px 0 0 20px;
	border-left: 1px solid #008f00;
}
.entry blockquote p {
	line-height: 1.2em;
}
blockquote cite {
}
code {
	color: #668800;
	font: 110% "Courier New", Courier, monospace;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
.comment {
	border-top: 1px solid #A7A6AA;
}
.oddcomment {
	border-top: 1px solid #A7A6AA;
}
.box {
	margin: 6px 0 12px 0;
	padding: 0 10px 12px 14px;
	border: 1px solid #A7A6AA;
	line-height: 1.1em;
}
.box code {
	font: 12px "Courier New", Courier, monospace;
}
#commentform p {
	margin: 5px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#footer p {
	margin: 0;
	padding: 4px 0 0;
}
#sidebar h2 {
	margin: 30px 0 10px;
	padding: 3px 0 4px 50px;
	font: bold 1.3em "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #A7A6AA;

}
/* End Paragraphs and Fonts */

/* Links */
a {
	border-bottom: 1px solid #A7A6AA;
	color: #404040;
	text-decoration: none;
}
a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 1px solid #404040;
	color: #404040;
	text-decoration: none;
}
h2 a, h3 a {
	margin: 0 0 0 -1px;
	padding: 0 1px;
	border-bottom: 1px solid #FFFFFF;
	color: #404040;
}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	margin: 0 0 0 -1px;
	padding: 0 1px;
	color: #404040;
	text-decoration: none;
}
.postmetadata a {
	border: none;
	color: #8C8A92;
	text-decoration: underline;
}
.postmetadata a:hover {
	border: none;
	text-decoration: none;
}
small a {
	border: none;
	color: #8C8A92;
}
.commentlist cite a {
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.hidelink,  a.hidelink:hover, a img {
	border: none;
}
#sidebar a {
	padding: 0.3em 0 0.3em 0.3em;
	border: none;
	color: #404040;
	text-decoration: none;
}
#sidebar a:hover {
	border: none;
	color: #404040;
	text-decoration: none;
}
.more-link a {
	/* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
	border: none;
	color: #A7A6AA;
}
.more-link a:hover {
	border: none;
	color: #404040;
}
/* End Links */

/* Lists */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: right;
	/* basically, the whole shebang */
}
#sidebar ul li {
	margin-bottom: 15px;
	list-style-type: none;
	list-style-image: none;
	/* each main section, i.e., Pages, Categories, Archives, etc. */
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 8px 0 0 0;
	font-size: 1.2em;
	/* the block of links for all the Pages, Categories, Monthly Archives, etc. */
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0; 
	padding: 0.2em 0;
	font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	/* each individual link, i.e., each page, each category, each month, etc. */
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
.entry ol {
	margin: 0 0 0 4px;
	padding: 0 0 4px 0;
	list-style: decimal outside;
}
.entry ol li {
	margin: 0 0 0 1.5em;
	padding: 4px 0 6px 0;
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	/* keep font size and line height the same as .entry p */
	line-height: 1.5em;
}
.entry ul {
	margin: 0 0 0 4px;
	padding: 0 0 4px 0;
	list-style: circle outside;
	/* if list-style-image doesn't exist, falls back on list-style */
	list-style-image: url(images/li.png);
}
.entry ul li {
	margin: 0 0 0 1.5em;
	padding: 4px 0 6px 0;
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	/* keep font size and line height the same as .entry p */
	line-height: 1.5em;
}
.nocomments {
	margin: 0 0 20px 0;
	text-align: center;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	clear: both;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.commentlist {
	padding: 0 0 8px;
	border-bottom: 1px solid #A7A6AA;
	/* styles the end of the list of comments */
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 10px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Lists */

/* Forms */
.entry form {
	/* text-align: center; */ 
	/* This is mainly for password protected posts, makes them look better. */
	/* Give forms a class of clearfix to make them contain the floated submit button */
}
#commentform {
}
select {
	width: 130px;
}
#commentform input, #contact input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#contact input, #contact textarea {
	font: 0.9em "Lucida Grande", Verdana, Arial, sans-serif;
}
#contact p {
	margin: 5px 0;
}
#contact textarea {
	width: 100%;
	margin: 6px 0 0 0;
	padding: 2px;
	overflow: hidden;
}
#contact #submit {
	width: 100px;
	margin: 0;
	float: right;
}
.oneline .submit {
	margin: 0 0 0 6px;
	width: 80px;
}
#searchform {
	margin: 10px auto;
	padding: 5px 0;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	border: 1px solid #A7A6AA;
}
#sidebar #searchsubmit {
	padding: 1px;
}
/* End Forms */

/* Calendar */
#wp-calendar {
	margin: 10px auto 0;
	width: 155px;
	empty-cells: show;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar #next a {
	padding-right: 10px;
	font-size: 9pt;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	font-size: 9pt;
	text-align: left;
}
#wp-calendar caption {
	width: 100%;
	font: bold 1.3em "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #FFFFFF;
}
/* End Calendar */

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

.clearfix {
	display: inline-block;
}

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

/* End Misc */

.sociable a {
	border: none;
}