/*
Theme Name: Love Sonnet
Theme URI: http://www.ezwpthemes.com/templates/love-sonnet.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: red, fixed width, two columns, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body {
  color: #000;
  background: #8f0100;
  font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
  text-decoration: none;
  color: #000;
}
a:hover, .post a:hover {
  color: #900;
  text-decoration: none;
}
#blog_title ,.post_title ,h1 ,h2 ,h3 ,h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
blockquote, code {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  border: 1px dashed #999;  
}
blockquote {
  background: #F8F4AB;
}
code {
  background: #F5D582;
}

/* Layout */
#wrapper {
  min-width: 998px; /* not working in IE6 */
  overflow: hidden;
  background: url(images/container_bg.jpg) center top repeat-y;
}
#bottom_frame {
  padding: 0 0 5px 0;
  background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
  background: url(images/top_frame.jpg) no-repeat center top;
}
#top_container {
  margin: 0 auto;
  background: url(images/top_container.jpg) no-repeat center 343px;
}
#header , #container , #footer {
  width: 998px;
}
#header {
  
}
#container {
  padding: 0px 0 130px 0;
  position: relative;
}
#footer {
  clear: both;
  height: 80px;
  position: relative;
}
/* Header */
#header #blog_title {
  font-size: 3em; /* Blog title */
  padding: 40px 0px 0 163px;
  text-align: left;
  color: #fff;
}
#header #blog_title a {
  color: #fff;
}
#header h2 {
  color: #fff;
  font-size: 1.4em; /* Blog Description */
  text-align: left;
  padding: 0px 0px 0 165px;
}
/* menu */
#menu {
  width: 494px;
  margin: 55px 0 0 118px;
  padding-left: 10px;
  background: #8f0100;
}
#menu ul li {
  padding: 3px 14px;
  font-size: 1.3em; /* menu Font Size */
  font-weight: bold;
  text-align: center;
  float: left;
  background: url(images/menu_li.gif) no-repeat left 8px;
}
#menu ul li a {
  padding: 0px 0 0 0px;
  line-height: 1.4;
  color: #fff;
}
#menu ul li a:hover {
  color: #ffc;
}
#menu ul ul li {
  font-size: 1em;
}

/* searchform */
#searchform {
  overflow: hidden;
  position: absolute;
  right: 192px;
  top: 24px;
}
.searchtext {
  width: 110px;
  color: #000;
  border: 0;
  font-size: 1.2em;
  background: none;
  padding: 0;
  margin: 7px 0px 0 0;
  float: left;
}
#searchsubmit {
  border: 0;
  margin: 0 0 0px 0;
  width: 24px;
  height: 28px;
  float: left;
}
#rss {
  position: absolute;
  right: -107px;
  top: 24px;
}
#rss img {
  width: 67px;
  height: 62px;
}
/* welcome */
#welcome {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
#welcome p {
  width: 182px;
  padding: 50px 0 20px 0px;
  overflow: hidden;
}
/* Content */
#content {
  width: 509px;
  padding: 10px 0px 0 0px;
  display: inline;
  margin: 0px 0px 0px 113px;
  float: left;
}
.post {
  width: 509px;
  padding: 0px 0 10px 0;
  margin: 0px 0 30px 0px;
  position: relative;
  background: url(images/post_line.jpg) no-repeat 52px bottom;
}
.post .post-title {
  margin: 0px 5px 0 0px;
  padding: 3px 120px 3px 52px;
  font-size: 1.4em; /* Post title */
}
.post .post-title a {
  color: #7a322a;
}
.post .post-title a:hover {
  color: #a00;
}
.post_header_bg {
  background: #f8e3a8;
  position: relative;
}
.post_header_shadow {
  width: 9px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: url(images/post_header_shadow.png) no-repeat;
}
.post_date {
  color: #a10303;
  width: 44px;
  height: 42px;
  font-size: 1.2em;
  line-height: 1.4;
  padding: 0px 0 0 0px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 6px;
  top: 5px;
  font-weight: bold;
  color: #fff;
  background: url(images/date_bg.jpg) no-repeat;
}
.post_date div {
  padding-top: 4px;
  color: #413124;
}
.postmetadata {
  padding: 4px 10px 0 52px;
  text-align: left;
  font-size: 1.1em;
}
.postmetadata a {
  text-decoration: underline;
}
.post_path {
  font-size: 1.1em;
  margin: 0 0 0 52px;
  padding: 7px 7px 12px 15px;
  background: url(images/arrow.gif) left 10px no-repeat;
}
.post_path span {
  color: #706ED6; 
}
.post_path a:hover {
  text-decoration: underline;
}
.edit_post {
  width: 83%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #ffc;
  border: 1px dashed #999;
}
.edit_post a {
  font-style: italic;
  color: #33C;
}
.edit_post a.post-edit-link {
  margin-right: 15px;
  font-style: normal;
  color: #E5631C;
  text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
  color: #33c;
}
.entry {
  width: 449px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 10px 10px 52px;
  font-size: 1.2em;
}
.entry a {
  color: #1f85da;
  text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
  color: #c86b47;
}
.tags {
  font-size: 1.2em;
  margin: 10px 10px 0 52px;
}
.tags a {
  text-decoration: underline;
}
.notfound {
  margin: 100px auto;
  text-align:center;
  font-size: 4em;
  font-weight: bold;
  color: #7e2d17;
}

/* Sidebar */
#sidebar {
  width: 193px;
  display: inline;
  padding: 0px 0px 400px 0px;
  margin: 0px 136px 0 0px;
  float: right;
  position: relative;
  color: #000;
}
#sidebar_main {
  padding: 0px 0 0px 0;
  margin: 0px 0 0 0;
  background: url(images/sidebar_bg.jpg) repeat-y right top;
}
#sidebar_main h2 {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: #8f0100;
  position: relative;
  background: url(images/sidebar_header_bg.jpg) no-repeat left bottom;
}
#sidebar_main ul li {
  width: 193px;
  overflow: hidden;
  font-size: 1.2em;
  padding: 3px 0px 3px 0px;
}
#sidebar_main ul li a {
  color: #5e3421;
}
#sidebar_main ul li a:hover {
  color: #900;
}
#sidebar_main ul ul {
  padding: 0 0 0 0px;
  background: none;
}
#sidebar_main ul ul li {
  width: 173px;
  font-size: 1em;
  border: none;
  padding: 6px 0 6px 20px;
  background: url(images/sidebar_li.gif) no-repeat left 10px;
}
#sidebar_main ul ul ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
#sidebar_main ul ul li li {
  font-size: 1em;
  padding: 6px 0 0px 15px;
  width: 80%;
}
#sidebar_main .textwidget {
  margin: 7px 0;
}
#sidebar select {
  font-size: 1em;
  margin: 7px 0;
  width: 95%;
}
/* Sidebar sub */
#sidebar_sub {
  width: 193px;
  position: absolute;
  right: 136px;
  bottom: 130px;
  margin: 20px 0 10px 0;
  padding: 0px 0 0 0px;
}
#sidebar_sub a {
  color: #a7a76d;
}
#sidebar_sub a:hover {
  color:#900;
}
#sidebar_sub h2 {
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  color: #000;
  /*background: url(images/recent_header_bg.jpg) no-repeat;*/
}
#sidebar_sub h2 span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
#sidebar_sub ul li {
  width: 193px;
  font-size: 1.2em;
  height: 120px;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0px 5px 0px;
}
#sidebar_sub .recent_comments {
  height: 112px;
}
#sidebar_sub ul ul {
  padding: 0px 0 0 0px;
  margin: 0;
}
#sidebar_sub ul ul li {
  height: 14px;
  font-size: 1em;
  padding: 2px 0 2px 0px;
}

/* Footer */
.credit {
  font-size: 1.1em;
  padding: 10px 310px 0px 265px;
}
.credit, .credit a, .credit a:hover {
  color: #aaa;
}


/* PageNavi*/
.wp-pagenavi {
  padding: 5px 36px 5px 10px;
}
.wp-pagenavi a {
  padding: 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #06c;
  color: #06c;
  background-color: #fff;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
  color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
  padding: 2px 4px;
  margin: 2px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 90%;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  font-size: 11px;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  font-size: 11px;
}
#wp-calendar a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#wp-calendar a:hover {
  background: #ccc;
  color: #fff;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
  font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
}
#wp-calendar th {
  text-align: center;
  font-style: normal;
  font-size: 12px;
  text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
  margin: 18px 0 0 52px;
}
.bookmark ul {
  display: inline;
}
.bookmark ul li {
  background: none;
  display: inline;
  list-style-type: none;
}
.bookmark_line img {
  border: 0;
}

/* Comments */
.read_comments {
  margin: 0px 0px 0 0px;
  text-align: right;
  font-weight: bold;
  padding: 20px 10px 10px 0;
}
.read_comments a {
  font-size: 1.2em;
  color: #211b1f;
  padding: 10px 0 14px 0px;
}
.read_comments a:hover {
  color: #790B00; 
}
h3#comments {
  padding: 0 0 0 46px;
}
h3#comments, #respond h3 {
  padding-top: 10px;
  font-size: 1.4em;
  color: #333;
}
#commentform {
  margin: 5px 0 0 0px;
}
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
  width: 98%;
  padding: 2px;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
  margin: 5px 0;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}
#respond {
  width: 85%;
  padding: 0 0 0 10px;
  color: #333;
  margin: 0 auto;
}
#respond:after {
  content: "."; 
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.commentlist {
  padding: 0 0 0 0px;
  margin: 0 auto;
  width: 85%;
}
.commentlist li {
  margin: 15px 0 0px;
  padding: 5px 5px 10px 10px;
  list-style: none;
  font-weight: bold;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
  font-size: 1em;
}
.commentlist p {
  margin: 10px 5px 10px 0;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 1.2em;
  text-transform: none;
}
.commentlist li .avatar { 
  float: right;
  border: 1px solid #333;
  padding: 2px;
  background: #fff;
}
.commentlist li a {
  color: #000;
}
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
}
#content .comment-body p a {
  text-decoration: underline;
}
.nocomments {
  text-align: center;
}
.commentmetadata {
  font-size: 1.2em;
  display: block;
  font-weight: normal;
}
.thread-alt {
  background-color: #dcbea4;
}

.thread-even {
  background-color: #e3cbb3;
}
.depth-1 {
  border: 1px solid #000;
}
.alt { 
  border-left: 1px solid #666; /* odd page */
  background-color: #C29581; 
  padding: 10px;
}
.even {
  border-left: 1px solid #666; /* even page */
  background-color: #D0AD9E;
}

.related-pr li {
float:left;
list-style-type:none;
margin:0 10px;
}