/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,


b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ RHCVB MOBILE STYLES --------- */

html {
	-webkit-text-size-adjust: none;
}
	
body {
	font: normal 16px/24px Georgia, 'Times New Roman', Times, serif;
	background: #FFF;
	text-align: center;
}

/* Ads */
#adsWrapMob {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: #EFEFEF;
}

#adsMob {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}


/* Banner */

header {
	width: 100%;
	background: #FFF;
	position: relative;
	padding-top: 10px;
}

/* Container */

#container {
	max-width: 350px;
	border: 2px solid #114432;
}

	.breadcrumbs {
		background: #bfd488;
		text-align: left;
		padding: 10px 20px;
		color: #114432;
	}
	
	.breadcrumbs a {
		text-decoration: none;
		color: #FFF;
	}
	
	.breadcrumbs span {
		padding: 0 5px;
	}
	
	.content {
		text-align: left;
		padding: 10px 20px;
		border-bottom: 1px solid #114432;
	}
	
		.content p {
			margin-bottom: 10px;
		}

	.mobileList {
		
	}
	
		.mobileList li {
			display: block;
			padding: 10px 20px;
			text-align: left;
			border-bottom: 1px solid #114432;
			font-size: 14px;
			font-weight: normal;
		}
		
		.mobileList h3, .content h3 {
			font-size: 16px;
			color: #114432;
		}

/* Footer */
footer {
	padding: 10px 0;
}

	footer p {
		color: #114432;
	}
	
	footer p a {
		color: #114432;
		text-decoration: none;
		border-bottom: 1px dotted #114432;
	}
	
	footer p a.img {
		border: none;
	}
	
	footer p.copy {
		font-size: 12px;
	}


/* Map */

.map, #map {
	width: 300px;
	height: 350px;
	border: 1px solid #CCC;
	}
	
.content {
	
}

/* Nav */

.mobiNav {
	text-align: left;
}

	.mobiNav li a {
		display: block;
		padding: 10px 20px;
		background: #bfd488;
		color: #114432;
		border-bottom: 1px solid #FFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.mobiNav li a:hover {
		background: #114432;
		color: #FFF;
	}

/* Weather */	

#weatherWrap {
	height: 32px;
	font: normal 11px/32px 'Lucida Grande', Arial, sans-serif;
	background: #114432;
	color: #bfd488;
	border-bottom: 1px solid #FFF;
}

	#weatherWrap span {
		float: left;
		margin-right: 4px;
	}
	
	#weatherWrap span.weatherIcon img {
		width: 20px;
		border: 1px solid #bfd488;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 6px;
	}
	
	#weatherWrap span.weatherTemp, #weatherWrap span.weatherCond {
		font-weight: bold;
	}

