/* --------- /stylesheets/reset.css --------- */ 
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: "" "";
}/* --------- /stylesheets/generic.css --------- */ 
body {
	font-family:garamond, georgia, times, serif;
	background:#000 url(/images/bg.jpg) repeat scroll left bottom;
	font-size:10px;
	color:#111;
}

a {
	text-decoration:none;
	color:#9e1a0b;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-style:oblique;
	margin-bottom:1em;
	font-family:helvetica, sans-serif;
}

p {
	margin-bottom:1em;
}

#flash_notice {
	margin-bottom:20px;
	border:3px solid green;
	background-color:#fff;
	padding:20px;
	font-size:20px;
	font-style:oblique;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}/* --------- /stylesheets/wrap.css --------- */ 
#overlay {
background:transparent url(/images/overlay.png) no-repeat scroll center top;
padding:0 0 100px;
margin-top:30px;
height:1100px;
}

#header {
	background-color:#000;
	padding:10px 50px;
	font-size:15px;
	overflow:hidden;
}

ul#login, ul#primary-nav {
	width: 50%;
	float:left;
}

ul#login { text-align:right; }
#header ul li { display:inline; }
#header ul#login li { margin-left:25px; }
#header ul#primary-nav li { margin-right:25px; }

#content {
	width:785px;
	margin:0 auto;
	height:1035px;
	font-size:15px;
	position:relative;
	left:-4px;
	top:77px;
}

#footer {
	background-color:#000;
	overflow:hidden;
	padding:10px 50px;
	color:#fff;
	font-size:15px;
}

#footer ul,
#footer p {
	float:left;
	width:50%;
	margin:0;
}

#footer .copy { text-align:left; }
#footer .credit { text-align:right; }/* --------- /stylesheets/pages/home.css --------- */ 
#public #content {
	background:transparent url(/images/home-page-bg.jpg) no-repeat scroll center top;
}

ul#long-nav {
	position:absolute;
	left:25px;
	top:590px;
	font-size:25px;
	text-align:right;
	width:213px;
	text-transform:lowercase;
}

ul#long-nav li {
	margin-bottom:1em;
}

ul#alt-nav {
	position:absolute;
	left:265px;
	bottom:8px;
	font-size:22px;
	text-align:center;
	width:518px;
	font-weight:bold;
}

ul#alt-nav li {
	display:inline;
}

ul#alt-nav li a {
color:#111;
margin:0 40px 0 60px;
}

a.vanity-link {
	position:absolute;
	display:block;
	text-align:center;
	left:0px;
	bottom:13px;
	width:265px;
	font-size:16px;
	color:#e6e6e6;
	letter-spacing:1px;
}

#blogs {
	position:absolute;
	right:25px;
	top:835px;
	font-size:20px;
	line-height:1.3em;
	width:470px;
}

#blogs p {
	font-weight:bold;
	font-style:oblique;
}

#blogs a {
	display:block;
	font-size:25px;
	text-align:right;
	margin-top:-.5em;
}

#new-tattoo {
	background:transparent url(/) center center no-repeat;
	height:310px;
	position:absolute;
	right:174px;
	top:316px;
	width:300px;
}

#new-tattoo h2 {
	font-size:28px;
	height:68px;
	text-align:center;
	width:300px;
	margin-top:10px;
}

#new-tattoo p {
	text-indent:-9999px;
	position:absolute;
}

#new-tattoo a {
	height:310px;
	display:block;
	text-indent:-9999px;
}

#date {
	position:absolute;
	top:15px;
	right:20px;
	font-size:20px;
	font-weight:bold;
}

