/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #000;
font-family: Lucida Sans Unicode, Lucida Grande, Geneva, Verdana, Arial, sans-serif;
font-size: 80%;
line-height: 135%;
color: #FFF7EE;
text-align: justify;
}


h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFE790;
background-color: transparent;
border-bottom: 1px solid #333333;
}

h2, h3, h4, h5, h6 {
margin-top: 20px;
}

h1 {
padding-bottom: 10px;
text-align: center;
font-size: 180%;
margin-bottom: 20px;
}

h2 {
font-size: 140%;
padding-bottom: 5px;
line-height: 125%;
margin-top: 20px;}

h3 {
font-size: 120%;
padding-bottom: 5px;
}

img {
border: 0px;
}

blockquote {
color: #FFE790;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 110%;
font-style: oblique;
text-align: justify;
clear: both;
}

blockquote hr {
background-color: #000;
width: 5px;
height: 5px;
border: 5px solid #333333;
text-align: center;
margin: 0 auto;
}


/* -- General Link Styling -- */

a:link {
color: #ff0482;
text-decoration: none;
}

a:visited {
color: #ff0482;
text-decoration: none;
}

a:hover {
color: #FFE790;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#HeaderWrapper {
height: 175px;
}

#Header {
height: 150px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;
padding: 0 25px 0 25px;
}

#NavColumn {
float: left;
width: 179px;
margin-left: -960px;
}

#ExtraColumn {
float: left;
width: 179px;
margin-left: -180px;
}

#FooterWrapper {
clear: both;
width: 100%;	
}

#Footer {
width: 100%;
}

.Liner {
margin: 0;
padding: 0;
}

#Header .Liner {
margin: 0;
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {	
margin: 25px auto;
background-image: url(../image-files/background-image.jpg);
background-repeat: repeat-y;
}

#HeaderWrapper {
background-color: #000000;
}

#Header {
background-image: url(../image-files/hodgepodgerie_header.jpg);	
background-repeat: no-repeat;
border-bottom: 1px solid #333333;
}

#ContentWrapper {
background-color: tranparent;
}
	
#FooterWrapper {
background-color: #000;
padding-top: 20px;
}

#Footer {
text-align: center;
font-size: 85%;
border-top: 1px solid #333333;
padding-top: 20px;
}


/* ------ Section 4 - Nav (Left) Column ------ */

.NavColumnBox {
width: 50px;
border: 1px solid #333333;
margin: 10px auto 10px 1px;
padding: 5px 0 5px 50px;
}

/* -- Navigation Box-- */

.NavColumnBox img {
border: 1px solid #333333;
margin: 2px 0;	
}

.NavColumnBox a:link {
display: block;
padding: 3px 0;
}

/* -- RSS Box -- */

#RSSbox {
border: 1px solid #333333;
width: 103px;
padding: 3px 0;
margin: 3px 0;
font-size: 80%;
text-align: center;
background-color: #000000;
}

#RSSbox a:link {
display: block;
color: #FFE790;
border: none;
padding: 3px 0;
}

#RSSbox a:visited {
display: block;
color: #FFE790;
text-decoration: none;
padding: 0 3px;
}

#RSSbox a:hover {
display: block;
color: #ff0482;
text-decoration: underline;
}


/* ------ Section 5 - Extra (Right) Column ------ */

#ExtraColumn {
text-align: center;	
font-size: 90%;
}

#ExtraColumnBox  {
margin-left: 10px;
}


/* ------ Section 6 - Additional Navigation ------ */

/* -- Bottom Horizontal Text Navigation -- */

.ExtraNav {
font-family: Lucida Sans Unicode, Lucida Grande, Geneva, Verdana, Arial, sans-serif;
font-size: 90%;
display: inline;
}

.ExtraNav a:link {
color: #FFE790;
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #FFE790;
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:hover {
color: #ff0482;
text-decoration: underline;
}


/* -- Gallery Thumbnail Navigation -- */

.ThumbnailBox {
float: left;
width: 105px;
height: 145px;
text-align: center;
line-height: 110%;
border: 1px solid #333333;
margin: 5px;
padding: 7px;
}

.ThumbnailBox img {
margin-bottom: 5px;
width: 105px;
height: 105px;
}


/* ------ Section 7 - Boxes ------ */

.CalloutBox {
overflow: hidden;
width: 100%;
}

div.CalloutBox img {
width: 115px;
}

.CautionBox {
width: 70%;
background-image: url(../image-files/caution-sign.jpg);
background-repeat: no-repeat;
margin: 20px auto;
padding: 10px 0 10px 70px;
border-top: 1px dotted #f3fe23;
border-bottom: 1px dotted #f3fe23;
text-align: justify;
clear: both;
font-size: 90%;
}

.CautionBox p {
margin-left: 60px;
text-align: justify;
}

.FormBody {			/* use to create forms */
width: 80%;
background-color: #FFE790;
border: 1px solid #333333;
color: #000;
clear: both;
margin: 20px auto;
padding: 10px;
text-align: center;
}

.FormBody h3 {
color: #000;
}

.FormInput {
text-align: right;
margin-right: 90px;
	
}

#ReturnBox {
border: 1px solid #333333;
width: 470px;
margin: 20px auto;
padding: 0 5px;
text-align: center;
clear: both;
}

#ReturnBox p {
margin: 5px 0;
font-size: 85%;
}

.c2Form {
background-color: #FFE790;
color: #000;
}

.c2Form a:hover {
color: #000;
}

/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Center {
clear: both;
text-align: center;	
}

ul.decimal  {
list-style-type: decimal;
}

ul.decimal li {
padding-bottom: 10px;
}

ul.disc {
list-style-type: disc;
}

ul.disc li {
padding-bottom: 10px;
}

ul.none {
list-style-type: none;
}

ul.none li {
padding-bottom: 10px;
}

hr {
border-width 1px 0 0 0;
border-style: solid;
border-color: #333333;
margin: 10px 0;
clear: both;
}

big {
font-size: 125%;
}

/* -- floats -- */

.FloatLeft {
float: left;
}

.FloatRight {
float: right;
}

.ItemLeft {
float:left;
margin: 5px 20px 10px 0;
clear: left;
text-align: center;
}

.ItemRight {
float: right;
margin: 5px 0 10px 20px;
text-align: center;
}

.ItemCenter {
margin: 10px auto;
display: block;
}

.ItemLeftListed {
float: left;
margin-left: 20px;
}

#Gallery {
border: 1px solid #333333;
padding: 10px 0 10px 13px;
overflow: auto;
text-align: center;
}


/* ------ Currently Unused Styles ______ */

.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;
}

.ReminderBox {          
background-image: url();
background-position: center top;
background-repeat: repeat-y;
width: 160px;
margin: 15px 0 12px 18px;
float: right;
}

.ReminderBox h4 {
position: relative;
background-image: url();
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;
}


