@charset "utf-8";
/* CSS Document */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #FFF7FF;
margin: 0px;
padding: 0px;
font-family: georgia, serif;
color: #595959;
font-size: 82%;
line-height: 1.5em;
letter-spacing: 0.03em;
}

/* -- General Link Styling -- */

a:link {
color:#036;
text-decoration: none;
}

a:visited {
color:#036;
text-decoration: none;
}

a:hover {
color:#D373BF;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 250px 0 190px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 190px;               /* 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: 250px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -250px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin-top: 70px;
margin-left: 30px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/beauty-header-bg.jpg) top right no-repeat;
}

#ContentColumn .Liner {
padding: 40px 20px 0;
}

#ExtraColumn .Liner {
padding-top: 300px;
color: #9E418D;
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-bottom:-100px;
z-index:100;
}

#Footer {
position:relative;
background: url(../image-files/beauty-footer-bg.gif) bottom right no-repeat;
height:206px;
z-index:1;
}
#Footer .Liner {
padding-top:120px;
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
background: url(../image-files/beauty-line.gif) bottom left no-repeat;
padding-bottom: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 20px 0 0;
font-size: 150%;
color: #9E418D;
border-bottom: 1px solid #FFF;
margin: 12px 0;
background:url(../image-files/beauty-line.gif) top left no-repeat;
}

.Navigation h4 {
padding-left: 5px;
font-size: 150%;
color: #CC00FF;
margin: 5px 0;
}

.Navigation ul {
list-style-type: none;
background: transparent;
position: relative;
top: -35px;
margin: 0;
padding: 0;
padding-top: 30px;
margin-bottom: -30px;
}

.Navigation h3 {
padding-left: 5px;
color:#C0F;
font-weight: 100;
}

.Navigation ul {
padding-left: 5px;
}


.Navigation li {
padding: 0;
margin: 0;
margin-bottom: 3px;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: left;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

#Header {
position:relative;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
background:#FFF;
}

#Header h1 {
color: #C31D9E;
font-size: 300%;
clear: both;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
margin: 0;
padding-top: 20px;
padding-left: 100px;
}

#Header h1 a:link {
color:#C31D9E;
}

#Header h1 a:visited {
color:#C31D9E;
}

#Header h1 a:hover {
color:#9B2418;
}


#Header h2 {
color: #666;
clear: both;
font-family: arial, sans-serif;
font-weight: normal;
margin: 0;
padding-top: -10px;
padding-left: 300px;
}

#Footer .ExtraNav {
margin: 12px 255px 20px 195px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
text-align: center;
padding: 0 4px;
}



/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-family: arial, sans-serif;
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
line-height:normal;
color: #9E418D;
clear: both;
font-family: arial, sans-serif;
font-weight: normal;
}

h2, h3, h4, h5, h6 {
margin-top: 5px;
}

.Caption {
font-size: 95%;
font-weight: bold;
display: block;
}

#ContentColumn h3 {
font-size: 125%;
font-weight: bold;
}

#ContentColumn h4 {
font-size: 115%;
color: #636;
font-weight: bold;
}

#ContentColumn .Caption {
color: #9E418D;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background-color: #FCCDE6;
width: 95%;
border: 1px solid #9A8EA5;
margin: 18px auto 24px auto;
padding: 4px;
color: #9E418D;
}

.CalloutBox p {
margin: 8px;
font-size: 95%;
}

.ListBox {
background-color: #FFFFFF;
width: 98%;
border: 1px solid #9A8EA5;
margin: 10px auto 10px auto;
padding: 4px;
color: #636;
}

.ListBox p {
margin: 10px;
font-size: 100%;
}


.BoxLeft {           /* left side container */
background-color: #FFF7FF;
width: 45%;
margin: 0 0 10px 15px;
float: left; 
color: #633;
}

.BoxRight {           /* left side container */
background-color: #FFF7FF;
width: 45%;
margin: 0 15px 10px 0;
float: right;
color: #633;
}

.ReminderBox {           /* the container box */
background-color: #E5CFE3;
width: 24%;
border: 1px solid #9A8EA5;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #9E418D;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFF;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 12px auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 40px auto 0;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: normal;
color: #636;
line-height: 14px;
text-align: left;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0px solid #CCCCCC;
}

.bold {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #636; font-weight: bold}
.small {  font-size: 8pt}
.smbold {  font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: lighter; color: #555}

.bluebold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #666;
}

div.feedburnerFeedBlock {
border: 1px solid #FC9;
background-color:#FBF8E9;
padding:2px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:4px;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight: normal;
display:block;
margin:12px 0 0 0;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 5px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 5px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- 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;
}

.Center { 
text-align: center;
}

/* -- Content 2.0 -- */
/* This controls the height of the C2 form*/ 
body .c2Form { border: 0px } /*removes border around form*/ 
body .dividerRule { border-top: 0px } /*removes horizontal rules*/ 
body .InvSquestions { font-size: 14px } 
body .titleInput { background-color:#FFFFFF; width: 98% } 
body .storyInput { background-color:#FFFFFF; height: 250px } /*height of story input box*/ 
body .vIsText_3000 { background-color:#FFFFFF; height: 250px } /*height of comment input field*/