/*  
Theme Name: Joey
Theme URI: http://www.keypowerintl.com
Description: Joeylu.net
Version: 1.0
Author: Joey
Author URL: http://www.joeylu.net
*/
	#wrapper {
		margin					:0 auto 0 auto;
		width					:600px;	
		font-family				:fantasy;
		text-align				:center;
			}
	/*blog container*/
	#container {
		width					:600px;
		height					:auto;
		margin-right			:auto;
		margin-left				:auto;
		margin-top				:auto;
		text-align				:center;
		font-family				:fantasy;
		border					:0px solid #000000;
		float					:none;
		padding-left			:0px;
		padding-right			:0px;
		}
	/*title column*/
	#title {	    
		height					:auto;
		width					:auto;
		padding-top				:0px;
		padding-left			:0px;
		float					:center;
		font-family				:fantasy;
		font-size				:14px;
		font-weight				:bolder;
		}
	/*posts column id*/
	#entry {	    
		height					:auto;
		width					:auto;
		padding-top				:0px;
		padding-left			:0px;
		padding-right			:0px;
		float					:center;
		font-family				:fantasy;
		font-size				:12px;
		font-weight				:normal;
		}
	/*footer id*/
	#footer {
		width					:600px;
		float					:center;
		font-size				:10px;
		font-weight				:lighter;
		}
	/*class*/
	/*main title*/
	.title {
		text-decoration			:none;
		line-height				:100%;
		padding-bottom			:20px;
		font					:Courier New, fantasy;
		color					:#000000;
		font-size				:24px;
		font-weight				:600;
		}
	/*class*/
	p.postmetadata {
		font-family				:fantasy;
		font-size				:9px;
		font-weight				:lighter;
		color					:#899999;
		line-height				:140%;
		}
	/*sidebar settings*/
	.sidebar {
		width					:0px;
		float					:center;
		border					:solid 0px #666666;
		}
	.sidebar ul {
		list-style-type			:none;
		margin					:0;
		padding					:0 10px 0 10px;
		}
	.sidebar ul li {
		padding					:10px 0 10px 0;
		}
	.sidebar ul li h2{
		font-size				:12px;
		}
	.sidebar ul ul li {
		padding					:0px;
		line-height				:12px;
		}
	/*line break*/
	hr.short{
		size					:1px;
		width					:600px;
		}
	/*link colors*/
	a:link { 
		color: #000000;
		}
	a:visited { 
		color: #000000;
		}
	a:hover { 
		color: #000000;
		background-color: #ffffff;
		text-decoration: none;
		}
	a:active { 
		color: #000000;
		}
	/*img settings*/
	img {  
		border-style: none;
		}
	/*margin spacing*/
/*	p 	{ 
		margin-top				:10px; 
		margin-bottom			:10px; 
		} */
/*	br.endpost {
		clear					:both;
		line-height				:25px;
		display					:block;
		} */