/*
Theme Name: Hong Kong Night Theme
Theme URI: http://www.wptown.com/
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: http://www.wptown.com/
Tags: black, 2 columns, widget ready, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #27282d;
}

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

img {
	border: 0;
}

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


/* Header */

#header {
	width: 1004px;
	height: 380px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 85px;
		width: 520px;
		text-align: center;
	}
	
	#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;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 741px;
		padding: 0 13px 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 12px;
		width: 741px;
	}
	
		#content .post .post-top {
			width: 741px;
			height: 11px;
			background: url("images/post_top.png") no-repeat;
		}
		
		#content .post .post-in {
			width: 741px;
			background: url("images/post_in.png") repeat-y;
		}
		
		#content .post .post-bottom {
			width: 741px;
			height: 10px;
			background: url("images/post_bottom.png") no-repeat;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 719px;
			padding: 0 12px 0 10px;
			background: url("images/post_title.gif") no-repeat;
			color: #aeb1bf;
			font: bold 12px Verdana;
		}
		
		#content .post .post-title a {
			color: #aeb1bf;
			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: #75767e;
			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: #aeb1bf;
			font: normal 20px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 9px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 12px 0 10px;
			width: 719px;
			font: normal 12px/19px Verdana;
			color: #75767e;
		}
		
		#content .post .post-entry a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#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: #aeb1bf;
		}
		
		#content .post .post-info a {
			color: #aeb1bf;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #aeb1bf;
			font: bold 15px Verdana;
		}
		
		/* 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: #161517;
		}
		
		#content .post .comments ol li cite {
			color: #aeb1bf;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #aeb1bf;
			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: 222px;
		font: normal 12px/19px Verdana;
		color: #75767e;
	}
	
	#sidebar a {
		color: #aeb1bf;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 222px;
		margin-bottom: 12px;
	}
	
		#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: 218px;
			height: 33px;
			padding-bottom: 4px;
			text-align: center;
			font: bold 16px/33px Verdana;
			color: #75767e;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #aeb1bf;
			font: bold 12px/30px Verdana;
		}
		
		#sidebar ul li a {
			color: #aeb1bf;
			text-decoration: none;
			padding-left: 10px;
			display: block;
			background: url("images/sidebar_menu.gif") repeat-x left bottom;
		}
		
		#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;
		}


/* Footer */

#footer {
	margin: 0 0 12px 15px;
	width: 974px;
	height: 35px;
	padding: 0 2px 3px 0;
	background: url("images/footer.png") no-repeat;
	color: #75767e;
	font: normal 12px/35px Verdana;
	text-align: center;
}

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

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