/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image: url(../image-files/antique-bg.gif); /* dark blue image for window bgrd color */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1 {
margin:0px;
padding: 120px 0 0 260px;
background-color: transparent;
font-size:36px;
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
color:#1d487e;
text-align: left;
}

h1 a:link {
color: #1d487e;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

h1 a:visited {
color: purple;
text-decoration: none;
}

h1 a:hover {
color: red;
background-color: transparent;
}

h2, h3, h4, h6 {
background-color: transparent;
color: #1d487e;
clear: both;
}

h3, h4, h6 {
margin-top: 14px;
}


h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size:18px;
margin-top: -14px;
border-bottom: 0px solid #8f8fb3;
}

.righth2 {
clear: both; 
margin: 10px auto; 
padding: 2px 0px 2px 4px; 
border-bottom: none;
background: url(../image-files/bg-right.gif) no-repeat; 
font-family: "verdana",arial,sans-serif; 
color: #29425A; 
font-size: 90%;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size:14px;
border-bottom: 0 solid #8f8fb3;
}

h5 {
padding: 0 0 0 320px;
margin:0px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
color: #1d487e;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: Tahoma, Geneva, sans-serif;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #036; 
text-decoration:none;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #deb87c;   /* tan matching headlines and borders */
}

#Header {
position: relative;
height: 250px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-color: #fff;
}

#Header {
background-image: url(../image-files/logo-home.jpg);
background-repeat: no-repeat;
background-color: #deb87c;
background-position: top left;
}

#Header .AMS {
background-image: url(../images/logo-antiques-shop.jpg);
height: 250px;
}

#Header .MN {
background-image: url(../image-files/logo-meissen.jpg);
height: 250px;
}

#Header .MNS {
background-image: url(../images/logo-meissen-shop.jpg);
height: 250px;
}

#Header .AD {
background-image: url(../image-files/logo-art-deco.jpg);
height: 250px;
}

#Header .ADS {
background-image: url(../images/logo-art-deco-shop.jpg);
height: 250px;
}

#Header .AN {
background-image: url(../image-files/logo-art-nouveau.jpg);
height: 250px;
}

#Header .AC {
background-image: url(../image-files/logo-antique-clocks.jpg);
height: 250px;
}

#Header .ACS {
background-image: url(../images/logo-antique-clocks-shop.jpg);
height: 250px;
}

#Header .AFS {
background-image: url(../images/logo-antique-furniture.jpg);
height: 250px;
}

#Header .MC {
background-image: url(../image-files/logo-moorcroft.jpg);
height: 250px;
}

#Header .RW {
background-image: url(../image-files/logo-royal-worcester.jpg);
height: 250px;
}

#Header .RWS {
background-image: url(../images/logo-royal-worcester-shop.jpg);
height: 250px;
}

#Header .RD {
background-image: url(../image-files/logo-royal-doulton.jpg);
height: 250px;
}

#Header .RDS {
background-image: url(../images/logo-royal-doulton-shop.jpg);
height: 250px;
}

#Header .RCD {
background-image: url(../image-files/logo-derby.jpg);
height: 250px;
}

#Header .RCDS {
background-image: url(../images/logo-derby-shop.jpg);
height: 250px;
}

#Header .WG {
background-image: url(../image-files/logo-wedgwood.jpg);
height: 250px;
}

#Header .WGS {
background-image: url(../images/logo-wedgwood-shop.jpg);
height: 250px;
}

#Header .AG {
background-image: url(../image-files/logo-antique-glass.jpg);
height: 250px;
}

#Header .AGS {
background-image: url(../images/logo-antique-glass-shop.jpg);
height: 250px;
}

#Header .ACN {
background-image: url(../image-files/logo-coin-collecting.jpg);
height: 250px;
}

#Header .ACNS {
background-image: url(../images/logo-coins.jpg);
height: 250px;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #deb87c;     /* orange-brown tint used in left column for header gradient */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #003;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #930;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 0px solid #fff;
margin: 2px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
border: 0px solid #8f8fb3;
margin-bottom: 2px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #036;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 0 1px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 0 1px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
padding: 2px 0 1px 4px;
background-color: #deb87c;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: tranparent;
text-align: center;
}

.ExtraNav a:link {
color: #036;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #deb87c;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 11px;
right: 5px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #deb87c;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 95%;
	border: 1px ridge #deb87c;
	margin: 10px auto 14px auto;
	padding: 4px;
	color: #333;
	-moz-border-radius: 16px 16px 16px 16px;
	-khtml-border-radius-bottomleft: 16px;
	-khtml-border-radius-bottomright: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	border-radius: 16px 16px 16px 16px;
}

div.CalloutBox p {
	margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.BoxLeft {           /* left side container */
background-color: #FBF8E9;
width: 45%;
margin: 0 0 10px 15px;
float: left; 
color: #666;
}

.BoxRight {           /* left side container */
background-color: #FBF8E9;
width: 45%;
margin: 0 15px 10px 0;
float: right;
color: #666;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
background-color: transparent;
padding: 0px;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 95%;
background-color: #F3E5C8;
border: 1px solid #C60;
margin: 5px 0px 5px 0px;
padding: 2px 2px 5px 5px;
font-size: 100%;
font-weight: 500;
color: #333;
line-height: 120%;
text-align: left;
}

.IFBox {
background-color: #FBF8E9;
border:thin #CCC;
width: 100%;
margin: 5px;
padding: 4px;
}

/* ------ Section 6a - Specific Table Format Styles ------ */

#ContentColumn table {
clear:both; 
width:98%; 
margin:1.0em 0px 0.2em 0px; 
table-layout: fixed; 
border-collapse:collapse; 
empty-cells:show; 
background-color:#FBF8E9;
}
#ContentColumn table th .top {
height:2.0em; 
padding:0 7px 0 7px; 
empty-cells:show; 
background-color:#FBF8E9; 
text-align:left; 
color: #C60; 
font-weight: bolder;
font-size:95%;
}
#ContentColumn table th {
height:2.0em; 
padding:2px 20px 2px 7px; 
border-left:solid 2px rgb(255,255,255); 
border-right:solid 2px rgb(255,255,255); 
border-top:solid 2px rgb(255,255,255); 
border-bottom:solid 2px rgb(255,255,255); 
background-color:rgb(225,225,225); 
text-align:left; 
color:#039; 
font-weight:normal; font-size:110%;
}
#ContentColumn table td {
height:2.0em; 
padding:2px 7px 2px 7px; 
border-left:solid 2px rgb(255,255,255); 
border-right:solid 2px rgb(255,255,255); 
border-top:solid 2px rgb(255,255,255); 
border-bottom:solid 2px rgb(255,255,255); 
background-color:#FBF8E9; 
text-align:left; 
font-weight:normal; 
color:#333; 
font-size:90%;
}

p.tablecaption {
clear:both; 
margin:0.5em 0 2.0em 10px; 
text-align:left; 
color:rgb(80,80,80); 
font-size:75%;
}

.item-layout4 {
	text-align: center;
	float: left;
	border-style: solid; 
	border-color: #deb87c; 
	border-width: 1px 0 0 3px; 
	}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.clear {
clear: both;
}

.Caption {
font-size: 90%;
font-weight: bold;
color: #1d487e;
display: block;
line-height: 120%;
margin-bottom:10px;
}

.bold {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #6699cc; font-weight: bold}
.small {  font-size: 8pt}
.smbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000}

.bluebold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #29425A;
}


div.feedburnerFeedBlock {
border: 1px solid #FC9;
background-color:#FBF8E9;
padding:2px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:4px;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight: normal;
display:block;
margin:12px 0 0 0;
color:#999:
}

/* -- RSS Widget -- */
div#blog-insertion {
margin:3px 3px 0px 3px; 
border: 1px solid #FCC;
padding: 0px;
vertical-align:top;
overflow:auto;
}
div#blog-credit{
margin:0px 3px 5px 3px; 
border: 1px solid #70BF1E;
padding: 0px;
vertical-align:top;
background-color: transparent;
color: #FFFFFF;
}

div#bloghead {
background-color: #69F;
color: #333;
padding-bottom:2px;
margin-bottom: 2px;
}

div#blogroll {
text-align: left;
padding-bottom: 7px;
padding-left:3px;
padding-right:3px;
font-size:0.9em;
}

A:link#bloglink {
color: blue;
text-decoration:none;	
background-color: transparent;
}

A:link#blog-source {
color: #FFFFFF;
text-decoration:none;
}   

A:visited#blog-source {
color: #FFFFFF;
text-decoration:none;
}   

A:hover#blog-source {
color: #FFFFFF;
text-decoration:none;
}   

A:active#blog-source {
color: #FFFFFF;
text-decoration:none;
}   

A:visited#bloglink {
color: #009922;
text-decoration:none;
background-color: transparent;
}


A:hover#bloglink {
color: #004422;
text-decoration:none;
background-color: transparent;
}

/* -- floats -- */
.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* -- Content 2.0 -- */
/* This controls the height of the C2 form*/ 
body .c2Form { border: 0px } /*removes border around form*/ 
body .dividerRule { border-top: 0px } /*removes horizontal rules*/ 
body .InvSquestions { font-size: 14px } 
body .titleInput { background-color:#FFFFFF; width: 98% } 
body .storyInput { background-color:#FFFFFF; height: 250px } /*height of story input box*/ 
body .vIsText_3000 { background-color:#FFFFFF; height: 250px } /*height of comment input field*/

/* This controls the layout of the C2 comments with no-date */ 
#comments td.date { 
display: none; 
} 