/*
Theme Name: Rec Locate

*/


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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

p{
	margin: 40px 0;
	text-align: left;
}

a:link,
a:visited{
  color: #d31145;
  text-decoration: none;
}
a:hover,
a:active{
  color: #000000;
  text-decoration: underline;
}

h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}
h1 a{
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}

#siteWrapper{
  margin: 0 auto;
  padding-top: 50px;
  width: 960px;
  text-align: center;
  position: relative;
  
}

#footer{
  width: 960;
  margin: 40px auto 0;
  padding: 20px 0 35px 0;
  color: #666;
  text-align: center;
}
