/* JESSICA WEICHERS / SEED OF LIFE STYLES */

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Dancing+Script:400,700);

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;
}

html {
	font-size: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width:100%;
	min-width: 1000px;
	min-height: 100%;
	position:relative;
}

body {
	background: url('style-images/bg.jpg') left top repeat #f2f2f2;
	color: #262621;
	font-family: 'Montserrat', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
	max-height: 100%;
	min-width: 1000px;
	position:relative;
	width:100%;
}

#bg { position: fixed; top: 0; left: 0; z-index: 2;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.container {
	background: url('style-images/seed-of-life.png') right 100px fixed no-repeat;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 3;
}

.flower-container {
	background: url('style-images/bottom-flowers.png') right bottom no-repeat;
}

a {
	-webkit-transition: background-color 350ms linear, color 350ms linear;
	-moz-transition: background-color 350ms linear, color 350ms linear;
	-ms-transition: background-color 350ms linear, color 350ms linear;
	transition: background-color 350ms linear, color 350ms linear;
}

a, a:visited
{
	color: #bf4e6c;
	text-decoration: none;
}

a:hover {
	color: #3d3140;
}

h1, h2 {
	font-weight: normal;
}

.page-wrapper {
	width: 990px;
}

/* HEADER */

.top-address {
	color: #666;
	font-size: 14px;
	padding-top: 30px;
	text-align: right;
	text-transform: uppercase;
}

.top-address span {
	display: block;
	margin-bottom: 7px;
}

.top-address:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.top-address .social-links {
	float: right;
	margin-bottom: 7px;
	position: relative;
	z-index: 5;
}

.top-address .social-links:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.top-address .facebook-link,
.top-address .instagram-link {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 22px;
	text-align: left;
	text-indent: -9000px;
	width: 22px;
}

.top-address .facebook-link:hover,
.top-address .instagram-link:hover {
	background-position: right top;
}

.top-address .facebook-link {
	background: url('style-images/facebook-icon.png');
	margin-right: 20px;
}

.top-address .instagram-link {
	background: url('style-images/instagram-icon.png');
}

.top-address .email-link {
	clear: both;
	display: block;
	position: relative;
	z-index: 6;
}

#header {
	height: 442px;
	position: relative;
	width: 991px;
}

#header .site-title, 
#header h1.site-title {
	height: 442px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px; top: 0px;
	width: 991px;
	z-index: 4;
}

#header .site-title a, 
#header h1.site-title a {
	background: url('style-images/header.png');
	display: block;
	height: 442px;
	overflow: hidden;
	outline: none;
	text-indent: -9000px;
	width: 991px;
}

.page-content {
	margin-top: -9px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.page-content:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* SIDEBAR */

.sidebar {
	float: left;
	margin-right: 60px;
	width: 150px;
}

.sidebar #nav {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	margin-bottom: 19px;
	padding-bottom: 19px;
}

.sidebar #nav a {
	background-position: left top;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9000px;
}

.sidebar #nav a:hover {
	background-position: right top;
}

.sidebar #nav a.nav-home {
	background-image: url('style-images/nav-home.png');
	height: 36px;
	margin-bottom: 16px;
}

.sidebar #nav a.nav-tattoos {
	background-image: url('style-images/nav-tattoos.png');
	height: 24px;
	margin-bottom: 15px;
}

.sidebar #nav a.nav-artwork {
	background-image: url('style-images/nav-artwork.png');
	height: 20px;
	margin-bottom: 15px;
}

.sidebar #nav a.nav-news {
	background-image: url('style-images/nav-news.png');
	height: 36px;
	margin-bottom: 14px;
}

.sidebar #nav a.nav-about {
	background-image: url('style-images/nav-about.png');
	height: 31px;
	margin-bottom: 15px;
}

.sidebar #nav a.nav-mailing-list {
	background-image: url('style-images/nav-mailing-list.png');
	height: 17px;
}

.extra-services {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding-bottom: 49px;
}

.extra-services h2 {
	color: #393636;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.extra-services h3 {margin: 0; padding: 0;}

.extra-services h3 a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9000px;	
}

.extra-services h3 a:hover {background-position: right top;}

.extra-services h3.whims a {
	background-image: url('style-images/nav-whims.png');
	height: 32px;
	margin-bottom: 19px;
}

.extra-services h3.sacred-tattooing a {
	background-image: url('style-images/nav-sacred-tattooing.png');
	height: 53px;
}

#footer {
	color: #393636;
	font-size: 9px;
	padding-top: 30px;
}

#footer p {margin: 0; padding: 0;}

#footer a:hover {color: #6fa6a0;}

/* Main Content */

.main {
	float: left;
	width: 750px;
}

/* Homepage Tattoo Thumbs */

.homepage-thumbs {margin-bottom: 30px;}

.homepage-thumbs:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.homepage-thumbs a.large-thumb {
	border: 1px solid #000;
	display: block;
	float: left;
	margin-right: 30px;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

.homepage-thumbs a.large-thumb:hover {
	border: 1px solid #bf4e6c;
}

.homepage-thumbs a.large-thumb:nth-child(3) {margin-right: 0;}

.homepage-thumbs a.large-thumb img {display: block;}

.homepage-lower-content:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Get Directions Link */

.get-directions-link {
	background-image: url('style-images/get-directions-link.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 230px;
	margin-right: 30px;
	text-indent: -9000px;
	width: 230px;
}

.get-directions-link:hover {
	background-position: top right;
}

/* Home News */

.homepage-news {
	background: url('style-images/home-news-bg.png');
	border: 1px solid #000;
	float: left;
	height: 188px; /* 228px */
	padding: 20px;
	position: relative;
	width: 448px; /* 488px */
}

.homepage-news:before {
	background: url('style-images/home-news-top-right.png') top left no-repeat;
	content: " ";
	display: block;
	height: 162px;
	position: absolute;
	top: -49px;
	right: -60px;
	width: 117px;
}

.homepage-news:after {
	background: url('style-images/home-news-bottom.png') top left no-repeat;
	content: " ";
	display: block;
	height: 65px;
	position: absolute;
	bottom: -46px;
	left: 140px;
	width: 64px;
}

.homepage-news h2 {
	color: #393636;
	font-size: 24px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.news-entry {
	font-size: 12px;
}

.news-entry .date {
	color: #5e6665;
	font-size: 12px;
	text-transform: uppercase;
}

.news-entry h3 {  
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 7px;
}

.button {
	color: #fff;
	display: inline-block;
	border: 1px solid #5e8c87;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #679993;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.4), 1px 1px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.4), 1px 1px 0 0 rgba(0,0,0,.2);
	background: #6fa6a0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYTZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWM2YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #6fa6a0 0%, #81c6b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa6a0), color-stop(100%,#81c6b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6fa6a0 0%,#81c6b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa6a0', endColorstr='#81c6b5',GradientType=0 ); /* IE6-8 */

}

.button:hover {
	color: #fff;
	background: #5e8c87; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOGM4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MWI4YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5e8c87 0%, #61b8a2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8c87), color-stop(100%,#61b8a2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e8c87 0%,#61b8a2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8c87', endColorstr='#61b8a2',GradientType=0 ); /* IE6-8 */

}

.news-entry .read-more-button {
	color: #fff;
	display: block;
	margin-top: 25px;
	width: 97px;
}

.news-entry .read-more-button span {
	font-size: 16px;
}

/* THUMBNAIL GALLERY */

#thumbsbreadcrumbs,
#gallerycrumbs {
	font-size: 26px;
	position: relative;
	text-transform: uppercase;
}

#thumbsNavTop:after,
#thumbsNavBottom:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.navText,
#nowviewing {
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 22px;
	float: left;	
}

#nowviewing {
	display: block;
	float: none;
}

.nav-buttons-wrapper {float: right;}

#thumbsArea {
	padding: 30px 0;
}

#thumbsArea:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.thumbsThumbnail {
	float: left;
	height: 230px;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 230px;
}

.thumbsThumbnail a {
	border: 1px solid #000;
	display: block;
	height: 228px;
	width: 228px;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

.thumbsThumbnail a:hover {border: 1px solid #bf4e6c;}

.thumbsThumbnail a img {
	display: block;
}

#thumbsArea .thumbsThumbnail:nth-child(3n + 3) {margin-right: 0;}

#thumbsNavTop a,
#thumbsNavBottom a {
	color: #fff;
	display: inline-block;
	border: 1px solid #5e8c87;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #679993;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.4), 1px 1px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.4), 1px 1px 0 0 rgba(0,0,0,.2);
	background: #6fa6a0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYTZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWM2YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #6fa6a0 0%, #81c6b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fa6a0), color-stop(100%,#81c6b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6fa6a0 0%,#81c6b5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6fa6a0 0%,#81c6b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa6a0', endColorstr='#81c6b5',GradientType=0 ); /* IE6-8 */

}

#thumbsNavTop a:hover,
#thumbsNavBottom a:hover {
	color: #fff;
	background: #5e8c87; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOGM4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MWI4YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5e8c87 0%, #61b8a2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8c87), color-stop(100%,#61b8a2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e8c87 0%,#61b8a2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e8c87 0%,#61b8a2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8c87', endColorstr='#61b8a2',GradientType=0 ); /* IE6-8 */

}

/* Individual Image Pages */

#galleryimagewrapper {
	float: left;
	margin-right: 30px;
	width: 490px;
}

#galleryimage a {
	border: 1px solid #000;
	display: inline-block;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

#galleryimage a:hover {
	border: 1px solid #bf4e6c;
}

#galleryimage img {
	display: block;
	height: auto !important;
	max-width: 488px !important;
}

#galleryinfowrapper {
	background: rgba(126,196,176,.3);
	border: 1px solid #000;
	float: right;
	padding: 20px;
	width: 188px;
}

#galleryinfowrapper .email-artist-button {color: #fff; margin-bottom: 20px;}

.artist-gallery-actions {margin-bottom: 20px;}

#galleryimageInfo strong,
#gallerykeywords strong {text-transform: uppercase;}

#gallerykeywords {margin-top: 20px;}

#gallerynowViewingTop {
	margin-bottom: 20px;
}

#gallerynowViewingTop:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#gallerynowViewingTop a#previouslink {float: left;}

#gallerynowViewingTop a#nextlink {float: right;}

#gallerynowViewingTop a {
	color: #fff;
	display: inline-block;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 23px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.2), 1px 1px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.2), 1px 1px 0 0 rgba(0,0,0,.2);
	background: #3d3140; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkMzE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDNmNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3d3140 0%, #7d3f56 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3140), color-stop(100%,#7d3f56)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3d3140 0%,#7d3f56 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3d3140 0%,#7d3f56 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3d3140 0%,#7d3f56 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3d3140 0%,#7d3f56 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3140', endColorstr='#7d3f56',GradientType=0 ); /* IE6-8 */
}

#gallerynowViewingTop a:hover {
	color: #fff;
	background: #3f3141; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmMzE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDRlNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3f3141 0%, #bd4e6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3141), color-stop(100%,#bd4e6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3f3141 0%,#bd4e6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3f3141 0%,#bd4e6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3f3141 0%,#bd4e6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3f3141 0%,#bd4e6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3141', endColorstr='#bd4e6b',GradientType=0 ); /* IE6-8 */

}

.whims-text {
	border-top: 1px solid rgba(0, 0, 0, .3);
	font-size: 13px;
	padding-top: 20px;
	margin-top: 20px;
}

.whims-box {
	background: url('style-images/whims-box-bg.jpg') top left no-repeat;
	border: 1px solid #000;
	float: right;
	font-size: 12px;
	margin-top: 20px;
	padding: 20px;
	width: 188px;
}

/* Info Pages */

.info-wrapper {
	background: rgba(255,255,255,.7);
	border: 1px solid #000;
	padding: 20px;
}

.info-wrapper h1 {
	color: #6c3c50;
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 36px;
}

/* News List */

#newslist-wrapper {
	background: rgba(255,255,255,.7);
	border: 1px solid #000;
	padding: 20px;
}

.news-entry h2 {
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 26px;
	line-height: normal;
	margin-bottom: 7px;
}

#newslist-wrapper .news-entry {margin-top: 30px;}

#newslist-wrapper .news-entry:first-child {margin-top: 0;}

/* Single News Article */

.news-article-wrapper {
	background: rgba(255,255,255,.7);
	border: 1px solid #000;
	padding: 20px;
}

.news-article-wrapper .news-entry h1 {
	color: #6c3c50;
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 7px;
}

.news-article-wrapper .news-entry p {margin-bottom: 20px;}

/* About Page */

.bio-wrapper:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.bio-pic-link {
	border: 1px solid #000;
	display: block;
	float: left;
}

.bio-pic-link:hover {
	border: 1px solid #bf4e6c;
}

.bio-pic-link img {
	display: block;
	height: auto;
	max-width: 488px !important;
}

.bio-content {
	background: url('style-images/whims-box-bg.jpg') top left repeat;
	border: 1px solid #000;
	float: right;
	padding: 20px;
	width: 188px;
}

.bio-content h1 {
	color: #6c3c50;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bio-content .emailartistlink {color: #fff; margin-bottom: 20px;}

.bio-content .viewgallerylink {color: #fff; margin-bottom: 20px;}

/* Contact Page */

.contact-form-wrapper,
.mailing-list-wrapper {
	background: rgba(255,255,255,.7);
	border: 1px solid #000;
	padding: 20px;
}

.contact-form-wrapper h1,
.mailing-list-wrapper h1 {
	color: #6c3c50;
	font-family: 'Dancing Script', "Brush Script MT", cursive;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 7px;
}

.mailing-list-intro {margin-bottom: 20px;}

.mailing-list-wrapper #captcha {text-align: left;}

.mailing-list-wrapper .captchaLabel {
	display: block;
	float: none;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.mailing-list-wrapper .button {display: inline-block; width: auto;}

/* DEFAULT STYLES */

/*****************
Styles for contact form
*****************/
fieldset { border: none;}
fieldset label { float: left; width: 200px; text-align: right; padding-right: 5px; font-size: 1.2em; }

fieldset#post { width: 600px; margin: 0 auto; }
fieldset#post textarea { width: 400px; height: 200px; }

form#contact {
	height: auto;
	margin: 15px 0 0 0;
	text-align:center;
}

form#contact input,
form#contact textarea {
	margin: 0 auto 10px auto;
}

fieldset#contact label { width: 400px; text-align: center; padding-right: 5px; font-size: 1.2em; }

fieldset#contact label.referrer-label,
fieldset#contact label.captcha-label {
	display: block; float: none; margin: 0 auto 5px auto;
}

form#contact .referrer-input,
form#contact input.captcha-entry {
	display: block;
	margin: 0 auto 20px auto;
}

input {
	display: block;
	margin-bottom: 15px;
	background-color: #fff;
	color: #616161;
	padding: 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
	width: 450px;
	-webkit-transition: border-color 250ms linear;
	-moz-transition: border-color 250ms linear;
	-ms-transition: border-color 250ms linear;
	transition: border-color 250ms linear;
}

input.captcha-entry {
	margin-bottom: 20px;
	width: 250px;
}

input:focus  {
	border-color: #6fa6a0;
	background-color: #fff;
	color: #616161;
	outline: none;
} 

textarea {
	display: block;
	width: 450px;
	height: 100px;
	background-color: #fff; color: #616161;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
	padding: 6px;
	resize:vertical;
	-webkit-transition: border-color 250ms linear;
	-moz-transition: border-color 250ms linear;
	-ms-transition: border-color 250ms linear;
	transition: border-color 250ms linear;
}

textarea:focus {
	border-color: #6fa6a0;
	background-color: #fff;
	outline: none;
}

textarea.referrer-input {
	height: 50px;
}

#captcha { text-align:center;margin:15px 0;}

#mailinglistform {
	text-align: left;
	font-size: 14px;
}

#contact input.submit {
	border: none;
	cursor: pointer;
	display: inline-block;
    width: auto;
}

#contact input.submit:hover {

}

#contact label {
	text-transform: uppercase;
}

legend {
	color: #bc66d9;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

fieldset#contact label {
	font-size: 15px;
	font-weight: 700;
	text-transform:uppercase;
}

/*****************
Styles for tattoo gallery
*****************/
#prev-link a, #next-link a {
	display: block;
	font-size: 18px;
	height: 30px;
}

#prev-link a:hover, #next-link a:hover {
	
}

#prev-link {
	float: left;
	width: 115px;
}

#next-link {
	text-align: right;
	float: right;
	width: 70px;
}

#now-viewing {
	text-align: center;
}

.clear-it {
	clear: both;
}

#bread ul {
	padding-left: 0;
	display: inline;
	border: none;
	height: 0px;
} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	height: 0px;
}

#bread ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}
	
#bread ul li#first:before {
	content: " ";
}



/* THUMBNAILS-------------------------------------------------*/
#thumbsgallery {
	position: relative;
}

#thumbsArea {
	position: relative;
	/* min-height: 240px; */
}

#thumbsArea:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#thumbsNavTop{
	line-height: 110%;
}

#thumbsNavBottom form {
	float: left;
}