/* Enter Your Custom CSS Here */
/* Structure */
.mobile-theme body 
{
	margin: 0;
	padding: 0;
}

.mobile-theme p 
{
	margin: 1.2em 0;
}

.mobile-theme ol, .mobile-theme ul 
{
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

.mobile-theme h1, .mobile-theme h2, .mobile-theme h3, .mobile-theme h4, .mobile-theme h5, .mobile-theme h6 
{
	margin: 0.5em 0;
}

.mobile-theme blockquote 
{
	margin: 0 10px;
	padding: 0 10px;
}

.mobile-theme form, 
img 
{
	margin: 0;
	padding: 0;
	border: 0;
}

.mobile-theme .hidden
{
	visibility: hidden;
}

/* Typography */
.mobile-theme body 
{
/*	font-size: 78%;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

.mobile-theme p 
{
	font-size: 1em;
	line-height: 1.5em;
}

.mobile-theme ol, .mobile-theme ul 
{
	font-size: 1em;
	line-height: 1.5em;
}

.mobile-theme h1, .mobile-theme h2, .mobile-theme h3, .mobile-theme h4, .mobile-theme h5, .mobile-theme h6 
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

.mobile-theme h1, .mobile-theme h2 
{
	font-size: 1.4em;
}

.mobile-theme h3 
{
	font-size: 1.3em;
	line-height: 1.3em
}

.mobile-theme h4 
{
	font-size: 1.2em;
}

.mobile-theme a 
{
	text-decoration: none;
}

.mobile-theme input, .mobile-theme textarea, .mobile-theme select 
{
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

.mobile-theme blockquote 
{
	font-style: normal;
	/*font-size: 0.9em;*/
}

.mobile-theme code 
{
	font-family: monospace;
}

.mobile-theme .small 
{
	font-size: 0.9em;
}

/* Colour and borders */
.mobile-theme body 
{
	background: #E8E8CE;
}

.mobile-theme h1, .mobile-theme h2, .mobile-theme h3, .mobile-theme h4, .mobile-theme h5, .mobile-theme h6 
{
	color: #9BBB38; 
}

.mobile-theme a:link 
{
	color: #E58712;
}

.mobile-theme a:visited 
{
	color: #B96F17;
}

.mobile-theme a:hover, .mobile-theme a:active 
{
	color: #9BBB38;
}

.mobile-theme input, .mobile-theme textarea, .mobile-theme select 
{
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
}

.mobile-theme blockquote 
{
	border-left: 2px solid #E8E7D0;
}

.mobile-theme code 
{
	color: #666;
}

.mobile-theme .small 
{
	color: #999;
}

/********************* Images ***********************/

.mobile-theme p img 
{
	padding: 0;
	max-width: 100%;
}

.mobile-theme .aligncenter,
.mobile-theme div.aligncenter,
.mobile-theme img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.mobile-theme img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.mobile-theme img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.mobile-theme .alignright 
{
	float: right;
}
	
.mobile-theme .alignleft 
{
	float: left
}

/*
.mobile-theme h3 
{
	font-size: 1.3em;
	line-height: normal;
}

.mobile-theme h1, h2, h3, h4, h5, h6 
{
	color: #9BBB38; 
}
*/

/* Post header */
.mobile-theme .entry-title 
{
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.mobile-theme .entry-title a 
{
	float: left;
	padding: 0 10px;
}

/* Colour and borders */
.mobile-theme .entry-title 
{
	color: #FFF;
}

.mobile-theme .entry-title a 
{
	background: #9BBB38 url(/wp-content/themes/nearly-sprung-v3/images/posttitle.gif) no-repeat top right;
}

.mobile-theme .entry-title a:link, 
.mobile-theme .entry-title a:visited 
{
	color: #FFF;	
}

.mobile-theme .entry-title a:hover, 
.mobile-theme .entry-title a:active
{
	background: #E8E8CE url(/wp-content/themes/nearly-sprung-v3/images/posttitle.gif) no-repeat 100% -91px;
	color: #80904F;
}

.mobile-theme blockquote em, blockquote i, blockquote cite {
    font-style: italic;
}

.mobile-theme table {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 5px;
    -webkit-border-vertical-spacing: 5px;
}

.mobile-theme .nav-previous a, .mobile-theme .nav-next a
{
	background: #9BBB38 url(/wp-content/themes/nearly-sprung-v3/images/posttitle.gif) no-repeat top right;
}

.mobile-theme .nav-previous a:link, 
.mobile-theme .nav-previous a:visited,
.mobile-theme .nav-next a:link, 
.mobile-theme .nav-next a:visited 
{
	color: #FFF;	
}

.mobile-theme .nav-previous a:hover, 
.mobile-theme .nav-previous a:active,
.mobile-theme .nav-next a:hover, 
.mobile-theme .nav-next a:active
{
	background: #E8E8CE;
	color: #80904F;
}


.mobile-theme #site-title a
{
	color: #80904F;
}

.mobile-theme .search-form #s
{
	color: #E8E8CE;
	background: #80904F;
}

.mobile-theme .menu-search
{
	color: #E8E8CE;
	background: #9BBB38;
}

.mobile-theme #site-title a
{
	font-size: 1.7em;
}

.mobile-theme .entry-content td {
    border-top: 0px;
  	padding: 0.3em 0.3em 0.3em 0.3em;
}

.mobile-theme .result tr:nth-of-type(even) {
    background-color:#bfc4cb;
}

.mobile-theme .adsbygoogle iframe {
    width: inherit;
}