/*  
Theme Name: ScribbishWP
Theme URI: http://pittcrew.net/geekblog/scribbishwp
Description: WordPress port of the Scribbish theme for Typo.
Version: 1.0-3.0
Author: Kenny Pitt and Jeffrey Hardy
Author URI: http://pittcrew.net/geekblog/

  ScribbishWP v1.0-3.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 ====================*/

/**
 * Controls the main layout (width, height, margin, padding)
 *
 * #container
 *   #header
 *   #page
 *     #content
 *     #sidebar
 *   #footer
 */
body {
  text-align: center;
  margin: 0 auto;
}

#container {
  text-align: left; 
  margin: 0 auto; padding: 0;
}

#header {
  height: 62px;
  width: 960px;
  margin: 0 auto;
}

#page {}
#viewpage {
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	padding: 10px;
}
#content {
  float: left;
  padding: 0 0 0 5px;
}

#sidebar {
  float: right;
  text-align: left;
  width: 250px;
  padding-left: 15px;
  border-left: 1px dotted #ddd;
}

/*--------------------------------------------------------------
 Content Width: you can have standard or wide
 --------------------------------------------------------------*/

/* BEGIN: Standard Layout */
#container {
  width: 960px;
}

#content {
  width: 680px;
}
/* END: Standard Layout */

/* BEGIN: Wide Layout
#container {
  width: 900px;
}

#content {
  width: 662px;
}
/* END: Wide Layout */

/*--------------------------------------------------------------
 Sidebar Alignment: you can have left or right
 --------------------------------------------------------------*/

/* BEGIN: Right Sidebar */
#sidebar {
  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-wrap{
	background: url(images/top-background.png) repeat-x 0px -160px;
	height: 110px;
}

#header { 
  
}

#header a:link,
#header a:visited { 
  color:#303030;
  text-decoration: none;
  border: none;
}

#header a:hover,
#header a:active {
  color: #595E5F; background: transparent;
  text-decoration: none;
}

#header h1 {
  font: bold 410% georgia, serif; 
  letter-spacing: -1px; 
  margin: 0;
  float: left; 
}

#header h2 {
  font: normal 12px verdana, arial, sans-serif;  
  margin: 2.35em 0.2em 0 0;
  float: right; 
}

/*--------------------------------------------------------------
 Content
 --------------------------------------------------------------*/

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
  /* BEGIN: Scribbish 2.0 Styles */
  font-family: League Gothic,Helvetica;
  font-weight: normal;

  /* END: Scribbish 2.0 Styles */
  /* BEGIN: Scribbish 3.0 Styles 
  font-family: georgia, times, serif; 
  font-weight: normal;
  /* END: Scribbish 3.0 Styles */
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px #AAA;
}

#content h1 { 
  font-size: 28px;
  margin: 0 0 0.3em;  
}

#content h2 { 
  font-size: 24px;
  margin: 0 0 0.3em;  
}

#content h3 { 
  font-size: 22px;
  margin: 1.2em 0 0.3em;  
}

#content h4 { 
  font-size: 20px;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #bbb;
}

#content h5 {
  font-size: 20px;
  background: #ffd;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #aaa;
}

#content p {
  line-height: 14px; 
  margin: 0 0 1.2em;
}

#content ul,
#content ol {
  margin: 1em;
  padding:0;
}

#content ul {
  list-style-type: square;
}

#content li {
  line-height: 15px; 
  margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
  color: #555;
  border-left: 5px solid #ccc; 
  margin: 1.3em 1em; padding: 0 1em;
}

#content code { 
  font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
}

#content pre {
   /* green on black like an old-school monochrome monitor */
  /*color: #eee;*/ /* uncomment if you prefer basic grey text */
  background: #000; 
  overflow: auto;
  font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
  margin: 0.9em 0; padding: 8px;
}

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .hentry { 
  margin: 0 0 3em 0;
}

#content .hentry .entry-title {
  background: url(images/entry-title-bg.jpg) top left repeat-x;
  text-shadow: 1px 1px 1px #AAA;
  padding:5px 5px 2px 8px;
  font-size: 25px;
  color: #595E5F;
  font-weight: normal;
  line-height: 99%;
  letter-spacing: -1px; 
  margin: 0;
}

#content .hentry .entry-title a:link,
#content .hentry .entry-title a:visited { 
  /* BEGIN: Scribbish 2.0 Styles */
	color: #595E5F;
	font-size: 25px;
    text-shadow: 1px 1px 1px #AAA;
	font-weight: normal;
  /* END: Scribbish 2.0 Styles */
  /* BEGIN: Scribbish 3.0 Styles 
  color: #111;
  /* END: Scribbish 3.0 Styles */
  text-decoration: none;
}

#content .hentry .entry-title a:hover,
#content .hentry .entry-title a:active { 
  background: transparent;
  /* BEGIN: Scribbish 2.0 Styles */
	color: #303030;
  /* END: Scribbish 2.0 Styles */
  /* BEGIN: Scribbish 3.0 Styles 
  text-decoration: underline;
  /* END: Scribbish 3.0 Styles */
}

/* Set display to "inline" to show comment count after article title */
#content .hentry .entry-title .comment_count { color: #eee; display: none; }

#content .hentry .posted {
  float: left;
  width: 130px;
  color: #a9a9a9;
  font: normal 14px helvetica, arial, verdana, sans-serif;
  margin: 1px 0 0.6em 2px;
  padding: 5px;
}

#content .hentry .fn {
  font-weight: bold;
}

#content .hentry .fn a,
#content .hentry .fn a:hover {
  color: #aaa; background: transparent;
  text-decoration: none;
}

#content .hentry .clear { clear: both; }

#content .hentry .entry-content {
	margin-top: 5px;
	padding: 0em 1em 0em 1em;
	border-left:1px dotted #EEE;
	float: right;
	width: 500px;
}

.hentry {
  background-color: #FFF;
  border: 1px solid #DFDFDF;
}

#content .hentry .posted ul.meta { 
  font-size: 12px;
  background: #eee;
  width: 125px;
  padding: 5px; margin: 0.5em 0 0 0;
  border: 1px solid #ddd;
  list-style-type: none;
}

#content .hentry ul.meta li { 
  line-height: 15px;
  margin: 0; padding: 0;
}

#content .hentry .meta a:link,
#content .hentry .meta a:visited {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

#content .hentry .meta a:hover,
#content .hentry .meta a:active  {
  color: #303030;
}


/* Comments and Trackbacks */
#content ol.comments,
#content ol.trackbacks {
  list-style-type: none;
  margin: 0; padding: 0;
}

#content li.comment,
#content li.trackback {
  border: 2px solid #ddd;
  margin: 0 0 1.5em; padding: 1em;
}

#content li.comment.preview { 
  background: #ffc;
  border: 3px solid #fab444;
  margin: 0 0 1.5em; padding: 1em;
}

#content li.comment   .author,
#content li.trackback .author { 
  font-weight: bold;
  margin-bottom: 1em;
}

#content li.comment   .author cite,
#content li.trackback .author cite {
  font-size: 16px;
  letter-spacing: -1px;
}

#content li.comment   .author abbr, 
#content li.trackback .author abbr { color: #999; }

/* For future Gravatar support.  Not currently used. */
/*
#content li.comment .author .gravatar { 
  margin: 0 0 0.5em 0.5em;
  float: right; 
}

#content li.comment .author div {
  margin: 0 0 0.5em 0.5em;
  width: 60px; height: 60px;
  background: url(images/gravatar.gif) no-repeat left top;
  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 League Gothic,Helvetica;;
  margin: 0 0 0.5em;
  text-shadow: 1px 1px 1px #AAA;
}

#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.widget { 
  margin: 0 0 30px 0;
  padding: 1px 0;
}
#sidebar li.widget_flickrss a { border:none; }
#sidebar li.widget_flickrss a img {
	border: 3px solid #CCC;
	margin: 5px 5px 5px 0;
}


#sidebar em { font-style: normal; }

/* flickrss widget style */

/* Search and results */
#sidebar .search p { 
  margin: 0;
}

#sidebar .search p input {
  font-size: 11px; width: 92%;
}

/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/
#footer-wrap {
	background: url(images/bottom-background.png) repeat-x top left transparent;
	border-top: 1px solid #ccc; 
}
#footer {
  padding-top: 10px;
  font-size: 90%; 
  margin: 0 auto;
  width: 960px;
  height: 50px;
  color: #FFF;
  text-shadow: 1px 1px 1px #111111;
}

#footer a:link,
#footer a:visited { 
  color: #FFF;
}

#footer a:hover,
#footer a:active { 
  color: #FFF;
}

#footer hr {
  display: none;
}

#footer p {
  text-align: 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.png);
  font: normal 13px "lucida grande", verdana, arial, helvetica, sans-serif;
  color: #444;
}

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:#444; text-decoration:none; border-bottom: 1px dotted #777;}
a:hover, a:active  { color: #595E5F; border-bottom: 1px dotted #333;}

/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
/* Uncomment if you want preformatted text to wrap in IE <= 6 */
/*
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
*/

/*========================================*/

/* 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: 40px;
  }
/* End Various Tags & Classes*/


/* Menu */
.menu {
    position: relative;
    height: 29px;
    width: 510px;
    padding: 15px; margin:-40px -30px -40px 0;
    overflow: hidden;
}

.menu li {
   float: left;
   list-style: none;
}
.menu li.back {
    border-bottom: 5px solid #889497;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
.menu li a {
    display: block;
	float: left;
	font: bold 15px League Gothic, Helvetica ;
	letter-spacing: 0;
	margin: auto 5px;
	outline: medium none;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform:uppercase;
	top:4px;
	z-index:10;
	color: #303030;
}   
.menu li a:hover, .menu li a:active, .menu li a:visited {
    border: none;
 }

/* home page style */
#two-column-left {
	width: 330px;
	float:left;
/*	background: url(images/block-background.png) ;*/
	padding:0;
}

#two-column-left h2,
#two-column-right h2 {
	padding: 17px; margin:0;
/*	background-color: #D2D2D2;*/
	
}

#two-column-left h2 {
	background: url(images/writing.png) no-repeat top left;
    padding-left: 55px;
}

#two-column-right h2.twitter-title {
	background: url(images/twitter.png) no-repeat top left;
    padding-left: 70px;
}

#two-column-left ul.recent-posts-list {
	margin: 0;
	list-style: none;
}
#two-column-left ul.recent-posts-list li {
	padding:0; margin: 0;
	font-size: 15px;
/*	border-bottom: 1px dotted #D2D2D2;*/
}
#two-column-left ul.recent-posts-list li a:link, 
#two-column-left ul.recent-posts-list li a:hover,
#two-column-left ul.recent-posts-list li a:visited {
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	background: url(images/square.png) 10px center no-repeat;
	text-shadow: 1px 1px 1px #EEE;
	border:none;
}
#two-column-left ul.recent-posts-list li a:hover {
	background: url(images/square.png) 11px center no-repeat #D2D2D2;
}

#two-column-right {
	width: 330px;
	float:right;
}
#two-column-right ul.twitter {
	font-size: 15px;
	margin: 0px; padding: 0px;
	list-style: none;
	
}

#two-column-right ul.twitter li.twitter-item {
	background-color: #FFF;
	padding: 10px;
	margin: 10px 5px 5px 0px;
	text-shadow: 1px 1px 1px #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#social-links {
	margin: 10px;
}

#social-links ul li a { border:none; }

#social-links ul, #social-links li {
	display: inline;
	margin: 0;
}

/*lifestream*/
#lifestream-colum-wrap { display: block; background: url(images/stream-background.png) no-repeat 0px 60px; height: 200px; }
#lifestream-colum-wrap #lifestream-title {
	background: url(images/noting.png) no-repeat 0px -5px;
    padding: 17px 17px 10px 70px; margin: 0;
}
.lifestream-column { display: block; width: 220px; }

#lifestream-column-left{ float:left; width: 440px; }
#lifestream-column-right{ float:right; width: 220px; }
#lifestream-column-1 { float:left; }
#lifestream-column-2{ float:right; }

.lifestream-column #lifestream, .lifestream-column #lifestream li,
.lifestream-column #lifestream ol {
	margin:0;
	font-size: 15px;
	text-shadow: 1px 1px 1px #CCC;
}
.lifestream-column #lifestream ol, .lifestream-column #lifestream li {
	list-style: none;
}
.lifestream-column #lifestream li p.lifestream-label {
	margin-bottom: 2px;
	padding-left: 10px;
}
.lifestream-column #lifestream li p.lifestream-meta {
	padding-left: 10px;
	font-size: 13px;
	color: #666;
}
.lifestream-column #lifestream li p.lifestream-meta img {
	margin-top: 3px;
}
.lifestream-column #lifestream p.lifestream-paging {
	display:none; 
	margin: 0; padding:0;
}
.lifestream-column #lifestream li h2 {	display:none;	}

.lifestream_events {
	display:none;
}