@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---GLOBAL ITEMS---*/

body {
	margin: 0;
	padding: 0 0 0 0;
	background: #fff;

	text-align: center;
	font-family: "Georgia", Times, serif;
	
	}
	
a:link, a:visited {
	color: #111;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #111;
	text-decoration: none;
	}
	
p {

	font-size: 14px;
	color:#672e2c;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	line-height: 18px;
	width: 100%;

}
	
/*	
h1 {
	margin: 10px 0 10px 0;
	font-size: 26px;
	color:#b85032;
	font-style: italic;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	width: 500px;
	}*/
	
h2 {
	margin: 10px 0 20px 0;
	font-size: 30px;
	color:#000;
	font-weight:normal;
	font-style: oblique;
	text-align: center;
	font-family: "Georgia", Times, serif;
	line-height: 22px;

	}
	
h3 {
	margin: 6px 0 10px 0;
	font-size: 22px;
	color:#444;
	font-style: italic;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	width:100%;

	}
	
h4 {
	margin: 16px 0 0 0;
	font-size: 20px;
	color:#dd713e;
	font-style: normal;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;

	}
	
h5 {
	color: #8d2732;
	margin: 20px 0 0 0;
	text-align: center;
	font-family: "Georgia", Times, serif;
	font-size: 20px;
	font-weight:normal;
	font-style: italic;
	
}

h5 a, h5 a:visited {
	color: #8d2732;
	text-decoration: underline;
	font-family: "Georgia", Times, serif;

}

h5 a:hover , h5 a:visited:hover  {
	color: #971112;
	text-decoration: none;
	font-family: "Georgia", Times, serif;

}






	
	
	
	
/*---STRUCTURES---*/



#page-container {
	width: 100%;
	height:auto;
	margin: 0 auto;
	text-align:center;
 
	}
	
#page-top {

	background: #000 url(../images/global/title_bg.jpg) no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
	height:45px;
	width:100%;
	text-align:center;
	position: relative;

}

#page-header-container {
	margin: 0 0 20px 0 ;
	background: #fff url(../images/global/site_bg.jpg) no-repeat;
	background-position: 50% 0;
	min-height:700px;
	width:100%;
	height:auto;
	

}

#page-header {
	margin: 0 auto;
	width:960px;
	height:auto;

}



#page-body-container {
	margin: 20px 0 0 0;
	clear:both;
	background: #000 url(../images/global/mid_extended_bg.png) repeat-x;
	min-height:650px;
	width:100%;
	height:auto;
	display:block;

}

#page-body {
	display: block;
	background: url(../images/global/mid_bg.jpg) no-repeat;
	background-position: 50% 0;
	min-height:520px;
	width:100%;
	height:auto;

}

#page-body-content {

	display: block;
	margin: 0 auto;
	width:960px;
	height:auto;

}

#page-footer-container {
	clear:both;
	background: #5c1010 url(../images/global/footer_bg.jpg) repeat-x;
	min-height:300px;
	width:100%;
	
	}


#page-footer {
	margin: 0 auto;
	background: url(../images/global/footer.jpg) no-repeat;
	background-position: 50% 0;
	min-height:300px;
	width:100%;

}

#page-footer-content {
	margin: 0 auto;
	width:960px;

}

#socialmedia {
	margin: 0 0 0 10px;
}

#address-info {
	float:left;
	margin: -44px 0 0 20px;
	width: 220px;
	height:210px;
	text-align: left;
	background: #000 url(../images/global/address_bg.png) no-repeat;
	display:block;
	overflow: visible;
	position: relative;


}


/*---NAVIGATION---*/

#navigation {
	float:left;
	margin: 0 0 0 60px;
	width: 240px;
	text-align: left;
	font-size:35px;
	font-style: italic;
}

#nav {
	width:100%;
	list-style: none;
	display: block;	
	float:left;
	}	

#navigation li {
	float: left;
	width: 240px;
}

	
#navigation li a {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	display: block;
	height:32px;
	width: 240px;
	
	position:relative;
	white-space:nowrap;
	border-bottom: #111 solid;
	border-bottom-width:4px;
	clear:left;
	text-indent: 2px;
	

	}
	
#navigation li a:hover {
	
	display: block;
	width:100%;
	color:#fff;
	background: #b13133;
	border-bottom: #5e1a1b solid;
	border-bottom-width:4px;
	

	}
	
#navigation li.current a{

	background: #a98e59;
	border-bottom: #4b3f28 solid;
	border-bottom-width:4px;
	

	}
	
#navigation li.current a{
	display: block;
	width:100%;
	color:#fff;

	}
	
/* */

#footer-navigation {
	float:left;
	margin: 40px 0 0 63px;
	width: 480px;
	text-align: left;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	font-family: "Verdana" , "Arial" , sans-serif;
	line-height: 20px;
}

#nav {
	width:100%;
	list-style: none;
	display: block;	
	}

#footer-navigation li{

	float:left;
}

#footer-navigation li a {
		
	margin: 0 0 0 14px;
	padding: 0 0 0 0;
	height:26px;
	width: auto;
	float: left;
	white-space:nowrap;
	color:#ddcea7;
	text-decoration: underline;

	}
	
#footer-navigation li a:hover {
	
	width:auto;
	color:#fff;
	

	}
	

	
#footer-navigation li.current a{
	display: block;
	width:auto;
	color:#e05a1d;;
	text-decoration: none;

	}
	
	
/*---CONTENT TEXT---*/	

.address-text {
	margin: 80px 0 0 14px;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	font-style: italic;
	color:#ddcea7;
	overflow: visible;
}

.phone-text {
	font-family: "Verdana", "Arial" , sans-serif;
	margin: 12px 0 0 14px;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	font-style: normal;
	color:#e05a1d;
	
}

.appointment-text {

	margin: 12px 0 0 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#fff;
	text-decoration: underline;
}

.appointment-text a {

	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#fff;
	background: transparent;
	text-decoration: underline;
}

.appointment-text a:hover {

	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#111;
	background: #e05a1d;
	text-decoration: none;
}

.footer-text {
	margin: 40px 0 0 12px;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	font-style: italic;
	color:#ddcea7;
}

.email-text {

	margin: 12px 0 0 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#fff;
	text-decoration: underline;
}

.email-text a {

	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#e05a1d;
	background: transparent;
	text-decoration: underline;
}

.email-text a:hover {

	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color:#e05a1d;
	background: #111;
	text-decoration: none;
}


	
	
	
/*---CONTENT ELEMENTS---*/

.left-area { 
	margin: 0 0 40px 0;
	width:410px;
	text-align: left;
	float:left;
}

.right-area{
	margin: 0 0 40px 0;
	width:420px;
	text-align: left;
	float:left;
}

.right-content {
	width:460px;
	float:left;
	margin: 20px 0 20px 60px;
	overflow: hidden;
	background: #000;
	padding:0px;
	border: black solid 10px;
	border-bottom: 0px;
}

.right-content-artists {
	width:460px;
	float:left;
	margin: 20px 0 20px 60px;
	overflow: hidden;
	padding:0px;

}

.right-content img{
	margin-bottom: 5px;
}


.mid-right-area { 
	margin: 0 0 0 60px;
	width:420px;
	text-align: left;
	float:left;
}

#site-logo {
	display: block;
	margin: 0 auto 0 auto;
	width:960px;
	height:243px;
	overflow: visible;
	text-align: left;
}

#site-logo img {
	display: block;
	margin: 0 0 0 -33px;
}

#sub-logo {
	background: url(../images/global/rentext.png) no-repeat;
	margin: 200px 0 20px 15px;
	width:368px;
	height:120px;
	overflow: visible;
	text-align: left;
}

#spacer {
	margin: 200px 0 20px 15px;
	width:368px;
	height:10px;
	overflow: visible;
	text-align: left;
}

#body-area-top {
	
	background: url(../images/global/textfield_top.gif) no-repeat;
	width:410px;
	height: 30px;

}

#body-area {

	background: url(../images/global/textfield_mid.gif) repeat-y;
	width:351px;
	min-height: 100px;
	padding: 0 30px;
	overflow: hidden;
	

}

#body-area p {
	width: 340px;
	line-height: 22px;
	color:#222;
}

#body-area  a:link, #body-area a:visited {
	color: #971112;
	text-decoration: none;
	}
	
#body-area  a:hover, #body-area a:visited:hover {
	color: #f00;
	text-decoration:underline;
	}

#body-area-bottom {
	
	background: url(../images/global/textfield_bottom.gif) no-repeat;
	width:410px;
	height: 30px;
}

#page-body-content h1 {
	margin: 10px 0 0 0;
	height:36px;
	width: 300px;
	color:#fff;
	text-indent: -9999px;
	display: block;
	

}

#artistpage{
	margin: -20px 0 20px 0;
}

#body-area-gallery{
	margin: 56px 0 20px 60px;
	float:left;
	width:480px;
	height:540px;
	background: #000;
	padding: 10px 0 10px 0;
	overflow: hidden;
}

#body-area-gallery-home{
	margin: 40px 0 20px 60px;
	float:left;
	width:480px;
	min-height:620px;
	background: #000;
	padding: 0 0 20px 0;
	overflow: hidden;
	border-radius: 4px;
	background: url('../images/gallerybg.png');
	
}


h1#title-artists {
	background: #000 url(../images/home/featartists-title.jpg) no-repeat;
	background-position: 10px 8px;
}

h1#title-news {
	background: #000 url(../images/home/news-title.jpg) no-repeat;
	background-position: 10px 8px;
}

h1#title-recentwork {
	background: #000 url(../images/home/recentwork-title.jpg) no-repeat;
	background-position: 10px 0px;
	text-indent: -9999px;
	height:30px;

}


#twitter_update_list li {
	font-family: "Verdana" , "Arial" , sans-serif;
	width: 350px;
	font-size: 14px;
	color:#fff;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 18px;
	border-bottom: #777 solid 1px;
	border-bottom-style: dotted;


}

#twitter_update_list li a{

	color:#ddcea7;
	margin: 5px 0 0 0;
	font-style:italic;
	text-decoration: underline;

}

#twitter_update_list li a:hover {
	color:#971112;
	text-decoration: none;
}



#artist-links {
	
	display: block;
	float:left;
}

#artist-links a {
	border: #000 solid 6px;
	margin: 4px 0 0 0;
	display: block;
	width:392px;
	height:119px;
	
}




.label {
	display: block;
	text-align: left;
	margin: 60px 0 0 0;
	font-family: "Georgia", "Times" , serif;
	color:#fff;
	font-style: italic;
	font-size: 20px;
	background-color: #971112;
	padding:4px 4px 6px 4px;
	width:75%;
	opacity:0.9;

}



#artist-tlatona {

	background: #000 url(../images/home/profile-tlatona.jpg);

}

#artist-dhendrickson {

	background: #000 url(../images/home/profile-dhendrickson.jpg);

}
#artist-jmasarik {

	background: #000 url(../images/home/profile-jmasarik.jpg);

}
#artist-ralsheimer {

	background: #000 url(../images/home/profile-ralsheimer.jpg);

}

#artist-tlatona .label{

	background: #8d2732;

}

#artist-dhendrickson .label{

	background: #971112;

}
#artist-jmasarik .label{

	background: #838e63;

}
#artist-ralsheimer .label{

	background: #a47405;

}


#artist-links a {
	color: #fff;
}


#artist-links a:hover#artist-tlatona{
	border: #8d2732 solid 6px;
}


#artist-links a:hover#artist-dhendrickson{
	border: #971112 solid 6px;
}


#artist-links a:hover#artist-jmasarik{
	border: #838e63 solid 6px;
}


#artist-links a:hover#artist-ralsheimer{
	border: #a47405 solid 6px;
}

#contact-form {
	width: 480px;
	float:left;
	margin: 40px 0 20px 60px;
}

label {
	text-align: left;
	float:left;
	clear:left;
	height: 32px;
	margin: 0 10px 0 0 ;
	width: 74px;
	font-family: Georgia, Times, serif;
	color: #000;
	vertical-align: middle;
	padding: 16px 0 0 0;
	font-style: oblique;
	font-size: 14px;
	}

input, textarea,select {
	width: 386px;
	height: 34px;
	display: block;
	background: #000;
	float:left;
	margin: 0 0 10px 0;
	color: #fff;
	padding: 12px 0 0 10px;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	border-bottom: solid #838e63 4px;
	vertical-align: top;

}

textarea {
	height: 100px;
}



input#submit-button {
	color:#000;
	clear:left;
	float:right;
	margin: 0 0 0 0;
	width: 119px;
	height: 46px;
	text-indent: -9999px;
	border:0;
	background: url(../images/contact/submit.jpg);
	padding: 0;
	border: #af2914 2px solid;
	border-bottom: #af2914 4px solid;
	}
	
#sub-logo-title {
	margin: 208px 0 20px 57px;
	background: url(../images/global/rentattoosub.png) no-repeat;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

#sub-logo-spacer {
	margin: 200px 0 20px 57px;
	height: 2px;
	display: block;
	text-indent: -9999px;
}


.subtitle {
	
	margin: 0px 0 20px 90px;
	width:220px;
	height:28px;
	overflow: hidden;
	text-align: center;
	background: url(../images/global/titles.png) no-repeat;
	text-indent: -9999px;

}

.subtitle#contactus {

	background-position: 0px -176px;
}

.subtitle#artists {

	background-position: 0px -88px;

}

.subtitle#aboutus {

	background-position: 0px 0px;

}

.subtitle#services {

	background-position: 0px -132px;

}

.subtitle#gallery {

	background-position: 0px -44px;

}

.subtitle#piercing {

	background-position: 0px -220px;

}

table{
	
	margin: 0 0 0 10px;
}

td {
	padding: 10px 0 0 0;
}

td.type {
	width: 240px;
	border-bottom:dotted 1px;
}

td.price {
	width: 120px;
	font-weight:bold;
	
}

.smaller{
	font-size: .6em;
	font-style:oblique;
	font-weight:normal;
}

.homepage_artists {
	position:relative;
	top:-80px;
	background: black;
}







