/* @override http://addisonkowalski.com/css/global.css */

/* CSS Document */

/* --- meyer css reset --- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --- end reset --- */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('/img/bg_body.jpg') center top no-repeat !important;
	color: #3b2d17;
	font: normal 12px "Helvetica", arial, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
	
img {
	  border: 0;
}

.clear {
	clear: both;
}

h1 {
    background: transparent url("/img/addison-kowalski.png") no-repeat 0 0;
    height: 354px;
    line-height: 1000px;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 970px;
}

p.footer {
	color:  #469ac2;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #000 0px 0 5px;
	text-transform: uppercase;
}

	.footer strong {
		color: #78c9ef;
}

.employed-by {
	background: transparent url("/img/employed-by.png") no-repeat 0 0;
	height: 28px;
	margin: 0 auto;
	width: 190px;
}

.digg {
	background: transparent url("/img/digg.png") no-repeat 0 0;
	height: 28px;
	float: left;
	line-height: 1000px;
	margin-right: 23px;
	overflow: hidden;
	width: 45px;
}

.wefollow {
	background: transparent url("/img/wefollow.png") no-repeat 0 0;
	height: 28px;
	float: left;
	line-height: 1000px;
	overflow: hidden;
	width: 122px;
}