/*
Skin Name: Unsleepable
Skin URI: http://archgfx.net/blog/index.php/themes/
Version: 0.6
Description: <a href="http://openswitch.org/2006/04/16/unsleepable/">Unsleepable</a>, the popular <a href="http://getk2.com">K2</a> mod, ported to Sandbox by <a href="http://www.archgfx.net/blog">SunBurntKamel</a>
Author: Ben Gray
Author URI: http://openswitch.org/
Global Navigation: Y
*/
/*
This theme has been slightly modified from the base theme, 
K2 by Michael Heilemann http://binarybonsai.com/

Header code base gleaned from Foogaming.com

        All elements of this theme are protected by the GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Unsleepable uses Fam Fam Fam Silk Icons: 
	http://www.famfamfam.com/lab/icons/silk/
	Modified in places by Ben Gray
*/
#blogdescription {
	float: left;
	width: 270px;
}
#blog-description, .access {
display: none;
}

#blog-title {
	float: left;
	margin-top:0;
	width: 270px;
	font-size: 12px;
	border-right: 1px solid #555;
	text-indent: -9000px !important;
        }

#blog-title a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	padding: 50px 20px 0px 0px;
	background: transparent url('unsleepable/title.gif') no-repeat 20% 82% !important;
        }

#blog-title a:hover {
	background: #000 url('unsleepable/title.gif') no-repeat 20% 82% !important;
        }
#globalnav {
	display:block;
	width:100%;
	height: 100px;
	background:#333;
}
* html #globalnav {
display: inline !important;
}
ul#menu {
	text-align: left;
	line-height: 147px;
	margin: 0 -15px;
	padding: 0;
	list-style-type:none;
	display:inline;
}
* html ul#menu {
display: block;
line-height: 15px !important;
}
ul#menu li {
	display: inline;
	margin: 0;
        }

ul#menu,
ul#menu li a {
	padding: 85px 15px 20px;
	vertical-align:bottom;
        }

ul#menu li a {
        color: #fff;
        margin: 0 0;
	text-decoration: none;
	border-right: 1px solid #555;
        }
* html ul#menu {
	padding: 65px 15px 2px !important;
}
* html ul#menu li a {
	padding: 65px 15px 22px !important;
}
ul#menu li a:hover {
	background-color: #FE2400;
	color: #FFFFFF!important;
	text-decoration: none;
        }

ul#menu li.current_page_item a,
ul#menu li.current_page_item a:hover {
	color: #FFFFFF!important;
	background-color: #FE2400;
	text-decoration: none;
        }
ul#menu ul, ul#menu ul li {
display: none;
}
/*
ul#menu li.current_page_item a,
ul#menu li.current_page_item a:hover {
	background-color: #FE2400;
	color: #fff !important;
	text-decoration: none;
        } */

body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
font-size: 11px !important; 
background: #ccc url('unsleepable/top-bg.gif') repeat-x top left;
text-align: center;
margin: 0px;
	}
body.loggedin {
/* background: #ccc url('unsleepable/top-bg.gif') repeat-x top left;
background-position: 0px 28px; */
}
#wrapper {
        background: #fff url('unsleepable/top-bg.gif') repeat-x top left;
	width: 775px;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
	position: relative;
       	}

#header {
	float:left;
	height: 100px;
	color: #fff;
	background: #333;
	border-left: 1px solid #555;
        margin: 0;
        }

#header a {
	color: #fff;
        }

#header a:hover, #header .current_page_item {
	background: #FE2400;
	color: #fff;
        }
#container {
	clear:both;
}

#content {
	width: 80%;
	float: left;
	padding: 20px 3% 15px 3%;
	margin: 0;
	display: inline;
	overflow: hidden;
	}

#primary {
	font: 12px Trebuchet MS /*'Lucida Grande', Verdana, Arial, Sans-Serif*/; 
	padding: 5px 0 20px 5px;
	margin: 0px 0 0px 71%;
	width: 26%;
	color: #666;
	position: relative;
        line-height: 1.3em !important;
        }

#primary a {
        color: #333;
        }

#primary a:hover {
        text-decoration: underline !important;
        }
.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

a img,:link img,:visited img {
        border:none;
        }

/*- Sidebar Subpages Menu */

#primary #pages ul {
	margin-left: 10px;
	}

#primary #pages ul ul {
	margin-top: 2px;
	}

#primary #pages ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

/*- Headings -*/

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	}
/*
h1 {
        padding-top: 10px;
        }
*/


.static { /* Used on static pages and archives */
	text-align: center;
	margin: 15px 0 20px;
	}

.static h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	
	display: inline;
        font-family: Helvetica, Arial, Sans-Serif !important;
        color: #555 !important;
        text-transform: lowercase;
	}

.sidebar h2 { /* Secondary H2 is sidebar headlines */
        font-family: Helvetica, Arial, Sans-Serif !important;
	font-size: 16px;
	font-weight: bold;
	display: block;
        color: #555;
        margin: 0 0 10px 0 !important;
        padding: 0;
        letter-spacing: -1px;
        text-transform: lowercase;
        }
.sidebar h2 a:hover { /* Secondary H2 is sidebar headlines */
        font-family: Helvetica, Arial, Sans-Serif !important;
	font-size: 16px;
	font-weight: bold;
	display: inline;
        color: #DA1074 !important;
        padding: 0;
        letter-spacing: -1px;
        text-transform: lowercase;
        text-decoration: none !important;
        }

h2.entry-title, .comments h3 { /* H2 is entry headlines. H3 is comments and replyform headlines */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	}
.category-noteworthy h2.entry-title {
background: url('unsleepable/favorite.gif') no-repeat 0 50%;
padding-left: 20px;
}
.itemhead {
	margin-top: 10px;
	}

.static h3 { /* For use on Pages */
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

.static h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}
body.archive h3.entry-title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
}
.sidebar div {
	margin: 20px 0 0;
	padding: 0;
	}

.sidebar div div div {
        margin: 0;
        }
	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.sidebar .metalink a, .sidebar .metalink a:visited,
.sidebar span a, .sidebar span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .item .itemhead .metalink, .comments #primary .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .aside .itemhead .metalink {
	font-size: 1.4em;
	}

.comments #primary .metalink {
	margin: 0 15px 0 0;
	float: none;
	}

.metalink a span {
	display: none;
	}

.metalink a:hover span {
	display: inline;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
margin-top: 0.5em;
        font-size: 1em;
	display: inline;
	padding-top: 2px !important;
	color: #bbb;
        }

.entry-meta a {
	color: #DA1071 ;
        font-weight: normal;
	}

.entry-meta a:hover{
	color: #DA1071 !important;
        text-decoration: underline !important;
	}

.entry-meta a:visited{
        color: #666;
        }

.entry-commentlink {
	clear:left;
	padding: 2px 0 2px 20px;
	background: url('unsleepable/comment.png') left center no-repeat;
	margin-right: 10px;
	}

.entry-date {
        margin-left: 3px !important;
	padding: 0;
	color: #ccc !important;
        font-family: Helvetica, Arial, Sans-Serif !important;
        letter-spacing: -1px !important;
        font-weight: bold !important;        
        font-size: 23px;
        text-transform: lowercase;
        display: inline;
}
.published {
        letter-spacing: -1px;
        font-weight: bold;
}
body.single .entry-date {
font-weight: normal;
letter-spacing: inherit;
padding: auto;
font-family: inherit;
text-transform: none;
        font-size: 1em;
	display: inline;
/*	padding-top: 2px !important; */
	color: #bbb;
}
span.metasep {
	display: none;
}
.entry-tags {
	display: inline;
	padding: 2px 0 2px 20px;
	background: url('unsleepable/tag_blue.png') left center no-repeat;
	}

.entry-tags a {
        color: #666 !important;
        }

.entry-editlink a {
display:block;
width:16px;
height:16px;
margin-top:-16px;
text-indent: -9000px;
        background: url('unsleepable/pencil.png') no-repeat right;
        float:right;
        padding:2px 0 2px 2px;
        }

.entry-category {
border-right: #ccc 2px solid;
margin-right: 2px;
        background: url('unsleepable/page_white.png') no-repeat left;
        padding: 2px 6px 2px 18px;
        }

.entry-author {
display:none;
}

/*- Primary Contents */


.hentry {
        margin: 0;
	padding: 0px 0 15px;
	position: relative;
	}

.entry-content {
	font: 1.2em Trebuchet MS ; 
	text-align: left;
	color: #333;
	padding-bottom: 1px;
	background: url('unsleepable/break.gif') bottom left repeat-x;
	line-height: 150% !important;
	margin-bottom: 0.7em;
	}
body.page .entry-content {
background: none;
}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}
.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote {
	margin: 13px 0;
	}

.metalinks {
	margin-top: 3px;
	}


#numpingbacks {
	background: url('unsleepable/arrow_refresh.png') 0 50% no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.comments {
clear: both;
}
.comments .commentlist {
	margin: 0;
	padding: 20px 0;
	position: relative;
	}

.comments .commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

.comments .commentlist{
	padding: 2px 0 2px 0px;
	display: block;
	}

.comment-meta {
        font-size: 12px;
        display: inline;
        }

.comments .commentlist li img {
	padding: 0;
	border: none;
	}

.comments .commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
        background: url('unsleepable/defaultgravatar.jpg') no-repeat !important;
        width: 32px;
        height: 32px;
	}

.comments .commentlist li .comment-author {
float: left;
margin-right: 0.2em;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.comments .commentlist li .counter {
	font: normal 1.5em Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

.comments .commentlist li.bypostauthor {
	background: #f6f7f8;

	}
.comments .commentlist .comment-metadata {
line-height: 2em;
}
.comments #pingbacks {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

.comments #pingbacks li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

.comments #pingbacks li .commentauthor {
	font-weight: bold;
	display: block;
	}

.comments #pingbacks li small {
	font: .8em Arial, Sans-Serif;
	display: block;
	}

.comments #pingbacks li .counter {
	display: none;
	}

.comments #pingbacks li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

.comments #pingbacks li img {
	padding: 0;
	border: none;
	}
	
.comments #leavecomment {
	text-align: center;
	margin-bottom: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments form {
        clear: both;
	padding: 1px 0 30px;
	margin: 0;
	}
.comments .loggedin, .comments .form-label {
padding: 0.7em 0;
}
input[type=text], textarea {
	font: 1.1em Trebuchet MS; 
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments form textarea {
	height: 250px;
	padding: 2px;
	width: 100%;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer {
	clear: both;
	background: #333 url('unsleepable/picture-1.png') no-repeat 50% 80%;
	color: #fff;
	padding: 0 0 15px 0;
	position: relative;
	text-align: center;
	margin: 20px auto 0;
	line-height: 150%;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
        }

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #fff;
        }

/*- Links */

.primary a:hover, .primary a:visited:hover,
.sidebar a:hover, .sidebar a:visited:hover {
text-decoration: underline !important;
	}

h2 a:hover, h2 span a:hover {
	color: #DA1071!important;
        text-decoration: none !important;
	}

a {
	color: #DA1071;
        border-bottom: none;
        text-decoration: none !important;
	}

.entry-content a{
        color: #DA1071;
        text-decoration: none !important;
        font-weight: normal;
        }

.entry-content a:hover{
	color: #DA1071!important;
        text-decoration: underline!important;
        font-weight: normal;
        }
body.archive h3.entry-title a:hover {
text-decoration: none;
color: #DA1074;
}
/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.primary img {
	margin-left: -5px;
	padding: 4px;
	border: 0px solid #ccc;
	max-width: 100%;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.socialbkmark {
        vertical-align: middle;
        border: 0px;
        margin-bottom: 4px;
        } 

img.center, img[align="right"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
        padding: 0px;
	border: 10px solid #ccc; 
	}
	
img.alignright, img[align="right"] {
	padding: 3px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 3px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

.favorite img {
        margin: 0 0 0 -15px !important;
	padding: 0;
	border: none !important;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
        color: #777;
	}

strike {
	color: #777;
	}
	
code {
        font: 1.3em 'Courier New', Courier, Fixed;
        display:block; 
        overflow:auto; 
        text-align:left; 
        background:#efefef; 
        border:1px solid #A6B0BF; 
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 0px dashed #999;
	cursor: help;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('unsleepable/quote.png') 5% 0% no-repeat;
	border: none;
	}

hr {
	display: none;
	}
body.home #nav-above, body.single #nav-above {
	display: none;
}
.navigation {
	visibility: hidden;
	text-align: center;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
}
.navigation .nav-previous a {
visibility: visible;
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .nav-next a {
visibility: visible;
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/*- Begin Lists */

.entry-content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry-content ul{
        list-style-type: none !important;
        }
.entry-content ol li {
	margin: 0 0 3px;
	padding: 0;
	}

.entry-content ul li{
        list-style-type: none !important;
        }

.sidebar ul, .sidebar ol {
	margin: 5px 0 0;
	padding-left: 0;
	}

.sidebar ol {
	margin-left: 15px;
	}

.sidebar ul li, .sidebar ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.sidebar ul li {
	list-style-type: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

.sb-search {
	margin-top: 20px;
	}

.sb-search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input#livesearch {
	width: 97.1%;
	}

input#s {
	width: 75%;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	background: #eee url('unsleepable/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#LSResult a {
        color: #DA1071 !important;
        }

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('unsleepable/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('unsleepable/livesearchbghilight.jpg') center repeat-y;
        }

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
        margin-bottom: 5px !important;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */

.activityentry {
	font-size: 1.1em;
        line-height: 12px !important;
	}

div.sb-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	}

.flickr ul, .flickr li {
        padding: 0; margin: 0; border: 0; display: inline; list-style-type: none;
        }
.widget {
	overflow: hidden;
}
.widget_flickrrss a {}

.widget_flickrrss a:hover {}

.widget_flickrrss a img {
        border: 1px solid #bbb; padding: 3px; margin: 5px 5px 4px; list-style: none;
        }

.widget_flickrrss a:hover img {
        border: 1px solid #bbb; background: #ddd;
        }
body.home .widget_pages, body.archive .widget_pages, body.single .widget_pages {
display: none;
}

/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/

.localtags, .technoratitags {
	display: none;
	}


/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: absolute;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}


.primary h3 a{
       color: #555 !important;
       font-family: Helvetica, Arial, Sans-Serif !important;
       letter-spacing: -1px;
       font-weight: bold;
       font-size: 23px;
       border-bottom: none !important;
       text-transform: lowercase;
       }

.primary h3 a:hover{
       text-decoration: none!important;
       color: #DA1071 !important;
       }

a {
       outline: none;
       }

a:active {
       outline: none;
       }


/*------------styling for bottomblock.php---------------*/

#secondary a {
        color: #333;
        text-decoration: none !important;
        }

#secondary a:hover {
	color: #333 !important;
        text-decoration: underline!important;
        }

#secondary a:visited {
        color: #333;
        }

#secondary { /* This is the main bottomblock container */
	clear:both;
	display: block;
	width: 765px;
	height: 300px;
	padding: 5px 0px 10px 10px; 
	margin: 0; 
	background: #fff url('unsleepable/bottomblock_bg.jpg') top left repeat-x;
	font-family: Trebuchet MS; 
	font-size: 1.15em;
	color: #666 !important;
}

#secondary h2 {
        font-size: 16px;
        font-family: Helvetica, Arial, Sans-Serif !important;
        text-transform: lowercase;
        letter-spacing: -1px;
        color: #363636 ;
        padding-bottom: 0px;
        padding-left: 0px;
        }

/* These are the individual blocks */

#secondary li {
	display: inline;
	list-style-type: none;
	width: 220px;
	padding: 2px 10px 0px 13px;
	float: left;
}
/* *html #secondary {
padding: 10px 5px;
} */
* html #secondary li, * html #secondary h3.widgettitle {
margin-left: -10px;
}
#secondary ul {
padding-bottom: 20px;
}
#secondary h3.widgettitle {
	display: inline;
	float: left;
	width: 220px;
	padding: 2px 10px 0px 13px;
}
#secondary ul ul, #secondary ul ul li.widget  {
	float: left;
/*	display:inline; 
	width: 220px; 
	height: 300px;
	padding: 2px 10px 0px 13px;
	border:none;
	background: transparent; */
}
body.single #secondary, body.page #secondary {
display:none;
}
.sb-latest li {
        padding: 0 0 4px 0;
        margin-left: -40px;
        list-style-type: none !important;
        }

.sb-latest h2 {
        padding-left: 40px;
        }

.sb-latest ul {
        margin-top: -10px;
        }

.sb-comments li {
        padding: 0px 0 7px 0;
        list-style: none !important;
        }

.sb-comments {
        margin: -10px 0 0 -40px !important;
        text-transform: lowercase !important;
        }

textarea#comment {
        background: transparent url('unsleepable/comment-textarea.png') no-repeat center;
        }

h3.comment-header a {
        font-family: Trebuchet MS !important;
        font-size: 22px !important;
        }

h3.comment-header {
        font-family: Trebuchet MS !important;
        font-size: 22px !important;
        }

.sb-about a:hover {
        text-decoration: underline !important;
        }

.socialbkmark a:hover {
        text-decoration: underline !important;
        }

.sb-related a:hover {
        text-decoration: underline !important;
        }
/* non-ELA Archives */
#archives-by-category {
width:50%;
float:left;
list-style-type: none;
}
#archives-by-month {
margin-left:50%;
}
#archives-by-category h3, #archives-by-month h3 {
	font-size: 1.2em;
}
#archives-by-category li, #archives-by-month li, ul#linkcats ul {
	list-style-type: none;
	position: relative;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #bbb;
	margin: 0 15px;
	padding: 1px 20px;
}
#archives-by-category li a, #archives-by-month li a, ul#linkcats ul li a {
	color: #888;
}
#archives-by-category li:hover, #archives-by-month li:hover, ul#linkcats ul li:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding-top: 0;
	padding-bottom: 0;
	color: #444;
}
#archives-by-category li a:hover, #archives-by-month li a:hover, ul#linkcats ul li a:hover {
	color: #DA1074
}
img#wpstats {
	float: right;
	line-height:0px;
	margin-top: -6px;
}#clickableWidget{	width: auto;	border: 3px double #999999;	border-top-color: #CCCCCC;	border-left-color: #CCCCCC;	padding: 0.25em;	background-color: #EEEEEE;	color: #333333;	font-size: 75%;	font-weight: bold;	font-family: Verdana, Helvetica, Arial, sans-serif;}#clickableWidget:active{	border: 3px double #CCCCCC;	border-top-color: #999999;	border-left-color: #999999;}