/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Daniel Smith
	Author Site		: 	http://DanielSmith.info
	Style Name		: 	yd
	Style URI		:	http://DanielSmith.info
	Version			:	0.1
	Header Height	:	200
	Comments		:	Started out as Vader...
*/

body {
	background: url('/wp-content/themes/k2/styles/yd/background.jpg');
	color: #bbb;
	margin: 0;
	}

#header {
	background: white url('yingdan-header.jpg') center center no-repeat;
	height: 200px;
	}

#header .blog-title {
	padding: 35px 100px 0px;
	}

#header .description {
	margin: 5px 125px;
	}

#page {
	border: none;
	}

.primary {
	padding-left: 25px;
	}

#page {
	text-align: justified;
	padding-top: 0px;
	}
	
#primary {
	position: relative;
	float: left;
	width: 740px;
	padding: 10px;
	}