Just remembered... Initially when I was looking for help for Regulus css edits, I wished someone had given the css code and pointed to their website as an example. Now that I'm a bit ahead of that curve, here is the entire css mod for my http://www.eindiareview.com website. Feel free to plagiarize..
#sidebar .widget {
border:0 solid #eef;
color:#666;
padding:5px;
}
#sidebar {
width:200px;
float:right;
color:0;
line-height:1.1em;
overflow:hidden;
border-right:0 solid #fff;
font-size:1.2em;
margin:0 0 18px;
}
#sidebar .widget_text {
font-size:1em;
margin:20px 0;
}
#sidebar h2 {
font-size:1.2em;
font-variant:small-caps;
color:#99f;
}
#sidebar #search {
display:none;
border:none;
background:#fc0;
margin:0;
padding:5px;
}
#sidebar #search p {
font-size:0.9em;
margin:0;
padding:0;
}
#sidebar ul ul {
list-style-type:circle;
margin:0 0 0 18px;
}
#search label {
color:#333;
margin:0 8px 0 0;
}
ul#nav li a {
text-transform:lowercase;
color:#fff;
background:#CCC;
border:0 solid #fff;
border-bottom:none;
display:block;
white-space:nowrap;
border-color:#357 #002 #002 #357;
padding:5px 6px;
}
#content {
width:490px;
font-size:1.3em;
}
#content .info {
font-size:0.9em;
}
#content p {
line-height:1.5em;
margin:6px 0;
}
#content h2 {
font-size:1.6em;
font-weight:bolder;
margin:16px 0 2px;
}
#content h2 em {
font-size:0.5em;
color:#99c;
font-style:normal;
margin:0 0 0 1em;
}
#content h2 a {
font-size:0.8em;
}
#comments dt {
font-size:1em;
padding:4px 0 0;
}
#feeds h3 {
font-size:0.9em;
margin:3px;
padding:4px;
}
#feeds a {
font-size:0.9em;
color:#99c;
background:url('images/bg_feed.gif') 3px center no-repeat;
margin:3px;
padding:4px 4px 4px 12px;
}
#footer {
display:none;
}
#comments {
clear:both;
background:#eef;
padding:15px;
}
#postComment {
background:#ddd;
padding:25px;
}
#postComment input,#postComment textarea {
width:400px;
margin:5px 0 10px;
}
#postComment textarea {
height:140px;
}
#comments h2 {
font-size:1.1em;
color:#838B8B;
margin:0;
}
#postComment .button {
clear:both;
width:100px;
margin:10px 0 0;
padding:2px;
}