/* Mobile CSS for www.taphandles.com */

@import url("reset.css");
	
body, a {
	font-family: Helvetica, arial, sans-serif;
	color: #635247;
	font-size: 12px;
}

#wrapper {
	background: url(images/bg-header.jpg) repeat-x top center;
	margin: 0 auto;
	width: 100%;
}

	#contentWrap {
		margin: 0 auto;
		width: 275px;
	}

		#header {
			margin: 0 auto;
			width: 100%;
		}
			
			#nav {
				position: relative;
				float: left;
				margin-top: 10px;
			}
			
				#mainNav {
					padding: 0px;
				}
			
					#nav li {
						display: inline;
					}
					
						#nav li a {
							color: #fff;
							text-decoration: none;
							font-weight: bold;
							text-transform: uppercase;
							font-size: 10px;
						}
					
			#logo {
				width: 92px;
				height: 91px;
				position: relative;
				float: left;
				margin-top: 10px;
			}
			
			#main {
				line-height: 1.5em;
				text-align: justify;
				white-space: normal;
				margin-top: 15px;
			}
			
				.em {
					font-weight: bold;
				}
				
			.contact {
				font-size: 11px;
				text-align: justify;
				text-transform: uppercase;
			}
			
				
				.number {
					font-weight: bold;
					font-size: 10px;
				}
								
				span.email, .email a {
					font-size: 11px;
					letter-spacing: .4px;
				}
				
				.address {
					font-size: 10px;
					width: 100%;
					text-align: center;
					letter-spacing: .1px;
					
				}
				
		#footer {
			text-transform: uppercase;
		}
				
			.footerCol1 {
				position: relative;
				float: left;
				font-size: 8px;
				letter-spacing: .9px;
			}
			
			.footerCol2 {
				position: relative;
				float: right;
				width: 129px;
				font-size: 8px;
				letter-spacing: .5px;
				white-space: nowrap;
			}
			
			.twitter {
				margin-left: 10px;
			}
			
				.footerCol 2 p {
					text-align: justify;
				}
				
			p.copy {
				font-size: 11px;
				margin-top: 15px;
				text-align: justify;
			}
	
.clear {
	clear: both;
}
