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

body {
background-image:url(../image-files/browser-background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #fff;     /* white color for browser window background color */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #3D0000;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
text-align: center;
font-size: 200%;
}

h2 {
text-align: center;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-image: url(../image-files/h2-border.gif);           /* Brown dotted line for H2 bottom border */
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 10px; 
font-size: 150%;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 120%;
}

blockquote {
margin: 12px 56px;
color: #451b1f;      /* Dark Brown for blockquote, RSSbox & ReminderBox text, Nav button & ReminderBox Title bg */
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */

a:link {
	color: #0052A3;          /* Darker blue */
	text-decoration: underline;
}

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

a:hover {
color: #E34622;              /* Orange, used for lit buttons @ navbars & all link hover */
text-decoration: underline;
}

/* General link in Footer */
#Footer a:link {
color: #451b1f;
text-decoration: underline;
}

#Footer a:visited {
color: #451b1f;
text-decoration: underline;
}

#Footer a:hover {
color: #E34622;
text-decoration: none;
}

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

#PageWrapper {
width: 960px;
}

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

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

#ContentColumn {
	margin-top: 45px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
}

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

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

#Footer {
clear: both;
width: 100%;
padding: 8px 0 18px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
text-align: center;
padding: 0 18px;
}

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

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

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

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

#NavColumn {
background-image: url();
background-repeat: repeat-y;
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(../image-files/footer-background.jpg);
background-position: bottom;
background-repeat: no-repeat;
text-align: center;
font-size: 85%;
}

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

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 100%;
color: #3D0000;
text-align: center;
}

#ExtraColumn h4 {
padding: 0;
font-size: 100%;
color: #3D0000;
text-align: center;
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: 100%;
color: #3D0000;
text-align: center;
margin: 12px 0;
background-image: url(../image-files/nav-h3-border.gif);		/* Smaller Brown dotted line for Nav H3 bottom border */
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 10px;
}

/* -- Nav List -- */

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

.Navigation li {
background-color: #451b1f;        /* dark brown, for navigation buttons -- */
border: 1px solid #451b1f;		  /* DO NOT del this line or set to 0px, IE6's nav height will be a mess(too big) */
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

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

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

.Navigation a:hover {
	color: #fff;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #8F2828;   /* Orange, used for lit buttons @ navbars & all link hover */
	text-decoration: none;
}

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

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

.ThumbnailLink {
text-align: center;
}

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

.ThumbnailLink a:visited .Caption {
text-decoration: none;
}

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

/* -- 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;
text-align: center;
padding: 0 8px 0 0px;
}

.ExtraNav a:link {
	color: #451b1f;
	text-align: center;
	white-space: nowrap;
}

.ExtraNav a:visited {
	color: #451b1f;
	white-space: nowrap;
}

.ExtraNav a:hover {
	color: #8F2828;
	text-decoration: none;
	white-space: nowrap;
}

#Header .ExtraNav {
	font-size: 85%;
	position: relative;
	top: 40px;
	left: 50px;
	margin: 0 400px 0 0;
}

#Header .ExtraNav a:link {
	color: #451b1f;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}

#Header .ExtraNav a:visited {
	color: #451b1f;
	white-space: nowrap;
	text-decoration: none;
}

#Header .ExtraNav a:hover {
	color: #220000;
	text-decoration: underline;
	white-space: nowrap;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
}

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

.CalloutBox {
background-image: url(../image-files/calloutbox.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #fae0d3; 		/* same bg color used in calloutbox-food.jpg, for longer text */
width: 85%;
border: 1px dotted #3D0000; 
margin: 18px auto 24px 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-image: url(../image-files/reminderbox.jpg);
background-position: bottom right;
background-repeat: no-repeat;
background-color: #FFFFFF; 		/* same bg color used in reminderbox-food.jpg, for longer text */
width: 24%;
border: 1px solid #451b1f;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #451b1f;
}

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

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

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

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

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

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

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

.ReturnToNavBox {
background-color: #FFFFFF;
width: 100%;
border-top: 2px dotted #3D0000;
border-bottom: 2px dotted #3D0000;
margin: 24px auto 12px auto;
padding: 4px 0px; 
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fff;
border: 1px solid #451b1f;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #451b1f;
line-height: 120%;
text-align: center;
}

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

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #3D0000;
display: block;
line-height: 150%;
margin-bottom: 3px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
border: 1px solid #3D0000;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
border: 1px solid #3D0000;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
border: 1px solid #3D0000;
}

