﻿/* Tienganhonline.net CSS */



/*-------------------------BASIC----------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: left;
}

h1 {
	font-size: 1.2em;
	width:100%;
	padding-bottom:4px;
	border-bottom: solid 2px #009900;
	font-weight: bold;
	text-align:left;
	color: #426B95;
	margin-bottom: 8px;
}

h2 {
	font-size: 1.1em;
	width:100%;
	padding-bottom:4px;
	border-bottom: solid 1px #6699CC;
	font-weight: bold;
	text-align:left;
	color: #006600;
	margin-bottom: 8px;
}


h3 {
	font-size: 1.7em;
	width:75%;
	padding-bottom:4px;
	font-weight: bold;
	text-align:left;
	color: #26734D;
	margin-bottom: 8px;
}



h4 {
	font-size: 1.7em;
	width:100%;
	padding-bottom:4px;
	border-bottom: solid 1px #636363;
	font-weight: bold;
	text-align:left;
	color: #26734D;
	margin-bottom: 8px;
}


p {
	text-align: left;
	margin-bottom: 10px;
}


/*----- Link ----*/

a:link, a:active {
	color:#26734D;
	text-decoration: none;
}
a:visited  {
	color: #53C68C;
	text-decoration: none;
}
 
a:hover {
	color: #66334D;
	text-decoration: none;
}





/*------------------------- MENU TOP -----------------------*/

#menu ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	float:left;
}

#menu ul li a {
	text-align:center;
	padding: 45px 0 0 0;
	width: 130px;
	height:20px;
	float:left;
	font-size:1.2em;
	color:#435A6D;
}

#menu ul li#home {
	background-image:url('../images/menuhoverhome.jpg');
}
#menu ul li#home a:link,
#menu ul li#home a:active,
#menu ul li#home a:visited {
	background-image:url('../images/menuhome.jpg');
}
#menu ul li#home a:hover {
	background-image:url('../images/menuhoverhome.jpg');
}

#menu ul li#listening {
	background-image:url('../images/menuhoverlistening.png');
}
#menu ul li#listening a:link,
#menu ul li#listening a:active,
#menu ul li#listening a:visited {
	background-image:url('../images/menulistening.png');
}
#menu ul li#listening a:hover {
	background-image:url('../images/menuhoverlistening.png');
}

#menu ul li#chickensoup {
	background-image:url('../images/menuhoverweb.jpg');
}
#menu ul li#chickensoup a:link,
#menu ul li#chickensoup a:active,
#menu ul li#chickensoup a:visited {
	background-image:url('../images/menuweb.jpg');
}
#menu ul li#chickensoup a:hover {
	background-image:url('../images/menuhoverweb.jpg');
}

#menu ul li#hosting {
	background-image:url('../images/menuhoverdown.png');
}
#menu ul li#hosting a:link,
#menu ul li#hosting a:active,
#menu ul li#hosting a:visited {
	background-image:url('../images/menudown.png');
}
#menu ul li#hosting a:hover {
	background-image:url('../images/menuhoverdown.png');
}

#menu ul li#movies {
	background-image:url('../images/menuhovermovies.png');
}
#menu ul li#movies a:link,
#menu ul li#movies a:active,
#menu ul li#movies a:visited  {
	background-image:url('../images/menumovies.png');
}
#menu ul li#movies a:hover {
	background-image:url('../images/menuhovermovies.png');
}

#menu ul li#tv {
	background-image:url('../images/menuhovertv.png');
}
#menu ul li#tv a:link,
#menu ul li#tv a:active,
#menu ul li#tv a:visited  {
	background-image:url('../images/menutv.png');
}
#menu ul li#tv a:hover {
	background-image:url('../images/menuhovertv.png');
}

#menu ul li#forum {
	background-image:url('../images/menuhoverforum.jpg');
}
#menu ul li#forum a:link,
#menu ul li#forum a:active,
#menu ul li#forum a:visited  {
	background-image:url('../images/menuforum.jpg');
}
#menu ul li#forum a:hover {
	background-image:url('../images/menuhoverforum.jpg');
}




    
/* ------------------ SIDEBAR ------------------ */
#sidebar { float: left; width: 230px; height: 2000px; background: url('../images/englis2.gif') repeat-y;
    color: #926546;
clear: both    
font-size:14px;
  
    }
    
    

/*---------- MENU LEFT -----------*/

ul#nav {clear:both;}
ul#nav, ul#nav li ul {margin:0; padding:0; list-style:none;}
ul#nav a {cursor:pointer;}

    ul#nav li {position:relative; display:block; width:200px; font-size:14px; float:left}

    ul#nav li a {display:block; border-bottom:1px solid #B3E6B3; background:#E4FBE4 url('../images/nav-link.gif') no-repeat 0 0; font-weight:bold; color:#1AA30F; text-decoration:none; padding-left:35px; padding-right:10px; padding-top:5px; padding-bottom:5px}
    ul#nav li a:hover {border-bottom:1px solid #B3E6B3; background:#D3F8D3 url('../images/nav-hover.gif') no-repeat 0 0; color:#000}
    ul#nav li#active a {border-bottom:1px solid #B3E6B3; background:#E3EFFC url('../images/nav-active.gif') no-repeat 0 0; color:#0C53A7; text-decoration:none}

    ul#nav li ul {position:absolute; z-index:999; left:200px; top:0; display:none; border:1px solid #B3E6B3; border-bottom:0;}
    ul#nav li ul li {width:200px;}

        ul#nav li ul li a, ul#nav li#active ul li a {background:#FFF url('../images/nav-link.gif') no-repeat 0 0; border-bottom:1px solid #B3E6B3; color:#1AA30F; font-weight:normal}
        ul#nav li ul li a:hover, ul#nav li#active ul li a:hover {background:#E4FBE4 url('../images/nav-hover.gif') no-repeat 0 0; border-bottom:1px solid #B3E6B3; color:#000; font-weight:normal}
        ul#nav li ul li#active2 a, ul#nav li ul li#active2 a:hover {border-bottom:1px solid #B3E6B3; background:#E3EFFC url('../images/nav-active.gif') no-repeat 0 0; color:#0C53A7; text-decoration:none}

    ul#nav li:hover ul, ul#nav li.over ul {display:block;}

    * html #col-l ul li {float:left; height:1%;}
    * html #col-l ul li a {height:1%;}
    
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}




/*------------------------CONTENT------------------------*/

#containerhead {			
	margin: auto;
	width: 100%;
	height: 236px;
	background-image: url('../images/bgheader.jpg');
}



#header {			
	height: 82px;
	width: 960px;
	margin: auto;
	clear: both;
	border:0 none;
	background-image:url('../images/header.jpg');
}

#menu {			
	height: 65px;
	width: 910px;
	margin: auto;
	clear: both;
	border:0 none;
	background-image:url('../images/bgmenu.jpg');
	padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:0
}

#image {				
	height: 89px;
	width: 960px;
	margin:auto;
	background-image:url('../images/shadowcontenttop.jpg');	
	background-position-y:50%
}

#content {			
	width: 100%;	
	background-color:#E6F1F7;
	
}
	
#contenta {	
width: 890px;
margin:auto;
background-image:url('../images/bgcontent.jpg');
font-size:1.1em; padding-left:35px; padding-right:35px; padding-top:0px; padding-bottom:0	
}


#contentb {	

float: left; width: 505px; padding: 0 40px 0 35px; }
p.date { font-size: 10px; text-transform: uppercase; }
a.external { padding-left: 0px; background: url('../Songs/Templates/images/action_go.gif') no-repeat left 0; }	

#edit {			
	width: 100%;
	overflow: auto; 
}

	

#footercontainer {				
	clear: both;
	height: 47px;
	width: 100%;
	border:0;
	background-color:#CAE6BE;
}
#footer {				
	margin:auto;
	height: 40px;
	width: 860px;
	border:0 none;
	background-image:url('../images/footer.jpg');
	background-position: center;
	background-repeat:no-repeat;
	font-size:1.1em;
	color:#003300;
	text-align:right;
	line-height: 160%; padding-left:0; padding-right:100px; padding-top:7px; padding-bottom:0
}

/*------------------------ LINKS ------------------------*/
#link {
width: 100%; height: 30px;
background-color:#E6F1F7;
font-size:15px;
font-weight: bold;
text-align: left;
color:#26734D;

}

#description {
font-size:13px;
text-align: left;
line-height: 160%;
padding-top:5px;
color:#636363;
padding-bottom:5px;
}

#link-event {
width: 100%; height: 30px;
background-color:#E5FFEC;
font-size:15px;
font-weight: bold;
text-align: left;
color:#26734D;

}


#link-big {
width: 100%; height: 70px;
background-color:#E5FFEC;
font-size:120.5%; 
font-weight: bold;
text-align: left;

}

#list{
font-weight: bold;
text-align: left;
line-height: 300%;
padding-top:10px;
border-bottom: 1px dotted #B3FFC6; 

}

#hr{
padding-top:60px;
border-bottom:dotted 1px;

}

#hr-sm{
padding-top:15px;
border-bottom: dotted 1px;
width: 80%;

}

#newbar 
{

background: #DEE5D0; text-align: center; border-top: medium solid #BCC3AD; border-bottom: 1px solid #BCC3AD;
font : bold 12pt Arial, Verdana, sans-serif, Helvetica ;
color: #926546;
padding: 5px 0 0 0;
margin-top: 10px;
width: 88%; height: 25px;
}
.inbar { text-align: center; float: center; padding-top: 25px;}
.hlink { font : bold 12pt Arial, Verdana, sans-serif, Helvetica ;  text-decoration: none; padding: 5px;}



#unit {

color: #996666;
background: #E4F0D5;
padding: 5px;
width: 50%;
margin-left: 100px;
border-color: 926546;
font-weight: bold;
}

#luyennghe li {position:relative; float:left line-height: 300%; list-style: circle outside; color:green; border-bottom: 1px dotted #B3FFC6; padding: 0.55em;}