/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */
/* Color Palette
#9f5668 mauve browser background
#00b4db blue link color
#de5582 pink for link hover, headlines
#d5f2f8 light highlight blue around nav buttons
#574437 the brown
#817269 brownish gray for box borders */

body {
background-color: #9f5668; /* mauve color for browser window background color */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #574437;
font-size: 85%;
}

p {
  margin-bottom: 12px;
  margin-top: 4px;
  
}




table
{

margin-left: auto;
margin-right: auto;

}






h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #de5582;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 20px;
margin-bottom: 2px;

}

h1 {
font-size: 26px;
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 none #574437;
text-align: center;
}

h2 {
font-size: 20px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 none #574437;
}

h3 {
font-size: 16px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;

}

h4 {
font-size: 16px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px dotted #574437; padding: 2px;
}



blockquote {
margin: 12px 56px;
color: #574437;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0px none #69605A;
padding: 5px;
}

a:link img {
border: 0px none #574437;
padding: 5px;
}


/* -- General Link Styling -- */

a:link {
color: #00b4db; 
text-decoration: underline;
}

a:visited {
color: #00b4db;
text-decoration: underline;
}

a:hover {
color: #de5582;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0px solid #000000;   /* this is the border between the site and the browser background */
}

#Header {
position: relative;
height: 225px;		/* Set height of header image here */
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 220px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 199px;               /* 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: 219px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -219px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
height: 80px;
padding: 0px;
border-top: 0px solid #f0f5fb;		/* line in between the footer and the page above it */
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 10px auto;
background-image: url(../image-files/background.gif);
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/background.gif);
background-repeat: repeat-y;
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-image.jpg);
background-repeat: no-repeat;
background-color: transparent;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #574437;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #574437;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
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 0 1px 1px;   /* moves nav heading text in relation to line below it -- */
font-size: 110%;
color: #574437;
text-decoration:none;
border-bottom: 2px solid #574437;
margin: 12px 20px;			/* space around the heading line between it and wrapper-- */
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 18px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #fff;        /* tan, for button and RSS box backgrounds -- */
border: 0px solid #8f8fb3;		/* this creates a box around the nav button -- */
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #574437;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 1px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #574437;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 1px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #de5582;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 1px 4px;
background-color: #d5f2f8;   /* 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: #fff;
text-align: center;
}

.ExtraNav a:link {
color: #574437;
text-decoration: none;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #574437;
text-decoration: none;
}

.ExtraNav a:hover {
color: #de5582;
background-color: #d5f2f8;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 183px;
right: 75px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
border-top: 1px dotted #69605A;
margin: 15px auto 15px auto;
padding: 4px;
color: #574437;
}

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;
}

.TopPicks {          
background-color: #fff;
width: 140px;
height: 210px;
border-right: 1px dotted #574437;
margin: 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #574437;				/* text color */
}

.TopPicks h4 {		/* headline of box */
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.TopPicks img {
border: 1px dotted #574437;
padding: 4px;
text-align: center;

}

.TopPicks p {
font-size: 80%;
padding: 0 15px;
line-height: 120%;
}

.TopPicksLast {          
background-color: #fff;
width: 140px;
height: 210px;
border-right: 0px dotted #574437;
margin: 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #574437;				/* text color */
}

.TopPicksLast h4 {		/* headline of box */
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.TopPicksLast img {
border: 1px dotted #574437;
padding: 4px;
text-align: center;

}

.TopPicksLast p {
font-size: 80%;
padding: 0 15px;
line-height: 120%;
}


.HubBox {          
background-color: #fff;
width: 155px;
height: 220px;
border: 1px dotted #574437;
margin: 0 0 18px 15px;
text-align: center;
float: left;             /* adding float enables text to flow around it */
color: #574437;				/* text color */
}

.HubBox h4 {		/* headline of box */
margin: 0;
padding: 2px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
text-align: center;
color: #574437;
border-bottom: 0px solid #574437;
background-color: #fff;
}

.HubBox img {
border: 0px dotted #574437;
padding: 4px;


}

.HubBox p {
font-size: 80%;
padding: 0 10px;
margin-bottom: 5px;
line-height: 130%;
}


.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #574437;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #574437;				/* text color */
}

.ReminderBox h4 {		/* headline of box */
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: #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;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
line-height: 170%;
border-top: 1px solid #574437;
border-bottom: 1px solid #574437;
margin: 0 auto 12px auto;
padding: 4px;
clear: both;
}

.ReturnToNavBox ul {
margin-top: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fff;
border: 1px solid #574437;
margin: 8px auto 10px 15px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.LineAbove {
border-top: 1px dotted #574437;
padding: 4px 0 0 0;
}

.Clear {
clear: both;
}


.Credit {
font-size: 70%;

color: #574437;
}



.Caption {
font-size: 70%;

color: #574437;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.LinkLook {
color: #00b4db;
text-decoration: underline;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.RightHub {
float: right;
border: 1px solid #574437;
margin: 12px 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;
}