/* ---
Author: Nathan Dailey for Hipercept
Contact: nate@daileymade.com
September, 2009
--- */

@media handheld {

body{
	font-family:corbel,lucida sans,sans-serif;
	font-size:62.5%;
}

#headWrapper, #footWrapper {
	background: rgb(40,40,40);
	border-bottom: solid 1px rgb(132,143,153);
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	width: 100%;
}

#footWrapper {
	color: white;
	margin-top: 10px;
}

#logo span {
	margin-left: -999px;
}

.descriptHead {
	font-size: 1em;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
}

#logo a {
	background: url(img/mob/logo-mob.png) no-repeat;
	display: block;
	height: 50px;
	width: 85px;
}

#globalNav {
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#globalNav a:link, #globalNav a:visited {
	color: rgb(255,221,0);
}

#globalNav a:hover, #globalNav a:active {
	background: black;
	color: white;
}

#siteMap {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
}

#siteMap a:link, #siteMap a:visited {
	color: rgb(255,221,0);
}

#siteMap a:hover, #siteMap a:active {
	background: black;
	color: white;
}

#homeBannerWrapper {
	background: rgb(92,97,102);
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	width: 100%;
}

#homeBanner {
	color: white;
	max-width: 400px;
}

#moreHiperceptLink a:link, #moreHiperceptLink a:visited {
	background: rgb(255,221,0);
	color: black;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

#moreHiperceptLink a:hover, #moreHiperceptLink a:active {
	background: black;
	color: rgb(255,221,0);
}

h3, h4 {
	line-height: 1.3;
	font-size: 1.2em;
	color: rgb(196,70,0);
	padding: 0;
	margin: 8px 0;
}

h5 {
	font-size: 1em;
	color: black;
	padding: 0;
	margin: 0;
}

p {
	font-size: 1.1em;
	line-height: 1.3;
	padding: 0;
	margin: 4px 0;
}

#homeSubContent a:link, #homeSubContent a:visited,
#mainContent a:link, #mainContent a:visited {
	background: rgb(255,221,0);
	color: black;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

#homeSubContent a:hover, #homeSubContent a:active,
#mainContent a:hover, #mainContent a:active {
	background: black;
	color: rgb(255,221,0);
}

#pageHead {
	text-transform: uppercase;
	margin-bottom: 0;
}

#pageSubHead {
	color: black;
	margin-top: 0;
}

#mainContent .serviceHeading a {
	background: none;
	color: rgb(196,70,0);
	margin-top: 10px;
	text-decoration: none;
}

.articleListing {
	padding: 10px 0;
	margin: 0;
	border-top: dotted 1px rgb(200,200,200);
}

.printLink {
	display: none;
}

.wpImage, .wpImageWide {
	display: block;
	max-width: 300px;
	overflow: hidden;
}

#mainContent a.wpImage:link, #mainContent a.wpImage:visited,
#mainContent a.wpImageWide:link, #mainContent a.wpImageWide:visited {
	background: none;
}

.TabbedPanels {
	width: 90%;
}

.TabbedPanels li {
	margin-left: 10px;
}

}