/*
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-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #000 url(images/bkg01.jpg);
	color: #ddd;
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

/* Default */
a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}
.post img{
	border:1px solid #eee;
	padding:3px;
}
.post img.wp-smiley{
	border:0px solid;
	padding:0px;
}
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: 5px;
	border: 1px solid #ccc;
}

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: 0 auto;
	text-align: left;
	position:relative;
	z-index:99;
}

#header {
	background: #fdfdfd url(images/ligneousHeader.jpg) no-repeat top center;
	height: 136px;
}

#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: #999999;
	font-size: 1.1em;
	font-weight: bold;
}
.slideshow{
	height:200px;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #eb5775 url(images/menuBk.gif) repeat-x;
	color: White;
	float: left;
	width: 100%;
	height: 27px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
}
#navcontainer ul ul{
	display:none;
	position:absolute;
	padding:0px !important;
	margin:26px 0 0 0 !important;	
	left:0px;
	top:0px;
	width:100px;
	background:none;
	height: auto;
}
#navcontainer ul ul li{
	background: #eb5775 url(images/menuBk.gif) repeat-x ;
	border:0px;
	display:block;
	padding:2px 0 0 0px;
	float:none;
	width:120px;	
	margin:0px;
	height:25px;
	position: static;
}
#navcontainer ul ul li a{
	display:block;
	float:none;
	margin:0px ;
	clear:both;
	width:98px;
}
*html #navcontainer ul ul li a{
	width:100%;
}
#navcontainer ul li { 

	position:relative;
	float:left;
}

#navcontainer ul li a {
	padding: 0.4em 12px 0.4em 10px;
	color: White;
	background: transparent url(images/menuBkBar.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}
#navcontainer ul ul li a{
	color: White !important;
} 

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	font-weight: bold;
	color: #fdb9c3;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#content {
	padding: 0;
	margin: 0;
	background: url(images/contentBk.jpg) top left no-repeat;
	width: 605px;
	float: left;
}

#sidebar {
	padding: 0;
	margin: 0 0 0 605px;
	background: url(images/sideBarBk.jpg) top left repeat-x;
}

#sidebar ul {
	padding: 15px;
	margin: 0;
	list-style: none;
}

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

#footer img {
	border: 0;
}

#footer a:hover {
	color: #ccc;
}


/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	margin: 1em 1em 2em 1em;
}
.post img.photo{
	float:left;
	margin:0 10px 5px 0px;
}
.post h2 {
	font-family: Georgia, serif;
}

.post h2 a {
	color: #ff4666;
	text-decoration: none;
}

.post h2 a:hover,
.navigation a:hover {
	text-decoration: underline;
}

ul.postmetadata {
	clear: both;
}

.post small.postmetadata,
ul.postmetadata {
	font-size: 0.75em;
}

.post small a,
ul.postmetadata a {
	color: #666;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {
	text-decoration: underline;
}

.entry {
	/*font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;*/
	overflow:hidden;
	color:#333;
}
.clear{
	clear:both;
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #ddd;
}

ul.postmetadata {
	list-style: none;
	border-top: 3px double #d0d0d0;
	padding: 0.5em 0 1em 0;
	margin: 0;
}

ul.postmetadata li {
	display: block;
	float: left;
	width: 50%;
}

ul.postmetadata li.comments {
	text-align: right;
	color:#999;
}

.navigation {	
	padding: 0 1em 1em 1em;
}

.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 {
	font-size: 0.8em;
}
#sidebar a,
a.more-link {
	color: #e24b6a;
}
#sidebar a:hover,
a.more-link:hover {
	color: #ff4666;
}
#sidebar h2 {
	padding: 1em 0 0.5em 0;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0 1em;
}
#sidebar ul li ul li {
	line-height: 2em;
	list-style: square;
	margin: 0 0 0 1em;
	color: #666;
}
#searchform {
	padding: 1em 0 0 0;
	margin: 0;
	text-align: right;
}
#searchform input#s:focus {
	background-color: #eee;
	border: 1px solid #000;
}
#searchform input#s {
	padding:2px 0;
	width: 10em;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 1.2em;
	margin-top:1px;
	margin-left:0px;
	margin-right:3px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius:5px 5px;
	
}
#searchsubmit{
	
	padding:2px 0 1px 0;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius:5px 5px;
	border:1px solid #999;	
	cursor: pointer;
	width:auto;
}
*html #searchform input#s {
	width:9em;
}
*html #searchsubmit, *+html #searchsubmit {
	padding:0px;
}

/* 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 1em;
	list-style: none;
	font-size: 0.9em;
	margin-right: 0px;
	width:44em;
}

ol.commentlist li.commentind {
	background: url(images/commentsBk2.gif) 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: #333;
}


h2.commentheading {
	clear: both;
	font-family: 'Gill Sans MT', Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin: 0.5em 2.5em 0 0.6em;
	padding: 0;
	font-size: 1.4em;
	text-align: left;
}

form#commentform {
	margin: 1em 1em;
	margin-right: 0px;
}

form#commentform p {
	font-size: 1.1em;
}

form#commentform a {
	color: #999999;
}

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

input#author, 
input#email,
input#url,
textarea#comment {
	width: 30em;
	background-color: #fff;
	border: 1px solid #666;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius:5px 5px;
	padding:2px 0;
		
}


textarea#comment {
	width: 100%;
}

p.commentWrapper {
	padding: 0;
	margin: 0;
}

div#recaptcha_widget_div {
	float: right;
}

input#submit {
	margin: 1em 0 0 0;
	padding:5px;
	border:1px solid #666;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius:5px 5px;	
	cursor: pointer;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

img.bkg_flower{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;

}

input[type="button"], input[type="submit"]{
	background:#ccc;
	border:1px solid #000;
	padding:1px 1px 0 1px ;
	cursor:pointer;
}
input[type="button"]:hover, input[type="submit"]:hover{
	background:#fddae0;
}


/*members*/
ul.members li{
	list-style-type:none;
	width:45%;
	float:left;
	text-align:center;
	height:100px;
}
ul.members li:hover{
	background:#efefef;	
}
ul.members li h3{
	font-size:2.0em;
	margin-bottom:0px;
	padding-bottom:0px;
}
ul.members li h3 a{
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
}

