/* 
    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/body.jpg) no-repeat center top #F2E7CA;
}
.top{
  height: 100px;
}
.text-title{
  /*  text-align: center;*/
  background: url("img/site_title.jpg") no-repeat 0 0;
  height: 128px;
  padding-left: 30px;
  padding-top: 30px;
  width: 230px;
}
.text-title a{
  color: #FF3D1B;
  font-family: 'Black Ops One', cursive;
  font-size: 27px;
  text-decoration: none;
  line-height: 1em;
}
.body{
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.left{
  width: 260px;
  float: left;
}
.sidebar{
  background: url("img/sitebar.jpg") no-repeat center top;
  min-height: 255px;
  padding: 30px 30px 0 50px;
}
.content{
  clear: both;
  padding: 0 20px 0 40px;
}
.right{
  width: 630px;
  float: right;
  padding: 183px 60px 0 40px;
  background: url("img/content.jpg") no-repeat center top;
  position: relative;
}
.art{
  border: 1px dashed #330000;
  height: 160px;
  margin-bottom: 10px;
  padding: 0 0 20px 5px;
  width: 630px;
}
.art img{
  float: left;
  margin: 10px;
  box-shadow: 0 0 10px;
}
.articles{
  border-bottom: 1px solid #98C123;
}
.articles a{
  color: #61C419;
  font-size: 19px;
}
.articles a:hover{
  text-decoration: underline;
}
#rss_content a{
  text-decoration: none;
  color: #000;
}
#rss_content a:hover{
  color: #61C419;
}
a{
  text-decoration: none;
}
h3{
  font-family: 'Alex Brush', cursive;
  color: #000;;
  font-size: 23px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
h3 a:hover{
  color: #97121A;
  /*  text-decoration: none;*/
}
#rss_content img{
  border: none;
  box-shadow: 0 0 5px #fff;
}
#rss_content .readmore, .readmore{
  background: #61C419;
  padding:7px;
  color: #fff;
  border-radius: 5px;
}
#rss_content .readmore:hover, .readmore:hover{
  color: #fff;
  background: #000;
}
#rss_content li{
  list-style: none;
}
.footer{
  text-align: center;
  padding: 180px 0 0px;
  color: #000;
  font-size: 20px;
  clear: both;
  background: url(img/footer.jpg) no-repeat center top;
}
/*menu*/
.menu{
  background: url("img/menu.jpg") no-repeat 0 0;
  height: 220px;
  margin: 0 auto;
  padding-left: 40px;
  width: 220px;
}
ul.menu-ver{
  margin: 0;
  padding: 0 11px 0 3px;
}
ul.menu-ver li{
  list-style: none;
}
ul.menu-ver li a{
  display: block;
  padding: 6px 0 6px 25px;
  color: #000;
  border-bottom: 1px solid #98C123;
  outline: none;
  background: url(img/Pen-icon.png) no-repeat 0 center;
}
ul.menu-ver li a:hover, ul.menu-ver li a.a_active{
  color: #E16031;
}
ul.menu-nav{
  padding: 0;
  margin: 10px 0 0;
  height: 50px;
  background: rgb(180,227,145); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}
ul.menu-nav li{
  float: left;
  padding: 10px 11px;
  list-style: none;
  border-right: 1px solid rgba(97,196,25,1);
}
ul.menu-nav a{
  color: #fff;
}
ul.menu-nav a:hover, ul.menu-nav a.a_active{
  color: #000;
}
/*ads*/
.ad-top{
  width: 728px;
  position: absolute;
  top: 75px;
  left: -9px;
}
.ad-right{
  position: absolute;
  right: -165px;
  top: 208px;
  width: 160px;
}
.ad-bottom{
  width: 300px;
  height: 250px;
  margin: 0 auto;
}