/*
Theme Name: SWT MAG
Theme URI: http://www.simplewpthemes.com
Description: Magazine wp theme
Version: 1.0
Author: sin2384
Author URI: http://www.sinisanikolic.info/
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/pagenavi-css.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}
/***************END LINKS*************************/

html body {
  background: #e9e7db;
  font-size: 12px;
  font-family: Tahoma, Verdana, Trebuchet MS;
  padding-top: 10px;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 980px;
  background: url(images/topwrap.png) no-repeat scroll center top;
  overflow: hidden;
  padding-top: 20px;
}
#shadow {
  width: 980px;
  background: url(images/shadow.png) repeat-y scroll center;
  margin-bottom: 15px;
}

#innerpad {
  padding: 0px 10px 10px 13px;
}
#header {
  width: 950px;
  height: 85px;
}
#logo {
  background: url(images/logo.png) no-repeat;
  width: 239px;
  height: 64px;
  float: left;
}
#top {
  width: 600px;
  height: 20px;
  float: right;
}
/***************NAVIGATION*************************/

ul#nav {
  float: right;
}

ul#nav li {
  float: left;
  background: url(images/topmenusep.jpg) no-repeat scroll right ;
  margin-right: 2px;
}

ul#nav li a {
  float: left;
  display: block;
  margin-left:2px;
  padding-right:8px;
  color: #666666;
  font-size: 10px;
}

ul#nav li a:hover {
  text-decoration: underline;
}
ul#nav li.current_page_item a {

}
ul#nav li li {
  display: none;
}
#rsslinks {
  float: right;
  background: url(images/topright.jpg) no-repeat scroll top;
  width: 455px;
  height: 43px;
}

#rsslinks a {
  margin: 15px 8px;
  float: right;
  color: #666666;
  background: url(images/rss.png) no-repeat scroll 0 0px;
  padding-left: 20px;
  padding-bottom: 2px;
}

/***************NAVIGATION*************************/


/**************SLIDER******************************/
#slider {
  margin-top: -10px;
  width: 945px;
  background: #eaede4 url(images/roundtopwrap.png) no-repeat scroll top;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  margin-left: 2px;
}
#sliderbot {
  background: url(images/roundbotwrap.png) no-repeat scroll bottom;
  overflow: hidden;
  padding: 5px 0;
}

/**************END SLIDER******************************/

/**************CAT MENU******************************/

#themenu {
  clear: both;
  float: left;
  width: 950px;
  background: url(images/top.jpg) no-repeat;
  margin-bottom: 15px;
  height: 40px;
  margin-top: -3px;
}
ul#nav2 {
 clear: both;
 float: left;
 width: 700px;
 margin-left: 7px;
 display: inline;
}
ul#nav2 li {
  float: left;
  background: url(images/menunavleftgreen.gif) no-repeat scroll left center;
  margin-right: 10px;
}
ul#nav2 li a {
  display: block;
  float: left;
  padding: 13px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: url(images/menunavrightgreen.gif) no-repeat scroll right center;
}
ul#nav2 li:hover {
  background: url(images/menunavleftgreenh.gif) no-repeat scroll left center;
}
ul#nav2 li a:hover {
  background: url(images/menunavrightgreenh.gif) no-repeat scroll right center;
}


ul#nav2 li li {
  display: none;
}
/* blue */
ul#nav2 li.cat-item-4  {
  background: url(images/menunavleftblue.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-4 a {
  background: url(images/menunavrightblue.gif) no-repeat scroll right center;
}
ul#nav2 li.cat-item-4:hover  {
  background: url(images/menunavleftblueh.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-4 a:hover {
  background: url(images/menunavrightblueh.gif) no-repeat scroll right center;
}

/* red */
ul#nav2 li.cat-item-1  {
  background: url(images/menunavleftred.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-1 a {
  background: url(images/menunavrightred.gif) no-repeat scroll right center;
}
ul#nav2 li.cat-item-1:hover  {
  background: url(images/menunavleftredh.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-1 a:hover {
  background: url(images/menunavrightredh.gif) no-repeat scroll right center;
}

/* orange */
ul#nav2 li.cat-item-3  {
  background: url(images/menunavleft.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-3 a {
  background: url(images/menunavright.gif) no-repeat scroll right center;
}
ul#nav2 li.cat-item-3:hover  {
  background: url(images/menunavlefth.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-3 a:hover {
  background: url(images/menunavrighth.gif) no-repeat scroll right center;
}
/* end menu styles */

#searchsubmit {
  float: right;
  background: url(images/go.png) no-repeat scroll 0 2px;
  color: #fff;
  border: 0;
  height: 22px;
  width: 29px;
  margin-top: -2px;
}
#search {
  float: right;
  margin-top: 9px;
  margin-right: 5px;
  display: inline;
}
#s {
  margin-right: 5px;
  width: 131px;
  background: url(images/search.png) no-repeat;
  margin-top: 0px;
  border: 0;
  padding: 0px 0px 4px 3px;
}
*+html #searchsubmit  {
   float:none;
}
* html #searchsubmit {
  float: none;
}


/**************END CAT MENU******************************/

#sidebar2 {
  float: left;
  width: 171px;
  margin-right: 12px;
}
#contentwrap {
  float: left;
  width: 590px;
}
.addthis_toolbox {
   float: left;
   margin-top: -14px;
}
.custom_images img {
  margin-left: 6px;
}


#sidebar1 {
  float: right;
  width: 171px;
  margin-right: 7px;
  display: inline;
}
#featured-video {
  float: right;
  margin-right: 5px;
  width: 360px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5em;
}
#featured-video h3 {
  background: url(images/fh3.jpg) no-repeat;
  padding: 6px 10px 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: -4px;
}
.padd {
  padding: 0 10px;
}


#footer {
  clear: both;
  background: url(images/botwrap.png) no-repeat scroll left;
  overflow: hidden;
  margin-left: -10px;
  height: 22px;
}
#spon {
  text-align: center;
  margin-right: 10px;
  margin-top: -15px;
}


.inside {
  padding: 2px 20px 20px 20px;
}
*+html .inside {
  position: relative;
  top: -12px;
}


.inside3 {
  margin-left: 30px;
  position: relative;
  top: -2px;
  text-align: center;
}


.clear {
  clear: both;
}


/***************END LAYOUT*************************/

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

#sidebar1 h3, #sidebar2 h3 {
  padding: 9px 10px 10px 10px;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  background: url(images/h3.jpg) no-repeat;
}

.side-widget {
  width: 170px;
  margin-bottom: 20px;
  color: #666666;
}

.side-widget ul li {
  border-bottom: 1px dashed #cbc9b5;
  line-height: 20px;
  margin-left: 5px;
}
.side-widget a, .side-widget a:visited {
  color: #000;
  background: url(images/dart.jpg) no-repeat scroll 7px 4px;
  padding-left: 25px;
}
.side-widget a:hover {
  text-decoration: underline;
}


.side-widget ul li ul li, .widget ul li ul li {
  border-bottom: none;
  border-top: 1px dashed #ccc;
  margin-left: 0px;
}
/***************SIDEBAR 2****************************/

.widget {
  width: 170px;
  margin-bottom: 20px;
  color: #666666;
}

.widget ul li {
  border-bottom: 1px dashed #cbc9b5;
  line-height: 20px;
  margin-left: 5px;
}
.widget a, .widget a:visited {
  color: #000;
  background: url(images/dart.jpg) no-repeat scroll 7px 4px;
  padding-left: 25px;
}
.widget a:hover {
  text-decoration: underline;
}

/***************END SIDEBAR 2****************************/


/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
}
.post h2 a, post h2 a:visited {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.post h2 a:hover {
  color: #000;
}

.meta {
  background: url(images/meta.jpg) no-repeat;
  padding: 5px;
}


.cat {
  background: #EAEDE4 url(images/readon.gif) no-repeat scroll 0px 0px;
  padding-left: 20px;

}


.posted {
  background: url(images/admin.gif) no-repeat scroll left;
  padding-left: 20px;
}


.post {
  border-bottom: 1px dashed #666;
  margin-bottom: 15px;
  padding-bottom: 25px;
}


.entry {
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
}

.entry li {
  margin-left: 40px;
  list-style: circle;
}

.entry ol li {
  list-style: decimal;
  margin-left: 45px;
}
.entry a:link {
  font-weight: bold;
  color: #666;
  text-decoration: underline;
}
.entry img {
  border: 1px dashed #ccc;
}
a.more-link {
  float: right;
  color: #666666 !important;
  padding: 5px 5px 5px 20px;
  background: #EAEDE4 url(images/readon.gif) no-repeat scroll 3px 4px;
  margin-right: 5px;
  display: inline;
}
.comm {
  float: right;
  background: #EAEDE4 url(images/comm.gif) no-repeat scroll 3px 4px;
  padding: 5px 5px 5px 20px;
}
.comm a {
  color: #666666;
}


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;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}

caption {
}

#wp-calendar {
 margin-left: 5px;
 line-height: 20px;
}
#wp-calendar a:link, #wp-calendar a:visited {
  color:#000;
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: underline;
}
th {
}
tr {

}
td {
  padding: 4px;
}



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

li.recentcomments a, li.recentcomments {
  background: none !important;
}
/* ADVERT */

.advert{
 float: right;
 width: 287px;
 margin: 6px 0px 10px 0px;
 display: inline;
 }
.advert img{
 border:none;
 float:left;
 margin-left: 10px;
 margin-right: -8px;
 display: inline;
 padding: 0;
 border: 2px solid #CFCFCF;
}

/* END ADVERT */