/*
Theme Name: Simple is Best
Theme URI: http://www.ezwpthemes.com/templates/simple-is-best.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: pink, fixed width, two columns, left sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body {
  color: #000;
  background: #cc4560 url(images/bg.jpg) repeat-y center center;
  font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
  text-decoration: none;
  color: #000;
}
a:hover, .post a:hover {
  color: #790B00;
  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: 1000px; /* not working in IE6 */
  overflow: hidden;
  background: url(images/container_bg.jpg) center top repeat-y;
}
#bottom_frame {
  padding: 0 0 74px 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 {
  background: url(images/top_container.jpg) no-repeat center 183px;
  margin: 0 auto;
}
#header , #container , #footer {
  width: 1000px;
}
#header {
  height: 183px;  position: relative;
}
#container {
  padding: 35px 0 140px 0;
}
#footer {
  clear: both;
  height: 150px;
  position: relative;
}
/* Header */
#header #blog_title {
  font-size: 3em; /* Blog title */
  width: 330px;
  padding: 15px 0px 0 340px;
  float: left;
  color: #fbffd8;
}
#header #blog_title a {
  color: #fbffd8;
}
#header h2 {
  width: 245px;
  color: #fbffd8;
  font-size: 1.4em; /* Blog Description */
  float: left;
  padding: 32px 36px 0 30px;
}
/* menu */
#menu {
  width: 494px;
  height: 30px;
  position: absolute;
  left: 360px;
  top: 124px;
  overflow: hidden;
}
#menu ul li {
  width: 115px;
  padding: 0 6px;
  font-size: 1.8em; /* menu Font Size */
  font-weight: bold;
  text-align: center;
  float: left;
}
#menu .menu_first {
  width: 90px;
  padding-right: 0;
  padding-left: 16px;
}
#menu ul li a {
  display: block;
  padding: 0px;
  line-height: 2;
  color: #431704;
}
#menu ul li a:hover {
  color: #900;
  /*background: url(images/menu_over.gif) no-repeat center 2px;*/
}
#menu ul ul li {
  font-size: 1em;
}

/* searchform */
#searchform {
  overflow: hidden;
  width: 194px;
  position: absolute;
  left: 64px;
  top: 105px;
}
.searchtext {
  width: 148px;
  color: #000;
  border: 0;
  font-size: 1.2em;
  background: none;
  padding: 0;
  margin: 27px 0 0 3px;
  float: right;
}
#searchsubmit {
  border: 0;
  margin: 0 0 0px 0;
  width: 43px;
  height: 53px;
  float: left;
}
#rss {
  position: absolute;
  right: 48px;
  top: 90px;
}
#rss img {
  width: 93px;
  height: 93px;
}
/* welcome */
#welcome {
  width: 218px;
  height: 123px;
  margin: 0 0 36px 0;
  color: #381e03;
  font-weight: bold;
  font-size: 1.1em;
}
#welcome p {
  width: 218px;
  height: 123px;
  padding: 0px 0 0 0px;
  overflow: hidden;
}
/* Content */
#content {
  width: 516px;
  padding: 50px 0px 0 0px;
  display: inline;
  margin: 0px 115px 150px 0px;
  float: right;
}
.post {
  width: 516px;
  padding: 0px 0 40px 0;
  margin: 0px 0 0px 0px;
}
.post_path {
  font-size: 1.1em;
  margin: 0 0 0 10px;
  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;
}
.post .post-title {
  margin: 0px 0 0 0px;
  padding: 10px 0px 13px 24px;
  font-size: 1.4em; /* Post title */
  background: url(images/post_header_bg.jpg) no-repeat left 5px;
}
.post .post-title a {
  color: #6a5524;
}
.post .post-title a:hover {
  color: #900;
}
.post_header_top {
  height: 5px;
  background: url(images/post_header_top.jpg) no-repeat left bottom;
}
.post_header_bottom {
  height: 5px;
  background: url(images/post_header_bottom.jpg) no-repeat left top;
}
.postmetadata {
  padding: 4px 16px;
  text-align: right;
  font-size: 1.1em;
}
.postmetadata a {
  text-decoration: underline;
}
.entry {
  width: 486px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.2em;
}
.entry a {
  color: #1f85da;
  text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
  color: #666;
}
.tags {
  font-size: 1.2em;
  margin: 10px 30px 0 14px;
}
.tags a {
  text-decoration: underline;
}
.notfound {
  margin: 100px auto;
  text-align:center;
  font-size: 4em;
  font-weight: bold;
  color: #7e2d17;
}

/* Sidebar */
#sidebar {
  width: 218px;
  overflow: hidden;
  display: inline;
  position: relative;
  margin: 0px 71px 0 78px;
  float: left;
  color: #666;
}
#sidebar_main {
  width: 190px;
  margin: 0 auto;
  
}
#sidebar_main h2 {
  padding: 0px 5px 3px 30px;
  font-size: 18px;
  color: #fff;
  background: url(images/sidebar_header_bg.jpg) no-repeat;
}
#sidebar_main ul li {
  width: 100%;
  font-size: 1.2em;
  overflow: hidden;
  padding: 3px 0px 3px 0px;
}
#sidebar_main ul li a {
  color: #c33c57;
  font-weight: bold;
}
#sidebar_main ul li a:hover {
  color: #314B9E;
}
#sidebar_main ul ul {
  padding: 0 0 0 0px;
  background: #efe8d8;
}
#sidebar_main ul ul li {
  width: 138px;
  font-size: 1em;
  border: none;
  margin: 0 0 0 15px;
  padding: 6px 0 6px 30px;
  background: url(images/sidebar_li.jpg) left 5px no-repeat;
}
#sidebar_main ul ul ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
#sidebar_main ul ul li li {
  font-size: 1em;
  width: 73%;
  margin: 0;
}
#sidebar .textwidget {
  margin: 7px 0;
}
#sidebar select {
  font-size: 1em;
  margin: 7px 0;
  width: 95%;
}
/* Sidebar Sub */
#sidebar_sub {
  width: 548px;
  height: 140px;
  padding: 2px 0 0 377px;
  overflow: hidden;
}
#sidebar_sub a {
  color: #744901;
}
#sidebar_sub a:hover {
  color: #900;
}
#sidebar_sub h2 {
  font-size: 1.6em;
  color: #000;
  width: 0;
  height: 0;
  overflow: hidden;
}
#sidebar_sub h2 span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
#sidebar_sub ul li {
  float: left;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
#sidebar_sub ul ul li div {
  font-size: .8em;
}
#sidebar_sub ul .recent_posts {
  padding-right: 60px;
}
#sidebar_sub ul ul {
  padding: 0px 0px 0 0px;
  margin: 0;
}
#sidebar_sub ul ul li {
  font-size: 1.2em;
  height: 40px;
  padding: 0px 0 8px 0px;
}

/* Footer */
.credit {
  font-size: 1.1em;
  width: 190px;
  padding: 25px 0px 0px 0px;
  margin: 0 auto;
  font-weight: bold;
}
.credit, .credit a, .credit a:hover {
  color: #c33c57;
}


/* 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 {
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
}
#wp-calendar th {
  font-style: normal;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
  margin: 18px 0 0 14px;
}
.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 18px 0 13px;
  text-align: right;
  font-weight: bold;
  padding: 0;
}
.read_comments a {
  font-size: 1.2em;
  padding: 10px 0 20px 20px;
  background: url(images/read_comments.jpg) no-repeat left 1px;
  color: #000;
}
.read_comments a:hover {
  color: #790B00; 
}
h3#comments {
  padding: 0 0 0 0px;
}
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 {
  padding: 0 0 0 10px;
  color: #333;
}
#respond:after {
  content: "."; 
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.commentlist {
  padding: 0 0 0 0px;

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