/*   
Theme Name: IMFONGLIU
Theme URI: www.imfongliu.nl
Description: Theme for IMFONGLIU portfolio
Author: Wes Saalmink
Author URI: http://www.vivalarevolucion.nl
.
General comments/License Statement if any.
.
*/

body {
	font-family: Arial, Helvetica;
	font-size: 10px;
}

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;	
}

#page {
	position: absolute;
	width: 928px;
	height: 568px;
	top: -284px;
	left: 50%;
	margin-left: -464px;
}

#menu {
	position: relative;
	width: 180px;	
	letter-spacing: 0.05em;
}

#menu .logo a {
	background-image: url('images/logo.png');
	display: block;
	width: 180px;
	height: 65px;
	margin-bottom: 40px;
}

#menu ul {
	list-style: none;
}

#menu a {
	display: block;
	color: #888;	
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {
	color: #000;	
}

#container {
	position: absolute;
	width: 700px;
	height: 435px;
	top: 0px;
	left: 234px;		
}

#content {
	position: absolute;
	width: 700px;
	height: 435px;
	top: 0px;
}

#photos {
	background-image: url('images/bg.png');
	display: block;
	width: 700px;
	height: 435px;
	overflow: hidden;	
}

.photo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 700px;
    height:435px;
    overflow: hidden;
}

.photo * {
    vertical-align: middle;
}
/*\*//*/
.photo {
    display: block;
}

.photo span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

/**/
<!--[if lt IE 8]>
.photo span {
    display: inline-block;
    height: 100%;
}
<![endif]-->

#bottombar {
	position: absolute;
	top: 443px;	
}

#customfields {
	width: 290px;
	left: 0px;
	padding-top: 1px;
	padding-right: 10px;
}

.post-meta {
	line-height: 14px;
	list-style: none;
	font-size: 10px;
	font-weight: 500;
	color: #888;
	margin: 4px 0 4px 0;
	padding: 0 0;
}

.post-meta-key {
	font-weight: bold;
}

#thumbnails {
	position: absolute;
	right: 0px;
	margin-top: 5px;
	width: 390px;
	text-align: right;
}

#thumbnails img {
	margin-left: 5px;	
	margin-bottom: 5px;
}

.cat_list {
	padding: 0;	
	margin: 0;
}

.cat_list ul {
	padding-left: 13px;
	margin: 0;	
}

.cat_list li {
	margin-bottom: 3px;	
}

.new_post {
	background-image: url(images/new.gif);	
	display: block;
	width: 13px;
	height: 5px;
	float: right;
	margin-top: 3px;
}

h4 {
	font-size: 10px;
	padding: 0;
	margin: 6px 0 4px 0;	
}

a, img {
	border: none;
}
