/*
Theme Name: HOME theme
Theme URI: http://www.asd.com.hk
Description: WordPress theme for <a href="http://www.huluhk.org/home/">HOME website</a>.
Version: 1.01
Author: Chris Tang
Author URI: http://www.asd.com.hk
Tags: HOME
*/

body {
	margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;
	/*background:#330000;*/
	background:#000;
	}
	
img {
	border:0;
	}
	
div#menu {
	position:absolute;
	left:0px; top:74px;
	}
	
#menu ul {
	display:block;
	border:0; margin:0; padding:0;
	height:24px;
	}

#menu li {
	display:block; position:relative; float:left;
	border:0; margin:0; padding:0 14px 0 14px;
	font-family:arial; font-size:12pt;
	line-height:24px;
	}

#menu li a {
	border:0; margin:0; padding:0;
	text-decoration:none;
	color:#CCBFBF;
	}

#menu li a:hover {
	color:#ff7f00;
	}

#menu li.menu_current a {
	/*font-weight:bold;*/
	color:#ffffff;
	}

div#facebook {
	position:absolute;
	left:710px; top:76px;
	}

div.navigation {
	border:0; margin:0; padding:0;
	width:636px; height:42px;
	}
	
div.navigation_top {
	position:absolute;
	left:0; top:0;
	}
	
div.navigation_bottom {
	position:relative;
	}
		
.navigation ul {
	display:block;
	border:0; margin:0; padding:8px 32px 0 0;
	height:18px;
	}
	
.navigation li {
	display:block; position:relative; float:right;
	border:0; margin:0; padding:0 0 0 12px;
	font-family:arial; font-size:12px;
	line-height:18px;
	color:#aaaaaa;
	}

.navigation li a {
	border:0; margin:0; padding:0;
	text-decoration:none;
	color:#000000;
	}

.navigation li a:hover {
	color:#ff7f00;
	}
	
.navigation select {
	margin:0; border:1px solid #666666; padding:0;
	width:200px;
	font-family:arial; font-size:12px;
	}
	
.navigation option {
	font-family:arial; font-size:12px;
	background:#ffffff; color:#000000;
	}
	
div.title {
	margin:0; border:0; padding:0;
	border-bottom:10px solid #ff7f00;
	width:636px;
	text-align:left;
	}
	
div.title_auyeung { border-bottom:10px solid #cccc99; }
div.title_mike    { border-bottom:10px solid #c40d23; }
div.title_lee     { border-bottom:10px solid #f8b62c; }
div.title_yip     { border-bottom:10px solid #009944; }
div.title_ng      { border-bottom:10px solid #601986; }
div.title_lau     { border-bottom:10px solid #804f21; }

.title h2 {
	margin:0; border:0; padding:6px 0 2px 4px;
	font-family:arial; font-size:16pt; font-weight:bold;
	}

.title a {
	text-decoration:none;
	color:#000000;
	}
	
.title a:hover {
	color:#ff7f00;
	}
		
.title_auyeung h2 { background:#eeeeee; }	
.title_mike    h2 { background:#eeeeee; }	
.title_lee     h2 { background:#eeeeee; }	
.title_yip     h2 { background:#eeeeee; }	
.title_ng      h2 { background:#eeeeee; }	
.title_lau     h2 { background:#eeeeee; }	

		
div.content {
	margin:0; border:0; padding:0 32px 50px 4px;
	font-family:arial; font-size:12pt;
	text-align:left; line-height:18pt; letter-spacing:1px;
	}
	
div#copyright {
	margin:5px 14px 20px 14px; border:0; padding:0;
	font-family:arial; font-size:10pt;
	letter-spacing:1px;
	text-align:center;
	color:#CCBFBF;
	}	
	


/* -- default -- */
	
img.alignleft {
	float:left;
	}
	
img.alignright {
	float:right;
	}
	
img.aligncenter {
	text-align:center;
	}

div.alignright {
	display: block;
	float: right;
	}

div.alignleft {
	display: block;
	float: left;
	}
		
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin:10px; border:0px; padding:0px; padding-top:4px;
	text-align:center;
	background:#eeeeee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin:0; border:0; padding:0;
}

.wp-caption p.wp-caption-text {
	margin:0; border:0; padding:0 4px 5px;
	font-size:11px;
	line-height:17px;
}
	

	
