/* cmsms stylesheet: AM-headings modified: Monday, July 8, 2024 8:52:08 PM */
div#content h3#home {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/welcome.gif") no-repeat;
}

div#content h3#about-us {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/about.gif") no-repeat;
}

div#content h3#contact-us{
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/contact.gif") no-repeat;
}

div#content h3#restoration {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/restoration.gif") no-repeat;
}

div#content h3#lanterns {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/lanterns.gif") no-repeat;
}

div#content h3#chandeliers {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/chandeliers.gif") no-repeat;
}

div#content h3#furniture-metalwork {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/metalwork.gif") no-repeat;
}

div#content h3#links {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/links.gif") no-repeat;
}

div#content h3#samples {
text-indent: -999px;
width: 500px;
height: 45px;
background: url("images/cms/samples.gif") no-repeat;
}
/* cmsms stylesheet: AM-layout modified: Tuesday, November 17, 2020 10:36:53 AM */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
link styles for the content box.  Normally we would have overall link styles, but this is interfering with image links etc, so just set for content.  If want other styles eg footer, place elsewhere.
*/
/* set all links to have underline and bluish color */
div#contentbox a,
div#contentbox a:link 
div#contentbox a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

div#contentbox a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
div#contentbox a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background: #ffffff url("http://www.antiquemetals.co.uk/images/cms/AM-bg.gif") repeat-x;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   width: 900px;   /* IE wont understand these, so we will use javascript magick */
   background-color: #ffffff;
   color: black;
}


/*** header ***/
div#header {
   height: 100px;    /* adjust according your image size */
   background: #ffffff;
position: relative;        
}

div#header h1 {
position: absolute;
top: -500px;  /* this hides the text */
}

div#header h2{
position: absolute;
top: -400px;  /* this hides the text */
}

div#header img#sign{
position: absolute;
top: 0; 
right: 0;
}

div#header img#tagline{
position: absolute;
top: 25px; 
left: 25px;
}


 div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   margin-right: 300px; /* this will give room for sidebar to be on the right side, make sure this space is bigger than sidebar width */
   margin-left: 20px; /* and some air on the left */
margin-top: 30px;
}

div#contentbox {
background: #fdfdfd url("http://www.antiquemetals.co.uk/images/cms/AM-main-bg.gif") repeat-x bottom center;
}

div#sidebar {
   float: right;        /* set sidebar on the right side. Change to left to float it right instead. */
   width: 180px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-right: 60px;
margin-top: 80px;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background: #920730 url("http://www.antiquemetals.co.uk/images/cms/AM-footer-grad.gif") repeat-x
}

div#footer p {
   font-size: 0.9em;
   padding: 1em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */

div#content h3 {
   color: #980a39; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 10px 14px 20px;;
}
div#content h4 {
   color: #980a39;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 10px 10px 20px;;
}
div#content h5 {
   color: #920730; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 10px 8px 20px;;
}
h6 {
   color: #920730;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 10px 6px 20px;;
}
/* END HEADINGS */

/* TEXT */
p {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 1.1em;
   margin: 0 10px 14px 20px; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

img.sample {
padding: 5px;
border: 1px solid #920730;
margin-right: 10px;
background: #ffffff;
}

img.sampleleft {
float: left;
padding: 5px;
border: 1px solid #920730;
margin-right: 10px;
background: #ffffff;
}

blockquote {
   border-left: 2px solid #ddd;
   margin: 0 10px 10px 30px;
padding-left: 8px;
font-style: italic;
line-height: 1.4em;
font-family: arial;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
margin: 0;
padding: 0;
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
margin-left: 140px;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 5em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* cmsms stylesheet: AM-menu modified: Tuesday, November 17, 2020 10:36:53 AM */
/********************
MENU
*********************/
#menu_vert {
   margin-left: 1.5em;
   margin-bottom: 30px;
margin-top: 30px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border: 1px solid #c0c0c0;
   display: block;
   margin-bottom: 0.5em;
   background: url("http://www.antiquemetals.co.uk/images/cms/AM-menu-button.jpg") no-repeat center left;
}

#menu_vert ul ul li {
   border: none;
margin-bottom: 0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.7em 0.5em 0.7em 1.5em; /* some air for it */
   color: #980a39; /* this will be link color for all levels */
font-weight: bold;
  /* background: url("http://www.antiquemetals.co.uk/images/cms/AM-arrow-right.gif") no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.2em 0.5em 2em;
   background-position: 1.5em center;
}



/* hover state for all links */
div#menu_vert a:hover {
   background: url("http://www.antiquemetals.co.uk/images/cms/AM-menu-button2.jpg") no-repeat center left;
}

div#menu_vert ul li a:hover {
   background: url("http://www.antiquemetals.co.uk/images/cms/AM-menu-button2.jpg") no-repeat center left;
}


div#menu_vert a.activeparent:hover {
   background-color: #ffffff;
   color: #980a39;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page ie when click on a submenu, the style of the parent 
*/
div#menu_vert li a.activeparent {
 /*  background: url(http://www.antiquemetals.co.uk/images/cms/arrow-down.gif) no-repeat 0.4em center;
   background: url("http://www.antiquemetals.co.uk/images/cms/AM-menu-button2.jpg") no-repeat center left; */
background-color: #c0c0c0;
   color: #980a39; 
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
  /* background: url(http://www.antiquemetals.co.uk/images/cms/AM-arrow-active.gif) no-repeat 0.4em center;*/
   background-color: #c0c0c0;
   display: block; 
   padding: 0.7em 0.5em 0.7em 1.5em;  /* some air for it */
   color: #980a39;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #980a39;       
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url("http://www.antiquemetals.co.uk/images/cms/AM-arrow-active.gif") no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* cmsms stylesheet: Accessibility modified: Tuesday, November 17, 2020 10:36:53 AM */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: AM-home-test modified: Tuesday, November 17, 2020 10:36:53 AM */
/*extra stuff*/

div#main #picture-nav {
width: 140px;
float: left;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}

div#content div#main div#picture-nav h4 {
font-size: 1.2em;
margin: 0;
padding: 0;
margin-top: 0.5em;
}


div#content div#main div#picture-nav h4 a{
color: #980a39; 
text-decoration: none;
}
