/*------------------------------------------------------------------------------
Theme Name: Lake sunset
Theme URI: http://richa.avasthi.name/blogs/tepumpkin
Version: 1.0
Description: 
Author: Richa Avasthi
Author URI: http://richa.avasthi.name
------------------------------------------------------------------------------*/

/*-----[ reset ]----------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}

img
{
  border-style: none;
}

/* remember to highlight inserts somehow! */
ins
{
  text-decoration: none;
}

del
{
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */
table
{
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
}

th, td, tr
{
  border-style: none;
}


/*-----[ core ]-----------------------------------------------------------------
*/
a
{
  color: #5d7032;
  text-decoration: underline;
}

a:visited
{
  color: #a39684;
}

a:hover,
a:active
{
  color: #b54d24;
}

blockquote
{
  margin: 0 0 1.5em 20px;
  padding: 0;
  line-height: 1.5em;
  color: #707070;
}

blockquote a
{
/*  color: #89a81e;*/
}

body
{
  margin: 0 auto;
  padding: 0;
  background-color: white;
  font-size: 15px;
  text-align: center;
}

code, pre
{
  color: #505050;
  font-family: "inconsolata-1","inconsolata-2", "Monaco", "Lucida Console", monospace;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0 0 6px 0;
  font-family: "Charis SIL", "calluna-1","calluna-2", serif;
  font-weight: bold;
}

h1, h4
{
  color: #b54d24;
}

h2, h5
{
  color: #cc8837;
}

h3, h6
{
  color: #332014;
}

h1
{
  font-size: 175%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 125%;
}

h4
{
  font-size: 110%;
}

h5
{
  font-size: 100%;
}

h6
{
  font-size: 90%;
}

hr
{
  margin: 10px 0;
  width: 100%;
  height: 2px; 
  background-color: #946e49;
  border-style: none;
}

html
{
}

img
{
  border-style: none;
}

input[type=submit]
{
  margin: 0;
  border: 2px outset #ccbfad;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
  height: auto;
  background-color: #faead4;
  color: #332014;
  font-size: 13px;
  line-height: 100%;
  font-family: "Calibri", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  vertical-align: center;
}

input[type=submit]:active
{
  border-style: inset;
}

input[type=text], textarea
{
  margin: 0;
  border: 1px solid #ccbfad;
  padding: 1px;
  background-color: white;
  color: black;
  font-family: "Charis SIL", "calluna-1", "calluna-2", serif;
  font-size: 15px;
  line-height: 16px;
}

p
{
  margin: 0 0 1em;
}

pre
{
  margin-bottom: 1em;
  border: 1px solid #c0c0c0;
  padding: 4px;
  width: 98%;
  max-height: 430px;
  overflow: auto;
  background-color: white;
  font-size: 12px;
  line-height: 1.5em;
}

ol, ul
{
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
}

ol
{
  list-style-type: decimal;
}

ol ol
{
  margin: 0;
  list-style-type: lower-alpha;
}

ol ol ol
{
  list-style-type: lower-roman;
}

li p
{
  margin-bottom: 9px;
}

sub, sup
{
  line-height: 1px;
  overflow: visible;
  font-size: 90%;
}

sub
{
  vertical-align: sub;
}

sup
{
  vertical-align: super;
}

ul
{
  list-style-image: url("./images/bullet-01.png");
  list-style-type: circle;
  line-height: 1.5em;
}

ul ul
{
  list-style-image: url("./images/bullet-02.png");
}

ul ul ul
{
  list-style-image: url("./images/bullet-03.png");
}

/*-----[ layout ]---------------------------------------------------------------
*/
#page
{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  text-align: left;
  font-family: "Charis SIL", "calluna-1", "calluna-2", serif;
}

#main
{
  position: relative;
  margin: 0;
  padding: 0 0 1em 0;
  width: 850px;
  background-color: white;
}

#footer
{
  clear: both;
  margin: 0;
  padding: .5em 0 2em 0;
  background-color: white;
  border-top: 1px solid #332014;
  color: #a39684;
  line-height: 100%;
}

#sidebar 
{
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
  width: 300px;
  border-bottom: 1px solid #332014;
  color: black;
  font-size: 100%;
  line-height: 1.5em;
}

#content-wrapper
{
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
/*  color: #505050;*/
  color: black;
}


/*-----[ masthead ]-------------------------------------------------------------
*/
#masthead
{
  margin: 0 0 24px 0;
  padding: 0;
  width: 300px;
  height: 250px;
  background: #b54d24 url("./images/masthead.png") no-repeat;
  border-style: none;
  outline: none;
  font-family: "Charis SIL", "calluna-1", "calluna-2", serif;
}

#masthead a,
#sidebar #masthead a:visited
{
  display: block;
  width: 300px;
  height: 250px;
  text-decoration: none;
}


/*-----[ nav ]------------------------------------------------------------------
*/
#nav-wrapper
{
  margin: 0;
  background: #f7f0d2;
}

#nav 
{
  margin: 25px 0 24px 0;
  padding: 0;
  width: 500px;
  background-color: white;
  text-align: left;
  font-size: 90%;
  font-family: "Charis SIL", "calluna-1", "calluna-2", serif;
  color: #6f4713;
  list-style: none;
}

#nav li 
{
  float: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}

#nav a
{
  display: block;
  padding: 0 15px 0 0;
  text-decoration: none;
}

#nav a:visited,
#nav a:active,
#nav a:hover
{
  text-decoration: underline;
}


/*-----[ sidebar ]--------------------------------------------------------------
*/
#sidebar a,
#footer a
{
  text-decoration: none;
}

#sidebar a:visited,
#sidebar a:active,
#sidebar a:hover,
#footer a:visited,
#footer a:active,
#footer a:hover
{
  text-decoration: underline;
}

#sidebar h2,
#footer h2
{
  padding: 0;
  text-align: left;
  vertical-align: center;
  color: #332014;
  line-height: 100%;
  font-weight: normal;
  text-transform: lowercase;
}

#sidebar h2 span:first-letter,
#footer h2 span:first-letter
{
  text-transform: uppercase;
}

#sidebar h2 > span,
#footer h2 > span
{
  display: inline-block;
  background: url("./images/sidebar-heading-decoration.png") no-repeat right bottom;
  padding-right: 28px;
}

#sidebar p,
#footer p
{
  padding: 0;
}

#sidebar ul,
#footer ul
{
  margin: 0;
  padding: 0 0 0 6px;
  list-style-image: url("./images/bullet-05.png");
  list-style-type: circle;
  line-height: 1.5em;
}

#sidebar ul li,
#footer ul li
{
  margin: 0 0 0 10px;
}

#sidebar ul ul,
#footer ul ul
{
  list-style-image: url("./images/bullet-02.png");
}

#dynamic-sidebar
{
  padding: 0 10px;
}

.sidebar-block
{
  margin: 0 0 2em 0;
}

.buttons
{
  margin-bottom: 1em;
  padding: 0 10px;
}

#searchform .screen-reader-text
{
  display: none;
}

#searchform input#s
{
  margin: 0 0 .75em 0;
  width: 275px;
  background-color: white;
  font-family: "Charis SIL", "calluna-1", "calluna-2", serif;
  font-size: 100%;
}


/*-----[ content ]--------------------------------------------------------------
*/
/*----------[ general ]---------------------------------------------------------
*/
.aligncenter
{
  text-align: center;
}

.alignleft
{
  display: inline;
  text-align: left;
}

.alignright
{
  display: inline;
  text-align: right;
}

.archive-list, 
.link-list
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-list ul
{
  margin-left: 15px;
  padding: 0;
  list-style: none;
}

.archive-list li, .link-list li
{
  line-height: 1.5em;
}

.columns
{
  margin-bottom: 18px;
}

.columns .column
{
  float: left;
  margin-right: 10px;
}

.columns .last
{
  margin-right: 0;
}

.columns .half-size
{
  width: 240px;
}

.drop-cap
{
  float: left;
  padding: 0 3px 0 0;
  color: #cc8837;
  font-size: 300%;
  line-height: 99%;
}

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.footnotes
{
  border-top: 1px dotted #eddeca;
  padding-top: 0.75em;
  font-size: 90%;
}

.group:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navigation
{
  margin: 1.5em 0;
  text-align: center;
}

.page-content
{
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
}

.page-heading
{
  margin-bottom: 1.5em;
}

.page-info
{
  margin: 0;
  padding: 2px 0;
  color: #808080;
  font-size: 90%;
}

.page-title
{
  margin-bottom: 0.5em;
  padding: 0;
  color: #cc8837;
}

.reset
{
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 0;
}

.separator
{
  clear: both;
  margin-bottom: 1.5em;
  height: 1.5em;
  background: url("./images/separator.png") no-repeat center center;
}


/*----------[ post ]------------------------------------------------------------
*/
.post
{
  margin: 0 0 2em;
  border-bottom: 1px solid #332014;
  padding: 0;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

.post-header
{
  border-bottom: 1px solid #eddeca;
}

.post-body
{
  padding: 1.5em 0 .5em;
}

.post-footer
{
  padding: 0;
}

.next-prev-navigation
{
  margin-bottom: 1.5em;
  color: #a39684;
}

.post-date
{
  color: #a39684;
  font-family: "Calibri", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.post-title
{
  margin: 0;
  padding: 2px 0;
  color: #b54d24;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
}

.post-title a
{
  color: #b54d24;
  text-decoration: none;
}

.post-title a:hover
{
  color: #332014;
}

.post-header .post-info
{
  border-style: none;
  padding: 3px 0;
}

.post blockquote,
.post p,
.post pre,
.post dl,
.post ol,
.post ul
{
  margin: 0 0 1em;
}

.post blockquote
{
  margin-left: 20px;
}

.post > pre
{
  width: 488px;
  margin: 15px;
}

.post ol ol,
.post ul ul
{
  margin: 0;
}


.post-info
{
  margin: 0;
  padding: 2px 0;
  border-top: 1px solid #eddeca;
  color: #a39684;
  font-size: 90%;
}

.post-info p
{
  margin: 0;
}

/*----------[ tumble ]----------------------------------------------------------
*/
.tumble .post-title
{
  padding-right: 1.5em;
  font-size: 1.25em;
  line-height: 1.5em;
}

.tumble a.permalink
{
  float: right;
  display: inline-block;
  padding: 2px 0;
  width: 24px;
  height: 1.875em;
  line-height: 1.875em;
  background-image: url("./images/tumble-permalink-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}

.tumble a.permalink:hover
{
  background-image: url("./images/tumble-permalink-active-bg.png");
}


/*----------[ comments ]--------------------------------------------------------
*/
#comments,
#respond
{
  margin-top: 1.5em;
  font-size: 120%;
}

#commentform 
{
  margin: 0;
}

#commentform input[type=text]
{
  margin-top: 0;
}

#commentform textarea 
{
  width: 496px;
}

#commentform div.comment-field 
{
  margin: 0 0 .75em;
}

#commentform .comment-field label
{
  display: block;
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 90%;
  color: #808080;
}

#commentform .comment-field .fine-print
{
  color: #a0a0a0;
  font-size: 90%;
  font-style: italic;
}

.commentlist
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-weight: normal;
}

.commentlist .comment
{
  margin: 0 0 0.5em 0;
  padding: 6px 10px;
  background-color: #faead4;
  border-bottom: 1px solid #d9cbb8;
  color: black;
}

.commentlist .comment.alt
{
  background-color: #eddeca;
  border-bottom: 1px solid #d9cbb8;
}

.commentlist .comment a:hover
{
/*  color: #8d6437;*/
}

.commentlist .comment .comment-author
{
  margin: 0 0 2px 0;
}

.commentlist .comment .commentmetadata
{
  margin: 2px 0;
  padding: 2px 0;
  color: #a39684;
  font-size: 90%;
  font-style: italic;
}

h5.above-comment-preview
{
  margin: 0;
}

#preview
{
  margin: 5px 0 10px 0;
  padding: 5px;
  background-color: #e6f4d7;
  border: 1px dotted #88af5e;
  color: #749550;
}

#preview p
{
  margin: 0 0 10px 0;
}

/*----------[ feeds ]-----------------------------------------------------------
*/
ul.feeds,
#sidebar ul.feeds,
#footer ul.feeds
{
  margin: .75em 0 0;
  padding-left: 0;
  list-style: none;
}

ul.feeds li,
#sidebar ul.feeds li,
#footer ul.feeds li
{
  margin: 0 0 3px 0;
}

ul.feeds li a,
#sidebar ul.feeds li a,
#footer ul.feeds li a
{
  display: inline-block;
  padding-left: 20px;
  height: 1.5em;
  line-height: 1.5em;
  background: url("./images/feed.png") no-repeat left center;
}


/*-----[ footer ]--------------------------------------------------------------
*/
#footer
{
  margin: 0.5em 0 0;
}

#footer .column
{
  float: left;
  margin-right: 30px;
  width: 235px;
}

#footer .column.last
{
  margin-right: 0;
}

#footer #dynamic-footer-column-1
{
  margin-right: 50px;
  width: 300px;
}

.footer-block
{
  margin-bottom: 2em;
  line-height: 1.5em;
}

.footer-block.tag-cloud a
{
  margin-right: 5px;
  line-height: 120%
}

#footer .attribution a
{
  color: #a39684;
  text-decoration: underline;
}

#footer .attribution a:hover
{
  color: #332014;
}

#footer .attribution.float-right
{
  text-align: right;
}


/*-----[ archives ]-------------------------------------------------------------
*/
#archives h1.page-title
{
  margin: 0 0 1.5em;
}

#archives #content > h2
{
  margin-top: 1.5em;
}

#archives .post,
#archives #content .post h2
{
  border-bottom-style: none;
}

#archives .columns
{
  margin-top: 1.5em;
}

#archives #content #searchform #s
{
  margin-right: 10px;
  width: 300px;
}
