/*
Theme Name: White 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/slide.css");
@import url("css/featuredcats.css");
@import url("css/pagenavi-css.css");

/***************BASIC*************************/
* {
  margin: 0;
  padding: 0;
}
html body {
  background: #fff;
  font-size: 13px;
  font-family:   Tahoma, Times New Roman;
  line-height: 1.5em;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/***************LAYOUT*************************/
#shadow {
  width: 1040px;
  margin: 0 auto;
  background: url(images/shadow.png) repeat-y scroll;
}
#mainwrap {
  margin: 0 auto;
  width: 960px;
  background: #fff;
}
#header {
  width: 960px;
  height: 170px;
  background: url(images/header.gif) repeat-x;
}
#blogtitle {
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 300px;
  position: relative;
  top: 10px;
  left: 15px;
}
#heading {
  color: #fff;
}
#top {
  width: 660px;
  height: 40px;
  float: right;
}
#top li {
  float: right;
  border-right: 1px solid #f1f1f1;
  padding-top: 15px !important;
}
#top li a {
  display: block;
  padding: 10px;
  color: #393939;
  border-left: 1px solid #f1f1f1;
  text-transform: lowercase;
  font-size: 16px;
}
#top li.current_page_item , #top li:hover {
  background: url(images/topa.gif) repeat-x scroll;
  color: #f79100;
}
/* CAT MENU */
#nav2 {
 clear: both;
 margin-top: 40px;
 float: left;
 height: 40px;
 width: 960px;
}
#nav2 li {
  float: left;
  background: url(images/menusep.gif) no-repeat scroll left center;
  margin-right: 2px;
}
#nav2 li a {
  display: block;
  float: left;
  padding: 13px 13px 13px 13px;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
#nav2 li.current_category_item, #nav2 li:hover {
  background: url(images/navleft.png) no-repeat scroll left center;
}
#nav2 li.current_category_item a, #nav2 li a:hover {
  background: url(images/navright.png) no-repeat scroll right center;
  color: #fff;
}

/* END CAT MENU */

/***************END NAVIGATION*************************/
/* Twitter, RSS, Email */

#topsoc {
  float: right;
}
.tweet, .rss, .mail {
  float: left;
  margin-left: 20px;
  margin-right: 5px;
  display: inline;
  margin-top: -5px;
}

/* 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;
}
#searchform {
  float: right;
  margin-top: 5px;
}
#s {
  width: 226px;
  background: url(images/search.jpg) no-repeat;
  border: none;
  padding: 7px 0 7px 7px;
}
#contentwrap {
  float: left;
  width: 540px;
  margin: 0 10px;
}
#contentwrap1 {
  float: left;
  width: 750px;
  margin-left: 10px;
  display: inline;
}


#sidebar {
  float: left;
  width: 200px;
}
#featured-category {
  float: left;
  width: 200px;
}


/* ADVERT */

.advert{
 float: right;
 width: 295px;
 background: #f0f0f0;
 margin: 0 0 10px 0;
 padding-bottom: 17px;
 }
.advert img{
 border:none;
 float:left;
 margin-left: 12px;
 margin-right: -8px;
 margin-bottom: -12px;
 display: inline;
 padding: 14px 4px 10px;
}

/* END ADVERT */

/* SOCIAL ICONS */

.custom_images img {
  padding: 0;
  margin: 3px;
}

/* END SOCIAL */

#footer {
  width: 928px;
  clear: both;
  display: block;
  border: 1px solid #bebdbd;
  padding: 7px 10px 5px 20px;
  background: #cecece;
  text-align: left;
  color: #473225;
  margin-bottom: 5px;
}
*+html #footer {
  padding: 5px 10px 0 20px;
}
#footer a:link, #footer a:visited {
  color: #473225;
}
.sponsors {
  float: right;
}
*+html .sponsors {
  margin-top: -20px;
  padding-bottom: 5px;
}

.inside {
  padding: 20px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3, #featured-video h3 {
  padding: 7px;
  font-size: 14px;
  background: url(images/h3.jpg) no-repeat;
  margin-bottom: 0;
  color: #e4e2e9;
}
.side-widget {
  width: 200px;
  margin-bottom:10px;
}
.side-widget ul li {
  line-height: 26px;
  padding: 0 15px;
  background: #E9E9E9 url(images/li.gif) repeat-x;
}
.side-widget a, .side-widget a:visited {
  color: #404040;
  font-weight: bold;
}
.side-widget a:hover {
  color: #606060;
}
.side-widget ul li ul li {
  margin-left: -15px;
  padding-left: 15px;
  width: 170px;
}
.textwidget {
  padding: 5px;
}


/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
}
.post h2 a, post h2 a:visited {
  color: #5c5c5c;
  font-family: Georgia;
  font-weight: normal;
}
.post h2 a:hover {

}
.meta {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: #727272;
  font-size: 11px;
}
.meta a {
  color: #000;
}


.cat {

}
.author {

}
.edit {

}
.comm {

}
a.more-link {
  background: url(images/more.jpg) no-repeat;
  padding: 3px 10px;
  float: right;
  color: #5c5c5c;
}
.postmetadata {
  margin-top: 15px;
  padding-bottom: 20px;
}
.post {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding: 10px;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
  text-align: justify;
  color: #727272;
}
.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: #ececec;
  width: 100%;
}
#wp-calendar {

}
#wp-calendar th {
  padding: 8px;
}
#wp-calendar td a:link {
  background: #ececec;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
/***************END WP STYLES*************************/

