/* default.css @ (root/lib/)

   default skin */

body {

	background: #000000;
	color: #000818;
	font: 11px Verdana;
	line-height: 18px;
	
}

/* specific elements */

#container {
	
}

#title {

	color: #fff;
	font: bold 24px "Century Gothic", Verdana;
	vertical-align: bottom;
	text-align: right;
	padding: 0 0 0 100px;

}

#nav {

	font: 10px Verdana;
	margin: 0;
	padding: 0;
	
}

#matter {

	background: #fff;	

}

#col1 {

	color: #666;

}

#col1 p.title {

	color: #000000;
	font-family: "Century Gothic", Verdana;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	
}

#col1 p.title a , #col1 p.title a:link, #col1 title a:hover, #col1 p.title a:visited {

	color: #000000;
	text-decoration: none;
	
}

/*
#col1 a,
#col1 a:link {

	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	font-weight: bold;
	
}

#col1 a:hover {

	border-bottom: 1px solid #990000;
	
}
*/
#col1 a.blog_subject,
#col1 a.blog_subject:link {

	color: #000818;
	text-decoration: none;
	
}

#col1 a.blog_subject:hover {

	color: #a2d150;
	border-bottom: none;

}

#col1 p.date {

	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
	margin: 0px;
	
}

#col1 p.date a,
#col1 p.date a:link {

	font-weight: normal;
	color: #a2d150;
	text-decoration: none;
	
}

#col1 p.date a:hover {

	border-bottom: 1px solid #ccc;

}

#col1 p.comment {

	font-size: 11px;
	color: #999;
	text-align: right;
	padding-bottom: 10px;
	margin: 0px;
	
}

#col1 p.comment a,
#col1 p.comment a:link {

	font-weight: normal;
	color: #a2d150;
	text-decoration: none;
	
}

#col1 p.comment a:hover {

	border-bottom: 1px solid #ccc;

}




#col2 {

	background: #eee;
	color: #666;
	font: 10px Verdana;
	line-height: 18px;
	
}

#col2 h1 {

	font: bold 15px "Century Gothic", Verdana;
	color: #666;
	border-bottom: 1px solid #ccc;
	
}

#col2 a,
#col2 a:link {

	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	
}

#col2 a:hover {
	
	color: #666;
	border-bottom: 1px solid #ccc;
	
}

#footer {

    text-align: center;
	color: #999;
	font-size: 10px;
	line-height: 14px;
	
}

#footer a,
#footer a:link {
	
	border-bottom: 1px dotted #ccc;
	color: #999;
	text-decoration: none;
	
}

#footer a:hover {

	border-bottom: 1px solid #ccc;
	text-decoration: none;
	
}

/* generic elements */


#nav ul {


}


#nav ul a {

}

#nav ul a:link,
#nav ul a:visited {

	color: #fff;
	text-decoration: none;

}

#nav ul a:hover {

	color: #FFFF66;
	background: url("http://static.wesleychen.com/img/nav/nav_button_bg.gif") no-repeat right;

}

#nav #active {

	background: url("http://static.wesleychen.com/img/nav/nav_button_bg_on.gif") no-repeat right;
	font-weight: bold;
	color: #fff;
	
}