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

/* -----===== FONTS =====----- */
@font-face {
    font-family: 'angelic_warregular';
    src: url('../fonts/angelicwar-webfont.eot');
    src: url('../fonts/angelicwar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/angelicwar-webfont.woff') format('woff'),
         url('../fonts/angelicwar-webfont.ttf') format('truetype'),
         url('../fonts/angelicwar-webfont.svg#angelic_warregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inked_godregular';
    src: url('../fonts/inked_god-webfont.eot');
    src: url('../fonts/inked_god-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inked_god-webfont.woff') format('woff'),
         url('../fonts/inked_god-webfont.ttf') format('truetype'),
         url('../fonts/inked_god-webfont.svg#inked_godregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lovers_quarrelregular';
    src: url('../fonts/loversquarrel-regular-webfont.eot');
    src: url('../fonts/loversquarrel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/loversquarrel-regular-webfont.woff') format('woff'),
         url('../fonts/loversquarrel-regular-webfont.ttf') format('truetype'),
         url('../fonts/loversquarrel-regular-webfont.svg#lovers_quarrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -----===== BASICS =====----- */
* {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	font-size: 100%;
	text-decoration: none;
}

html, body {
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	background-color: #1a1b0f;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#bgImage {
	position: fixed;
}

/* for screens larger than 850px wide */
@media only screen and (min-width:900px) {
	/*#content {
		width: 825px;
	}*/
	
	/* -----===== NAVIGATION =====----- */
	#navMobile {
		display: none;
	}
	
	#nav {
		display: block;
	}
	
	#nav #leftBlock, #nav #rightBlock {
		float: left;
	}
	
	#nav #leftBlock a span.navElement, #nav #rightBlock a span.navElement {
		margin: 0 25px 0 25px;
		padding: 0 0 0 0;
		font-size: 360%;
		word-wrap: none;
	}
	
	#nav a.secondLine {
		top: -25px;
		margin: 0 0 0 80px;
	}
	
	#nav img {
		float: left;
		margin: 0 0 0 0;
		vertical-align: middle;
	}
	
	#nav a:link {
		color: #f0e0c0;
	}
	
	#nav a:visited {
		color: #f0e0c0;
	}
	
	#nav a:hover {
		color: #9697c7;
	}
	
	#nav a span.navElement .first {
		font-family: "lovers_quarrelregular";
		text-transform: capitalize;
	}
	
	#nav a span.navElement .rest {
		font-family: "lovers_quarrelregular";
	}
	
	/* -----===== DECORATION =====----- */
	#filagreeTop {
		clear: both;
		background-image: url("../images/filagreeTop.png");
		width: 650px;
		height: 143px;
		top: -20px;
		margin: 0 0 0 65px;
	}
	
	#filagreeBottom {
		clear: both;
		background-image: url("../images/filagreeBottom.png");
		width: 600px;
		height: 100px;
		margin: -25px 0 0 90px;
	}
	
	/* -----===== HOME PAGE THUMBNAILS =====----- */
	#mostRecent {
		margin: -25px 0 0 0;
		padding: 0 0 0 30px;
		width: 825px;
	}
	
	#recentTattoo, #recentModeling, #recentArtwork {
		float: left;
		margin: 0 20px 0 20px;
		width: 200px;
		height: 300px;
		border: 2px solid #84652f;
		background-color: #000000;
	}
	
	#recentTattoo a, #recentModeling a, #recentArtwork a {
		border: none;
	}
	
	/* -----===== HOME PAGE EVENTS =====----- */
	#content h2 {
		font-family: "lovers_quarrelregular";
		color: #f0e0c0 !important;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	div.adminEvent {
		
	}
	
	/* -----===== ARTWORK, MODELING, TATTOOS =====----- */
	#subCategories {
		height: 60px;
		width: 800px;
		text-align: center;
	}
	
	#subCategories a {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
		padding: 0 25px 0 25px;
		color: #f0e0c0;
		text-decoration: none;
		text-align: center;
	}
	
	#subCategories a.here {
		color: #ffffff;
	}
	
	#subCategories a:hover {
		color: #9697c7;
	}
	
	#images-alt {
		margin: -25px 0 20px 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 800px;
	}
	
	#images-alt p {
		margin: 0 0 0 0;
		text-align: center;
		color: #ffffff;
		border: none;
	}
	
	/* -----===== RETAIL =====----- */
	div.retailItem {
		width: 50%;
		height: 250px;
		margin: 10px 0 20px 0;
		float: left;
	}
	
	p.retailInstructions a {
		color: #f0e0c0;
	}
	
	div.retailImage {
		float: left;
		margin: 0 5px 0 0;
	}
	
	div.retailImage img {
		z-index: 700;
	}
	
	div.retailImage em {
		color: #f0e0c0;
	}
	
	div.retailInfo {
		color: #ffffff;
		text-align: left;
	}
	
	div.retailInfo strong {
		color: #9697c7;
	}
	
	div.thanksItem {
		width: 50%;
		height: 250px;
		margin: 10px 0 20px 0;
	}
	
	div.retailInfo select {
		margin: 2px 0 2px 0;
	}
	
	/* -----===== CONTACT FORM =====----- */
	#contactContent {
		margin: -10px 0 50px 0;
		padding: 0 0 0 30px;
		width: 825px;
		color: #ffffff;
		font-size: 110%;
	}
	
	form.contactForm label {
		float: left;
		width: 150px;
		margin: 5px 5px 0 0;
		text-align: right;
		font-weight: bold;
	}
	
	form.contactForm input.buttons {
		float: left;
		padding: 0 5px 0 5px;
		margin: 5px 0 0 160px;
		background-color: #9697c7;
	}
	
	form.contactForm input, form.contactForm select {
		width: 500px;
	}
	
	form.contactForm textarea {
		width: 500px;
		height: 100px;
	}
	
	form.contactForm p.contactNote {
		padding: 0 5px 0 5px;
		margin: 5px 0 0 155px;
	}
	
	#thankyouContent {
		margin: -10px 0 50px 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 780px;
		color: #ffffff;
		font-size: 110%;
	}
	
	/* -----===== ABOUT =====----- */
	#aboutContent {
		margin: -10px 0 50px 0;
		padding: 0 0 0 30px;
		width: 775px;
		color: #ffffff;
		font-size: 125%;
	}
	
	#aboutContent h2 {
		font-family: "lovers_quarrelregular";\
		color: #f0e0c0;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	div.aboutEvent {
		
	}
	
	/* -----===== INSTAGRAM FEED =====----- */
	#instafeed {
		clear: both;
		margin: 20px 0 0 65px;
	}
}

/* for screens between 320px and 850px wide */
@media only screen and (min-width:415px) and (max-width:899px) {
	#bgImage {
		display: none;
	}
	
	#content {
		width: 600px !important;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	/* -----===== NAVIGATION =====----- */
	#navMobile {
		display: block;
		width: 600px;
	}
	
	#nav {
		display: none;
	}
	
	#navMobile div.navMenu {
		display: block;
		float: right;
		left: -130px;
	}
	
	#navMobile div.navMenu ul.mobileMenu {
		position: absolute;
		width: 120px;
		list-style-type: none;
		background-color: #000000;
		z-index: 9999;
		overflow: hidden;
	}
	
	#navMobile div.navMenu ul.mobileMenu li {
		padding: 0 0 0 0;
		text-align: center;
		border: 2px #84652f solid;
	}
	
	#navMobile div.navMenu ul.mobileMenu li #toggleMenu {
		display: none;
	}
	
	#navMobile div.navMenu ul.mobileMenu li ul li {
		padding: 0 0 0 0;
		border: none;
	}
	
	#navMobile div.navMenu ul.mobileMenu li ul li {
		padding: 0 0 0 0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:link {
		color: #f0e0c0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:visited {
		color: #f0e0c0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:hover {
		color: #9697c7;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a {
		padding: 0 0 0 0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement .first, #navMobile div.navMenu ul.mobileMenu li a span.first {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
		text-transform: capitalize;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement .rest, #navMobile div.navMenu ul.mobileMenu li a span.rest {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement, #navMobile div.navMenu ul.mobileMenu li a span.navElement {
		text-wrap: none;
	}
	
	#navMobile img {
		width: 125px;
		height: 125px;
		margin: 0 0 5px 10px;
	}
	
	#filagreeTop {
		clear: both;
		background-image: url("../images/filagreeTop550.png");
		background-repeat: no-repeat;
		width: 550px;
		height: 121px;
		top: -10px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	#filagreeBottom {
		clear: both;
		background-image: url("../images/filagreeBottom510.png");
		background-repeat: no-repeat;
		width: 510px;
		height: 85px;
		top: -10px;
		margin: 0 auto 0 auto;
	}
	
	#mostRecent {
		margin: -15px auto 0 auto;
		padding: 0 0 0 30px;
		width: 600px;
	}
	
	#recentTattoo, #recentModeling, #recentArtwork {
		float: left;
		margin: 0 10px 0 10px;
		width: 150px;
		height: 225px;
		border: 2px solid #84652f;
		background-color: #000000;
	}
	
	#recentTattoo img, #recentModeling img, #recentArtwork img {
		width: 150px;
		height: 225px;
	}
	
	#recentTattoo a, #recentModeling a, #recentArtwork a {
		border: none;
	}
	
	/* -----===== HOME PAGE EVENTS =====----- */
	#content h2 {
		font-family: "lovers_quarrelregular";
		color: #f0e0c0 !important;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	div.adminEvent {
		
	}
	
	/* -----===== ARTWORK, MODELING, TATTOOS =====----- */
	#subCategories {
		height: 60px;
		width: 600px;
		text-align: center;
	}
	
	#subCategories a {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
		padding: 0 25px 0 25px;
		color: #f0e0c0;
		text-decoration: none;
		text-align: center;
	}
	
	#subCategories a.here {
		color: #ffffff;
	}
	
	#subCategories a:hover {
		color: #9697c7;
	}
	
	#images-alt {
		margin: -15px 0 20px 0;
		padding: 10px 0 0 0;
		text-align: center;
		width: 600px;
	}
	
	#images-alt p {
		margin: 0 0 0 0;
		text-align: center;
		color: #ffffff;
		border: none;
	}/* -----===== RETAIL =====----- */
	div.retailItem {
		width: 100%;
		height: 250px;
		margin: 10px 0 20px 0;
		float: left;
	}
	
	p.retailInstructions a {
		color: #f0e0c0;
	}
	
	div.retailImage {
		float: left;
		margin: 0 5px 0 0;
	}
	
	div.retailImage a {
		z-index: 800;
	}
	
	div.retailImage em {
		color: #f0e0c0;
	}
	
	div.retailInfo {
		color: #ffffff;
		text-align: left;
	}
	
	div.retailInfo strong {
		color: #9697c7;
	}
	
	div.thanksItem {
		width: 50%;
		height: 250px;
		margin: 10px 0 20px 0;
	}
	
	div.retailInfo select {
		margin: 2px 0 2px 0;
	}
	
	#contactContent {
		margin: -10px 0 50px 0;
		padding: 0 0 0 30px;
		width: 600px;
		color: #ffffff;
		font-size: 110%;
	}
	
	form.contactForm label {
		float: left;
		width: 150px;
		margin: 5px 5px 0 0;
		text-align: right;
		font-weight: bold;
	}
	
	form.contactForm input.buttons {
		float: left;
		padding: 0 5px 0 5px;
		margin: 5px 0 0 160px;
		background-color: #9697c7;
	}
	
	form.contactForm input, form.contactForm select {
		width: 300px;
	}
	
	form.contactForm textarea {
		width: 300px;
		height: 100px;
	}
	
	form.contactForm p.contactNote {
		padding: 0 5px 0 5px;
		margin: 5px 0 0 155px;
	}
	
	#thankyouContent {
		margin: -10px 0 25px 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 600px;
		color: #ffffff;
		font-size: 110%;
	}
	
	#aboutContent {
		margin: 0 0 25px 0;
		padding: 0 20px 0 20px;
		width: 600px !important;
		color: #ffffff;
		font-size: 125%;
	}
	
	#aboutContent h2 {
		font-family: "lovers_quarrelregular";\
		color: #f0e0c0;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	#instafeed {
		width: 440px;
		margin: 20px auto 0 auto;
		text-align: center;
	}
}

/* for screens smaller than 320px wide */
@media only screen and (max-width:414px) {
	#bgImage {
		display: none;
	}
	
	#content {
		width: 320px !important;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	#navMobile {
		display: block;
		width: 320px;
	}
	
	#nav {
		display: none;
	}
	
	#navMobile div.navMenu {
		display: block;
		float: right;
		left: -130px;
	}
	
	#navMobile div.navMenu ul.mobileMenu {
		position: absolute;
		width: 120px;
		list-style-type: none;
		background-color: #000000;
		z-index: 9999;
	}
	
	#navMobile div.navMenu ul.mobileMenu li {
		padding: 0 0 0 0;
		text-align: center;
		border: 2px #84652f solid;
	}
	
	#navMobile div.navMenu ul.mobileMenu li #toggleMenu {
		display: none;
	}
	
	#navMobile div.navMenu ul.mobileMenu li ul li {
		padding: 0 0 0 0;
		border: none;
	}
	
	#navMobile div.navMenu ul.mobileMenu li ul li {
		padding: 0 0 0 0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:link {
		color: #f0e0c0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:visited {
		color: #f0e0c0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a:hover {
		color: #9697c7;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a {
		padding: 0 0 0 0;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement .first, #navMobile div.navMenu ul.mobileMenu li a span.first {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
		text-transform: capitalize;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement .rest, #navMobile div.navMenu ul.mobileMenu li a span.rest {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
	}
	
	#navMobile div.navMenu ul.mobileMenu li a span.navElement, #navMobile div.navMenu ul.mobileMenu li a span.navElement {
		word-wrap: none;
	}
	
	#navMobile img {
		width: 125px;
		height: 125px;
		margin: 0 0 5px 10px;
	}
	
	#filagreeTop {
		clear: both;
		background-image: url("../images/filagreeTop310.png");
		background-repeat: no-repeat;
		width: 310px;
		height: 68px;
		top: -10px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	#filagreeBottom {
		clear: both;
		background-image: url("../images/filagreeBottom300.png");
		background-repeat: no-repeat;
		width: 300px;
		height: 50px;
		top: -10px;
		margin: 0 auto 0 auto;
	}
	
	#mostRecent {
		margin: -15px auto 0 auto;
		padding: 0 0 0 0;
		width: 320px;
	}
	
	#recentTattoo, #recentModeling, #recentArtwork {
		text-align: center;
		margin: 0 auto 0 auto;
		width: 200px;
		height: 300px;
		border: 2px solid #84652f;
		background-color: #000000;
	}
	
	#recentTattoo img, #recentModeling img, #recentArtwork img {
		width: 200px;
		height: 300px;
	}
	
	#recentTattoo a, #recentModeling a, #recentArtwork a {
		border: none;
	}
	
	/* -----===== HOME PAGE EVENTS =====----- */
	#content h2 {
		font-family: "lovers_quarrelregular";
		color: #f0e0c0 !important;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	div.adminEvent {
		padding: 0 5px 0 5px;
	}
	
	#subCategories {
		height: 60px;
		width: 320px;
		text-align: center;
	}
	
	#subCategories a {
		font-family: "lovers_quarrelregular";
		font-size: 200%;
		padding: 0 25px 0 25px;
		color: #f0e0c0;
		text-decoration: none;
		text-align: center;
	}
	
	#subCategories a.here {
		color: #ffffff;
	}
	
	#subCategories a:hover {
		color: #9697c7;
	}
	
	#images-alt {
		margin: -15px 0 20px 0;
		padding: 10px 0 0 0;
		text-align: center;
		width: 320px;
	}
	
	#images-alt p {
		margin: 0 0 0 0;
		text-align: center;
		color: #ffffff;
		border: none;
	}
	/* -----===== RETAIL =====----- */
	div.retailItem {
		width: 80%;
		margin: 10px 0 20px 0;
	}
	
	p.retailInstructions a {
		color: #f0e0c0;
	}
	
	div.retailImage {
		/*float: left;*/
		margin: 0 5px 0 0;
	}
	
	div.retailImage em {
		color: #f0e0c0;
	}
	
	div.retailInfo {
		color: #ffffff;
		text-align: left;
		padding: 0 10px 0 10px;
	}
	
	div.retailInfo strong {
		color: #9697c7;
	}
	
	div.thanksItem {
		width: 50%;
		height: 250px;
		margin: 10px 0 20px 0;
	}
	
	div.retailInfo select {
		margin: 2px 0 2px 0;
	}
	
	#contactContent {
		margin: -10px 0 50px 0;
		padding: 0 0 0 5px;
		width: 320px;
		color: #ffffff;
		font-size: 110%;
	}
	
	form.contactForm label {
		float: left;
		margin: 5px 5px 0 0;
		font-weight: bold;
	}
	
	form.contactForm input.buttons {
		padding: 0 5px 0 5px;
		margin: 5px 0 0 0;
		background-color: #9697c7;
	}
	
	form.contactForm input, form.contactForm select {
		clear: both;
		width: 300px;
	}
	
	form.contactForm textarea {
		clear: both;
		width: 300px;
		height: 100px;
	}
	
	form.contactForm p.contactNote {
		padding: 0 5px 0 5px;
		margin: 5px 0 0 0;
	}
	
	#thankyouContent {
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 110%;
	}
	
	#aboutContent {
		margin: 0 0 25px 0;
		padding: 0 20px 0 20px;
		width: 280px !important;
		color: #ffffff;
		font-size: 125%;
	}
	
	#aboutContent h2 {
		font-family: "lovers_quarrelregular";\
		color: #f0e0c0;
		font-size: 360%;
		font-weight: normal;
		text-align: center;
	}
	
	#instafeed {
		width: 220px;
		margin: 20px auto 0 auto;
		text-align: center;
	}
}

#images-alt a {
	border: none;
}

img.galleryThumb {
	margin: 5px 10px 5px 10px;
	border: 2px solid #84652f;
}

form.contactForm legend {
	font-weight: bold;
	color: #9697c7;
}

form.contactForm input, form.contactForm select, form.contactForm textarea {
	float: left;
	margin: 5px 5px 0 5px;
}

form.contactForm select option {
	padding: 0 5px 0 5px;
}

#about {
	clear: both;
}

#about p {
	margin: 10px 0 0 0;
	color: #a0a58c;
	font-size: 120%;
}

div.igImage {
	float: left;
	margin: 5px 5px 5px 5px;
	text-align: center;
	color: #9697c7;
	font-size: 90%;
}

img.iHeart {
	margin: 0 5px 0 5px;
}

div.eventInfo {
	color: #ffffff;
}

div.eventImagesAndLinks {
	float: right;
}

a.eventLink {
	color: #f0e0c0;
}

a.eventLinkImage img {
	float: right;
	top: 0;
	right: 0;
	border: 2px solid #f0e0c0;
	margin-left: 10px;
}

p.inputInfo {
	font-style: italic;
	color: #f0e0c0;
	text-align: center;
}

/* -----===== SOCIAL LINKS =====----- */

#socialLinks {
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
}

#socialLinks img {
	margin: 0 10px 0 10px;
}

/* -----===== COPYRIGHT =====----- */

#copyright p {
	text-align: center;
	margin: 10px 0 25px 0;
	color: #a0a58c;
}