@charset "UTF-8";
/* 
Theme Name: Hallo, ik ben Wai Ming
Theme URL: http://www.wmng.nl/
Description: Theme for portfolio website Wai Ming Ng
Version 1.0
Author: Emvegé
Author URL: http://www.emvege.nl/

*/

body{
	margin: 0;
	font-family: Andale Mono, Monaco, Courier New, Courier, monospace;
	font-size: 8pt;
	color: #5F5A34;	
	text-align: left;
	vertical-align: top;
	background: #f1f2ec;
	}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	}
	
abbr{ 
	text-transform:lowercase; font-variant:small-caps
	}
		
a:link{
	text-decoration: none;
	color: #0195c0;
	}

a:hover{
	text-decoration: none;
	color: #e70000;
	}

a:visited{
	text-decoration: none;
	color: #e70000;
	}

.posttitle a:link{
	text-decoration: none;
	color: #e70000;
	}

.posttitle a:hover{
	text-decoration: none;
	color: #e70000;
	}

.posttitle a:visited{
	text-decoration: none;
	color: #dc0000;
	}

h2{
	font-size: 8pt;
	font-weight: normal;
	}
	
hr{
	border: 0;
	color: #5F5A34;
	background-color: #5F5A34;
	height: 1px;
	}

p{
	line-height: 15px;
	}
	
#header p{
	line-height: 15px;
	}

#wrapper{
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	}
	
#header{
	float: left;
	padding: 0 12px 0 0;
	width: 187px;
	text-align: left;
	}

#crossimage{
	height: 121px;
	display: block;	
	margin-left: auto;
    margin-right: auto;
	}

#container{
	float: left;
	padding: 0 0 0 0;
	width: 700px;
	text-align: left;
	}

#footer{
	float: left;
	padding: 5px 0 50px 0;
	width: 900px;
	text-align: center;
	line-height: 15px;
	}

.excerpt{
	height: 121px;
	width: 525px;
	}

.wp-caption p.wp-caption-text {
	padding: 10px 200px 20px 0px;
	}

.underline{
	text-decoration: underline;
	}

.emlogo img{
	position: relative;
	top: 1px;
	}

.navigation{
	padding: 5px 0px 0px 0px;
	}

img{
	border: none;
	}