/*
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 supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.6
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: fluid width, variable width, blue, white, rounded corners, two columns, right sidebar, widgets, simple, valid CSS, valid XHTML

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

body {
    background:#08141f;
    color:#959db2;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: '黑体，Lucida Grande', Verdana, Arial, Sans-Serif;
    margin:5px;
    text-align:center;
}

p, blockquote {
    text-align:justify;

}

a {
    color:#acd6ff;
    text-decoration:underline;
}
a:hover {
    background-color:none;
	color:#ff6600;
}

h1, h2, h3, h4, h5, h6 {
    color:#003c7b;
}

blockquote {
    
    color:#959DB2;
    font-size:0.9em;
    padding:0.2em 2em;
}
blockquote blockquote {
    background:none;
    margin:0;
    font-size:1em;
}

input {
    font-size:1.2em;
}

input[type=text], textarea{
    background:#091826;
    border:1px solid #061D33;
	color:#959DB2;
	padding:10px;
}
input[type=submit] {
    background:#eee;
    border:1px outset #aaa;
}

input[type=text]:focus, textarea:focus {
    background:#000c16;
}

pre, code, textarea {
    font-size:12px;
}

code {
    color:#959DB2;
}

img {
    border:0;
}


/* Layout */
#page {
    min-width:950px;
    margin:0 auto;
    text-align:right;
}
#wrapper {
    clear:both;
    margin:0 auto;
    width:950px;
}
#content {
    width:75%;
    float:right;
}
#archives_content {
    width:75%;
    float:right;
}
#sidebar {
    width:23%;
    float:left;
}
#footer {
    clear:both;
    margin:0 5em;
}

/* Header */
#header {
    height:144px;
    width:950px;
    margin:0 auto;
    border-bottom:0px solid #AAA38C;
    background-none: url("images/header_bg.png") repeat-x;
}

#header div {
    height:auto;
    background-none:url('images/header_bg_left.png') no-repeat top left;
}

#header div div {
    height:auto;
    background_none:url('images/header_bg_right.png') no-repeat top right;
}

#header div div div {
    height:auto;
    background:none;
}

.header-title {
    float:left;
    top:0px;
    margin:5px;
}

.header-title h1 {
    margin:10px 0 0 0;
    font-size:4.5em;
}
.header-title h1 a {
    background:transparent;
        text-decoration:none;
    color:#000;
}
.header-title h1 a:hover {
    background:transparent;
    color:#000;
}
.header-title p {
    margin:0;
    background:transparent;
    color:#ccc;
        font-size:12px;
        text-align:right;
}

#header .search {
    float:right;
font-size:12px;
line-height:14px;
padding:20px 2% 0 0;
width:20%;
}
#header .search p {
font-size:12px;
margin:0;
padding:0;

}

#header #searchform input {
    width:100%;
    background:#fff;
    color:#ccc;
    border:1px solid #ccc;
    padding:0 0.2em;
}

#header #searchform input:focus {
    color:#666;
    background:#ffc;
}
/* Header ends here */


/* Sidebar*/
#sidebar {
    background: none nurl('images/border.png') repeat-y top left;
    color:#959db2;
    overflow:hidden;
}

#sidebar div {
    padding:0;
    background: none url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
    padding:0;
    background:none;
}


#sidebar #searchform {
    text-align:center;
}

#sidebar h2 {
    color:#0d63b9;
    font-size:1.2em;
    font-weight:bold;
    font-variant:small-caps;
    margin-bottom:10px;
}

#sidebar p {
    text-align:left;
    margin-top:0;
    color:#959db2;
}

#sidebar ul {
    list-style:none;
    margin-left:0;
    padding-left:0;
    font-size:12px;
}

#sidebar ul ul {
    font-size:1em;
}

#sidebar ul ul ul{
    padding-left:1em;
}

#sidebar ul li {
    margin-top:0;
}

#sidebar ul li li {
    margin:0;
}

#sidebar li li a {
    color:#68a;
    text-decoration:none;
}

#sidebar li li a:hover {
    color:#ff6600;
}




/* Sidebar ends */

#content {

    text-align:justify;
}

h2.archive-title {
    font-size:1.4em;
}
h2.pagetitle {
    font-size:2em;
}

#content ul {
    list-style:url('images/list-style.png');
}


/* Post */
.post {
    margin:0 0 4em 0;
    clear:both;
}

.post-title {
    padding:5px 0 5px  5px;
	margin:0px;
    position:absolute;
    background: #061d33;
  filter:alpha(opacity=70); /*IE*/
  -moz-opacity:0.7; /*MOZ , FF*/
  opacity:0.7;/*CSS3, FF1.5*/
}

.post-title div {

    background: none nurl('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
    font-size:16px;
    font-weight:bold;
    margin:5px 5px 0 0;

}

.post-title h2 a, .post-title h3 a{
    color:#acd6ff;
}

.post-title h2 a:hover, .post-title h3 a:hover { 
color:#ff7800;
}

.post-entry, .archives {
    font:1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;


}

.post-entry a {
    border-bottom:none;
}






.post-meta {

    clear:both;
    font-size:1.1em;
    color:#2361a2;
	margin:5px;

}
/* Post ends */


/* Comments */
#comments {
    margin:0;
}
#comments h3 {
    font-size:1.6em;
}
.commentlist {
    list-style:none;
    margin:0;
    padding:0;
    text-indent:0;
}

.commentlist li {
    padding:2em 0;
    overflow:auto;
    border-bottom:1px solid #061d33;
}

.commentlist p {
    margin:0.5em 0;
    font:1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align:left;
}
.commentlist p a, .commentlist h4 a {
    border-bottom:1px solid #eee;
}
.commentlist h4 {
    font-size:1.3em;
    margin:0;
}
.commentlist cite {
    font-style:normal;
}
.commentlist img.avatar {
    float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
textarea#comment {
    width:100%;
    font-size:1.6em;
}
/* 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: none url('images/border.png') repeat-x top;
}

#footer div {
    background: none url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
    background:none 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 */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


