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

#container {
	width: 750px;
	text-align: justify; 
	margin: 0 auto; padding: 0;
}

#header {
/*	height: 60px; */
	height: 5em;
	margin: 0 0 15px; 
	padding: 0 0 0.5em 0;
}

#page {}

#content {
	width: 510px;
}

#sidebar {
	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 {
	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;
	position: relative;
}

#header a:link,
#header a:visited { 
/*	color:#24b;*/
	text-decoration: none;
}

#header a:hover,
#header a:active {
/*	background-color: #24b;
	color: #fff;*/
/*	background: transparent;*/
/*	text-decoration: underline;*/
}

#header a:hover #second_word, #header a:active #second_word { /*text-decoration: underline;*/ /*background-color: #fff; color: #24b;*/ }

#header h1 {
	font: bold 400% "lucida grande",verdana,arial,helvetica,sans-serif; 
	letter-spacing: -1px; 
	margin: 4px 0 0 0;
/*	padding: 0 3px;*/
	float: left; 
	text-indent: -10000px;
	background: url(images/logo.png) no-repeat scroll 0pt;
	height: 56px;
	width: 259px;
}

#header h1 a { display: block; height: 56px; width: 259px; }
#header h1 a:hover { background: transparent; }

#header h2 {
	font: normal 1em "lucida grande",verdana,arial,helvetica,sans-serif;  
	margin: 0.25em 0 0 0.8em;
	float: left; 
/*	font-weight: bold;*/
}

#header h1 #second_word { background-color: #24b; color: #fff; }
/*#header h2 #byline { font-size: 1.4em; }*/
#header #byline { font-weight: bold; }

#header .tabbed_menu { list-style-type: none; position: absolute; right: 0px; padding: 0px; margin: 0px; }
#header .tabbed_menu li { float: left; margin: 0px 2.5px; font-weight: bold; }
#header .tabbed_menu li a { padding: 5px; background-color: #ddf; font-size: 1.2em; display: block; }
#header .tabbed_menu li a:hover { background-color: #ccf; color:#24b; }
#header .tabbed_menu li a#here { background-color: #24b; color: #fff; }

#header .top_menu { top: 0px; right: 0px; position: absolute; margin: 0; padding: 0; list-style-type: none; font-size: 1.2em; }
#header .top_menu a { font-weight: bold; }
#header .top_menu li { float: left; margin: 0 2.5px; }
#header .bottom { bottom: 6px; }

#posts_since_then { text-align: center; color: #c00; border: 1px #fc0 solid; background-color: #ffc; font-size: 1.2em; padding: 10px 0; }

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

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
	font-family: "lucidamac bold", "lucida grande", arial, sans-serif; 
	letter-spacing: -0.5px;
}

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

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

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

#content .related_posts h3 { margin: 0; }

#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, #content ul li {
	line-height: 1.75em; 
}

#content p { 	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 pre, 
#content code { 
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}

#content pre {
	color: #eee;
	background: #000; 
	margin: 1em 0; padding: 10px;
	overflow: auto; 
}

/*#content a img { border: 2px solid #fff; }
#content a:hover img { border: 2px solid #24b; }*/

#referred_by_google { background-color: #eef; padding: 5px; margin: 0 0 10px 0; }
#clean_archives { border-top: #aaa 1px dotted; padding-top: 10px; }
#content h2.pagetitle { text-align: center; }

#content .more-link { font-weight: bold; font-size: 1.1em; }

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .atomentry { 
/*	margin: 0 0 3em 0;*/
	margin: 0;
	margin-bottom: 2em;
	border-bottom: 1px #666 dotted;
}

#content .atomentry .title {
	font-size: 1.5em;
	margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { 
	color: #24b;
	text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active { 
	background-color: #fff;
	text-decoration: underline;
}

#content .atomentry .title .comment_count { display: none; }

#content .atomentry .author {
	color: #666;
/*	font: normal 16px/14px "lucidamac bold", "lucida grande", arial, verdana, sans-serif;*/
/*	letter-spacing: -1px;*/
/*	letter-spacing: -0.5px;*/
	margin: 7px 0 1em;
}

#content .comments-link { font-size: 1em; margin: 7px 0 1em; font-weight: bold; }

#content .atomentry .author cite { font-weight: bold; color: #777; }

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

#content .posted_date { font-weight: bold; }

/*#content .atomentry .content { padding-bottom: 1em; }*/

#content .atomentry ul.meta { 
/*	font-size: 10px;*/
	background: #eee;
	margin: 0; padding: 5px;
	border: 1px solid #ddd;
	list-style-type: none;
	position: relative;
}

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

#content ul.meta .meta-admin { position: absolute; right: 5px; top: 5px; }

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

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

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

#content .comments .highlighted { background-color: #eef; border-color: #bbb; }

/*--------------------------------------------------------------
 Sidebar
 --------------------------------------------------------------*/
#sidebar {
	font-size: 11px; 
}

#sidebar h2 { 
	font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
	margin: 0 0 0.5em;
	border-bottom: 1px dotted #666;
}

#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; color: #24b;
}

#sidebar ul {
	list-style-type: none; 
	margin: 0 0 1em; padding: 0;
}

#sidebar li { 
	margin: 0;
	padding: 1px 0;
}

#sidebar li#search { margin-bottom: 1em; }
#sidebar li#is_archive p { border-top: 1px #aaa solid; border-bottom: 1px #aaa solid; margin: 0 0 .75em; padding: .75em 0; }

#sidebar em { font-style: normal; }

#sidebar #s { width: 130px; }
#sidebar #searchsubmit { width: 60px; }

/*#subscribe #subscribe-left { float: left; }
#subscribe #subscribe-right { float: right; }*/

#sidebar #subscribe-email { width: 105px; }
#sidebar #subscribe_button { width: 75px; }

#sidebar #most_popular li ul li, #sidebar .show_bullets ul li { list-style-type: disc; }
#sidebar #most_popular li ul, #sidebar .show_bullets ul { padding-left: 10px; }

#sidebar #sidebar-photo { padding-right: 5px; }

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

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

#sidebar small { color: #777; font-weight: normal; font-size: 0.8em; }

/*--------------------------------------------------------------
 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 0.75em "lucida grande", verdana, helvetica, sans-serif;
}

input,
textarea { font: normal 12px verdana, sans-serif; }

/*abbr  { border: none; }*/
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #24b; }
a:hover, a:active  { color: #fff; background-color: #24b; text-decoration: none; }

a:hover img { background-color: #fff; }

img#wpstats{width:0px;height:0px;overflow:hidden;}

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

/* Begin Typography & Colors */
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

#content p img { margin: 0 10px; }
/*#content p a img { margin: 0; }*/
#content p img.wp-smiley { margin: 0; }

/*	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
	}
	
.halfwidth { width: 50%; }
/* End Images */



/* Begin Various Tags & Classes */
span.caps {
	cursor: help;
	}

.center {
	text-align: center;
	}

.navigation {
	float: left;
	display: block;
	text-align: center;
	margin: 10px 0;
/*	margin-bottom: 30px;*/
	}
	
.navigation .alignleft { text-align: left; }
.navigation .alignright { text-align: right; }
/* End Various Tags & Classes*/
