/*  
Theme Name: ScribbishWP
Theme URI: http://pittcrew.net/geekblog/scribbishwp
Description: WordPress port of the Scribbish theme for Typo.
Version: 0.1-2.0
Author: Kenny Pitt and Jeffrey Hardy
Author URI: http://pittcrew.net/geekblog/

	ScribbishWP v0.1-2.0
	 http://pittcrew.net/geekblog/scribbishwp

	The original Scribbish theme for Typo was designed by Packagethief
	(aka Jeffrey Allan Hardy), whose blog you will find at
	http://quotedprintable.com/.  The original Typo version of Scribbish can
	be found at http://quotedprintable.com/pages/scribbish.
	
  The theme was ported to WordPress by Kenny Pitt.
*/



/*===== Layout Styles =====*/

body {
	text-align: center;
	margin: 0; padding: 1em; 
	padding-top:28px;
}

#container {
	width: 900px;
	text-align: left; 
	margin: 0 auto; padding: 0;
}

#header {
	height: 60px; 
	margin: 0 0 15px; padding: 0;
}

#page {}

#content {
	width: 600px;
}

#sidebar_group {
	width: 250px;
}
#sidebar {
	width: 250px;
}
#sidebar_extra {
	width: 200px;
}

#footer {
	height: 40px; 
	margin: 10px 0 0; padding: 10px 0 0;
	clear:both; 
}

/*--------------------------------------------------------------
 Sidebar Alignment: you can have left or right
 --------------------------------------------------------------*/

/* BEGIN: Right Sidebar */
#sidebar_group {
	float: right; text-align: left;
	padding-left: 15px; 
	border-left: 1px dotted #ddd; 
}

#content {
	float: left;
	padding-left: 5px; 
}
/* END: Right Sidebar */


/* BEGIN: Left Sidebar
#sidebar {
	float: left; text-align: right;
	padding-right: 20px; 
	border-right: 1px dotted #ddd; 
}

#content {
	float: right; text-align: left;
}
/* END: Left Sidebar */

/*===== Content Styles =====*/

/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/

#header { 
	background: url(images/header_shadow.gif) repeat-x left bottom;
}

#header a:link,
#header a:visited { 
	color:#000;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color:#930; background: transparent;
	text-decoration: none;
}

#header h1 {
	font: bold 400% georgia, serif; 
	letter-spacing: -1px; 
	margin: 0;
	padding: 0 3px;
	float: left; 
}

#header h2 {
	font: normal 12px verdana, arial, sans-serif;  
	margin: 2.5em 0 0 0.8em;
	float: left; 
}

/*--------------------------------------------------------------
 Content
 --------------------------------------------------------------*/

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
	font-family: "lucidamac bold", "lucida grande", arial, sans-serif; 
	letter-spacing: -1px;
}

#content h1 { 
	font-size: 24px;
	margin: 0 0 0.3em;	
}

#content h2 { 
	font-size: 22px;
	margin: 0 0 0.3em;	
}

#content h3 { 
	font-size: 20px;
	margin: 1.2em 0 0.3em;	
}

#content h4 { 
	font-size: 18px;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #bbb;
}

#content h5 {
	font-size: 18px;
	background: #ffd;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #aaa;
}

#content p {
	line-height: 15px; 
	margin: 0 0 1.2em;
        font-size: 14px;
}

#content ul,
#content ol {
	margin: 1em;
	padding:0;
        font-size: 13px;
}

#content ul {
	list-style-type: square;
}

#content li {
	line-height: 15px; 
	margin: 0 0 0 1em; padding: 0;
}

#content dl dt {
  font-weight: bold;
}

#content dl dd {
  margin-left: 4em;
  margin-bottom: 1em;
}

#content blockquote {
	color: #555;
	border-left: 5px solid #ccc; 
	margin: 1.3em 1em; padding: 0 1em;
}

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .atomentry { 
	margin: 0 0 3em 0;
}

#content .atomentry .title {
	font-size: 24px;
	line-height: 94%;
	letter-spacing: -1.5px; 
	margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { 
	color: #930;
	text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active { 
	color: #000;
	background: transparent;
}

#content .atomentry .title .comment_count { display: none; }

#content .atomentry .author {
	color: #bbb;
	font: normal 16px/14px "lucidamac bold", "lucida grande", arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 1em;
}

#content .atomentry .author cite a,
#content .atomentry .author cite a:hover { /* author mailto: link (if any) */
	color: #aaa; background: transparent;
	text-decoration: none;
}

#content .atomentry .author abbr { /* posted date */
	font-weight: bold;
	color: #aaa;
}

#content .atomentry .author a { /* posted date */
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
}

#content .atomentry .content {}

#content .atomentry ul.meta { 
	font-size: 10px;
	background: #eee;
	margin: 0; padding: 5px;
	border: 1px solid #ddd;
	list-style-type: none;
}

#content .atomentry ul.meta li { 
	line-height: 13px;
	margin: 0; padding: 0;
}

#content .atomentry .meta a:link,
#content .atomentry .meta a:visited {
	color: #555;
}

#content .atomentry .meta a:hover,
#content .atomentry .meta a:active  {
	color: #fff;
}

/* Comments and Trackbacks */
#content ol.comments,
#content ol.trackbacks {
	list-style-type: none;
	margin: 0; padding: 0;
}

#comments .comment,
#comments .trackback {
	border: 2px solid #ddd;
	margin: 0 0 1.5em; padding: 1em;
}
#content .comment.bypostauthor {
	background: #FDFFBC;
}

#content .comment.preview { 
	background: #ffc;
	border: 3px solid #fab444;
}

#content .comment   .author,
#content .trackback .author { 
	font-weight: bold;
	margin-bottom: 1em;
}

#content .comment   .author cite,
#content .trackback .author cite {
	font-size: 16px;
	letter-spacing: -1px;
}

#content .comment   .author abbr, 
#content .trackback .author abbr { color: #999; }

#content .comment .author .gravatar { 
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

#content form.comments {
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 1em 0.5em;
}

#content form.comments fieldset { 
	border: none;
}

#content form.comments legend { 
	display: none;
}

#content form.comments label { 
	font-weight: bold;
}

#content form.comments textarea { 
	width: 90%; height: 150px;
	padding: 3px;
}

/*--------------------------------------------------------------
 Sidebar
 --------------------------------------------------------------*/
#sidebar {
	font-size: 11px; 
}

#sidebar h2 { 
	font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
	margin: 0 0 0.5em;
}

#sidebar h2 a:link,
#sidebar h2 a:visited {
	color: #000; text-decoration: none;
}

#sidebar h2 a:hover,
#sidebar h2 a:active {
	background: transparent; text-decoration: underline;
}

#sidebar ul {
	list-style-type: none; 
	margin: 0 0 2em; padding: 0;
}

#sidebar li { 
	margin: 0;
	padding: 1px 0;
}

#sidebar em { font-style: normal; }

/* Live-search and results */
#sidebar .search p { 
	margin: 0;
}

#sidebar .search p input {
	font-size: 11px; width: 92%;
}

/*--------------------------------------------------------------
 Sidebar Extra
 --------------------------------------------------------------*/
#sidebar_extra {
	font-size: 11px; 
}

#sidebar_extra h2 { 
	font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
	margin: 0 0 0.5em;
}

#sidebar_extra h2 a:link,
#sidebar_extra h2 a:visited {
	color: #000; text-decoration: none;
}

#sidebar_extra h2 a:hover,
#sidebar_extra h2 a:active {
	background: transparent; text-decoration: underline;
}

#sidebar_extra ul {
	list-style-type: none; 
	margin: 0 0 2em; padding: 0;
}

#sidebar_extra li { 
	margin: 0;
	padding: 1px 0;
}

#sidebar_extra em { font-style: normal; }

/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ccc; 
	font-size: 90%; 
}

#footer a:link,
#footer a:visited { 
	color: #000;
}

#footer a:hover,
#footer a:active { 
	color: #fff;
	background: #000;
}

#footer hr {
	display: none;
}

#footer p {
	width: 40%;
	float: left; 
	margin: 0; padding: 0; 
}

#footer ul {
	width: 40%;
	margin: 0; padding: 0;
	list-style-type: none; 
	text-align: right; 
	float: right; 
}

#footer li {
	margin: 0; padding: 0 0 0 1em;
	display: inline; 
}

/*===== Global Styles =====*/

@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
	background: url(images/background.gif) repeat-x left top;
	font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #930; }
a:hover, a:active  { color: #fff; background: #000; }



/*==========*/

/* Begin Typography & Colors */
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Various Tags & Classes */
span.caps {
	cursor: help;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.gravatar {
        float:right;
        padding: 3px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
        float: right;
        padding: 3px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #000;
        background: #fff;
}

/* Code Style */
#content pre, 
#content code {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-style: normal;
	font-size: 1em;
  background-color: #ddd;
  color: #000;
}

#content pre {
  margin: 1em 0; 
  padding: 10px;
  padding-bottom: 2em;
  overflow-x: auto;
  width: 500px;
  padding: 0.5em 1em;
  line-height: 15px;
}

#content code {
  padding: 2px 4px 2px 4px;
  font-size: 0.8em;
}

#content pre code {
  padding: 0px !important;
}

/* Share Article style from news.com.au */
.share-article ul {
display:block !important;
height:21px;
list-style:none !important;
margin:0;
padding:0;
}

.share-article li {
float:left;
margin:0 2px 0 0;
_margin: 0 2px 0 0;
padding:0;
display:block !important;
background:transparent;
width:80px;
height:21px;
}

.share-article li a {
margin:0;
padding:0;
display:block;
width:75px;
height:21px;
}

.share-article li.share-b, .share-article li.share-b a {
width:122px;
}

.share-article li.share-c, .share-article li.share-c a {
width:117px;
}

.share-article li a:link, .share-article li a:visited {
background: #fff url("/wp-images/share_sprite.gif") no-repeat 0 0;
padding:0;
}
.share-article li a:hover, .share-article li a:active {
background: #fff url("/wp-images/share_sprite.gif") no-repeat 0 -30px; 
padding:0;
}

.share-article li.share-b a:link, .share-article li.share-b a:visited {
background-position: -84px 0; 
padding:0;
}

.share-article li.share-b a:hover, .share-article li.share-b a:active {
background-position: -84px -30px; 
padding:0;
}

.share-article li.share-c a:link, .share-article li.share-c a:visited {
background-position: -210px 0; 
padding:0;
}

.share-article li.share-c a:hover, .share-article li.share-c a:active {
background-position: -210px -30px;
padding:0;
}

.share-article span {
position:absolute;
left:-99999px;
width:1em;
}

/* Pullquotes - http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/ */
blockquote.pullquote {
	float:left;
	width:10em;
	margin:0.25em 0.75em 0.25em 0 !important;
	padding:0.25em !important;
	border:3px double #ccc;
	border-width: 3px 0px !important;
	color:#333;
	background:transparent;
	font:italic 1.3em/1.3 Georgia;
}
blockquote.alt {
	float:right;
	margin:0.25em 0 0.25em 0.75em;
}
.pullquote p {
	margin:0;
	text-align:center;
}

/* Get Version boxes */

.version {
  float: right;
  text-align: center;
  font-family: sans-serif;
  font-weight: normal;
  background-color: #ff8;
  color: #66f;
  padding: 15px 10px 10px 10px;
  margin: 0 0 0 10px;
  /*border: 3px solid #66f;*/
}

.version .numbers {
  display: block;
  font-size: 4em;
  line-height: 0.8em;
  letter-spacing: -0.1ex;
}

.clickable {
	cursor:	pointer; 
	cursor:	hand;
}




p#promo {
background-color:#222222;
color:#FFFFFF;
font-family:verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:12px;
left:0pt;
line-height:1;
margin:0pt;
padding:8px 0pt;
position:absolute;
text-align:center;
top:0pt;
width:100%;
}

p#promo a {
color:#FFFFFF;
text-decoration:underline;
}


/** Theme for bookmark summary widget */
.bk_summary {
	border-bottom: 1px dotted rgb(204, 204, 204); 
	padding: 5px 10px 5px 5px; 
	background-color: rgb(255, 255, 204); 
	margin-bottom-size: 11px; 
	overflow: hidden; 
	height: auto;
}
.bk_summary p {
	margin: 0 !important; 
	padding: 0 !important;
}

.bk_summary span.help {
        font-size: 90%;
}


#banner a { color: #F8F4D9;}

#banner, #banner .inner {
  height: 78px;
  z-index: 100;
}

#banner {
  width: 100%;
  position: fixed;
  left: 0;
	bottom: 0;
	margin: 0;
	background: url(images/banner/repeater.jpg) repeat-x 0 0;
}

#banner .inner {
  background: url(images/banner/pattern.jpg) no-repeat 0 0;
  padding-left: 25px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #F6E9C9;
  font-size:1.6em;
}
#banner .inner .aboveline {
  height: 70px;
  position: fixed;
  bottom: 0;
}
#banner .inner .belowline {
  height: 38px;
  position: fixed;
  bottom: 0;
}
#banner .inner span {
  color: #FBFBD0;
  font-size: .5em;
  margin-right: 1em;
}

#banner .logos a {
	background-color: transparent;
}

a.image:hover {
	background-color: transparent;
}

#banner .logos img {
	valign: top;
	
}
#banner .logos img.full {
	height: 55px;
  margin-left: 1em;
}

#banner img.flag {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

#banner .right {
	float: right;
	padding: 10px 20px;
}

div.auto_complete {
  position:absolute;
  width:100px;
  background-color: #E3E59E;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  color: black !important;
}
div.commenters ul  {
  list-style-type: none !important;
  margin:0px;
  padding:0px;
}
div.commenters ul li.selected { background-color: white; }
div.commenters ul li {
  list-style-type: none;
  display:block;
  margin:0 !important;
  padding:2px;
  height:1.2em;
}

div.notice {
  margin: 10px;
  padding: 10px;
  background-color: #FADA6B;
}

div.notice p {
  padding: 20px 10px;
  color: black;
  background-color: #EEE;
  margin: 0 !important;
}