/** CSS FOR FORBIDDEN IMAGES **/
body {
	background-color: #000;
	color: #0099ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}



a:link, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
}


div#container {
	position: relative;
	text-align: center;
	width: 745px;
	margin: 0px auto;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #000;
}



#forbidden-images-logo { 
	position:absolute;
	left:0px;
	top:0px;
	width:745px;
	height:42px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	background: url('images/forbidden_images_logo.png');
}



#ironwrought-left2 { 
	border-left: 2px solid #666666;
	width:131px;
	height:34px;
	background: url('images/ironwrought_left2.png');
}

#navigation {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 749px;
	height: 34px;
	white-space: nowrap;
	text-align: left;
	
}

#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
  
#navigation ul li {
  	
    margin: 0px; padding: 0px; list-style: none;
	float: left;

}
  #navigation li, #navigation a {
    height: 34px; display: block;
}


#home { 
	width:54px;
	height:34px;
	text-indent: -9999px;
	background: url('images/home.png');
}
#home:hover {
	background-position: -54px;
}

#about { 
	width:59px;
	height:34px;
	text-indent: -9999px;
	background: url('images/about.png');
}
#about:hover {
	background-position: -59px;
}

#galleries { 
	width:68px;
	height:34px;
	text-indent: -9999px;
	background: url('images/galleries.png');
}

#galleries:hover {
	background-position: -68px;
}

#news { 
	width:58px;
	height:34px;
	text-indent: -9999px;
	background: url('images/news.png');
}

#news:hover {
	background-position: -58px;
}


#newsarticle {
	padding: 5px;
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
	margin-bottom: 15px;	
	height: auto;
	min-height: 150px;
}

#newsarticle p {
	text-indent: 15px;
}

#newsarticle #title {
	font-size: 2em;
	font-weight: bold;
}

#newsarticle #date {
	font-style: italic;
	font-size: 1em;
}

#newsarticle img { height: auto;}


#shownews {
	padding: 5px;
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
	margin-bottom: 15px;
	height: 300px;
}

#shownews p {
	text-indent: 15px;
}

#shownews #title {
	font-size: 2em;
	font-weight: bold;
}

#shownews #date {
	font-style: italic;
	font-size: 1em;
}


#mailinglist { 
	width:87px;
	height:34px;
	text-indent: -9999px;
	background: url('images/mailinglist.png');
}

#mailinglist:hover {
	background-position: -87px;
}

#appointments { 
	width:116px;
	height:34px;
	text-indent: -9999px;
	background: url('images/appointments.png');
}

#appointments:hover {
	background-position: -116px;
}

#links { 
	width:47px;
	height:34px;
	text-indent: -9999px;
	background: url('images/links.png');
}

#links:hover {
	background-position: -47px;
}


#ironwrought-right2 { 
	background: url('images/index_13.png');
	width:125px;
	height:34px;
	border-right: 2px solid #666666;
}

#addresspanel { 
	color: #eeeeee;
	position: relative;
	left:0px;
	top: 76px;
	width:745px;
	height:31px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	background: url('images/addresspanel.png');
}

#addresspanel a:link, #addresspanel a:visited {
	margin-top: -5px;
	color: #fff;
	font-size: 1em;
	text-decoration:  underline;
}
#addresspanel a:hover {
	color: #000;
}


#content { 
	position:relative;
	left:0px;
	top: 75px;
	width:725px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	height: auto;
	min-height: 600px;
	text-align: left;
	padding: 10px;
	background: url('images/contentbkgd.png');
	margin-bottom: 10px;
}


#footer { 
	margin-top: 50px;
	position:relative;
	left:0px;
	top: 20px;
	width:745px;
	height: auto;
	min-height: 80px;
	text-align: left;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background: url('images/woodtexture.jpg');
	
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	position: relative;
	top: 10px;
	left: 10px;
}

	#footer ul li {
		margin-left: 0;
		padding: 2px 2px;
	
		list-style: none;
		display: inline;
	}
  
  	#footer a:link, #footer a:visited {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1.1em;
		text-decoration:none;
		color: #000033;
	}
	#footer a:hover {
		color: #fff;
	}
	
	
	#footeraddress {
		text-align: center;
		position: absolute;
		height: auto;
		min-height: 300px;
		right: 10px;
		top: 5px;
		font-size: 1.5em;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #990000;
	}
	
	#footeraddress a:link, #footeraddress a:visited {
		font-size: .7em;
	}
	
	#footercopyright {
		position: relative;
		top: 10px;
		left: 10px;
		font-size: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000033;
		line-height: 1.05em;
	}



/* FRONT PAGE */



#indexwrapper { height: auto; min-height: 500px; position: relative; top: 10px; width: 100%; margin-bottom: 60px;}


#topblurb { position:  absolute; top: 0px; left: 0px; width: 260px; padding: 5px; height: auto; min-height: 200px; margin-bottom: 20px; }
#topblurb h2 { padding: 0px; margin-top: -5px;}


#latestNews {position: absolute; float: left; right: 0px; top: 0px; width: 210px; padding: 2px;	height: auto; margin-bottom: 40px; }

.newstitle {
	font-weight: bold;
	font-size: 1.2em;
}

.newsdate {
	color: #999999;
	font-size: .9em;
	font-style: italic;
	margin-left: 5px;
	height: auto;
}

.newscontent {
	margin-left: 15px;
	color: #fafafa;
	height: auto;
}

#latestTattoos {position: absolute; width: 210px; top: 0px;	left: 280px; height: auto; min-height: 250px; 	padding-top: 10px; padding-right: 10px;	text-align: center; }

.latestImagesThumbnail {
	height: auto;
	float: right;
	width: 100px;
	/*padding-left: 10px;*/
	margin-bottom: 10px;
}


.transbox {
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
}



#statue {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 305px;
	height: 441px;
	background: url('images/statue.png');
}



#contact {
	width:705px;
}


fieldset {
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
}


label {
	width: 150px;
	vertical-align:top;
	float: left;
}

.submit {
	float: right;
}

input {
	padding: 2px;
	border: 1px solid #fff;
	background: #000;
	color: #666666;
	margin-bottom: 4px;
}

textarea {
	height: 10em;
	padding: 2px;
	border: 1px solid #fff;
	background: #000;
	color: #666666;
	margin-bottom: 4px;
}

#captcha {
	position: relative;
	left: 150px;
	margin-bottom: 2px;
}


#googlemap { margin: 0 auto; margin-top: 100px;}
#googlemap a:link, #googlemap a:visited { color: #000; }
#googlemap a:hover {text-decoration: underline;}


.error {
	color: #CCFF00;
}

.error:after {
	content: "*";
}




#artistProfile #artistInfo {  width: 400px; height: auto; min-height: 400px; text-align: justify; font-size: 1.2em; 	border: 1px solid #000; background: url('images/transbkgd.png'); padding: 4px; }
#artistProfile #artistInfo img { height: auto; width: auto; padding: 4px;}
#artistProfile #latestTattoos { position: absolute; top:10px; left: 450px; text-align: left; width: 300px; }
#artistProfile #latestArtwork { position: absolute; top: 260px; left: 450px; text-align: left; width: 300px; }


/* @group Gallery */

#gallery {
	position: relative;
	width: 745px;
	top: 0px;
	left: 0px;
}


#gallerynowViewingTop {
	
}

#gallerybreadcrumbs {
	position: relative;
	top: 0px;
	left: 5px;
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
	width: 705px;
	height: 20px;
	vertical-align: middle;
	padding: 4px;
}

#galleryartistInfo {
	
	position: relative;
}

#galleryartistInfo h2 {
	padding: 0px;
}

#galleryartistInfo a:link, #galleryartistInfo a:visited { font-style: italic; }
#galleryartistInfo span { margin-left: 15px; position: relative; top: -15px; }


#galleryimageTitle h2 {
	padding: 0px;
	color: #CCCCCC;
}

#galleryimageInfo {
	position: absolute;
	top: 50px;
	width: 280px;
	left: 5px;
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
	padding: 4px;
	height: 462px;
}


#galleryemailtofriendTop {
	position: absolute;
	right: 0px;
	top: 50px;
	height: auto;
}

#galleryemailtofriendBottom {
	position: absolute;
	top: 580px;
	right: 0px;
	height: auto;
}

#galleryimage {
	position: absolute;
	top: 50px;
	left: 300px;
	height: 450px;
	width: 400px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	background: url('images/transbkgd.png');
}

#galleryimage > #bottomnavigation { position: absolute; bottom: 0px; right: 0px;}

#galleryTravelDates {
	text-align: center;
	border: 1px solid #000;
	height: auto;
	padding: 4px;
	width: 300px;
}

#gallerykeywords {
	position: relative;
	top: 150px;
	margin-top: 20px;
	left: 10px;
	height: auto;
	width: 260px;
	min-height: 30px;
}

#gallerynowViewingBottom {
	position: absolute;
	bottom: 0px;
}

#gallerytravelDates {
	position: absolute;
	top: 500px;
	left: 15px;
	height: auto;
	border: 1px solid #000;
	text-align:center;
	padding: 4px;
	width: 300px;
}

#galleryTravelDates {
	visibility:hidden;
}



a#nextlink::after { content: ' >'; }
a#previouslink::before { content: '< '; }



/* @end */

/* @group Thumbs */
#thumbsgallery {
	width: 500px;
}

#thumbsArea {
	position: relative;
	top: 30px;
	width: 745px;
}

#thumbsbreadcrumbs {
	position: relative;
	top: 5px;
	left: 0px;
}

#thumbsNavTop {
	position: relative;
	top: 10px;
	width: 300px;
	left: 0px;
}

#thumbsNavTop a {
	padding-left: 5px;
}

#thumbsNavTop form {
	float: left;
}

.thumbsThumbnail {
	float: left;
	text-align:center;
	width: 140px;
	padding: 2px;
}


.thumbsThumbnail img {
	border: 0px;
}
.thumbsThumbnail img:hover {
	border: 0px;
}


#thumbsNavBottom {
	position: relative;
	top: 40px;
	width: 300px;
	left: 15px;
}
#thumbsNavBottom form {
	float: left;
}

#thumbsNavBottom a {
	padding-left: 5px;
}

/* @end */





/* breadcrumbs stuff */
#bread {
	color: #ccc;
	padding: 3px;
	margin-bottom: 25px;
	height: 0px;
	}

#bread ul {
	margin-left: 0;
	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";
	color: #ff9;
	}
	
#bread ul li#first:before {
	content: " ";
	}
	




#galleriesTattoos {
	width: 600px;
	height: 150px;
	margin-left: 80px;
	text-align:  center;
	margin-bottom: 100px;
}

#galleriesArtwork {
	width: inherit;
	height: 250px;
	margin-left: 80px;
	text-align:  center;
}

.galleriesThumbnail {
	width: 75px;
	float: left;
	padding-left: 25px;
	padding-bottom: 5px;
}
	

	

.tattooArtist {
	padding: 2px; 
	height: auto;
	border: 1px solid #000;
	background: url('images/transbkgd.png');
	min-height: 150px;
	font-size: 1.1em;
	
}

.tattooArtist img {
	height: auto;
	min-height: 100px;
	padding: 5px;
	margin-bottom: 10px;
}



.tattooArtist .content { height: auto; margin-bottom: 10px;}


.piercer {
	padding: 2px;
	height: auto;
	border: 1px solid #000;
	border: 1px solid #000;
	background: url('images/transbkgd.png');
	min-height: 250px;
}

.piercer img {
	padding: 5px;
}

