@import url(comments.css);
@import url(new-comment.css);
@import url(path.css);
/* ------------------------------- */
/* ARTICLE						   */

#article { margin: 20px 0; }
#article a {	border: 0; }
#article img { margin-right: 4px; }
#article span.tip {
	padding: 10px;
	display: block;
	background-color: #FFFFCC;
}
#article span.quote-left, #article span.quote-right {
	display: block;
	width: 200px;
	padding: 5px 0;
	font-size: 14px;
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C83D1D;
	border-bottom-color: #C83D1D;
}
#article span.quote-left {
	float: left;
	margin-right: 10px;
}
#article span.quote-right {
	float: right;
	margin-left: 10px;
}
	
/* ------------------------------- */
/* ICONS 						   */

#icons { float: right; }
#icons a { border: 0; }

/* ------------------------------- */
/* TITLE 						   */

#title { height: 50px; }
#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

/* ------------------------------- */
/* IMAGE						   */
	
#image {
	width: 160px;
	margin-right: 10px;
	float: left;
}


