/*
Theme Name: Hong Kong Night Theme
Theme URI: 
Description: Hong Kong Night Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: 
Tags: black, 2 columns, widget ready, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: url(images/bg_top.jpg) #101808 top no-repeat;
	font-family : "Trebuchet MS",Arial,Verdana,Helvetica;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 976px;
}


/* Header */

#header {
	width: 976px;
	height: 179px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 44px;
		left: 71px;
		width: 210px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 18px Verdana;
	}
	
	.icon_rss {
		position:absolute;
		left:350px;
		top:125px
	}


/* Main */

#main {
	width: 976px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 741px;
		padding: 0 13px 0 0;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 12px;
		width: 741px;
	}
	
		#content .post .post-top {
			/*width: 728px;
			height: 5px;
			background:#fff;*/
		}
		
		#content .post .post-in {
			width: 741px;
			background: url(images/bg_main_cadre.gif) bottom repeat-x #fff;
			-moz-border-radius: 5px;
			-webkit-border-radius:5px;
			-khtml-border-radius:5px;
		}
		
		#content .post .post-bottom {
			width: 741px;
			/*background: url("images/post_bottom.png") no-repeat;*/
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			padding: 15px 0px 0 20px;
			/*background: url("images/post_title.gif") no-repeat;*/
		}
		
		#content .post .post-title a {
			color: #74aa0d;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #ffffff;
			width: 50px;
			height: 50px;
			padding: 0 2px 3px 0;
			background: url("images/post_date.png") no-repeat;
			margin-right: 13px;
			font: bold 16px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding: 3px 0 1px 0;
			font: normal 19px Verdana;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #FF3802;
			font-size: 2em;
		}
		
		#content .post .post-title h2 a {
			color: #FF3802;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 9px;
			font-size:0.7em;
			color:#75767E;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 20px 0 20px;
			width: 698px;
			font: normal 12px/19px Verdana;
			color: #75767e;
		}
		
		#content .post .post-entry a {
			color: #74AA0D;
			text-decoration: none;
		}
		
		#content .post .post-entry a  img{
			margin:0px
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #161517;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 719px;
			padding: 0 12px 0 10px;
			text-align: right;
			/*background: url("images/post_info.gif") no-repeat left bottom;*/
			font: bold 12px/20px Verdana;
			height: 20px;
			color: #74AA0D;
		}
		
		#content .post .post-info a {
			color: #74AA0D;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #FF3802;
			font-size:1.5em;
			font-weight:bold
		}
		
		#content .post h4 {
			margin: 15px 0 5px 0;
			color: #74AA0D;
			font-size:1.2em;
			font-weight:bold
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			width: 719px;
			font: normal 12px/19px Verdana;
			color: #75767e;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ffffff;
		}
		
		#content .post .comments ol li cite {
			color: #6c6c6c;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #74AA0D;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			width: 694px;
			font: normal 12px/19px Verdana;
			color: #75767e;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		width: 741px;
		color: #aeb1bf;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 12px;
		font: bold 12px/30px Verdana;
		color: #aeb1bf;
		text-decoration: none;
		padding: 0 2px 3px 0;
		width: 150px;
		height: 30px;
		background: url("images/navigation.png");
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */

	
	#sidebar {
		float: left;
		width: 220px;
		color: #75767e;
	}
	
	#sidebar a {
		color: #aeb1bf;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 220px;
		margin-bottom: 12px;
		background:#ffffff;
		padding:11px 0 11px;
		background: url(images/bg_contenu_colright.gif) bottom repeat-x #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}
	
		/*#sidebar .sidebar-box-top {
			width: 222px;
			height: 3px;
			background: url("images/sidebar_box_top.png") no-repeat;
		}
		
		#sidebar .sidebar-box-in {
			width: 218px;
			padding: 0 3px 0 1px;
			background: url("images/sidebar_box_in.png") repeat-y;
		}
		
			#sidebar .sidebar-box-in-box {
				margin-top: -2px;
				width: 218px;
				background: url("images/sidebar_box_in_box.gif") repeat-y;
			}
			
			#sidebar .sidebar-box-in-top {
				width: 218px;
				background: url("images/sidebar_box_in_top.gif") no-repeat;
			}
			
			#sidebar .sidebar-box-in-bottom {
				width: 218px;
				min-height: 50px;
				background: url("images/sidebar_box_in_bottom.gif") no-repeat left bottom;
			}
		
		#sidebar .sidebar-box-bottom {
			width: 222px;
			height: 4px;
			background: url("images/sidebar_box_bottom.png") no-repeat;
		}*/
		
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 188px;
			height: 26px;
			padding: 5px 0 4px 13px;
			text-align: left;
			font: 2em;
			color: #ffffff;
			background: url("images/bg_title_colright.gif") no-repeat;
			margin:0 6px 0 11px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 12px;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font-size: 0.9em;
			line-height:28px;
		}
		
		#sidebar ul li a {
			color: #77a228;
			text-decoration: none;
			padding-left: 10px;
			display: block;
			border-bottom:1px solid #e9e9e9;

		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 20px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 218px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 168px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 3px 0;
			width: 144px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 1px 6px 3px 6px;
		}

		#main_menu {
			font: bold 14px;
			position:absolute;
			top:0px;
			right:-48px;
			width:480px
		}
		
		#main_menu .menu a{
			color:#ffffff;
			/*margin-right:20px;*/
			text-decoration:none;
			
		}
		
		#main_menu .menu LI {
			/*display:inline;*/
		}

/* Footer */

#footer {
	width: 100%;
	height: 35px;
	background: url("images/fd_transp.png");
	color: #75767e;
	font: normal 12px/35px Verdana;
	text-align: center;
}

#footer a {
	color: #aeb1bf;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


ul.menu {list-style:none; margin:0; padding:0; text-align:center}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; /*margin-right:2px*/}
ul.menu ul {position:absolute; top:34px; left:0; ; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; }
ul.menu ul li a:hover {background-color:#b0b0b0;/*border-left:5px solid #FF3802; width:129px*/}
ul.menu ul ul {left:148px; top:-1px}
ul.menu a {padding:5px 7px 7px; font-weight:bold; background:url(images/fd_transp.png); width:134px}
ul.menu ul.menu a {background:url(images/fd_transp.png)}
ul.menu a:hover {/*background-color:#FF3802;border-left:5px solid #FF3802; width:129px*/}
ul.menu .sub {background:url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


/* menu Lavalamp */     


 .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }               
