Directions: The following is a sampling of styles that can be used to customize the template of your Swicki.
Click on the screenshot to enlarge the image.

1. Page Background Color
body,html {
/* zeroes out page for all browsers */
margin:0;
padding:0;
border:0;
background:#ededed
}
----
2. Header Background Color & Image
.swickiHeader {
background:#c8c8c8 url(http://swicki.eurekster.com/images/bg_header.gif) no-repeat top;
padding:10px 10px 15px
}
----
3. Container Background Color
.swickiContainer {
width:800px;
margin: 0 auto 19px auto ;
background:#fff;
padding:10px;
}
----
4. Search Title Size & Color
h1.swickiSearchTitle {
font-size:2em;
margin:0;
padding:0;
color:#333332;
position:relative
}
h1.swickiSearchTitle a:link,h1.swickiSearchTitle a:visited {
color:#333332;
text-decoration:none
}
----
5. Byline Size & Color
p.swickiByline {
font-size:.9em;
color:#595959;
margin:2px 0 0;
padding:0;
position:relative
}
p.swickiByline a:link,p.swickiByline a:visited {
color:#595959;
text-decoration:none
}
----
6. Search Field Background Color
.swickiSearchField {
width:340px;
background:#feffff;
margin:3px 5px 0 0;
font-size:1.8em;
vertical-align:bottom;
float:left
}
----
7. Sidebar Background Color
.swickiSidebar {
width:197px;
float:right;
margin-top:10px;
padding-left:10px;
background-color:#181817;
}
----
8) Footer Background Color
.swickiFooter {
clear:both;
background:#f0f0f0;
padding:10px 10px 45px
}
----
9) Results Container
.swickiResultContainer {
background:#181817;
width:auto;
padding:.8em 36px;
}
----
10) Hot Cloud Link Colors
.hotcloud a:link,.hotcloud a:visited {
text-decoration:none;
color:#db6700;
}