/*  
Theme Name SachaNew:
Theme URI: http://www.sachachua.com
Description: A new theme 
Version: 1.0
Author: Sacha Chua

*/
/* RECAPTCHA STYLING */
.recaptcha-error {
   font-size: 1.8em;
   padding-bottom: 8px;
}
/* END RECAPTCHA STYLING */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
        color: #500000;
}

body{
	margin-top: 20px;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: left;
        
	vertical-align: top;
	background: #FFF;
}

#wrapper{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	border: none;
	background: #FFF;
}

h1{
	font-size: 120%;
        text-shadow: #bbb 1px 1px 1px;
        
}

h3{
	padding: 25px 0 5px 0;
}


a:link{
	text-decoration: none;
	color:#900;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#900;
}

a img {
	border: none;
}

/*******************
----Custom Styles---
*******************/

blockquote { 
	font-size: 90%;
	color: #633; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
}

code { 
	font-family: Courier, monospace;
}

textarea#comment {
	width: 545px;
}
#comment-preview {
        width: 535px; 
}
.bg {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	}

.entry ol.bg {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
}

.entry li { 
	margin: 0 0 5px 0; 
}

.entry ul, .entry ol { margin: 0px; }		
.entry ul ul { margin-left: 10px; padding-left: 10px; }
.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
------Header-------
*******************/

#header{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.title{
	margin: 0 auto 0 auto;
	width: 1000px;
	padding: 20px 20px 0px 40px;
	text-align: left;
}

.title a:link{
	text-decoration: none;
}

.title a:hover{
	text-decoration: underline;
}

.title a:visited{
	text-decoration: none;
}

/********************
----Navigation Bar---
********************/

#top-menu{
	width: 100%;
	text-align: left;
	border: none;
}

#top-menu a{
	text-decoration: none;
	padding: 5px 10px;
	color: #900;
}

#top-menu a:hover{
	text-decoration: none;
	color: #000;
}

#top-menu ul{
	margin: 0 auto;
	width: 950px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
}


/*******************
---------Post-------
*******************/

.post h2{
	text-transform: normal;
	padding: 20px 0 0 0;
        text-shadow: #bbb 1px 1px 1px;
}

pre { overflow: auto; width: 90%; padding: 5px 5px 5px 5px; -webkit-box-shadow: #aaa 1px 1px 2px; border: 1px solid #aaa }

.postinfo{
	color: #600;
	padding: 2px 0 20px 0;
}


.entry { line-height: 150%; }
.postdate{ color: #aaa; }

p.postmetadata{
	color: #BFB8A1;
	margin: 1en 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/********************
----Sidebar Styles---
********************/

.rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}



.rightbar ul li h2{
	color: #555;
	border-bottom: 1px solid #CCC;
}

.rightbar ul ul li{
	padding: 0;
	margin: 0 0 0 0;
	line-height: 24px;
}

.rightbar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}
#wp-calendar td { color: lightgray }

/* Left Sidebar */

.leftbar ul{
	list-style: none;
	margin: 0;
padding: 0;
}


.leftbar ul li h2{
	color: #555;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	line-height: 18px;
}
.leftbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*******************
----Comment Form---
*******************/

#comment-form{
	width: 560px;
	background: #f1f0ed;
	margin: 0px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
	text-decoration: underline;
	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	color: #000;
	margin: 0px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

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

#footer a:link{
	text-decoration: none;
	color: #369;
}

#footer a:hover{
	text-decoration: underline;
	color: #333;
}
a:hover { text-decoration: underline; }

#footer a:visited{
	text-decoration: none;
	color: #900;
}
.example { border: 1pt solid black; padding: 10pt; background: rgb(240, 240, 255); overflow: auto }

blockquote{
	background: #EEE url(images/blockquote.png) no-repeat bottom left;
		/*border: 1px solid #E0E0E0;*/
			padding: 10px;
				padding-bottom: 40px;
					margin: 1em;
					}

.progress-bar { width: 150px; font-size: x-small ! important }
.progress-bar DIV { margin: 0pt ! important }
.chapter { width: 150px; text-align: center; font-size: xx-small ! important}
.chapter_progress { background-color: lightgreen; !important }
.chapter_box { background-color: lightgray; !important }
.chapter DIV { display: inline; margin: 4px }
.chapter_inactive { background-color: lightgray; !important }
.chapter_done { background-color: lightgreen; !important }
.chapter_current { background-color: black; color: white; font-weight: bold; ! important }
.comment_body { margin-top: 12pt; }
P { margin-top: 1em; }

.rightbar ul ul li.recentcomments { margin-bottom: 1em;  }

div.friendfeed, li div.friendfeed.badge { padding-left: 0px; width: 220px }


li { margin-bottom: 0.5em }
.navigation { font-weight: bold; font-size: larger }
.navigation .right { float: right }
.navigation .left { float: left }

.subscribe_text { background-image: url(images/subscribe.png); background-repeat: no-repeat; height: 20px; margin-bottom: 5px; }
img#wpstats { visibility: hidden; height: 0px }
.code {  color: #d8bfd8; }
.comment {
                        /* font-lock-comment-face */
                        color: #ff7f24;
                              }
                  .comment-delimiter {
                              /* font-lock-comment-delimiter-face */
                              color: #ff7f24;
                                    }
                        .constant {
                                    /* font-lock-constant-face */
                                    color: #7fffd4;
                                          }
                              .default {
                                          /* default */
                                          color: #d8bfd8;
                                                        }
                                    .keyword {
                                                /* font-lock-keyword-face */
                                                color: #00ffff;
                                                      }
                                          .string {
                                                      /* font-lock-string-face */
                                                      color: #ffa07a;
                                                            }
                                                .variable-name {
                                                            /* font-lock-variable-name-face */
                                                            color: #eedd82;
                                                                  }
                                                

.links { padding-left: 0px; margin-top: 0px; }
.links li { display: inline; margin-right: 10px; }
.container_16 { text-align: left; } 
.leftbar ul.featured_categories li { height: 100px; width: 100px; padding: 0px; margin: 0px; }
.leftbar ul.featured_categories { margin: 0; padding: 0; }
.featured_categories li a { display: block; text-indent: -9999px; height: 100px; width: 100px }
.cat_work { background: transparent url(images/categories.png) 0px 0px no-repeat; }
.cat_geek { background: transparent url(images/categories.png) 0px -200px no-repeat; }
.cat_life { background: transparent url(images/categories.png) 0px -100px no-repeat; }
.cat_sketches { background: transparent url(images/categories.png) 0px -300px no-repeat; }
.cat_speaking { background: transparent url(images/categories.png) 0px -400px no-repeat; }
.cat_connecting { background: transparent url(images/categories.png) 0px -500px no-repeat; }
.cat_outsourcing { background: transparent url(images/categories.png) 0px -600px no-repeat; }
.cat_emacs { background: transparent url(images/categories.png) 0px -700px no-repeat; }
.cat_drupal { background: transparent url(images/categories.png) 0px -800px no-repeat; }
.cat_weekly { background: transparent url(images/categories.png) 0px -900px no-repeat; }
body { margin-top: 40px; }
.footer {
	border-top: 1px dotted #CCC;
	border-bottom: none;
margin-top: 20px;
}
body .cse input.gsc-search-button, body input.gsc-search-button { height: 18px; width: 16px; background: transparent url(images/search.png) no-repeat center top;
cursor: pointer; cursor: hand; text-indent: -1000em; border: 0px; overflow: hidden; display: block; margin: 0px; padding: 0px }
body td.gsc-search-button { width: 16px; padding-left: 5px;}
.post, .post h2 { text-align: left; }
.sketch_thumbnail li { list-style-type: none; margin: 0px; padding: 0px; width: 60px; display: inline }

.future td.date { color: darkgray }
.future td.future_title { margin-left: 10px; margin-right: 10px; }
td { vertical-align: top }
th { text-align: left }
.message { border: 1pt solid black; background-color: lightyellow; padding: 10px }
.entry a:link, entry a:visited { text-decoration: underline }
body .gsc-control-cse { padding: 0px; }
body .gsc-control-cse { border: 0px; }
body .cse .gsc-results div.gsc-cursor-current-page { background: white; border: 1pt solid darkred }
.bulk .title { padding: 0; margin-top: 2em}
.bulk { padding-left: 20px; }
pre.src { color: #000 }

