/*
Theme Name: Evanescence
Theme URI: http://srinig.com/wordpress-themes/evanescence
Description: <a href="http://srinig.com/wordpress-themes/evanescence/">Evanescence</a> is a simple fluid width theme with two column layout. Right hand sidebar, widgets supported. XHTML and CSS validated.
Version: 1.2
Author: Srini G
Author URI: http://srinig.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	color:#333;
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	margin:5px;
}

p, blockquote {
	text-align:justify;
}

a {
	color:#579;
	text-decoration:none;
}
a:hover {
/*	background-color:#ffc;   */
}

ul {
	list-style:square;
}

h1, h2, h3, h4, h5, h6 {
	color:#8ac;
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#666;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input, textarea{
	background:transparent;
	border:1px solid #aaa;
}
input:focus, textarea:focus {
	background:#ffc;
}

img {
	margin:0.2em;
}

.floatleft {
margin: 5px 10px 5px 0px; 
float: left; 
border: 0px;
text-align: center;
}

.floatright {
margin: 5px 0px 5px 10px; 
float: right; 
border: 0px;
text-align: center;
}

/* Layout */
#page {
	min-width:760px;
}
#wrapper {
	clear:both;
	margin-top:1em;
}
#content {
	padding:2em 2%;
	width:73%;
	float:left;
}
#sidebar {
	width:22%;
	float:left;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height:96px;
	background: url("images/header_bg.png") repeat-x;
	background-color:#cde;
}

#header div {
	height:96px;
	background:url('images/header_bg_left.png') no-repeat top left;
}

#header div div {
	height:96px;
	background:url('images/header_bg_right.png') no-repeat top right;
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	position:absolute;
	top:26px;
	left:40px;
}

.header-title h1 {
	margin:0;
	font-size:2.8em;
}
.header-title h1 a {
	color:#fff;
	font-style:italic;
}
.header-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.header-title p {
	margin:0;
	color:#fff;
	font-size:1.1em;
}

#header .search {
	float:right;
	padding:36px 36px 0 0;
}

#header #searchform input {
	color:#fff;
	border:1px solid #fff;
/*	padding:0 0.2em;  - commented out by vjm */
}

#header #searchform input:focus {
	color:#666;
}

.toplinks {
	background:none;
	color:#9bd;
	position:absolute;
	top:92px;
	left:34px;
	padding:0 0.2em;
}

/* Header ends here */


/* Sidebar*/
#sidebar {
	background: url('images/border.png') repeat-y top left;
	color:#888;
	overflow:hidden;
}

#sidebar div {
	padding:2em 2em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
	padding:0;
	background:none;
}


#sidebar #searchform {
	text-align:center;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	color:#68b;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	margin-top:2em;
	margin-bottom:0;
}

#sidebar p {
	margin-top:0;
	color:#666;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#sidebar ul ul {
	list-style:circle;
	padding-top:10px;
	padding-bottom:15px;
	background: url('images/border.png') repeat-x bottom;
}

#sidebar ul .list {
	list-style:none;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar li li a {
	color:#99a;
	text-decoration:none;
}

#sidebar li li a:hover {
	color:#68a;
}

/* button in sidebar */

#sidebar li li a .button {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-variant: small-caps; 
	border: 1px solid #999999;
}

#sidebar li li a .button .bleft {
	color: #fff;
	background: #369; 
	padding: 0px 3px 0px 3px;
}

#sidebar li li a .button .bright {
	color: #369;
	background: #eee;
	padding: 0px 22px 0px 3px;
}

/* Sidebar ends */

#content {
	text-align:justify;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post-title {
	background: url('images/border.png') repeat-x bottom;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size:2em;
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{
	color:#8ac;
}

.post-entry, .archives {
	font:1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.post-meta {
	margin-top:1.6em;
	color:#999;
}
/* Post ends */


/* Comments */
h3#comments, h3#respond{
	font-size:1.4em;
}
.commentlist {
	margin-right:15em;
	list-style:none;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}
textarea#comment {
	width:70%;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
	background:url('images/border.png') repeat-x top;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:3em;
	color:#888;
	text-align:center;
	font-size:1em;
}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */

.alignleft {
	float:left;
	margin: 5px 10px 5px 0px; 

}
.alignright {
	float:right;
	margin: 5px 0px 5px 10px;
}

/* end of file */