/*
Theme Name: jquerymobile-com
Template: jquery
*/

h1.site-title a {
	background: url(../jquery/i/logo-mobile.png) no-repeat;
	height: 72px;
	width: 275px;
	left: -5px;
	top: -1px;
	position: relative;
}

.border, #site-footer { border-color: #88c41a; }

a, .title, .entry-title { color: #108040; }

#container header nav {
	border-top: solid 1px rgba(136,196,26,0.3);
	background: rgba(80,118,17,0.4);
	box-shadow: rgba(255,255,255,0.1) 0 1px 0, rgba(0,0,0,0.2) 0 -1px 0, inset rgba(80,118,17,0.5) 0 -3px 5px;
}

#description {
	float: left;
	width: 100%;
	margin-right: -342px;
	padding-right: 362px;
}

.banner-jquery-mobile-no-support {
	text-align: center;
}

.content-full #content #banner-secondary h1 {
	text-align: left;
	margin-bottom: 20px;
}

#banner-secondary p.intro {
	padding: 0;
	max-width: 600px;
	line-height: 1.4;
}

#banner-secondary .download-box {
	border: 1px solid #aaa;
	background: #333;
	background: linear-gradient(to right, #333 0%, #444 100%);
	float: right;
	width: 335px;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#banner-secondary .download-box h2 {
	color: #71d1ff;
	font-size: 26px;
}

#banner-secondary .download-box .button {
	float: none;
	display: block;
	margin-top: 15px;
}

#banner-secondary .download-box p {
	margin: 15px 0 5px;
}

#banner-secondary .download-option {
	font-size: 16px;
}

#banner-secondary .download-option span {
	display: block;
	font-size: 14px;
	color: #71d1ff;
}

#home-content {
	margin-bottom: 15px;
}

#content .dev-links {
	float: right;
	margin-bottom: 15px;
}

#home-content article {
	padding-bottom: 30px;
}

#jqm-devices {
	float: right;
	width: 40%;
	margin: 0 0 15px 15px;
}

#themeroller-logo {
	float: left;
	width: 359px;
	margin: 0 15px 15px 0;
}

#home-content article:last-child {
	float: left;
}

@media (max-width: 850px) {
	#description {
		float: none;
		margin: 0;
		padding: 0;
	}

	.content-full #content #banner-secondary h1 {
		text-align: center;
	}

	#banner-secondary p.intro {
		text-align: center;
		max-width: none;
		margin-bottom: 20px;
	}

	#banner-secondary .download-box {
		float: none;
		width: auto;
		max-width: none;
		margin: 0 auto;
	}

	#banner-secondary .download-box .button {
		max-width: 335px;
		margin: 15px auto 0;
	}

	#content .dev-links {
		float: none;
		width: auto;
		margin-left: 0;
	}

	#home-content article {
		float: none;
		width: auto;
	}

	#jqm-devices,
	#themeroller-logo {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}

	#jqm-devices {
		width: 360px;
	}
}
