/*********************************************
LAYOUT
*********************************************/
body {
	font:77% Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
        line-height:1.3;
	color:#333;
}

div#site {
	max-width:75em;
	margin:0 auto;
}

div.chunk {
	padding:0 0;
        margin:0 0;
}

div.block {
	width:31%;
	margin:0 1%;
	float:left;
}

div#navigationblock {
	margin:0 1%;
}

div#navigation {
	float:left;
}

div#options {
	float:right;
}


/*********************************************
COMMON STYLES
*********************************************/

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}

#header {
	margin:0 1%;
}

#header h1 {
	float: left;
	font:273.9% "Times New Roman", serif;
	font-weight:bold;
	color:black;
        margin:0 0.625em;
}

#header img {
	float:left;
}

#footer {
	margin:0 4em;
	padding:0 4em;
}

.block h2 {
	font:138.5% "Times New Roman", serif;
        font-weight:bold;
	color:black;
}

p {
	font:77%;
}

p a:hover {
	text-decoration:underline;
}

/*********************************************
NEWSBLOCK STYLES
*********************************************/
.block ul {
	list-style:none;
	margin:0;
	padding:0;
}

.block ul li {
	padding:3px 0;
	border-bottom:1px solid #eee;
	font-size:77%
        list-style:none;
        display:block;
}

.block ul li:hover {
	background-color:#F5F5F5;	
        list-style:none;
	display:block;
}

p.more {
	text-align:right;
}

/*********************************************
HYPERLINK STYLES
*********************************************/
a {
	color:#369;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

h2 a {
	color:black;
	text-decoration:none;
}

#ktxh {
  color: #D1B536;
}

#congnghe {
  color: #67B8D6;
}

#thethao {
  color: #B8240D;
}

#vanhoa {
  color: #30401C;
}

/*********************************************
STYLES FOR "SWEET TITLES"
By Dustin Diaz, http://www.dustindiaz.com/sweet-titles
*********************************************/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:18.75em;
	background:#FFFFE0;
	border:1px solid #808000;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#111;
	font:77% "Lucida Grande", Verdana, Arial, sans-serif;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}

