/* -----------------------------
    Color Schema - Violet
    ----------------------------- */
    
body { background-color: #fff;}

.widget li a:hover { background-color: #fff; }

#searchform #s {border-color:#eeeeee;background-color:#000;color:#FF00BB;}

.widget li a,
.widget .recentcomments,
#container .button:hover,
#twitter_update_list li {border-color:#333}
#footer .footer-content {border-color:#e3d1f5}
#comments .avatar {background-color:#c0c0c0;}

a, body,
.commenter-link a, 
.post-meta .post-edit-link,
.post-meta .post-info-text, 
#menu li a, 
#topsearch #s { color: #333333; }

.post-meta,
.post-meta .post-edit-link { border-color: #666666; }

fieldset, hr,
.post-entry,
.sidebar .ads,
.iwak-widget .flickr_badge_image,
.section-title,
#comments-list .depth-1,
#content table, 
#content table thead,
#content table tfoot,
#content table th,
#content table tr,
#content table td,
#content .gallery img,
#content .thumbnail,
#topsearch #s,
#left-column { border-color: #333333; }
.navigation a {border-color: #999999;}

pre, 
code, 
.text,
#underline { background-color: #f0f0f0; }

del,
.navigation a,
.comment .datetime { color: #999999; }

blockquote,
.iwak-widget .flickr_badge_image:hover,
.navigation a:hover, 
.navigation a.current, 
.navigation span.current, 
.post-meta .post-comm-link,
#container .button {
	background-color: #FF00bb;
	border-color: #FF00bb;
	color: #fff;
}

input[type="reset"], 
input[type="button"], 
input[type="submit"] {
	background-color: #FF00bb;
	border-color: #FF00bb;
	color: #fff;
}


a:hover,
b, strong,
.sidebar a,
.widgettitle,
#blogtitle h1 a,
#respond a { color: #FF00bb; }

.post a,
.post-content a { color: #00aabb;}

.page-title, 
.post-title, 
.post-title a,
#content th { color: #333333; }

acronym, abbr { border-color: #333333; }


.widget li a, 
.widget .recentcomments,
.post-entry .more-link { background-image: url(list.png); }

#header {background:transparent url(underline.png) no-repeat 10px bottom;}

#container {background-image:url(sidebar.png);}

#container .layer {background-image:url(border.gif);}

#footer .inside {background-image:url(vertical_bar.jpg);}

#footer .footer-content {background-image:url(transcolor.png);}

/*====SOME ADDED STUFF TO MAKE 'GET-RECENT-COMMENTS' TO DISPLAY NICE.*/
.widget_get_recent_comments li
{
	background:none;
 	border-bottom: #111 solid 1px; 
}
#get-recent-comments.widget #get_recent_comments_wrap ul li
{
	min-height: 70px;
}
#get-recent-comments.widget #get_recent_comments_wrap ul li img
{
	float: right;
	border: 3px solid #000;
	padding: 2px;
}
#get-recent-comments.widget #get_recent_comments_wrap ul li a
{
 	background-image:url('none');
 	border-bottom:none;
	padding:5px 0 5px 0px;
}
/* OVERRIDE MAIN CSS */
#searchform #s {
	margin-right:-5px;
	padding:4px;
	width:192px;
}