/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image: url(http://www.antique-marks.com/image-files/antique-bg.gif);
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

.topper {
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 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(http://www.antique-marks.com/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;
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(http://www.antique-marks.com/image-files/background.jpg);
background-repeat: repeat-y;
background-color: #fff;
}

#Header {
background-image: url(http://www.antique-marks.com/image-files/logo-home.jpg);
background-repeat: no-repeat;
background-color: #deb87c;
background-position: top left;
}

#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: black;
}

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: #C60;
}

.BoxRight {           /* left side container */
background-color: #FBF8E9;
width: 45%;
margin: 0 15px 10px 0;
float: right;
color: #C60;
}

.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: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: 900;
color: #333;
line-height: 120%;
text-align: center;
}


/* ------ 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;
}
