/* BACKGROUNDS, BORDERS, LAYOUT */

body { 
	margin: 0px; 
	padding: 0px;
	background: rgb(224,224,208) url(/weblog/images/oneroom_bg.gif) no-repeat fixed; 
	}

h1, h2 { display: none; }

h2.header { display: block; }

h3	{ margin-top: 24px; }

.links { 
	width: 230px; 
	margin-top: 34px; 
	}

.links img, .links a img  { margin: 0 0 6px 0; padding: 0; }

.links a { padding-left: 10px; }
	
.links #title { margin: 0; padding: 0; }

.links #titleLink { padding: 6px 0 0 0; }

em.bold { font-weight:bold; }

#entries { 
	float: right; 
	width: 60%; 
	padding-right: 50px;
	}

.entry { 
	padding-left: 10px; 
	border-color: rgb(112,136,152);
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	}

.entryExcerpt { }

.comments { 
	margin-bottom: 35px; 
	padding-right: 50px; 
	padding-left: 10px; 
	}

.commentsWho { border: 1px solid rgb(102,102,51); }

.picture { }

/* FONTS, COLORS, DECORATION */ 

body { 
	font-family: verdana, arial, sans-serif;	
	font-size: 10px;
	color: rgb(0,0,0); 
	}

h1, h2, h3, p { font-family: 'trebuchet ms', verdana, arial, sans-serif; }

h2	{ 
	font-size: 24px; 
	font-weight: normal;  
	color: rgb(153,153,153); 
	} 

h3	{ 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1px; 
	color: rgb(0,51,102); 
	} 

p { font-size: 13px; }

a { font-weight: bold; text-decoration: none; } 

a:link { color: rgb(204,102,0); }

a:visited { color: rgb(153,102,0); }

a:active, a:hover { color: rgb(255,153,0); }

.links img { line-height: 14px; }

.links a { 
	font-weight: normal; 
	line-height: 8px; 
	}

.entry { }

.entryWho { 
	font-size: 11px; 
	color: rgb(0,51,102); 
	line-height: 2px; 
	} 

.entryExcerpt { font-size: 12px; }
	
.comments p { font-size: 12px; color: rgb(51,51,51); }

.comments p.commentsHead { 
	font-size: 14px; 
	font-weight: bold; 
	color: rgb(153,153,102); 
	}

.commentsAdd { font-size: 12px; font-weight: normal; }

.commentsWho { font-size: 11px; }
