/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

ul
{list-style-type : none;}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* Search Engine Layer - HIDDEN */
.seo {
	visibility: hidden;
	display:none;
}

body
{
	font:11px arial, sans-serif, tahoma;
	line-height:15px;
	color: #666666; 
	font-weight:normal;	
}	


/* Use main_style to control line height in Main Content, not td*/
td
{
	font:11px arial, sans-serif, tahoma;
	line-height:15px;	
	color: #666666; 
	font-weight:normal;	
}

p
{
	font:11px arial, sans-serif, tahoma;
	line-height:15px;
	color: #666666; 
	font-weight:normal;	
}

/* BODY LINKS */
a:link
{
	font:11px arial, sans-serif, tahoma;
	/*background-color: #ffffff; */
	color: #666666;
	text-decoration: underline;
}

a:visited 
{
	font:11px arial, sans-serif, tahoma;
	/*background-color: #ffffff; */ 
	color: #666666;	
	text-decoration: underline;
}

a:active 
{
	font:11px arial, sans-serif, tahoma;
	/*background-color: #ffffff; */ 
	color: #666666;
	text-decoration: underline;
}

a:hover 
{
	font:11px arial, sans-serif, tahoma;
	/*background-color: #ffffff; */ 
	color: #666666;
	font-weight:normal; 
	text-decoration: underline;
}
/* END BODY LINKS */


/*COPPER, copper color used in Artist Name and links to artist site*/
.copper
{
	color:#a28468;
	font-size: 11px;
}

/* TITLE, Gold Color used as title*/
.title
{
	color:#fd9800;
}

.title_bold
{
	color:#fd9800;
	font-size: 12px;
	font-weight: bold;
}

.title_gold
{
	color:#fd9800;
	font-size:22px;
	font-weight: normal;
	letter-spacing: 2px;
}

/* Grey Dark color used for artist/apprentic name atop main image*/
.grey_dark
{
	color:#666666;
}

/* Grey Light color used for trade title (artist, apprentice...)*/
.grey_light
{
	color:#666666;
}

/* Grey Light color used for trade text (artist, apprentice...)*/
.grey_light_small
{
	color:#666666;
	font-size: 10px;
}

/* Grey Light color bold used for story right side of page, bottom*/
.story
{
	color:#666666;
	font-size:11px;
	font-weight: bold;
}

.rose
{
	color:#c15e4b;
	font-weight: bold;
	letter-spacing: normal;
}

/* Used in Top Navigation when the text is NOT a linl*/
.topnav_white
{
	color: #ffffff; 
	font-size: 11px; 
	line-height:15px;	
	font-weight: bold;
}

/*TOPNAV LINKS*/
a.topnav:link {color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
a.topnav:visited {color:#ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
a.topnav:active {color:#ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
a.topnav:hover {color:#ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
/* END LINKS */

/*THEME NAV LINKS*/
a.themenav:link {color: #ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
a.themenav:visited {color:#ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
a.themenav:active {color:#ffffff; font-size: 11px; font-weight: normal; text-decoration: none;}
a.themenav:hover {color:#ffffff; font-size: 11px; font-weight: normal; text-decoration: underline;}
/* END LINKS */


/* AUDIO VIDEO LINKS*/
a.av:link {color: #666666; font-size: 10px; font-weight: normal; text-decoration: none;}
a.av:visited {color:#666666; font-size: 10px; font-weight: normal; text-decoration: none;}
a.av:active {color:#666666; font-size: 10px; font-weight: normal; text-decoration: none;}
a.av:hover {color:#666666; font-size: 10px; font-weight: normal; text-decoration: underline;}
/* AUDIO VIDEO LINKS */

/* COPPER ARTIST NAME LINKS*/
a.coppername:link {color:#a28468; font-size: 11px; font-weight: bold; text-decoration: none;}
a.coppername:visited {color:#a28468; font-size: 11px; font-weight: bold; text-decoration: none;}
a.coppername:active {color:#a28468; font-size: 11px; font-weight: bold; text-decoration: none;}
a.coppername:hover {color:#a28468; font-size: 11px; font-weight: bold; text-decoration: underline;}
/* END COPPER ARTIST NAME LINKS */

/* COPPER ARTIST EMAIL LINKS */
a.copper:link {color:#a28468; font-size: 10px; font-weight: normal; text-decoration: none;}
a.copper:visited {color:#a28468; font-size: 10px; font-weight: normal; text-decoration: none;}
a.copper:active {color:#a28468; font-size: 10px; font-weight: normal; text-decoration: none;}
a.copper:hover {color:#a28468; font-size: 10px; font-weight: normal; text-decoration: underline;}
/* END COPPER ARTIST EMAIL LINKS */


.search_listbox
{
	border-top-style: none;
	border-top-width: 0px;
	border-top-color:#bebebe;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#ffffff;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#ffffff;
}

.topnav_listbox
{
	border-top-style: none;
	border-top-width: 0px;
	border-top-color:#c15e4b;;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#d27860;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#d27860;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#d27860;
}

.submit
{
	font:11px arial, sans-serif, tahoma;
	line-height:20px;
	color: #000000; 
	font-weight:normal;	
	height:20px;	
}	

/* FOOTER CONTROLS */
.footer
{
	font:10px arial, sans-serif, tahoma;
	line-height:12px;
	font-weight:bold;
	color:#ffffff;
	padding: 3px 0px 0px 0px;
	background-color: #cccccc;
}

/*FOOTER LINKS*/
a.footer_link:link {color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:visited {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:active {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:hover {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: underline;}
/* END FOOTER LINKS */


