one more question. On the main page with two columns, how do I put more spacing between the two columns. i have been trying to play around with the css for the 2 entries, but nothing seems to work.. i've tried adding different paddings & margins, but nothing seems to work..
/* 2 small entries */
#top .doubleentry .entry-content{
width:280px;
}
#top .doubleentry .entry{
padding-left:20px;
position: relative;
left:0 !important;
left:20px;
width:280px;
clear:none;
}
.doubleentry{
margin-left:-20px;
float: left;
clear: both;
width:600px;
}
.fullwidth .doubleentry{
width:980px;
}
.fullwidth #main .doubleentry .entry, .fullwidth #main .doubleentry .entry-content{
width:470px;
}