DUDE!!!! You are awesome!
Yeah, was cheating with the text widgets to make the separator lines :)
If you would be so kind can you help me out with a little bit more? The text in the very bottom (non-widget) box is tight up against the left side of the box. How do I pad it to match the padding in the widget boxes?
Btw, this is what's in my stylesheet in the "left" section:
<blockqoute>
/* LEFT SIDE */
#sidebar {
float: left;
width: 250px;
}
#sidebar ul {
margin: 0;
padding : 0;
list-style : none;
}
#sidebar li {
list-style-type:none;
}
#sidebar li ul li{
list-style-type:none;
margin-left:20px;
}
.box {
padding: 4px 15px;
border: 1px solid #CCC;
margin: 0 0 10px 0;
font-size: 100%;
font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
}
#sidebar div {border:1px solid #ccc;margin-top:1em;float:left; width:250px;padding:10px 0;}
#sidebar div div {border:none;margin:0;width:auto;}
#sidebar h2{margin:0 10px; padding:0;}
#sidebar h2 a.rsswidget {padding:.2em 0;float:left;height:1em;}
#sidebar h2 a.rsswidget img {padding:0 .5em 0 0;}
#sidebar .rssSummary {margin:5px 0;}
#sidebar ul {clear:both; padding-top:1em;float:left;}
#sidebar li {margin:0 10px;}
#sidebar .textwidget {margin:0 10px;}
.box h4 {
color: #000;
/* font-size: 150%; */
font: 1.30em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
margin: 0.55em 0;
font-weight: bold;
}
.box h4 em {
color: #889AAB;
font-style: normal;
}
.note {
padding: 15px 15px 15px 90px;
border: 1px solid #CFCB66;
margin: 0 0 10px 0;
background: #FFFFAD url(images/package.jpg) no-repeat;
color: #585616;
}
One more thing if I might. Can we (you actually, because I am pretty much helpless when it comes to coding) get the border of the search box to line up with the post box right under the header image?
You don't know how much I appreciate your help.