             /*
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:#fff;
        color:#555;
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        margin:5px;
        text-align:center;
}
#wrap {
        background: #EEEEEE;
        width: 960px;
        margin: 10px auto 10px;
        padding: 0px;
        position: relative;
        border: 10px solid #68b;
        }

p, blockquote {
        text-align:justify;
}

a {
        color:#579;
        text-decoration:none;
}
a:hover {
        background-color:#ffc;
}

h1, h2, h3, h4, h5, h6 {
        color:#68b;
}

blockquote {
        background:url('images/hborder_right.png') repeat-y left;
        color:#888;
        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:transparent;
        border:1px inset #aaa;
}
input[type=submit] {
        background:#eee;
        border:1px outset #aaa;
}

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

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

code {
        color:#000;
}

img {
        border:0;
}


/* Layout */
#page {
        min-width:760px;
        margin:0 auto;
        text-align:left;
}
#wrapper {
        clear:both;
        margin:1em 5%;
}
#content {
        width:67%;
        float:left;
}
#sidebar {
        width:28%;
        float:right;
}
#footer {
        clear:both;
        margin:0 5em;
}

/* Header */
#header {
        height:96px;
        background: url("images/header_bg.png") repeat-x;
}

#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 {
        float:left;
        position:absolute;
        top:0px;
        left:5%;
        margin:5px;
         color:#000;
}

.header-title h1 {
        margin:0;
        font-size:2.8em;
         color:#000;
}
.header-title h1 a {
        background:transparent;
        color:#000;
}
.header-title h1 a:hover {
        background:transparent;
        color:#000;
}
.header-title p {
        margin:0;
        background:transparent;
        color:#000;
}

#header .search {
        width:20%;
        float:right;
        padding:36px 5% 0 0 ;
}

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

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

#navbar {
        background: #68b;
        width: 960px;
        height: 35px;
        font-size: 14px;
        font-family: Arial, Tahoma, Verdana;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        }

#navbarleft {
        width: 660px;
        float: left;
        margin: 0px;
        padding: 0px;
        }

#navbarright {
        width: 300px;
        font-size: 11px;
        float: right;
        margin: 0px;
        padding: 6px 0px 0px 0px;
        }

#dropmenu ul {
         margin:0;
         padding:0;
         list-style-type:none;
         list-style-position:outside;
         position:relative;
         top:-15px;
         line-height:1.5em;
         z-index:300;
         width:100%;
         background:#fff;
         font-weight:bold;
         }
#dropmenu a {
         display:block;
         padding:0.5em 1em;
         color:#686868;
         border-right:1px solid #c8c8c8;
         text-decoration:none;
         background:#fff;
         }
#dropmenu a:hover {
         background:#888;
         color:#fff;
         }
#dropmenu li {
         float:left;
         position:relative;
         list-style: none;
         top: -11px;
         left: -40px;
         }
#dropmenu ul {
         position:absolute;
         display:none;
         width:12em;
         top:1.9em;
         left:-1px;
         }
#dropmenu li ul li{
         float:left;
         position:relative;
         top: 0px;
         left: 0px;
         }
#dropmenu ul a {
         border-left:1px solid #c8c8c8;
         }
#dropmenu li ul {
         border-top:1px solid #c8c8c8;
         width:14.1em;
         }
#dropmenu li ul a {
         width:12em;
         height:auto;
         float:left;
         border-bottom:1px solid #c8c8c8;
         }
#dropmenu ul ul {
         top:auto;
         }
#dropmenu li ul ul {
         left:12em;
         margin:0px 0 0 10px;
         }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
         display:none;
         }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
         display:block;
         }



/* Sidebar*/
#sidebar {
        background: url('images/border.png') repeat-y top left;
        color:#888;
        overflow:hidden;
        font-size:1.2em;
}

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

}

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


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

#sidebar h2 {
        color:#68b;
        font-size:1.2em;
        font-weight:bold;
        font-variant:small-caps;
        margin:0;
}


/* 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 {
        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-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-entry a {
        border-bottom:1px solid #eee;
}

.post-meta {
        clear:both;
        margin-top:1.6em;
        font-size:1.1em;
        color:#999;
}
/* Post ends */


/* Comments */
#comments {
        margin:0 7%;
}
#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 #f8f8f8;
}

.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: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 */


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

