

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #900;
background-image: url(../images/body.jpg);	/* background color (number) can match content or be different */
background-position: center top;
background-repeat: repeat;
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #ccc;
font-size: small;
line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: transparent;
color: #ccf;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin: -3px 0 30px 0;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
font-size: 250%;
line-height: 100%;
font-style: italic;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 180%;
text-align: center;
margin-top: 50px;
padding: 100px 10px 0 20px;
background-image: url(../images/h2.gif);
background-position: center top;
background-repeat: no-repeat;
}

.firstH {	/* add this class to the h2 tag in your html file if you are using an h2 tag as the very first tag in the content column */
margin-top: 0px;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 20px;
border-bottom: 0px solid #ccf;
}

blockquote {
margin: 12px 56px;
font-size: 100%;
line-height: 20px;
}

code {
color: #999;
}

img {
border: 0 solid #ccf;
}

a:link img {
border: 0;
}

table {
border: 0px solid #ccc;
}

.ByLine {
font-size: 75%;
margin-right: 40px;
text-align: right;
text-decoration: underline;


}
.picsources {
font-size: 9px;}


/* -- General Link Styling -- */

a:link {
color: #66f; 
text-decoration: underline;
}

a:visited {
color: #939;
text-decoration: underline;
}

a:hover {
color: #fc6;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: none;
}

#Header {
position: relative;
height: 192px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* 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)  */
padding: 10px 0 0 0;
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
padding: 10px 0 0 0;
}

#Footer {
clear: both;
width: 958px;
padding: 20px 0;
margin: 0 1px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 20px 10px 0 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../images/background.jpg);	
background-position: center top;
background-repeat: repeat;
}

#Header {
background-image: url(../images/header-image.jpg);	
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../images/background.jpg);	
background-repeat: repeat-y;
background-position: left top;
}

#Footer {
position: relative;
background-image: url(../images/body.jpg);
background-repeat: repeat;
background-position: left top;
text-align: center;
font-size: 85%;
}

#Footer .Liner {
background-image: url(../images/footer-top.gif);	
background-repeat: no-repeat;
background-position: center top;
}

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

/* -- Nav Headers -- */

.Navigation h3 {
margin: 12px 0;
padding: 10px 0 18px 0;
font-size: 110%;
color: #ccf;
text-align: center;
border: none;
background-image: url(../images/nav-h3.gif);
background-position: center bottom;
background-repeat: no-repeat;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
border: none;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #ccf;
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: #ccf;
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: #ccf;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: underline;
}

.Navigation h3 a:link {
color: #ccf;
text-decoration: none;
}
.Navigation h3 a:visited {
color: #ccf;
text-decoration: none;
}
.Navigation h3 a:hover {
color: #ccf;
text-decoration: underline;
background-color: transparent; 
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
}

.ThumbnailLink a:link,
.ThumbnailLink a:link .Caption {
text-decoration: none;
color: #ccf;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #ccf;
}

.ThumbnailLink a:visited .Caption {
text-decoration: none;
color: #ccf;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Georgia, "Times New Roman", Times, serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
margin: 5px;
}

.ExtraNav a:link {
color: #ccc;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #ccc;
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:hover {
color: #fc6;
text-decoration: underline;
}

#Header .ExtraNav {
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 10px;
}

#Header .ExtraNav ul li {
display: list-item;
text-align: right;
}

#Footer .ExtraNav {
margin: 12px auto;
}




/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-image: url(../images/callout.gif);
background-position: left top;
background-repeat: repeat-y;
width: 80%;
border: 0px dotted #000;
margin: 18px auto 24px auto;
padding: 6px 4px 6px 20px;
color: #ffc;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px 13px 13px 30px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

div.CalloutBox img {
padding: 5px;
}

.infobox {
background-image: url(../images/callout.gif);
background-position: left top;
background-repeat: repeat-y;
width: 50%;
border: 0px dotted #000;
margin: 18px auto 24px auto;
padding: 6px 4px 6px 20px;
color: #ffc;
}

div.infobox p {
margin: 13px;
}

p.infobox {
padding: 13px 13px 13px 30px;
}

div.infobox h1,
div.infobox h2,
div.infobox h3,
div.infobox h4,
div.infobox h5,
div.infobox h6 {
margin: 13px 0 0 13px;
}

div.infobox img {
padding: 5px;
}


.ReminderBox {          
background-image: url(../images/reminder-side.gif);
background-position: center top;
background-repeat: repeat-y;
width: 160px;
margin: 15px 0 12px 18px;
float: right;
}

.ReminderBox h4 {
position: relative;
background-image: url(../images/reminder-top.gif);
background-position: center top;
background-repeat: no-repeat;
margin: -15px 0 0 0;
padding: 18px 15px 2px 15px;
text-align: center;
}

.ReminderBox p {
font-size: 90%;
padding: 0 15px;
line-height: 130%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 0px;
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;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 25px auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-image: url(../images/return.gif);
background-position: center top;
background-repeat: no-repeat;
margin: 20px auto 12px auto;
padding: 22px 20px 4px 20px;
}

/* -- RSS Box -- */

#RSSbox {
width: 160px;
margin: 8px auto 10px auto;
padding: 2px 2px 10px 2px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
line-height: 140%;
text-align: center;
}

#RSSbox img {
margin: 0 auto;
padding: 0;
}

#RSSbox p:first-child {
background-image: url(../images/nav-h3.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding: 0 0 18px 0;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 85%;
font-weight: bold;
display: block;
line-height: 150%;
margin: 2px 0 10px 0;
}

/* -- 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;
}
