
/* Variations / eeeLife (append after all CSS to get effect) */

body, html
{
	background: #fff url(/i/background-it.png);
}

#header h3 a.home
{
	background: url(/i/brand-it.png) no-repeat;
}

.block
{
	background: #fff;
}

.attractive .content
{
	background: #339dc3;
}

.attractive-white .content
{
	background: #339dc3;
	background-image: none;
}

.posts .content
{
	background: #fff;
}

.attractive .top
{
	background: url(/i/corners/white-topright-it.png) right top no-repeat;
}

.attractive .bottom
{
	background: url(/i/corners/white-bottomright-it.png) right bottom no-repeat;
}

.attractive .top .left
{
	background: url(/i/corners/white-topleft-it.png) no-repeat top left;
}

.attractive .bottom .left
{
	background: url(/i/corners/white-bottomleft-it.png) no-repeat top left;
}

.attractive-white .top .left
{
	background: url(/i/corners/white-topleft.png) no-repeat top left;
}

.attractive-gray .top .left
{
	background: url(/i/corners/gray-topleft.png) no-repeat top left;
}

.attractive-white .bottom
{
	background: url(/i/corners/white-bottomright.png) right bottom no-repeat;
}

.attractive-white .top
{
	background: url(/i/corners/white-topright.png) right top no-repeat;
}

.attractive-gray .top
{
	background: url(/i/corners/gray-topright.png) right top no-repeat;
}

.attractive-white .bottom .left
{
	background: url(/i/corners/white-bottomleft.png) no-repeat top left;
}

#tags .switch
{
	background: #339dc3;
}

#tags-inner
{
	background: #339dc3;
}

.sidebar ul li a
{
	/*border-bottom: solid 1px #fff;*/
}

.posts .hatom .hentry .entry-meta .entry-author
{
	color: #339dc3;
	border-bottom: solid 1px #339dc3;
}

.sidebar ul li a:hover
{
	color: #eee;
}

.sidebar .minimize
{
	display: none;
}

.sidebar h3 a, .sidebar h4 a
{
	/*border-bottom: solid 1px #fff;*/
}

.sidebar h3 a:hover, .sidebar h4 a:hover
{
	color: #eee;
}

.sidebar p, .sidebar p span
{
	color: #fff;
}

.sidebar p a.post
{
	color: #fff;
	border-bottom: solid 1px #fff;
}

.sidebar p a.post:hover
{
	color: #eee;
	border-bottom: none;
}

.sidebar p a.author
{
	color: #fff;
	border-bottom: solid 1px #fff;
}

.sidebar p a.author:hover
{
	color: #eee;
	border-bottom: none;
}

.sidebar ul li span
{
	color: #fff;
}

.sidebar ul li span em
{
	color: #fff;
}

#greetings
{
	color: #fff;
}

#pagination
{
	color: #fff;
}

.paginator span a
{
	color: #fff;
	border-bottom: solid 1px #fff;
}

.paginator span a:hover
{
	background: #fff;
	color: #339dc3;
}

.sidebar a
{
	color: #fff;
	/*border-bottom: solid 1px #fff;*/
}

.paginator .scroll_trough
{
	background: #ccc;
}

.paginator .scroll_thumb
{
	background: #fff;
}

.paginator span strong
{
	background: #fff;
	color: #339dc3;
}

#footer
{
	background: #339dc3;
	color: #ddd;
}
#tags-inner ul li a
{
color:black;
}