/* CSS Reset from http://josiahplatt.com/ */
*{
	outline: 0;
}
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
*:focus {outline: 0;}

/* pixel brewery styles */

html {
background-image: url(img/pixel-brewery-background.png);
background-repeat: repeat;
background-position: top left;
background-color: #2D2C2A;
}

@font-face {
font-family: Blackout;
src: url("/inc/Blackout-Midnight.ttf") format("truetype");
}

#pixel-brewery {
font-size: 8.8em;
font-family: blackout;
color: #4B4A42;
text-shadow: 0 -1px #22211F;
margin: 40px auto;
width: 1000px;
}

#web-design-branding-identity-graphic-design {
width: 538px;
height: 245px;
background-image: url(img/pixel-brewery-web-design-services.png);
background-repeat: no-repeat;
background-position: top left;
margin: 80px auto 80px;
}

#footer {
width: 1000px;
margin: 0 auto;
}

	#footer .email {
	font-family: blackout;
	font-weight: lighter;
	font-size: 1.5em;
	text-align: right;
	color: #393834;
	width: 328px;
	float: left;
	margin-top: 2.75em;
	}
	
	#footer .pixel-brewery-bottle-cap {
	background-image:url("img/pixel-brewery-web-design.png");
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	height:162px;
	width:350px;
	}
	
	#footer .pixel-brewery-scottaburger-twitter a {
	background-image:url("img/pixel-brewery-twitter-scottaburger.png");
	background-position:left center;
	background-repeat:no-repeat;
	color:#393834;
	float:left;
	font-family:blackout;
	font-size:1.5em;
	font-weight:lighter;
	margin-top:2.4em;
	padding-left:60px;
	text-align:left;
	width:190px;
	text-decoration: none;
	line-height: 2em;
	}
	
	#footer .pixel-brewery-scottaburger-twitter a:hover {
	color: #7a786c;
	}		
	
#copyright {
width: 1000px;
margin: 40px auto;
padding: 100px 0;
clear: left;
text-align: center;
font-size: 0.7em;
font-family: "Tahoma" "Lucida Sans Unicode";
color: #393934;
}	

	#copyright a {
	color: #393934;
	text-decoration: underline;
	}
	
	#copyright a:hover {
	color: #7a786c;
	text-decoration: none;
	}
	
	
