/*
Theme Name: Greener Thinking
Theme URI: http://greenerthinking.com/
Description: Theme for Greener Thinking
Version: 1.0
Author: Michael Wille
Author URI: http://tek42.com/
Tags: Greener, Thinking, fixed width, two columns
*/




.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before { 
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


.widget_caticons {
/*	text-align: center; */
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}
body {
  font: 12px Arial,Tahoma,sans-serif; /*75%*/
  color: #444; /*#244;*/
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  background: #E8B36D url('images/bg.gif') repeat-y 50% 0;
}

/* GENERAL STYLES
------------------------------------------*/
a {
  color: #17A;
  text-decoration: none;
}
a:hover, a:hover {
  color: #0099EA;
  text-decoration: underline;
}
blockquote {
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 6px solid #EEE;
}
.right {
  float: right;
}
.left {
  float: left;
}
.new {
  color: #CC3333;
}
.error, .success, .information, .neutral {
  padding: 6px;
}
.error {
  background-color: #F9E1E1;
  border: 1px solid #EAAEAE;
}
.success {
  background-color: #EDF9E2;
  border: 1px solid #CCEBAD;
}
.information {
  background-color: #FAFBE4;
  border: 1px solid #EDF1B2;
}
.neutral {
  background: url(images/optsbg.gif);
  color: #385A6B;
  border-top: 1px solid #EDF2F5;
  /*border-bottom: 1px solid #EDF2F5;*/
}
#container {
  width: 900px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* HEADER
------------------------------------------*/
#header {
  background: #FAFEFF url(images/header.gif) no-repeat scroll 0% 0%;
  height: 147px;
}
#header img {
  margin: 27px 0 0 24px;
}

/* MAIN NAVIGATION
------------------------------------------*/
/*.min_width {
  min-width: 770px;
  
  width: expression( this.parentNode.offsetWidth <= 770 ? "770px" : "auto" );
}*/
#navigation {
  background: #FAFEFF url(images/nav_bg.gif) 0 0px repeat-x;
  height: 33px;
}
#navigation ul, #sub_navigation span {
  margin-left: 24px;
}
#navigation li {
  list-style: none;
  display: inline;
}
#navigation a {
  background-position: 30px 13px !important;
  width: 140px;
  margin-left: 75px;
  
  height: 30px;
  color: #FFFFFF;
}
#navigation .selected a, #navigation a:hover {
  border-top: 3px solid #7EC638;
  line-height: 30px;
  
  background-position: 30px 8px !important;
}

#news1 p, #news2 p {
  margin-top: 4px;
}

/* MAIN CONTENT
------------------------------------------*/
#main {
/*  overflow: auto; */
}
#content {
  float: left;
  width: 600px;
  margin: 25px 24px 0 24px;
  line-height: 19px; /* 16px for 11px font */
  
  display: inline;
}
#content p {
  margin: 0 0 14px 0;
}
h2 {
  color: #C52; /*#D05A25;*/
  margin: 0 0 17px 0;
  font: normal 16px Optima,Georgia,Arial Narrow,Arial,sans-serif;
  line-height: 23px;
}
h2 .info {
  float: right;
  font: italic 12px/21px Arial,sans-serif;
  height: 21px;
  color: #999;
  border-left: 1px solid #E4ECF2;
  margin: 3px 8px 0 0; /*31*/
  padding-left: 8px;
  display: inline;
}
h2 .no_border {
  border: none;
}

hr {
  clear: left;
  border: none 0;
  border-top: 1px solid #EEE;
  height: 1px;
  margin: 16px 0 !important;
  margin: 10px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px 0;
}
.odd {
  background-color: #F5F9FA; /*#F4F9FA;*/
}
.even {
  background-color: #F1F7F9; /*#EFF6F8;*/
}

/* Schemes Section Content Styles
***********************************/
#pageNav {
  float: left;
  font: 11px Tahoma, Arial, sans-serif;
  width: 474px;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #CCC;
  text-align: center;
}
#pageNav span {
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  border: 1px solid #FFF;
  margin-bottom: 20px;
}
#pageNav a {
  background: #F8FBFC;
  color: #069;
  text-decoration: none;
  padding: 2px 6px 3px 6px;
  border: 1px solid #E2EFF3;
}
#pageNav a:hover {
  border-color: #B7D7E1;
}
.right {
  float: right;
}
.right a {
  padding: 0;
}
.sep {
  color: #C6D6E6;
  padding: 0 6px;
}

#tag_cloud {
  float: left;
  /*margin-top: 10px;
  font-family: Georgia, "Times New Roman", Serif;*/
}
#tag_cloud span {
  float: left;
  margin-right: 6px;
  line-height: 40px;
}

.blockInfo {
  background: url(/images/optsbg.gif);
  border-top: 1px solid #E8F1FA;
  border-bottom: 1px solid #E8F1FA;
  padding: 12px 1px 12px 4px;
  margin-bottom: 20px;
  font: 11px Tahoma,Arial,sans-serif;
  color: #666;
}
p#nowShowing {
  margin: 0px;
}
p#sortOptions {
  float: right;
}
p#sortOptions span {
  margin: 0 3px;
}



#content .private input {
  margin: 0 !important;
  margin: 0 0 0 -3px; /* for ie6 */
  padding: 0;
  width: 13px;
  height: 13px;
}
#content .private label {
  margin: 0 0 0 6px;
}
#content .editable_hover {
  background-color: #FFFFF3;
}
#content .scheme .editable_empty {
  color: #999;
  font-style: italic;
}
#content .editable textarea, #content .editable input,
#content .scheme .block .tagsContainer input {
  font: 11px Tahoma, Arial, sans-serif;
}
#content .top-border {
  border-top: 1px dashed #E6E6E6;
  /*margin-top: 8px !important;*/
}
#content .bottom-border {
  border-bottom: 1px dashed #E6E6E6;
}



#content .outer {
  float: left;
  border: 1px solid #CCC;
  padding: 1px;
  margin: 0 0 7px 7px;
  /*display: inline-block;*/ /* SPAN, was: inline */
}
#content .shadow {
  display: block;
  padding: 1px;
}
#content .color {
  /*background: url(/images/swatch_highlight.png) no-repeat;*/
  display: block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
}
#content .highlight {
  border-color: #666;
}

.rating {
  margin-left: 4px;
}
.votes {
  color: #9AB;
}
h3.comments_title {
  /*float: left;*/
  clear: left;
  background: url(/images/comment.gif) 2px 2px no-repeat;
  padding: 1px 0 4px 23px;
  margin: 10px 0 4px 0;
  font: 17px/19px Helvetica, Arial, Tahoma, sans-serif !important; /*Georgia,"Times New Roman",serif;*/
  font-weight: normal;
  letter-spacing: -0.02em;
}
.comment_list {
  /*float: left;*/
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment_list li {
  float: left;
  padding: 4px 0;
  margin: 0;
  /*width: 474px;*/
  font: 12px Helvetica, Tahoma, Arial, sans-serif;
  
  /*padding: 0 0 0 8px;
  border-left: 6px solid #D4E7ED;*/
}
.comment_header {
  /*background: url(/images/comment_header_bg.gif) no-repeat;*/
  background: url(/images/comment_header_bg.gif) 20px 0 no-repeat;
  padding: 4px;
  color: #385A6B;
  height: 16px;
  line-height: 14px;
  /*border-top: 1px solid #EDF2F5;*/
}
.comment_author {
  /*background: url(/images/comment.gif) 0 0 no-repeat;*/
  padding: 2px 0 0 44px; /*21px left*/
  font-weight: bold;
}
.comment_add {
  background: url(/images/comment_add.png) -2px -1px no-repeat;
  padding: 0 0 0 18px;
  font-weight: bold;
}
.comment_list .date {
  float: right;
  font-size: 11px;
  line-height: 14px;
  color: #7A8870;
}
.comment_content {
  background: #FBFCFD url(/images/comment_bg.gif) 0 -1px repeat-x;
  /*margin-left: 4px !important;*/
  padding: 16px;
  /*color: #385A6B;*/
  /*font-family: Arial, Tahoma, sans-serif;*/
  font-size: 11px;
  line-height: 17px;
  
  /*margin-left: 12px !important;
  padding: 4px 4px 4px 10px;*/
  /*border-left: 4px solid #D4E7ED;*/
}
#comment_box {
  width: 443px;
}

/*STARS */
.star_rating{
		list-style:none;
		margin: -1px 0 0 -1px;
		padding:0;
		width: 70px;
		height: 12px;
		position: relative;
		background: url(/images/rating_stars.gif) 0 0 repeat-x;	
    overflow: hidden;
    /*float: left;*/
	}
	.star_rating li{
		padding:0;
		margin:0;
		float: left;
	}
	.star_rating li a{
		display:block;
		width:14px;
		height: 12px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0;
    margin: 0;
	}
	.star_rating li a:hover{
		background: url(/images/rating_stars.gif) 0 12px;
		z-index: 2;
		left: 0;
	}
	.star_rating a.one_star{
		left: 0;
	}
	.star_rating a.one_star:hover{
		width:14px;
	}
	.star_rating a.two_stars{
		left:14px;
	}
	.star_rating a.two_stars:hover{
		width: 28px;
	}
	.star_rating a.three_stars{
		left: 28px;
	}
	.star_rating a.three_stars:hover{
		width: 42px;
	}
	.star_rating a.four_stars{
		left: 42px;
	}	
	.star_rating a.four_stars:hover{
		width: 56px;
	}
	.star_rating a.five_stars{
		left: 56px;
	}
	.star_rating a.five_stars:hover{
		width: 70px;
	}
	.star_rating li.current_rating{
		background: url(/images/rating_stars.gif) 0 24px;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
    left: 0;
	}

/* SIDEBAR
------------------------------------------*/
#sidebar {
  float: left;
  width: 200px; /*229*/
  margin: 16px 0 0 25px;
  font-size: 11px;
  display: inline;
}
#sidebar ul li {
  list-style: none;
}
#sidebar p {
  color: #4B798B; /*#70645C;*/
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar li {
  /*background: url(/images/sidebar_bg_item_sep.gif) bottom left repeat-x;*/
  padding-bottom: 7px;
  margin: 0 0 16px 0; /*20 l & r*/
  /*border-bottom: 3px double #CCE0E0; */
}
#sidebar ul li ul li {
  padding: 0;
  margin: 0;
  border: none;
}

/* sidebar headers */
#sidebar h2 {
  font-size: 12px;
  /*color: #C52; #D62;*/
  line-height: 15px;
  text-transform: uppercase;
  margin: 12px 0 8px 0;
  border: none;
}

/* Product Section Sidebar Styles
**********************************/
#sidebar #fresh_schemes a {
  display: block;
  width: 198px;
  /*color: #8B734B;*/
  line-height: 23px;
  border-top: 1px solid #DFEDF2; /*#F2F2DF;*/
  padding: 4px 0 0 2px;
}
#sidebar #fresh_schemes a:hover {
  color: #17A;
  background-color: #FFF; /*#FCFCF9;*/
  text-decoration: none;
}
#sidebar #fresh_schemes a span.doc_icon {
  background: url(/images/docicon16.gif) 1px 0 no-repeat;
  padding: 2px 0 0 19px;
}
.bullet {
  /*color: #789;*/
  font: bold 10px tahoma,arial,sans-serif;
}
#sidebar .scheme {
  display: block;
  width: 190px;
  margin: 5px 0 0 0;
  padding-bottom: 11px;
  overflow: auto;
}
#sidebar .outer {
  float: left;
  background-color: #FFF;
  border: 1px solid #C4D4D4; /*#D4D0C4;*/ /*#C4D4D4;*/
  padding: 1px;
  margin: 0 5px 0 0;
  display: block; /* was: inline */
}
#sidebar .shadow {
  display: block;
  padding: 1px;
}
#sidebar .color {
  display: block;
  height: 21px;
  width: 21px;
  margin: 0;
  padding: 0;
}
div.clear {
  clear: both;
}

/* Schemes Section Sidebar Styles
**********************************/
#sidebar img.screen {
  display: block;
  margin: 0 auto;
  border: 0;
  /*margin: 4px 0 12px 19px;*/
}
#sidebar a.pcicon {
  display: block;
  background: #FBFDFE url(/images/winicon.gif) 26px 8px no-repeat;
  padding: 11px 6px 10px 52px;
  border-bottom: 1px solid #D4E7ED;
}
#sidebar a.pcicon:hover {
  background-color: #FFF;
  text-decoration: none;
}
#sidebar a.macicon {
  display: block;
  background: #FBFDFE url(/images/macicon.gif) 26px 9px no-repeat;
  padding: 11px 6px 10px 52px;
  border-bottom: 1px solid #D4E7ED;
}
#sidebar a.macicon:hover {
  background-color: #FFF;
  text-decoration: none;
}
#sidebar span#logout {
  float: right;
}
ul.userNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D4E7ED;
  /*border-bottom: 1px solid #D4E7ED;*/
}
ul.userNav li {
  border-bottom: 1px solid #D4E7ED !important;
  margin: 0;
  padding: 0;
}
ul.userNav li a {
  display: block;
  background-color: #FBFDFE;
  color: #117CA1; /*#155C7A;*/
  padding: 11px 0 10px 11px;
  text-decoration: none;
  font: 11px tahoma, sans-serif;
}
ul.userNav li a:hover {
  background-color: #FFF;
  color: #069; /*#0F4257;*/
  text-decoration: none;
}
ul.userNav li a strong {
  margin-right: 4px;
}
ul.userNav li a:hover strong {
  color: #C33;
}
#sideLogin fieldset {
  border: 1px solid #D4E7ED;
  background: #FBFDFE;
  padding: 10px;
  text-align: right;
}
#sideLogin .textbox {
  width: 100px;
}
#sideLogin .submit {
  margin-top: 6px;
}
#sideLogin .lostpassword {
  float: left;
  margin-top: 7px;
}
#sideLogin .lostpassword label {
  color: #4E6C7E;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.sideoutline {
  border-top: 1px solid #D4E7ED;
  border-bottom: 1px solid #D4E7ED;
  /*border: 1px solid #D4E7ED;*/
  background-color: #F8FBFC;
  padding: 14px 0;
}


/* FOOTER
------------------------------------------*/
#footer {
  clear: left;
  width: 850px;
  margin: 24px 25px;
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  color: #AAA;
}
#footer a {
  color: #788;
}
#footer p {
  font-size: 11px;
}


/* FORMS
------------------------------------------*/
fieldset {
  border: none;
}
#content fieldset {
  background-color: #FDFDF8;
  margin: 20px 0;
  padding: 20px 16px;
  border-top: 1px solid #F3F3E2;
  border-bottom: 1px solid #F3F3E2;
}
#content fieldset p.small {
  font-size: 11px;
  margin: 10px 0 0 0;
}
#search fieldset {
  margin: 0 0 20px 0;
  padding: 16px 16px;
}
fieldset#mycs input {
  margin-left: 14px;
}
.row {
  clear: left;
}
.textbox {
  margin-top: 3px;
}
#contact .textbox {
  width: 200px;
}
#login label.left,#contact label,#register label {
  float: left;
  margin: 2px 0 10px 0;
  width: 90px;
}
#sideLogin label.left {
  float: left;
  text-align: left;
  color: #0F4257;
  font-size: 11px;
  margin: 6px 0 9px 0;
  width: 62px;
}
#private1,#private2,#private3,#private4,#remember {
  margin: 4px 4px 0 0 !important;
  margin: 0;
  margin-left: -4px;
  padding: 0;
}
#remem {
  margin: 4px 4px 0 0 !important;
  margin: 0;
  margin-left: -4px;
  padding: 0;
}
#login label.remember {
  font-size: 11px;
}

#upload fieldset .row {
  margin-bottom: 30px;
}
#login span {
  float: left;
  width: 90px;
}
#register label {
  float: left;
  margin: 6px 0 10px 0;
  width: 140px;
}
#editscheme label.right {
  float: right;
  margin: 6px 0 10px 7px;
  width: 160px;
}
#editscheme h3 {
  margin-top: 12px;
}
#editscheme .row {
  clear: both;
  margin-left: 7px;
}
#editscheme .rowcomment {
  font: 10px Tahoma,sans-serif;
  color: #999;
  margin-left: 2px;
}
#editscheme .submit {
  margin-left: 7px;
}
a.pop {
  position: relative;
  color: #06C;
  cursor: help;
}
a.pop:hover {
  text-decoration: none;
  border: none;
}
a.pop span {
  display: none;
}
a.pop:hover span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 160px;
  padding: 8px; 
  z-index: 100;
  background: #FFFFF4;
  color: #333;
  border: 1px solid #F4F4CC;
  font-size: 11px;
}
#upload label {
  clear: none;
  font-size: 11px;
}
#upload label.number {
  float: left;
  clear: left;
  text-align: center;
  width: 40px;
  font: 48px Georgia,"Times New Roman",serif;
  color: #EDEDAB;
  padding: 0 12px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #EDEDAB;
}
#upload label.check {
  color: #80804C;
}


/* BLOG-SPECIFIC STYLES
------------------------------------------*/
h2 a {
  color: #D6601F;
}
#content h3 {
  font: normal 17px Optima, Georgia, Arial, sans-serif;
  margin: 20px 0 8px 0;
}
small {
  color: #999;
}
#comment {
  width: 450px;
}
p.postmetadata {
  color: #999;
  font-size: 11px;
  border-top: 1px dotted #EEE;
  padding: 10px 0 0 0;
}
p.postmetadata strong {
  font-weight: normal;
  color: #788;
}
/*ol {
  margin-bottom: 14px;
}*/
ol li {
  list-style-type: decimal;
  padding: 0 0 14px 0;
  margin: 0 0 14px 24px;
  border-bottom: 1px dotted #EEE;
}
ol.commentlist {
  margin-bottom: 30px;
}
.digg {
  float: right;
  margin: 0 0 10px 10px;
}

/* Blog Schemes */
.inline_scheme {
  display: block;
  overflow: auto;
}
.inline_scheme .swatch {
  display: -moz-inline-box;
  display: inline-block;
  width: 24px; /*swatch width*/
  height: 24px; /*swatch height*/
}
.inline_scheme .swatch_shadow {
  display: -moz-inline-box;
  display: inline-block;
  padding: 1px;
}
.inline_scheme .swatch_border {
  display: -moz-inline-box;
  display: inline-block;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC; /*swatch border color*/
  margin: 0 5px 0 0; /*swatch spacing*/
  padding: 1px;
}