/*
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.1
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

*/


/* Jennycss */

#header2 {
	width: 917px;
	text-align:right;
	height:171px;
	background-image: url(http://www.dolcevitawoman.com/images/header-connect.gif);
	background-repeat: no-repeat;
	}
	
	.padnav {
	padding-top: 121px;
}

body {
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}
#sidebar {
	float: right;
	width: 150px;
	margin-right: 47px;
	margin-top: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #057390;
	text-align: left;
}
h1 {
	font-family: "Trebuchet MS", "Century Gothic", Geneva, Arial;
	font-size: 30px;
	color: #addc6c;
	padding-top: 35px;
}

#wrapper {
	width: 917px;
	margin: 0 auto;
	background-image: url(http://www.dolcevitawoman.com/images/background.gif);
	background-repeat: repeat-y;
}
#content {
	width: 917px;
	text-align:left;
	margin-bottom: 25px;
        margin-top:35px;
}
#bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #057390;
	text-align: justify;
	width: 480px;
	margin-left: 150px;
}
#header {
	width: 917px;
    text-align:left;
	height:121px

	}
#navbar {
        margin-top:-4px;
}

#footer {
	width: 917px;
	text-align:center;
	background-image: url(http://www.dolcevitawoman.com/images/footer.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 76px;
	background-color: #addc6c;
	height: 76px;
	color: #0fa1b8;
	clear: both;
}
#subfooter {
	width: 917px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #0fa1b8;
	height: 25px;
}
#footer a {
	color: #0fa1b8;
	text-decoration:none;
}
#subfooter a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #0fa1b8;
	text-decoration:underline;
}
#subfooter a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/* Default */
a {
	color: #621730;
}

a:hover {
	text-decoration: none;
}



h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

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;
}


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: 917px;
	margin: 0 auto;
	background-image: url(http://www.dolcevitawoman.com/images/background.gif);
	background-repeat: repeat-y;

}


#sidebar ul {
	padding: 15px;
	margin: 0;
	list-style: none;
}



/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	margin: 1em 0em 2em 0em;
}

.post h2 {
        font-family: "Trebuchet MS", "Century Gothic", Geneva, Arial;
	font-size: 24px;
	color: #addc6c;
	padding-top: 35px;
}

.post h2 a {
	color: #addc6c;
	text-decoration: none;
}

.post h2 a:hover,
.navigation a:hover {
	text-decoration: underline;
}

ul.postmetadata {





}

.post small.postmetadata,
ul.postmetadata {
	font-size: 0.75em;
}

.post small a,
ul.postmetadata a {
	color: #2d7c20;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {
	text-decoration: underline;
}

.entry {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

ul.postmetadata {
	list-style: none;
	border-top: 3px double #d0d0d0;
	padding: 0.5em 0 1em 0;
        width:450px;
	margin: 0;
}

ul.postmetadata li {
	display: block;
	float: left;
	width: 50%;

}

ul.postmetadata li.comments {
text-align:right;

}

.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: 140px;
}

#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;
}
#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;
}

/* Heading */
#content h2.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0.5em 2.5em 0 0em;
	padding: 0;
	font-size: 1.4em;
	text-align: left;
}

/* 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.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: #2D7C20;
}


h2.commentheading {



	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;
}

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;
}

.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;
}
