/*

Title: 		IM Mobile Experience Solutions Guide
Media:		iPhone/Mobile
Updated: 	Dec 9, 2009


/* ----------------------------
		=Structure
------------------------------ */

.bounds {
	width: auto;
	margin: 0 3%;
	text-align: left;
	position:relative;
	}
	
.center {
	}
	
/* Left col styles */

h1 {
	width: 605px;
	margin-bottom: 30px;
	}
	
h1 span {
	background: url(../images/guide/bg-h1.gif) left top no-repeat;
	}
	
h2 {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 30px;
	-webkit-text-size-adjust: none;
	}
	
.center h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px; /* 14px */
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	}

.center p {
	font-size: 20px; 
	line-height: 1.6; /* 24px */
	margin-bottom: 30px;
}

.case-study {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	padding-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
	
.case-study p {
	font-size: 18px;
	font-style: italic;
}

.case-study img {
	float: left;
	margin: 0 12px 12px 0;
}

.stripNav ul {
	border-bottom: none;
	list-style: disc;
	margin-left: 15px;
}

.stripNav ul li {
	float: none;
	font-size: 24px;
	margin-bottom: 12px;
}

.stripNav a { /* The nav links */
	clear: both;
	display: block;
	padding: 10px 12px;
	margin-left: 5px;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	border: none;
	border-bottom: 0;
	color: #0033cc;
}

.stripNav li a:hover {
	background: #fff;
	color: #000;
}

.stripNav li a.current {
	border: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
	color: #000;
}

	
/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding: 20px 0 100px;
	text-align: left;
	margin: 0 auto;
	background: none;
	float: none;
	}
	
#footer p {
	font-size: 26px;
	line-height: 1.4;
	}
