/* 
    Document   : style
    Created on : Jul 17, 2013, 8:57:41 AM
    Author     : thuy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  font-family: arial;
  background: #000;
  color: #939393;
}
.top{
  height: 364px;
  background: url(img/banner1.jpg) no-repeat;
  width: 960px;
  margin: 0 auto;
}
.head a{
  color: #fff;
  font-size: 26px;
  padding-left: 100px;
}
.body{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.head{
  border-radius: 10px 10px 0 0;
  height: 35px;
  background: url(img/footer.jpg) no-repeat;
  width: 990px;
  margin: 0 auto;
}
.left{
  width: 265px;
  float: left;
}
.img-left{
  border: 1px solid #fff;
  box-shadow: 0 0 5px #fff;
  margin: 5px 0;
}
.right{
  width: 675px;
  float: right;
}
.content{
  clear: both;
}
#rss_content a{
  text-decoration: none;
  color: #fff;
}
#rss_content a:hover{
  color: #FF5D02;
}
a{
  text-decoration: none;
  outline: none;
}
h3 a{
  color: #F35CD2;
}
.right h3{
  border-bottom: 1px solid #D0F0BF;
}
h3{
  font-family: 'Audiowide', cursive;
  /*  color: #FF5D02;*/
  color: #D0F0BF;
  /*  color: #ADAEB0;*/
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  font-weight: normal;
}
#rss_content{
  clear: both;
}
#rss_content img{
  border: none;
  box-shadow: 0 0 5px #fff;
}
#rss_content .readmore, .readmore{
  text-decoration: none;
  background: #FF5D02;
  padding:7px;
  color: #fff;
  border-radius: 5px;
  float: right;
}
#rss_content .readmore:hover, .readmore:hover{
  color: #000;
  background: #D0F0BF;
}
#rss_content li{
  list-style: none;
  border-bottom: 1px solid #F3D39A;
}
#rss_content li:last-child{
  border-bottom: none;
}
.footer{
  clear: both;
  text-align: center;
  padding: 15px 0;
  background: url(img/footer.jpg) no-repeat;
  width: 990px;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
  border-radius: 10px 10px 0 0;
}
/*menu*/
.nav{
  background: url(img/img2.jpg) no-repeat 200px 0;
  padding: 6px 0;
  text-align: center;
  height: 35px;
  font-size: 30px;
  color: #fff;
}
.menu{
  margin-top: 10px;
}
.menu ul{
  background: #000000;
  float: left;
  width: 316px;
  padding-left: 20px;
  margin-top: 0;
}
.menu li{
  list-style: none;
}
.menu li a{
  padding: 15px 0 15px 28px;
  display: block;
  text-decoration: none;
  color: #fff;
  background: url(img/icon.png) no-repeat 0 center;
  border-bottom: 1px solid #313235;
}
.menu a.a_active,.menu a:hover{
  color: #FF5D02;
}
/*ads*/
.ad-top{
  width: 728px;
  margin: 0 auto 3px;
}
.ad-right{
  position: absolute;
  right: -166px;
  top: 20px;
  width: 160px;
}
.ad-bottom{
  clear: both;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}