/*
** Yeung Investments - Wordpress theme
** Author - Joe Yeung
** 
** ----------------------------------------------------
*/
#content{
	min-height: 700px;
	padding-bottom: 10px;
}
#page{
	width: 980px;
}
#intro_to_kb{
	margin-top: -25px;
	width: 100%;
	height: 200px;
	font-family: Arial, Helvetica;
	color: #FFF;
	background-color: #901808;
}
#intro_to_kb h1{
	padding: 20px 0 0 0;
	margin: 10px 0 0 15px;
	font-size: 150%;
	color: #FFF;
}
#intro_to_kb p, #intro_to_kb label{
	margin: 0 0 0 15px;
	font-size: 90%;
}
h3{
	font-size: 90%;
}
#sidebar ul{
	padding: 0;
	margin: -10px 0 0 0;
	list-style: none;
}
.read_entry{
	padding: 5px 5px 10px 20px;
	font-size: 60%;
	background-image: url("images/page_white_text.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.posts_nav_links{
	padding: 10px 0 0 0;
}
.posts_nav_links a{
	color: #000;
	text-decoration: none;
}
abbr{
	text-decoration: none;
}
dt{
	font-size: 90%;
	font-weight: bold;
	line-height: 2em;
}
dd{
	font-size: 90%;
	margin-left: 10px;
	line-height: 1.2em;
}
.postmetadata {
	padding:5px;
	background-color: #E2E1E1;
	border-style: none;
}
#sidebar{
	float:right;
	width: 280px;
	margin: 15px 0 0 0;
	padding: 0;
}

/*
** =ENTRY(IES)
** ----------------------------------------------------
*/
.entries{
	width: 650px;
	min-height: 600px;
	margin: 0;
	padding: 0 20px 40px 0;
}
.entry{
	width: 100%;
	margin: 0;
	padding: 0; 
	overflow: hidden;
}
.entry h1{
	font-family: Arial, Helvetica;
	color: #B11A06;
	font-size: 150%;
}
.entry h3{
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: 800;
}
.entry .time_posted, .comment_list .comment_meta_data{
	margin: -15px 0 0 0;
	color: #6E6E6E;
	font-size: 60%;
}
.entry .post_meta_data{
	padding: 5px;
	background-color: #FAF9F9;
	border-style: solid;
	border-width: 2px;
	border-color: #BDC2C2;
}
.entry .post_meta_data a{
	color: #901808;
	text-decoration: none;
}
.entry .post_meta_data a:hover{
	text-decoration: underline;
}
.entry a img{
	padding: 1px;
	border-width: 1px;
	border-color: #181818;
}

/*
** =SIDEBAR
** ----------------------------------------------------
*/
#sidebar{
	margin: 8px 0 0 0;
	width: 300px;
}
#sidebar a, .entry h1 a{
	color: #901808;
	text-decoration: none;
}
.entry h1 a{
	color: #B11A06;
}
#sidebar a:hover, .entry h1 a:hover{
	text-decoration: underline;
}
#tag_cloud{
	padding: 5px 5px 5px 0;
	color: #901808;
}
#sidebar h2, #comments h2, #add_comment_area h2, #bottom_advertising h2{
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: 100;
	color: #181818;
	border-style: none none solid none;
	border-width: 4px;
	border-color: #E2E1E1;
}
#recent_posts ul, #related_posts ul{
	font-size: 80%;
}
#recent_posts ul li, #related_posts ul li{
	padding: 10px 0;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #E2E1E1;
}
#sidebar_advertising h2, #bottom_advertising h2{
	color: #6E6E6E;
	letter-spacing: 3px;
	text-align: center;
}
#sidebar_advertising, #bottom_advertising{
	border-style: none none solid none;
	border-width: 1px;
	border-color: #E2E1E1;
}
#bottom_advertising{
	text-align: center;
}

/*
** =CATEGORIES
** ----------------------------------------------------
*/
#browse_cats{
	float: right;
	width: 500px;
	padding: 0 0 0 15px;
	margin: -35px 0 0 0;
}
#browse_cats a{
	color: #FFF;
}
#browse_cats h2{
	margin: 0;
	font-family: Arial, Helvetica;
	font-size: 90%;
	font-weight: 100;
}
#ddmcc_container{
	margin: 0;
	font-size: 80%;
}
#ddmcc_container p{
	margin-left: 0;
}

/*
** =SEARCH
** ----------------------------------------------------
*/
#search_form { 
	height:35px; 
	line-height:35px; 
	margin: 0; 
	padding: 0;  
}
#search_form form{
	margin-left: 15px;
}
#search_form input.submit_button{
	padding: 0 0 5px 0;
	height: 20px;
	background-color: #E2E1E1;
	border-style: solid;
	border-width: 1px;
	border-color: #181818;
}

/*
** =VIEW_COMMENTS
** ----------------------------------------------------
*/
#comments h2, #add_comment_area h2{
	padding: 0 0 0 20px;
	background-image: url( "http://www.yeunginvestments.com/library/images/icons/comments.png" );
	background-repeat: no-repeat;
}
.comment_list{
	margin: 0;
	padding: 0;
}
.comment_list li{
	display: block;
	padding: 15px 0 10px 15px;
	background-color: #EFEEEE;
	border-style: none none double none;
	border-width: 4px;
	border-color: #BDC2C2;
}
.comment_list li.alt{
	background-color: #FAF9F9;
}
.comment_list h3{
	margin: 0;
	font-size: 100%;
	color: #000;
	font-weight: 100;
}
.comment_list .comment_meta_data{
	margin: 0;
}
.comment_list .comment_meta_data a{
	color: #6E6E6E;
}

/*
** =ADD_COMMENT
** ----------------------------------------------------
*/
#add_comment_area{
	padding: 30px 0 0 0;
}
#add_comment_area h2{
	background-image: url( "http://www.yeunginvestments.com/library/images/icons/comment_add.png" );
}
#comment_form{
	margin: 0;
	padding: 5px 0 0 0;
}
#comment_form input, #comment_form textarea, #comment_form #submit{
	width: 170px;
	margin: 0 5px 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #BDC2C2;
}
#comment_form textarea, #comment_form #submit{
	width: 400px;
	margin: 0 0 10px;
	padding: 0;
}
#comment_form #submit{
	margin: 0;
	width: 200px;
}
#comment_form td{
	vertical-align: top;
}