@charset "utf-8";
/*
Copyright (c) 2010 MobilizeToday.com, Mobile Web Solutions Inc.

Support: http://www.mobilizetoday.com/wordpress-themes/mobius/

This file is part of the Mobius WordPress Theme.
*/

/***********************************************************************************************************************
	Backgrounds
***********************************************************************************************************************/
body {
	background: #000 url(../images/sky-blue/sidebar-background.gif) top left repeat-y;
}
#middle {
	background: url(../images/sky-blue/body-background.jpg) no-repeat;
}
.sidebar input, .sidebar textarea {
	background: #052e48;
}
.sidebar select {
	background: #052e48;
}
.sidebar input.submit {
	background: #3ca4e3;
}
#content input.submit {
	background: #3ca4e3;
}
#content .commentlist div.comment-author {
	border-left: 3px solid #40aaeb;
}
#pagination ul li.active {
	background: url(../images/sky-blue/pagination-bg.jpg) center center no-repeat;
	color: #fff;
}
#pagination ul li.active a {
	color: #fff;
}
.slide-block a.open-close {
	background: url(../images/sky-blue/mobile/heading.png) 0 -27px no-repeat;
}
#footer .mobile-optimized {
	background: url(../images/sky-blue/optimized.jpg) no-repeat;	
}
/***********************************************************************************************************************
	Typography
***********************************************************************************************************************/
#content a, #content .breadcrumbs a:hover {
	color: #60bef8;
}
.breadcrumbs span {
	color: #60bef8;
}
#content a:hover {
	text-decoration: none;
}
#content blockquote {
	padding-left: 60px;
	background: url(../images/sky-blue/blockquote.png) no-repeat;
}
#content .search-result li {
	color: #60bef8;
}
#wp-calendar #today {
	background: #40aaeb;
}
