/*
Theme Name: ligneous
Theme URI: http://pure-essence.net/2008/09/14/wordpress-theme-ligneous/
Description: Created on 09/14/2008 for WordPress version 2.6.2 by <a href="http://pure-essence.net">pure-essence.net</a>. Graphics contain foliage and is ligneous. Last updated 09/16/2008 for style fixes.
Version: 1.0.5
Author: Ying Zhang
Author URI: http://pure-essence.net/
Tags: fixed width, two columns, widgets, valid CSS, widget ready, white, simple, valid XHTML, right sidebar, black

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	background: #121212 url(images/bg.jpg);
	color: #ddd;
	text-align: center;
	padding: 2em 0;
	margin: 0;
}

/* Default */
a {
	color: #621730;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	margin: 1em 0em -1em 0em;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 0px;
	border: 0px
}

form {
	padding: 0;
	margin: 0;
}

blockquote {
	background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
	color: #666;
	padding: 0 1em 0 2.2em;
	margin: 0;
}

#page {
	width: 832px;
	background: #fff url(images/bottomBk.gif) bottom center no-repeat;
	color: #060606;
	margin: auto auto;
	text-align: left;
}

#header {
	background: #fdfdfd url(images/skcHeader.jpg) no-repeat top center;
	height: 103px;
}

#headerimg {
	padding: 15px 82px;
}

#headerimg h1 {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans MT', Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 2em;
	color: #090909;
}

#headerimg h1 a {
	color: #090909;
	text-decoration: none;
}

#headerimg .description {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2d7c20;
	font-size: 1.1em;
	font-weight: bold;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: url(images/menuBk.gif) repeat-x;
	color: White;
	float: left;
	width: 100%;
	height: 27px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
}
#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.5em 12px 0.3em 10px;
	color: White;
	background: transparent url(images/menuBkBar.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	font-weight: bold;
	color: #000000;
}
#navcontainer ul li a:hover {
	text-decoration: none;
	color: #B73249;
}

#navcontainer ul li.current_page_item a:hover {
	text-decoration: none;
	color: #000000;
}
#navcontainer .headericons {
	float: right;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#navcontainer .headericons:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
#content {
	float: left;
	padding: 0;
	margin: 0;
	background: url() top left no-repeat;
	width: 611px;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0.5em auto 0 auto;
	width: 832px;
}

#footer p {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#footer p .footerbuttons {
	float: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer img {
	border: 0;
}

#footer a:hover {
	color: #B73249;
}


/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	margin: .7em 1em 2em 1em;
}

.post h2 {
	font-family: Georgia, serif;
	color: #FF4666;
}

.post h2 a {
	color: #ff4666;
	text-decoration: none;
	font-weight: bold;
}

.post h2 a:hover,
.navigation a:hover {
	text-decoration: none;
	color: #B73249;
}

ul.postmetadata {
	clear: both;
}

.post small.postmetadata,
ul.postmetadata {
	font-size: 0.75em;
}

.post small a,
ul.postmetadata a {
	color: #FF4666;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {
	text-decoration: none;
	color: #B73249;
}

.post img {
	vertical-align: text-bottom
}

.entry {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: .9em;
}

.entry a {
	color: #ff4666;
	text-decoration: none;
}

.entry a:hover,
.navigation a:hover {
	text-decoration: none;
	color: #B73249;
}

ul.postmetadata {
	list-style: none;
/*	border-top: 3px double #d0d0d0;*/
	padding: 0.5em 0 0em 0;
	margin: 0;
}

ul.postmetadata li {
/*	display: block;
	float: left;
	width: 50%;   */
}

ul.postmetadata li.comments {
	text-align: left;
}

.navigation {	
	padding: 0 1em 1em 1em;
	font-size: 0.8em;

}

.navigation a {
	color: #e24b6a;
}

.navigation a:hover {
	color: #ff4666;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Calendar */
#wp-calendar {
	border-collapse:collapse;
	width: 190px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 1px;
	width: 14%;
}

#wp-calendar td#today {
	font-weight: bold;
}

#wp-calendar td a {
	display: block;
	padding: 1px;
	color: #e24b6a;
	border: 1px solid #4F4F4F;
	text-decoration: none;
}

#wp-calendar td#today a {
	background-color: #4F4F4F;
	border: 1px solid #666;
}

#wp-calendar td a:hover {
	color: #fff;
	background-color: #4F4F4F;
	border: 1px solid #666;

}

#wp-calendar td#next a,
#wp-calendar td#prev a,
#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	color: #e24b6a;
	border: 0;
}

#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* Sidebar */
#sidebar {
	width: 221px;
	float: left;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 0.8em;
	padding: 0 5px 0 5px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color:#B73249;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:#B73249;
	background-color: #FFECEF;
}
html>body #sidebar {
	width: 209px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0em;
}
#sidebar a, a:active, a:visited {
	color: #FF4666;
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:hover,
a.more-link:hover {
	color: #B73249;
}
#sidebar h2 {
	padding: 0em 0 0.4em 0;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #FF4666;
	margin: 0;
}
#sidebar h2 a {
	font-weight: bold;
}

#sidebar .release_title {
	padding: 0.5em 0 0.0em 0;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
	line-height: 1.7em;
}
#sidebar .storelink {
	color: #486578;
	font-size: 0.9em;
	float: right;
	display: block;
	line-height: 1.7em;
	margin-right: 8px;
}
html>body #sidebar .storelink {
	margin-right: 5px;
}
#sidebar .storelink a {
	font-weight: bold;
}	
#sidebar .release_format {
	color: #486578;
	font-size: 1em;
	line-height: 1.7em
}	
#sidebar ul li ul li {
	line-height: 2em;
	list-style: square;
	margin: 0 0 0 0em;
	color: #666;
}
#sidebar .button {
	margin: -8px 0px 0px 14px;
	text-align:center;
	border: 1px solid #C0C0C0; 
	display: block;
	height: 24px;
	width: 181px;
	background-color: #486578; /* BUY BUTTON BACKGROUND COLOR */
	color: #FFFFFF; /* BUY BUTTON TEXT COLOR */
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size:11px;
	line-height:25px;
}
html>body #sidebar .button {
	margin-left: 13px;
}
#searchform {
	padding: 1em 0 0 0;
	margin: 0;
}
#searchform input#s:focus {
	background-color: #eee;
	border: 1px solid #000;
}
#searchform input#s {
	width: 9em;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 1.2em;
}


/* Shop */
#shop
{
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 10px;
	margin: 10px 0px 5px 0px;
	width: 579px;
	text-align: center;
	line-height:2px;
}
#shop tbody
{
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
}
#shop td
{
	border-collapse:collapse;
	padding: 14px 0px;
	border-style: dashed;
	border-width: 1px;
	border-color:#D8ECF8;
	background-color: #FFFFFF;
	vertical-align:top;
	text-align:center;

}
#shop .item
{
	color: #000000;
	font-weight: bold;
}
#shop .price
{
	color: #FF0000;
	font-weight: bold;
}
#shop .item_note
{
	color: #777777;
	font-style: italic;
}
#shop img
{
	margin-top: 12px;
	margin-bottom: 12px;
}
#shop a:hover,
a.more-link:hover {
	text-decoration: none;
	color: #B73249;
}
#shop .buy162 {
	margin: 0px 15px 0px 15px;
	border: 0px solid #FFFFFF; 
	display: block;
	border: 0px;
	height: 13px;
	width: 162px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size:.9em;
	line-height:14px;
	background-color: #A3B2BB; /* BUY BUTTON BACKGROUND COLOR */
	color: #FFFFFF; /* BUY BUTTON TEXT COLOR */
}
#shop .buylarge {
	margin: 0px 60px 0px 60px;
	border: 0px solid #FFFFFF; 
	display: block;
	border: 0px;
	height: 13px;
	width: 162px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size:.9em;
	line-height:14px;
	background-color: #A3B2BB; /* BUY BUTTON BACKGROUND COLOR */
	color: #FFFFFF; /* BUY BUTTON TEXT COLOR */
}
#shop .buy162_3rd {
	margin: 0px 15px -10px 15px;
	border: 0px solid #FFFFFF; 
	display: block;
	border: 0px;
	height: 13px;
	width: 162px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size:.9em;
	line-height:14px;
	background-color: #A3B2BB; /* BUY BUTTON BACKGROUND COLOR */
	color: #FFFFFF; /* BUY BUTTON TEXT COLOR */
}

/* Heading */
#content h2.pagetitle {
	font-family: 'Gill Sans MT', Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin: 0.5em 2.5em 0 0.5em;
	padding: 0;
	font-size: 1.4em;
	text-align: right;
}

/* Comments */
ol.commentlist {
	padding: 0;
	margin: 1em 2em 0 2em;
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li.commentind {
	background: url(images/commentsBk.jpg) left top no-repeat;
	padding: 1em;
	margin-bottom: 1em;
}

img.avatar {
	border: 1px solid #666;
	padding: 1px;
	float: left;
	margin-right: 1em;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

ol.commentlist li.commentind a {
	color: #2D7C20;
}


h2.commentheading {
	clear: both;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin: 0.5em 2.5em 0 0.5em;
	padding: 0;
	font-size: 1.1em;
	text-align: left;
	color: #FF4666;
}

form#commentform {
	margin: 1em 2em;
}

form#commentform p {
	font-size: 1.1em;
}

form#commentform a {
	color: #2D7C20;
}

p.commentsclosed {
	margin: 0 0 2em 0;
	padding: 0;
	text-align: right;
}

input#author:focus, 
input#email:focus,
input#url:focus,
textarea#comment:focus {
	background-color: #eee;
	border: 1px solid #000;
}

input#author, 
input#email,
input#url,
textarea#comment {
	width: 20em;
	background-color: #fff;
	border: 1px solid #000;
}


textarea#comment {
	width: 100%;
}

p.commentWrapper {
	padding: 0;
	margin: 0;
}

div#recaptcha_widget_div {
	float: right;
}

input#submit {
	margin: 1em 0 0 0;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	font-size: .8em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
