/*  
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; padding: 0; 
}

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

}

#header {
  height: 120px; 
  margin: 20px 0 20px 0;
}

#page {
  background: #fff;
}

#content {
  float: left;

}

#sidebar {
  float: right;
  text-align: left;
  width: 230px;
padding: 20px 0 0 0;
}

#footer {
  height: 40px; 
  margin: 10px 0 0; padding: 10px 0 0;
  clear:both; 
}

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

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

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

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

}

#content {
  width: 900px;

}
/* END: Wide Layout */

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

/* BEGIN: Right Sidebar */
#sidebar {
  float: right; text-align: left;
  padding-left: 15px; 


}
#content {
  float: left;

}
/* 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 { 
background: #fff url(images/Hervecuviliez_blog.jpg) no-repeat;

}



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

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
  /* BEGIN: Scribbish 2.0 Styles */
	font-family: "lucida sans unicode", sans-serif;
  /* END: Scribbish 2.0 Styles */
  /* BEGIN: Scribbish 3.0 Styles 
  font-family: georgia, times, serif; 
  font-weight: normal;
  /* END: Scribbish 3.0 Styles */

}

#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: 18px;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #aaa;
	font-variant: small-caps;
}

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

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

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

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

#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 a {
	color: #3b5999; 
}

#content pre {
  color: #63FF00; /* 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 {
	font-weight: normal;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	letter-spacing: 1px;
	background: #dadada;
}

#content .hentry .entry-title a:link,
#content .hentry .entry-title a:visited { 
  /* BEGIN: Scribbish 2.0 Styles */
  	padding: 0 3px 0 3px;
	background: #b3252c;
	color: #ffffff;
  /* 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 { 
  /* BEGIN: Scribbish 2.0 Styles */
	color: #cccccc;
  /* 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;
  color: #a9a9a9;
  font: normal 10px "lucida sans unicode", sans-serif;
  margin: 1px 0 0.6em 2px;
  font-weight: normal;
}

#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 {}

#content .hentry ul.meta { 
  font-size: 10px;
  background: #fff;
  margin: 0; padding: 5px;
  border: 1px solid #ddd;
  list-style-type: none;
}

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

#content .hentry .meta a:link,
#content .hentry .meta a:visited {
  color: #961a1d;
  text-decoration: none;
  font-weight: bold;

}

#content .hentry .meta a:hover,
#content .hentry .meta a:active  {
  color: #961a1d;
  text-decoration: underline;
}

#content .hentry .meta_categories a:link, #content .hentry .meta_categories a:visited, #content .hentry .meta_categories a:hover, #content .hentry .meta_categories a:active{
  color: #3b5999;
  font-weight: normal;
}



/* 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 "lucida sans unicode", sans-serif;
  margin: 0 0 0 0;
}


#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; }

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

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

#socialnetworks_colright{
  width: 110px;
  float: left;
}


#socialnetworks_colleft{
  width: 115px;
  float: left;
  
}


#sidebar_others{
	margin-top: 15px;
	clear: both;
}


/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/

#footer {
  border-top: 1px solid #ccc; 
  font-size: 90%; 
  text-align: center;   
}

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

#footer a:hover,
#footer a:active { 
  background: #ccc;
}

#footer hr {
  display: none;
}

#footer p {
  width: 40%;
  float: left; 
  margin: 0; padding: 0; 
}

#footer ul {

  margin: 0; padding: 0;
  list-style-type: none; 

}

#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 {
  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: #000; text-decoration: none;}
a:hover, a:active  { background: #ddd; }

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

/*--------------------------------------------------------------
 Miccroblogging
 --------------------------------------------------------------*/

#microblogging {


  }


#microblogging .aktt_tweets_time a:link{ font-size: 9px; color: #ccc; text-decoration:none;}
#microblogging .aktt_tweets_time a:visited{font-size: 9px; color: #ccc; text-decoration:none;}
#microblogging .aktt_tweets_time a:active{ font-size: 9px; color:#ccc; text-decoration:none;}
#microblogging .aktt_tweets_time a:hover{ font-size: 9px; color:#ccc; text-decoration:none; }

#microblogging .aktt_more_updates a:link{ font-size: 9px; color: #3b5999; text-decoration:none;}
#microblogging .aktt_more_updates a:visited{font-size: 9px; color: #3b5999; text-decoration:none;}
#microblogging .aktt_more_updates a:active{ font-size: 9px; color:#3b5999; text-decoration:none; background: #ddd;}
#microblogging .aktt_more_updates a:hover{ font-size: 9px; color:#3b5999; text-decoration:none; background: #ddd;}

#microblogging a:link{ color: #3b5999;}
#microblogging a:visited{ color: #3b5999;}
#microblogging a:active{ color: #3b5999;}
#microblogging a:hover{ color: #3b5999; background: none; text-decoration: underline}

#microblogging li { 
	list-style-type: none;
	margin: 4px 0 4px 0;	
}

#microblogging ul {
display: inline;

}

#microblogging_title{ 
	width: 430px;
	font-size: 14px;
	color: #000;
	padding: 2px 0 2px 2px;
	font-variant: small-caps;
	border-bottom: 1px solid #949494;
	letter-spacing: 0px;
	margin-bottom: 10px;
	
	
}

#my_tweet{ 
	width: 440px;
	float: left;
	margin-bottom: 10px;
	
}

#my_read{ 
	width: 440px;
	float: left;
	margin: 0 0 10px 13px;
	
}


#my_read li { 
	list-style-type: none;
	margin: 4px 0 4px 0;	
}

#my_read ul {
display: inline;

}

#my_read_title { 
	width: 430px;
	font-size: 14px;
	color: #000;
	padding: 2px 0 2px 2px;
	font-variant: small-caps;
	border-bottom: 1px solid #949494;
	letter-spacing: 0px;
	margin-bottom: 10px;
	
	
}


#my_read a:link{ color: #3b5999;}
#my_read a:visited{ color: #3b5999;}
#my_read a:active{ color: #3b5999;}
#my_read a:hover{ color: #3b5999; background: none; text-decoration: underline}

#my_read li { 
	list-style-type: none;
	margin: 5px 0 5px 0;
	
	
}


/*--------------------------------------------------------------
 Me part
 --------------------------------------------------------------*/

#mepart{ 
	width: 220px;
	font-size: 11px;
	float: left;
	margin: 10px 0 0 10px;
	color: #949494;
	 
}

#connectme{ 
	width: 130px;
	font-size: 11px;
	float: left;
	margin: 10px 0 0 10px;
	color: #949494;
}

#me { 
	width: 200px;
	font-size: 11px;
	float: left;
	margin: 10px 0 0 130px;
	color: #949494;
	 
}

#me h1{ 
	font-size: 14px;
	color: #949494;
	font-weight: 100;	 
}


#me a:link{font-size: 24px; color: #b3252c;}
#me a:visited{font-size: 24px; color: #b3252c;}
#me a:active{font-size: 24px; color: #b3252c;}
#me a:hover{font-size: 24px; color: #fff; background: #b3252c; text-decoration: none}



#catpart { 
	width: 170px;
	font-size: 11px;
	float: left;
	margin: 10px 0 0 10px;	
	color: #949494; 
}

#mepart h4 {
  font: normal 12px verdana, arial, sans-serif;  
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#connectme h4 {
  font: normal 12px verdana, arial, sans-serif;  
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#catpart h4 {
	color: #949494; 
  font: normal 12px verdana, arial, sans-serif;  
  padding: 0px;
  margin: 0 0 2px 0;
  border-bottom: 1px solid ##949494;
}

#catpart ul {
display: inline;

}

#catpart li {
	list-style: none;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;

}

#mepart ul {
display: inline;


}

#mepart li {
	list-style: none;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;

}

#connectme ul {
display: inline;

}

#connectme li {
	list-style: none;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;

}

#about_me {
	text-decoration: underline;
	margin: 0px 0 5px 0;
}

#topline {
	width: 895px;
	height: 20px;
	background: #ececec;
  	margin: 0 auto;
  	padding: 5px 0 0 5px;
  	color: #949494;
  	font-size: 10px;text-align: left;

}

a#topline , a:visited#topline , a:active#topline , a:hover#topline  {
	color: #949494;
	text-decoration: none;
}

a#linkedinlink, a:visited#linkedinlink, a:active#linkedinlink, a:hover#linkedinlink {
	color: #000;
	text-decoration: none;
}

a#dopplrlink, a:visited#dopplrlink, a:active#dopplrlink, a:hover#dopplrlink {
	color: #e20d37;
	text-decoration: none;
}

a#twitterlink, a:visited#twitterlink, a:active#twitterlink, a:hover#twitterlink {
	color: #33ccff;
	text-decoration: none;

}

a#rsslink, a:visited#rsslink, a:active#rsslink, a:hover#rsslink {
	color: #f69537;
	text-decoration: none;
}

li a#facebook, a:visited#facebook, a:active#facebook, a:hover#facebook {
	color: #3b5998;
	text-decoration: none;
}

.twitter-timestamp {
	color: #dddddd;
	font-size: 10px;
}




