/*
Theme Name:     Vincent Kong
Theme URI:      http: //www.vincentkong.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Vincent Kong
Author URI:     http: //www.vincentkong.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
        padding: 5px 0 0 0;
}

#site-title {
	float: left;
	font-size: 1em;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

.widget-container {
	background: #f7f7f7;
	margin: 0 0 18px 0;
	padding: 10px;
}

