/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color:#000000;
background-image: url(../image-files/backgroundpdx.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
margin: 0;
padding: 0;
font-family: Tahoma, Geneva, 'Arial Black', Gadget, sans-serif;
color: #3C2301;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #3A0501;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 40px;
margin-bottom: 40px;
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #3A0501;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #C4C4C4;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
padding: 10px;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
border: 0px solid transparent;
}

#Header {
position: relative;
height: 162px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 212px 0 212px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -970px;        /* 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: -182px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0;
border-top: 0px solid transparent;
height: 390px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/bodycopypdx.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/headerpdx.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/contentheadpdx.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/footerpdx.jpg);
background-repeat: no-repeat;
background-color: transparent;
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #3C2301;
}

#ExtraColumn {
text-align: center;
font-size: 90%;
color: #3C2301;
}

#NavColumn h4 {
font-size: 90%;
color: #3C011B;
margin-top: 8px;
}

#ExtraColumn h4 {
font-size: 90%;
color: #3C011B;
margin-top: 8px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Tahoma, Geneva, 'Arial Black', Gadget, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0 0 0 8px;
font-size: 110%;
color: #3C011B;
border-bottom: 1px solid #C4C4C4;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 8px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #FCCDFF;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #C4C4C4;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
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: purple;
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: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #C4C4C4;   /* 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;
margin: auto;
padding: auto;
}

.ThumbnailLink a:link {
text-decoration: none;
}

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

.ThumbnailLink img {
padding: 0;
}

.ThumbnailLink img:hover {
border: 1px dotted red;
}

.ThumbnailLink img:visited {
border: 0px solid;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Tahoma, Geneva, 'Arial Black', Gadget, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #FFB765;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #C4C4C4;
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-color: #ddd;
width: 24%;
border: 1px solid #C4C4C4;
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%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 10px 10px 10px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
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: #transparent;
width: 40%;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #FCCDFF;
border:2px solid #C4C4C4;
margin: 8px auto 20px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3A0501;
line-height: 120%;
text-align: center;
}

/* -- Socialize Box -- */

#Socializebox {
background-color: #FCCDFF;
border: 0 solid #C4C4C4;
}

/* -- Content Box -- */

#Contentbox {
background-color: #FCCDFF;
border: 1px solid #C4C4C4;
padding: 12px;
}

/* -- Simple Table -- */

#Simpletable table {
border-collapse:collapse;
border: 1px dotted #C4C4C4;
padding:5px 10px 4px 10px;
}
#Simpletable td {
border: 1px dotted #C4C4C4;
padding:5px 10px 4px 10px;
}
#Simpletable th {
border: 1px dotted #C4C4C4;
padding:5px 10px 4px 10px;
background-color:#FCCDFF;
}


/* ------ Section 7 - Frequently Used Styles ------ */

li{
margin-bottom: 10px;
}

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

#Footer p {
vertical-align: bottom;
}

#Footer img {
padding: 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;
}

.ItemBottom {
margin: auto auto 12px auto;
text-align: center;
}