/* 
    Document   : style
    Created on : Jul 2, 2013, 9:25:49 AM
    Author     : thuy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face{
  font-family: myFont;
  src: url(font/BROKENTOYS.ttf);
}
@font-face{
  font-family: h3Font;
  src: url(font/TunaAndHotDogsOnRye.ttf);
}
body{
  margin: 0;
  background: url(img/bg1.jpg) no-repeat fixed -124px 0 #fff;
  background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  -moz-background-size: 100%;
}
.banner{
  width: 960px;
  margin: 10px auto 0;
  height: 150px;
  background: #fff;
}
.text-title{
  width: 737px;
  float: right;
  background: url(img/h1.jpg) no-repeat 535px 0;
  height: 150px;
  font-family: myFont;
  font-size: 80px;
}
.span1{
  color: #EC4EA3;
}
.span2{
  color: #FABC55;
}
.span3{
  color: #000;
}
.banner-right{
  width: 223px;
  float: left;
  background: url(img/h3.jpg) no-repeat;
  height: 144px;
}
.header{
  width: 960px;
  margin: 0 auto;
  height: 315px;
  box-shadow: 0 0 6px #000;
}
.img-left{
  background: url(img/h8.jpg) no-repeat;
  float: left;
  height: 315px;
  width: 580px;
}
.img-right{
  float: right;
  width: 335px;
  height: 315px;
}
.body{
  clear: both;
  width: 960px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
  background: #fff;
}
.menu{
  width: 960px;
  margin: 0 auto;
  height: 52px;
  background: #fff;
}
.content{
  width: 960px;
  padding: 10px;
}
.content .style7 font, .content-rss h3{
  color: #EC4EA3;
  font-family: h3Font;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.4em;
  line-height: 0.8em;
  margin: 0;
}
.content-rss hr{
  color: #FABC55;
}
.content-rss hr:last-child{
  border: none;
}
.content-rss img{
  border: none;
}
.content-rss a{
  text-decoration: none;
  color: #FABC55;
}
.content-rss a:hover{
  text-decoration: underline;
  color: #4093C5;
}
.content-rss .readmore{
  color: #C84D00;
}
.footer{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(79%,rgba(83,159,225,1)), color-stop(100%,rgba(135,188,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
  border-radius: 0 0 5px 5px;
  padding: 7px 0;
  color: #fff;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 14px;
/*  background: linear-gradient(center top , #3E698C 0%, #30576E 100%) repeat scroll 0 0 transparent;
  -moz-background: linear-gradient(center top , #3E698C 0%, #30576E 100%) repeat scroll 0 0 transparent;
  -webkit-background: linear-gradient(center top , #3E698C 0%, #30576E 100%) repeat scroll 0 0 transparent;
  -o-background: linear-gradient(center top , #3E698C 0%, #30576E 100%) repeat scroll 0 0 transparent;
  -ms-background: linear-gradient(center top , #3E698C 0%, #30576E 100%) repeat scroll 0 0 transparent;*/
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(79%,rgba(83,159,225,1)), color-stop(100%,rgba(135,188,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */

  height:44px;
  border-radius: 0 0 5px 5px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a.tab{
  padding: 14px 0;
  text-align: center;
  float: left;
  text-decoration: none;
  color: #fff;
  cursor: default;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.tab:hover {
  background: #436F93;
}
ul#topnav a.tab {
  border-right: 1px solid #9FC9EE;
	width: 155px; 
}
ul#topnav li #sub1, ul#topnav li #sub2, ul#topnav li #sub3 {
	position: absolute;	
	top: 44px; left: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
  background: #38617F;
}
ul#topnav li #sub4, ul#topnav li #sub5 {
  position: absolute;	
	top: 44px; 
  right: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
  background: #38617F;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
/*active*/
ul#topnav .sub ul li a.active{
  color:#127BD6;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(img/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #127BD6; background-position: 5px 12px ;}
/*ads*/
.ad-top {
  text-align: center;
}
.ad-right {
  position: absolute;
  right: -160px;
  min-width: 160px;
  top:-3px;
}
.ad-bottom{
  text-align: center;
}