/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #dfe5e1; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Comic Sans', cursive;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 15px;
}

h1 {
margin-top: 5px;
font-family: 'Comic Sans', cursive;
border-bottom: 0 solid #8f8fb3;
text-align: center;
color: #cb2d2e;
}

h2 {
font-family: 'Comic Sans', cursive;
border-bottom: 0 solid #8f8fb3;
color: #cb2d2e;
text-align: center;
}

h3 {
font-family: 'Comic Sans', cursive;
border-bottom: 2px solid #cb2d2e;
background-color: #000;
color: #fff;
padding: 5px;
}

h3.form { 
font-family: 'Comic Sans', cursive; 
font-size: 14pt; 
color: #000;
font-weight:bold;
text-align:center 
}

h4 { 
font-family: 'Comic Sans', cursive; 
font-size: 14pt; 
color: #808080;
font-weight:bold;
text-align:left;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

img {
border: 0 solid #c21730;
}

img.noborder {
border: none;
}


a:link img {
border: 1px solid #c21730;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #c21730;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 987px;
border: 0 solid #8f8fb3;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 230px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 199px 0 205px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 183px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -977px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 183px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -194px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
height: 95px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 5px auto;
background-image: url();
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/body-background.jpg);
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.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%;
color: #fff;
}

#NavColumn {
font-size: 95%;
color: #000;
margin-top: -20px;
}

#ExtraColumn {
font-size: 90%;
margin-top: -10px;
}

#NavColumn h4 {
font-size: 90%;
color: #cb2d2e;
background-image: url(../image-files/navheader-gradient.gif);
background-repeat: repeat-x;
height: 30px;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Comic Sans', cursive;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px;
font-size: 110%;
color: #fff;
font-weight: bold;
background-color: #cb2d2e;
border: 2px solid #fff;
margin: 12px 0;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
background-color: #000;
border: 2px solid #cb2d2e;
}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
border: 0 solid #8f8fb3;
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: #e3e6df;
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: #ec9a9c;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: ;   /* 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;
background-color: #000;
border: 2px solid #c21730;
}

.ThumbnailLink a:link {
text-decoration: none;
color: #fff;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #fff;
padding: 3px;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Comic Sans', cursive;
}

#Header .ExtraNav ul {
list-style-type: none;
padding: 0;
border-right: 1px solid #fff;
}

#Header .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
border-left: 1px solid #fff;
padding: 0 10px;
}

#Header .ExtraNav a:link {
color: #fff;
text-decoration: none;
text-align: center;
}

#Header .ExtraNav a:visited {
color: #e2e2e2;
text-decoration: none;
}

#Header .ExtraNav a:hover {
color: #fff;
background-color: #cb2d2e;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 18px;
right: 110px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
border-right: 1px solid #fff;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding: 0 7px;
}

#Footer .ExtraNav a:link {
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 10px;
}

#Footer .ExtraNav a:visited {
color: #e2e2e2;
text-decoration: none;
}

#Footer .ExtraNav a:hover {
color: #fff;
background-color: #c33d3e;
text-decoration: underline;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #e2e2e2;
background-image: url(../image-files/notepaper.jpg);
background-repeat: repeat-y;
width: 407px;
border-left: 15px solid #cb2d2e;
border-right: 1px solid #cb2d2e;
border-top: 1px solid #cb2d2e;
border-bottom: 1px solid #cb2d2e;
margin: 18px auto 24px auto;
padding: 4px;
color: #cb2d2e;
}

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: #000;
width: 24%;
border: 2px solid #cb2d2e;
margin: 0 5px 12px 10px;
float: right;             /* adding float enables text to flow around it */
color: #fff;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-image: url(../image-files/framewood.jpg);
background-repeat: repeat-x;
color: #fff;
font-size: 110%;
}

.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 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%;
margin: 15px auto 12px auto;
padding: 4px;
text-align: center;
color: #cb2d2e;
}

#NewestRecipes  {
background-color: #000;
padding: 3px;
color: #fff;
border: 1px solid #c33d3e;
margin-top: 10px;
}

#NewestRecipes h4  {
color: #fff;
background-image: url(../image-files/framewood.jpg);
background-repeat: repeat-x;
height: 25px;
font-size: 110%;
font-weight: bold;
text-align:center;
margin-bottom: -10px;
}

#NewestRecipes p  {
font-size: 9pt;
padding-left: 5px;
padding-right: 5px;
padding-top: -5px;
}

#NewestRecipes a  {
color: white;
text-decoration: none;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #fff;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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;
}

.intro {
font-weight:bold;
color: #cb2e2e;
}

.def:hover{
color: #990000;
cursor: help;
}
.def{color: #336699;} 

body .c2Form {
        background-color: #c0c0c0;
        border:2px dashed #cb2e2e;
        padding:10px;
}

body .storyInput { height: 200px }
body .vIsText_3000 { height: 100px } 

h2#INV {
font-size:14pt;
font-weight:bold;
color:#cb2e2e;
}

.RecipeCard {
border: 2px solid #cb2e2e;
padding: 0;
margin: 12px auto;
width: 478px;
background-color: #e2e2e2;
background-image: url('../image-files/notepaper.jpg');
background-repeat: repeat;
color: #000;
}

.RecipeCard h4 {
margin: 0;
background-color: #000;
background-image: url(../images/recipe-card-header.gif);
background-repeat: no-repeat;
border: 1px solid red;
padding: 3px 3px 3px 35px;
font-size: 12pt;
font-weight: bold;
text-align: center;
color: #fff;
text-transform: uppercase;
}

.RecipeCard p {
font-size: 9pt;
padding: 0 4px 4px 4px;
}

.ingredientsleft {
float: left;
width:50%;
margin-top: -25px;
}

.ingredientsright {
float: right;
width:50%;
margin-top: -25px;
}

.variations {
font-size: 13pt;
color: #74089a;
font-weight: bold;
background-image: url('../images/grater-clipart.gif');
background-position: top left;
background-repeat: no-repeat;
padding-left: 45px;
line-height: 30px;
}

#variationslist ul li {
list-style-type:square;
list-style-image: url('../images/066.jpg');
line-height: 1.5em;
}

th {
height: 20px;
font-size: 13pt;
font-weight: bold;
text-align: center;
background-color: #cb2e2e;
color: white;
}

.alt {
background-color: #e8e3e3;
}

.nutritionfacts {
font-size:8pt;
font-family: Verdana,Arial,sans-serif;
margin: 0 10px;
width: 300px;
background-color: #fff;
border: 2px solid #c02c2b;
padding: 3px;
float: right;
}

#ContentColumn li {
list-style-image: url(../images/checkmark.gif);
}

.topiccredit {
font-size: 9pt;
color: silver;
font-style: italic;
}

.formbody {font-family: 'Comic Sans', cursive; font-size: 12 px;}

.submissionlink  {
font-family: Verdana, sans-serif;
font-size: 13pt;
color: #cb2d2e;
font-weight: bold;
background-color: #f8f76a;
padding: 5px;
margin: 20px 0 20px 0;
}

.submissionlink a  {
color: #cb2d2e;
}