/*
Theme Name: simply-news
Theme URI: http://www.xhtmlvalid.com/2008/03/14/simply-news/
Author: XHTMLValid.com
Description: Find more free themes at <a href="http://www.xhtmlvalid.com">XHTMLValid.com</a>
Version: 0.1
Author URI: http://www.xhtmlvalid.com/
*/

html
{
  background-color: #f0f0f0;
}

body
{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0px;
  padding: 0;
  background-color: #f0f0f0;
}

img
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#mainpage
{
  /* background: url('./images/mainbg.gif') repeat-y; */
  background-color: #fff;
  max-width: 960px;
  width: 960px;
  margin: 0 auto 20px;
  border: 1px solid #666;
  border-top: 0px;
  border-bottom: 0px;
}

h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 0;
  /* padding-left: 10px; */
}

h3
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 0;
  /* padding-left: 10px; */
}

h4
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  margin: 0;
  padding: 0;
  /* padding-left: 10px; */
}

/*.h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-size: 12px;
  color: #312E2E;
  font-weight: 700;
}*/

/* a:link, a:visited, a:active, a:hover
{
}*/

a
{
  color: #000;
  border-bottom: 1px dotted;
  text-decoration: none;
  /* font-weight: bold; */
}

a img
{
    border-bottom: none !important;
    margin-bottom: -4px;
}

.addtoany_share_save_container a:link, .addtoany_share_save_container a:visited, .addtoany_share_save_container a:active
{
  border-bottom: none;
}

.gallery a:link, .gallery a:visited, .gallery a:active
{
  border-bottom: none;
}

#jquery-lightbox a:link, #jquery-lightbox a:visited, #jquery-lightbox a:active
{
  border-bottom: none;
}


#nktagcloud-3 {
  padding-bottom:1ex;
  text-align:center;
}

#nktagcloud-3 a:link,
#nktagcloud-3 a:visited,
#nktagcloud-3 a:active   {
  color:#444;
}

#nktagcloud-3 a:hover
{
  text-decoration: none;
  border-bottom:1px dotted;
}

.wp-caption a:link, .wp-caption a:visited, .wp-caption a:active
{
  border-bottom: none;
}

input
{
  /*border: 1px solid #333;*/
  vertical-align: middle;
}

#menu
{
  width: 100%;
  float: left;
  background: url('./images/menubg.gif') repeat-x;
}

#menu>ul, ul#menu-top-menu
{
  height: 35px;
  line-height: 35px;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0;
}

ul#menu-top-menu li
{
  float: left;
  list-style-type: none;
  margin: 0;
  border-right: 1px solid #000;
}

ul#menu-top-menu li a
{
  float: left;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
}

ul#menu-top-menu li a:hover
{
  border-bottom: none;
  text-decoration: none;
  background: url('./images/menuhover.gif') repeat-x;
}

ul#menu-top-menu li:hover
{
}

ul#menu-top-menu li a:visited
{
  color: #fff;
}

#header
{
  float: left;
  height: 125px;
  width: 100%;
  background: url('./images/headerbg.gif') repeat-x;
  border-bottom: 1px solid #666;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
}

#header h1
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0px;
  color: #fff;
  padding-top: 10px;
  padding-left: 2.083333%; /* = 20px; */
}

#header h1 a
{
  border-bottom: none;
  /* font-weight: normal; */
  color: #fff;
}

#header h1 a:hover
{
  border-bottom: none;
  text-decoration: none;
}

#header h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* margin: 0px; */
  /* font-weight: 300; */
  /* line-height: 150%; */
  font-size: 18px;
  color: #fff;
  padding-left: 2.083333%; /* = 20px; */
  font-style: italic;
}

.info
{
  /* float: left; */
  width: 87.5%; /* 210px ÷ 240px */;
  padding: 10px 6.25%; /* 10px 15px */
  border-bottom: 1px solid #666;
  display: block;
}

.input
{
  border: 1px solid #aaa;
  background: #eee;
  height: 17px;
  width: 60%;
  margin-top: 1px;
  font: 12px;
  /* font-weight: normal; */
  color: #000;
  padding-top: 3px;
}

.submit
{
  border: 0px;
}

.info img
{
  float: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  margin-right: 150px;
}

.info #searchform {
  text-align: center;
}

img.alignnone
{
}

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

img.alignright
{
  float: right;
  margin-top: 2px;
  padding-left: 10px;
  padding-bottom: 10px;
}

img.alignleft
{
  float: left;
  margin-top: 2px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#content
{
  /* font: 12px; */
  /* line-height:1.5em; */
  color: #000;
  float: left;
  width: 71.875%; /* 690px ÷ 960px */
  margin: 0px;
  padding: 10px 1.458333% 10px 1.5625%; /* 10px 14px 10px 15px */
  border-right: 1px solid #666;
  overflow: hidden;
}

#content a
{
  color: #000;
  /* font-weight: normal; */
}

#content ul {
   list-style-type: square;
   padding-left: 1.7em;
   margin-top: 0.2em;
}

.entry {
  /* float: left; */
  width: 100%; /* = 690px */
  margin: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}

.entry h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0px;
  padding: 0;
}

.entry h2 a
{
  border-bottom: none;
  text-decoration: none;
  color: #000;
  margin: 0;
  /* font-weight: normal; */
}

.entry h2 a:hover
{
  text-decoration: none;
}

.entry h3
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0;
}

.entry h3 a
{
  border-bottom: none;
  text-decoration: none;
  color: #000;
  margin: 0;
  /* font-weight: normal; */
}

.entry h3 a:hover
{
  text-decoration: none;
}

.entry h4
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  margin: 0;
  padding: 0;
}

.entry h4 a
{
  border-bottom: none;
  text-decoration: none;
  color: #000;
  /* font-weight: normal; */
  margin: 0;
}

.archive {
  border: 1px solid #aaa;
  background-color: #f0f0f0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0;
  padding: 10px;
}

.archive h3
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

blockquote {
  border-left: 3px solid #666;
  color: #555;
  padding-left: 0.8em;
  margin-left: 2.5em;
}

.sticky {
  /*text-shadow:0 -1px 0 #fff, 0 1px 0 rgba(255, 255, 255, 0.2);*/
  border: 1px solid #bbb;
  background: #f6f6f6;
  padding: 15px;
 }

ul.st-related-posts {
   list-style-type: square;
   padding-left: 1.7em;
   margin-top: 0.2em;
}

#sidebar
{
  /* font: 11px; */
  float: left;
  width: 25%; /* 240px ÷ 960px */
  padding: 0px;
  margin: 0px;
  margin-left: -1px; /* for equal length border, see http://coding.smashingmagazine.com/2010/11/08/equal-height-columns-using-borders-and-negative-margins-with-css/ */
  border-left: 1px solid #666;
}

.rsidebar
{
  /* font: 12px; */
  /* float: right; */
  color: #303030;
  width: 87.5%; /* 210px ÷ 240px */;
  padding: 10px 6.25%; /* 10px 15px */
}

.rsidebar h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 3px;
  padding: 0;
  /*padding-left: 4px;*/
  margin-top: 15px;
}

.rsidebar a
{
  border-bottom: none;
  /* font-weight: normal; */
}

.rsidebar ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rsidebar ul li
{
  list-style-type: none;
  margin: 0 0 0px;
  padding: 0;
  padding-left: 0px;
}

.rsidebar ul li ul
{
  list-style-type: square;
  margin: 0;
  padding: 0 0px;
}

.rsidebar ul li ul li
{
  list-style-type: none;
  border: 0px none;
  margin: 0;
  /*padding-left: 4px;
  padding-right: 4px;*/
  border-top: 1px solid #bbb;
  padding-top: 3px;
  padding-bottom: 3px;
}

.rsidebar ul li ul li:last-child
{
  border-bottom: 1px solid #bbb;
}

.rsidebar ul li ul li a
{
  /* font: 12px;
  font-weight: normal; */
  color: #000;
  line-height: 1.3em;
  border-bottom: none;
}

.rsidebar ul li ul li a:hover
{
  border-bottom: none;
}

.rsidebar ul li ul li:hover
{
  background: #eee;
}

.navigation
{
  float: left;
  color: #303030;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
}

.navigation p
{
  color: #303030;
  margin: 0px;
}

.navigation a
{
  text-decoration: none;
  border-bottom: none;
}

.navigation a:hover
{
  /* text-decoration: underline; */
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.alignright
{
  float: right;
  margin-top: 10px;
}

.alignleft
{
  float: left;
  margin-top: 10px;
}

.postmetadata
{
  /* text-align: right; */
  clear: both;
  font-size: 12px;
  color: #666;
  margin: 0;
  padding: 0px;
}

.postmetadata a
{
  color: #666 !important;
}

.comments {
  width: 100%;
  margin: 0px;
}

.boxcomments
{
  /* width: 638px; */
}

.boxcomments h2
{
  /* font-size: 18px; */
}

.boxcomments h3
{
  padding-top: 10px;
  font-size: 18px;
}

li.comment img.avatar {
  display:none
}

.comment-author-header
{
  background:#f2f2f2;
  border:1px solid rgba(0, 0, 0, 0.08);
  padding:6px;
}

.comment-author
{
  display:inline;
}

.comment-meta
{
  padding-left:1em;
  display:inline;
}

#commentform label
{
  display: block;
  margin: 0;
}

#commentform input
{
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 1px;
}

#commentform textarea
{
  width: 550px;
  margin: 5px 0 10px;
  padding: 0;
}

#commentform #submit
{
  margin: 0 0 0px;
}

#commentform p
{
  margin: 3px 0;
}

.commentlist, .trackbacklist {
  margin-bottom:4em;
}

ol.commentlist, ol.trackbacklist {
  list-style: none;
  /* margin: 0 0 1em; */
  margin: 0;
  padding: 0;
}

ol.commentlist li.comment, ol.trackbacklist li.pingback {
  border-bottom:1px dotted #666;
  padding:1em 0 .5em;
}

ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fff; }

/*
ol.commentlist
{
  border-top:1px dotted #bbb;
  margin: 0 0 1px;
  padding: 0;
}

ol.commentlist li
{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0px 0px 1px;
}

ol.commentlist li :hover
{
  background: none;
}

ol.commentlist li.commenthead
{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0px;
}

ol.commentlist li.commenthead h2
{
  margin: 0;
}

ol.tblist
{
  border-top: 1px solid #fff;
  list-style: none;
  margin: 0 0 1px;
  padding: 0px;
}

ol.tblist li
{
  display: block;
  background: url('./images/c.gif') no-repeat 0 2px;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

ol.tblist li.tbhead
{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0px;
}

ol.tblist li.tbhead h2
{
  margin: 0;
}
*/

#footerbox
{
  clear: both;
  color: #fff;
  padding: 0;
  /* width: 960px; */
  /* height: 36px; */
  /*margin-top: 10px;*/
  margin: 0 auto;
  background: url('./images/footerbg.gif') repeat-x;
  text-align: center;
}

#footerbox p
{
  color: #fff;
  margin: 0px;
  font-size: 13px;
  padding: 10px;
  line-height: 1.2;
}

#footerbox a:link, #footerbox a:active, #footerbox a:visited
{
  color: #fff;
  border: none;
  /* font-weight: normal; */
}

/*
#footerbox a:hover
{
  text-decoration: underline;
}
*/