/* style.css */
/* Style sheet for project: Blacksmith - Hand-Forged Iron */

body { background-color: #FFFFFF;
		background-image: images/stripes.gif;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 0; 
		font-size: 10px;
		}

/* ____________ LINKS ____________ LINKS ____________ LINKS ____________ LINKS ____________ LINKS   */

/* TOP Menu box: Order | Email */
td { border-width: 0; padding: 0;}
td#top { background-color: #5E7863;
		border-bottom: 2px solid rgb(60, 76, 64); 
		border-top: 1px solid rgb(60, 76, 64);
		}
/* TOP Menu Links: Order | Email */		
#toplinks a {color: #F9F9DD; 
		padding-left: 40; 
		padding-right: 40; 
		font-style: italic; 
		font-weight: bold;
		font-size: 12px;
	}
div#toplinks a:hover {text-decoration = underline; color: #FFFFFF;}


/* BOTTOM Menu Links: Help | Designed By | Copyright */		
div#bottom {color: #F9F9DD;  
		font-size: 11px;
	}
	
div#bottom a {color: #F9F9DD;  
		font-size: 11px;
	}
div#bottom a:hover {text-decoration: underline; color: #FFFFFF}

#menu img {
	vertical-align:bottom;
	padding:'20' '4' '0' '4'
	}

/* LEFT Links: Gallery of my work | Artistic Philosophy | About the Forge | Biography | How to Commission Original Work, etc. */
td#side {color: #B8AB79;
		font-size: 18px;
		font-weight: bold;
		text-indent: 6;
		padding:'4' '4' '4' '4' ;
		padding-top: 10;
	}
td#side a {display: block; 
		margin: 0;
		padding: 1px; 
		font-weight: normal;
		color: #FFFFFF;
		text-indent: 12;
		font-size: 12px;
		}
		
/* Generic Page Links -- on any detail pages */
a:link, a:visited {
		color: #0000FF;
		text-decoration: none;
		font-size: 12px;
		}	
a:hover {text-decoration: underline;}

/* Titles:  About the Forge, etc. */
tr#title { background-color: #5E7863;}
tr#title td {text-indent: 8; padding-bottom: 3;
		border-top: 1px solid #A2B4A5;
		border-left: 1px solid #A2B4A5;
		/*border-right: 1px solid #455A4A);*/
		border-bottom: 1px solid #455A4A;
		}
		
			
/* ____________ STAGE ____________ STAGE ____________ STAGE ____________ STAGE ____________ STAGE   */
td#page img {
	border-bottom-style: ridge;
	border-color:#33FF33;
	padding:'4' '4' '4' '4' ;
	caption-side:right;
	}

div#pagetext {display: block;
		color: #0E0B09;
		font-size: 11px; 
		font-weight: normal;
		padding-top: 5;
		padding-left: 15;
		padding-right: 15;
		text-indent: 20;
		}

/* Subtitles: Names of specific art pieces, etc. */
div#subtitle { text-indent: 15; 
		font-size: 12px;
		font-weight: bold;
		padding-top: 16;
		}
tr#subtitle td a {color: blue; font-size: 12; font-weight: bold; text-decoration: none;}
tr#subtitle td a:hover {text-decoration: underline;}

/* OR */
td#middle {text-indent: 27; font-size: 36px; color: #D0E3D4; font-style: italic; font-weight: bold; } 


/* ROW BG colors for page details; lite = yellow, dark = tan */	
tr#details {background-color: #FFFFF1;}
tr#details td {padding-top: 4; padding-bottom: 4; text-indent: 36; }

tr#list {background-color: #FFFFF1;}
tr#list td {padding-top: 1; padding-bottom: 2; text-indent: 0;}
tr#list_ALT {background-color: #F6F7E2;}
tr#list_ALT td {padding-top: 1; padding-bottom: 2; }
/* Text headers for Page titles and Subtitles */
.head2 {font-size: 18px; color: #FFFF33; }
.head1 {font-size: 16px; color: #0033FF; }
.head2B {font-size: 22px; color: #FFFFFF; font-weight: bolder; }
.head1B {font-size: 18px; color: #5E7863 ; font-weight: bolder; }

/* Just regular page text */
.text12 {font-size: 12px;}
.text11 {font-size: 11px; }
.text10 {font-size: 10px; }
.text9 {font-size: 9px; }
.text12B {font-size: 12px; font-weight: bolder;}
.text11B {font-size: 11px; font-weight: bolder;}
.text10B {font-size: 10px;  font-weight: bolder;}
.text9B {font-size: 9px; font-weight: bolder;}

.text12_hilite {font-size: 12px; color: #990000}
.text12B_hilite {font-size: 12px; color: #990000; font-weight: bold; }

/* Special fX text: signature text */
.fine {font-size: 6px; color: #333333; }
div#signature {font-size:18px; color:#555555; background-color: #000000;}
div#signature a {font-size:18px; color:#555555; background-color: #000000;}
div#signature a:hover {text-decoration: underline;}

.info {
		color: #D1D1AE;
		text-decoration: none;
		font-size: 16px;
		padding-left: 3; 
		padding-right: 2; 
		font-weight: bold;
		font-style: italic;
		font-family: Times New Roman, Times, serif;
		}	
			
#r17 {color: maroon; }

/* Styles for galleries */
.mainCenter {
	height:100%;
}

a 			{ text-decoration: none; font-weight:normal;} 
a:hover		{ text-decoration: underline;}

.banner {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
}

.image {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
}


