@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.
*/

#wrapper {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/body-background.jpg) center top no-repeat;
}
#middle {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/head-texture.jpg) left top repeat-x;
}
a {
	color: #35ff00;
}
a:hover {
	color: #35ff00;
	text-decoration: none;
}
#content .breadcrumbs span {
	color: #35ff00;
}
#content .search-result li {
	color: #35ff00;
}
#content blockquote {
	padding-left: 40px;
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/blockquote-small.png) no-repeat;
}
#content .commentlist div.comment-author {
	border-left: 3px solid #36fe00;
}
#pagination ul li.active {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/pagination-bg.jpg) center center no-repeat;
}


#mobile-navigation ul {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/menu-bg.jpg);
	border-top: 1px solid #49d521;
}
#mobile-navigation ul li ul {
	background: #39af18 url(../);
	border-top: 0;
}
#mobile-navigation li {
	border-bottom: 1px solid #49d521;
	color: #fff;
	padding: 0 0 0 0;
	margin: 0;
}
div.mobile-search {
	background: #135501;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #49d521;
}
div.mobile-search input {
	border: 0;
	background: #135501 !important;
	color: #fff !important;
	font-size: 1.73em;
	padding-left: 24px;
	width: 78%;
	margin-top: 6px;
}
div.mobile-search input.submit {
	background: #135501 url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/mobile-search-bg.gif) right top no-repeat !important;
	display: block;
	text-indent: -5555em;
	float: right !important;
	width: 35px;
	padding-left: 0;
	height: 40px;
	margin-top: 0;
}
.sm-slide-block a.sm-open-close {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/heading.png) 0 -27px no-repeat;
}
#icons .skip-navigation {
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/rain-forest/mobile/skip-navigation.gif) left center no-repeat;
}