/*
Theme Name: Nature Mag
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slider.css");
@import url("css/featuredcats.css");
@import url("css/pagenavi-css.css");

/***************BASIC*************************/
* {
  margin: 0;
  padding: 0;
}
html body {
  background: url(images/bg.png);
  font-size: 13px;
  font-family: Georgia, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
}
a:link, a:visited {
  color: #1F4100;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/***************LAYOUT*************************/

#mainwrap {
  clear: both;
  margin: 0 auto;
  width: 960px;
  background: #161616;
  overflow: hidden;
  padding: 7px 0;
}
#header {
  width: 100%;
  height: 144px;
  background: url(images/header.jpg) repeat-x;
}
#hwrap {
  width: 960px;
  margin: 0 auto;
}
#blogtitle {
  color: #fff;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 10px;
  height: 102px;
}
#heading {
  color: #fff;
}
.description {
  text-transform: none;
  margin-left: 20px;
  margin-top: -10px;
}
.adv {
  float: right;
  margin: 5px 5px 0 0;
}
#top {
  clear: both;
  width: 960px;
  height: 40px;
}
#top li {
  float: left;
}
#top li a {
  float: left;
  display: block;
  padding: 12px 12px 11px 12px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
#top li.current_page_item a, #top li a:hover {
  color: #238f01;
}

/***************END NAVIGATION*************************/
/* Twitter, RSS, Email */

#topsoc {
  float: right;
  position:relative;
  top: 4px;
}
.tweet, .rss, .mail {
  float: left;
  margin-left: 20px;
  margin-right: 5px;
  display: inline;
}

/* End Twitter, RSS, Email */
#featured-video {

}
.padd {
  padding: 3px;
}


.about {

}
.about p {
  padding: 2px;
}
.aboutimage {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0px 5px 5px 5px;
}
#s {
  width: 250px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#searchsubmit {
  background: #ccc;
  border: 1px solid #ccc;
  color: #000;
}
#featured-category {
  clear: both;
  float: left;
  width: 190px;
  margin-left: 7px;
}
#contentwrap {
  float: left;
  width: 640px;
  margin-left: 7px;
}
#contentwrap1 {
  float: left;
  width: 445px;
  margin-left: 5px;
}


#sidebar {
  float: right;
  width: 300px;
  margin-right: 7px;
  display: inline;
}
/* ADVERT */

.advert{
 float: right;
 width: 296px;
 background: url(images/postbg.jpg);
 border:2px solid #1F4100;
 margin: 0 0 10px 0;
 padding-bottom: 5px;
 }
.advert img{
 border:none;
 float:left;
 margin-left: 10px;
 margin-right: -7px;
 display: inline;
}

/* END ADVERT */

/* SOCIAL ICONS */

.custom_images img {
  padding: 0;
  margin: 3px;
}
/* END SOCIAL */
#footerwrap {
  clear: both;
  width: 100%;
  background: url(images/footer.jpg) repeat-x;
  height: 60px;
}
#footer {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  padding-top: 30px;
}
#footer a {
  color: #fff;
}


.sponsors, .sponsors a {
  text-align: right;
  color: #fff;
  margin-top: -20px;
}
.inside {
  padding: 0px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3, #featured-video h3 {
  padding: 8px 3px 7px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: url(images/h3.jpg) no-repeat;
  margin-bottom: 0;
  font-family: Arial;
  font-weight: normal;
}
.side-widget {
  clear: both;
  width: 296px;
  border: 2px solid #1f4100;
  margin-bottom: 10px;
}
.side-widget ul li {
  line-height: 28px;
  padding: 0 15px;
  background: url(images/li.jpg) no-repeat;
}
.side-widget a, .side-widget a:visited {
  color: #ffa484;
}
.side-widget a:hover {
  color: #2c9c01;
}
.side-widget ul li ul li {
  margin: 0 0 0 -15px;
  padding: 0 0 0 15px;
  width: 281px;
}
.side-widget ul li:hover {
  background: url(images/lihover.jpg) no-repeat;
}
.textwidget {
  background: url(images/postbg.jpg);
  padding: 5px;
}


/***************POST STYLES*************************/
.post h2 {
  background: url(images/h2.jpg) repeat-x;
  padding: 7px 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.post h2 a, post h2 a:visited {
  color: #8bba88;
}
.post h2 a:hover {

}
.meta {
  background: url(images/meta.jpg) repeat-x scroll center;
  font-size: 10px;
  color: #ffa484;
  padding: 0 10px;
}
.meta a {
  color: #ffa484;
}


.cat {

}
.author {

}
.edit {

}
.comm {

}
a.more-link {
  padding: 3px;
  border: 1px solid #1f4100;
  color: #89a576;
  background: url(images/li.jpg) scroll center center;
  float: right;
  margin-right: 10px;
  display: inline;
  text-transform: uppercase;
  font-size:10px;
}
.postmetadata {
  margin-top: 5px;
}
.post {
  border: 3px solid #1f4100;
  margin-bottom: 15px;
  padding-bottom: 35px;
  background: url(images/postbg.jpg);
  font-family: Arial;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
  text-align: justify;
  padding: 0 10px;
}
.entry img {
  border: 2px solid #000;
  background: #1f4100;
  padding: 5px;
}
.entry li {
  margin-left: 20px;
  list-style: circle;
}
.entry ol li {
  list-style: decimal;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}
.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}
caption {
  background: #C54516;
  width: 100%;
  color: #fff;
}
#wp-calendar {
  background: url(images/postbg.jpg);
}
#wp-calendar th {
  padding: 15px 16px 15px 16px;
}
#wp-calendar td a:link {
  background: #c54516;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
/***************END WP STYLES*************************/


