/* 
    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: url(img/h2.jpg) no-repeat center top;
}
.body-content{
  width: 960px;
  margin: 0 auto 0;
  background: url(img/h3.jpg) no-repeat 50px 0;
  padding: 20px;
}
.top{
  width: 960px;
  height: 383px;
  margin: 0 auto;
}
.text-title{
  padding-top: 40px;
  text-align: center;
}
.text-title a{
  color: #FCB3E0;
  font-family: 'Alex Brush',cursive;
  font-size: 75px;
  text-shadow: 6px 1px 5px;
  text-decoration: none;
}
.body{
  position: relative;
}
.content{
  width: 530px;
  padding-left: 7px;
  float: left;
  margin-top: 80px;
  color: #000;
}
.right{
  width: 400px;
  float: right;
  box-shadow: 2px 0 5px #000000;
  background: url(img/hinh1.jpg) no-repeat right top #fff;
  min-height: 1000px;
  margin-top:13px;
}
.content table:first-child, #rss_content{
  padding: 5px;
  font-weight: normal;
}
.content .style2{
  font-weight: normal;
}
#rss_content a{
  text-decoration: none;
  color: #000;
}
#rss_content a:hover{
  color: #FCB3E0;
}
h3, .content .style7 font{
  font-family: 'Alex Brush', cursive;
  color: #FCB3E0;
  font-size: 27px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
h3 a:hover{
  color: #FCB3E0;
/*  text-decoration: none;*/
}
h3 a{
  color: #0000EE;
/*  text-decoration: none;*/
}
#rss_content img{
  border: none;
  box-shadow: 0 0 5px #fff;
}
#rss_content .readmore{
  background: #469B08;
  padding:7px;
  color: #fff;
  border-radius: 5px;
}
#rss_content .readmore:hover{
  color: #fff;
  background: #FCB3E0;
}
#rss_content ul{
  clear: both;
}
#rss_content li{
  list-style: none;
  border-bottom: 1px solid #B0C6B9;
}
#rss_content li:last-child{
  border-bottom: none;
}
.footer{
  text-align: center;
  padding: 15px 0;
  color: #469B08;
  font-size: 20px;
  clear: both;
}
/*menu*/
.menu{
  margin-top: 200px;
  background: url(img/bg-content.png) repeat;
}
.menu ul{
  padding-left: 20px;
}
.menu li{
  list-style: none;
}
.menu a{
  text-decoration: none;
  padding: 6px 0 6px 20px;
  display: block;
/*  border-bottom: 5px dotted #4EA310;*/
  color: #469B08;
  background: url(img/hinh1.png) no-repeat 0 10px;
}
.menu a:hover, .menu a.a_active{
  color: #9952D2;
}

/*ads*/
.ad-top{
  width: 728px;
  margin: 0 auto 3px;
}
.ad-right{
  height: 600px;
  position: absolute;
  right: -170px;
  top: 10px;
  width: 160px;
}
.ad-bottom{
  width: 300px;
  height: 250px;
  margin: 0 auto;
}