How can I change the right text margin so that the text don`t go near the sidebar? If I chnge the padding beneath, the comment bg get less wide than the post witdh..
example
http://www.kjagen.com/iron-maiden/tour_reports/rome-07/
/* content START */
#content {
background:#F8F8F8 url(img/sidesep.gif) right repeat-y;
min-height:400px;
}
/* content END */
/* main START */
#main {
background:#F8F8F8 url(img/main_shadow.gif) top repeat-x;
/* 605 */
width:631px;
padding:0px 2px 0px;
float:left;
overflow:hidden;
}