/*
Theme Name: Game Mag
Theme URI: http://www.simplewpthemes.com
Description: Gaming theme
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com/
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/tabs.css");
@import url("css/slide.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #fe5e0c;
  text-decoration: none;
}

a:hover {
  color: #000;
}
/***************END LINKS*************************/

html body {
  background: #e2e2e2;
  font-size: 12px;
  font-family: Trebuchet MS;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 960px;
  background: #1f1f1f;
}
#header {
  width: 960px;
  height: 160px;
  background: url(images/header.gif) repeat-x;
}

/* CAT MENU  */

ul#nav2 {
 height: 38px;
 width: 960px;
}
ul#nav2 li {
  float: right;
  background: url(images/catsep.gif) no-repeat scroll right 10px;
  padding: 10px;
}
ul#nav2 li a {
  display: block;
  float: left;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  margin-left: -8px;
}
* html ul#nav2 li a {
  margin-left: -4px;
}


ul#nav2 li a:hover {

}
ul#nav2 li li {
  display: none;
}


/* END CAT MENU */


#blogtitle, #heading  {
  clear: both;
  color: #1f1f1f;
  text-transform: uppercase;
  float: left;
  width: 300px;
}
.description {
  text-transform: none;
  margin-left: 5px;
}
.adv {
  float: left;
  position: top;
  top: 1px;
}


#top {
  width: 960px;
  height: 30px;
  background: url(images/top.gif) repeat-x;
}
/***************NAVIGATION*************************/

ul#nav {

}

ul#nav li {
  display: inline;
}

ul#nav li a {
  float: left;
  display: block;
  padding: 9px;
  color: #fff;
  margin-right: 2px;
}

ul#nav li.current_page_item a, ul#nav li a:hover {
  background: url(images/navhover.gif) repeat-x;
  color: #fff;
  font-weight: bold;
}

#rsslinks {
  float: right;
  text-transform: uppercase;
  padding: 10px;
  background: url(images/navright.gif) repeat-x
}

#rsslinks a {
  color: #d8e3dc;
  background: url(images/rss.png) no-repeat scroll 0 2px;
  padding-left: 20px;
  font-weight: bold;
}
#pretraga {
  float: right;
  background: url(images/navright.gif) repeat-x;
  padding: 3px;

}
#s {
  background: url(images/search.gif) no-repeat scroll 0 2px;
  width: 146px;
  border: 0;
  padding: 4px 0;
}


/***************NAVIGATION*************************/


#contentwrap {
  float: left;
  width: 640px;
  background: #1f1f1f;
  position: relative;
  left: 2px;
}
.advert{
 float: left;
 padding:5px;
 background:#000 ;
 height: 270px;
 width: 296px;
 margin: 10px 10px 5px 4px;
 display: inline;
 }

.advert img{
 padding:5px;
 margin:0;
 float: left;
 margin-left: 8px;
 display: inline;
 }
#sidebar {
  float: left;
  width: 160px;
  color: #fff;
}
#sidebar2 {
  float: left;
  width: 160px;
  color: #fff;
}


#footer {
  clear: both;
  background: url(images/footer.gif) repeat-x;
  height: 45px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.sponsors {
  margin-top: 5px;
}
#footer a:visited {
  color: #FE5E0C;
}
#footer a:hover {
  color: #fff !important;
}

.inside {
  padding: 5px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3, #sidebar2 h3 {
  padding: 7px;
  font-size: 14px;
  background: url(images/sidebarh3.gif) no-repeat;
  color: #fff;
  padding-left: 25px;
}

.side-widget, .widget {
  width: 150px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  background: #000 url(images/widgetbot.gif) no-repeat scroll bottom left;
}
.side-widget ul li, .widget ul li {
  line-height: 25px;
  padding-left:10px;
  background: url(images/list.gif) no-repeat scroll left 9px;
  margin-left: 5px;
}
.side-widget a, .side-widget a:visited, .widget a, .widget a:visited {
  color: #fff;
}
.side-widget a:hover, .widget a:hover {
  color: #FF4200;
}


.side-widget ul li ul li {

}



/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
  margin-left: 8px;
}
.post h2 a, post h2 a:visited {
  color: #ff4200;
}
.post h2 a:hover {
  color: #000;
}

.meta {
  padding: 5px;
  width: 600px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  margin-left: 8px;
}

.postmetadata {
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.post {
  padding-bottom: 15px;
  padding-top: 15px;
  background:  url(images/posttop.gif) no-repeat scroll 0 1px;
}
.inner {
  background: url(images/posts.gif) repeat-y;
  overflow: hidden;
  height: 1%;
}

.postbot {
  background: url(images/postbot.gif) no-repeat scroll bottom left;
  height: 20px;
}


.entry {
  margin-top: 10px;
  line-height: 20px;
  padding: 10px;
}
.entry img {
  border: 1px solid #ccc;
  padding: 3px;
}


.entry ul li {
  margin-left: 20px;
  list-style: none;
  padding-left: 10px;
  background: url(images/list.gif) no-repeat scroll left;
}

.entry ol li {
  margin-left: 40px;
  list-style: none;
  list-style: decimal;
}

blockquote {
  border-left: 10px solid #ccc;
  margin-left: 20px;
}
blockquote p {
  margin-left: 10px;
}


.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}

.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
.comm {
  background: url(images/comm.gif) no-repeat scroll left top;
  padding-left: 7px;
}
a.more-link {
  margin-left: 10px;
  background: url(images/readon.gif) no-repeat scroll left center;
  padding-left: 15px;
}
.tags {
 }


/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}

caption {
  background: #FF4200;
  width: 100%;
}

#wp-calendar {
}

th {
  padding: 6px;
}

td a:link {
  background: #FF4200;
  color: #fff;
  line-height: 29px;
  padding: 0;
}

/***************END WP STYLES*************************/

/* POPULAR */

.popularwrap {
  background: #323232;
  float: right;
  width: 305px;
  position: relative;
  left: -10px;
  margin-top: 8px;
}
* html .popularwrap {
  width: 298px;
  margin-top: -5px;
}
*+html .popularwrap {
  margin-top: -5px;
}


h3.populartitle{
  color: #fff;
  padding: 5px 10px;
  background: #000;
}
.pop-inside {
  padding: 10px;
}
ul.lista {
  line-height: 20px;
}
ul.lista li {
  background: url(images/list.gif) no-repeat scroll left !important;
  padding-left: 10px;
}
ul.lista a {
  color: #fff;
}


/* END POPULAR */




