/*New version by AJ */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* aqua color for browser window background color and footer top border */
background-image: url(http://www.fashionafter50.com/support-files/style.css);
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #c11010;

}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
border-bottom: 0 solid #c11010;
text-align: center;
}

h2 {
font-family: Verdana, Arial, sans-serif;
color: #000000;
border-bottom: 0px solid #000000;
}

h3 {
font-family: Verdana, Arial, sans-serif;
color: #000000;
border-bottom: 0 solid #000000;
}

blockquote {
margin: 12px 56px;
color: #c11010;
font-size: 100%;
line-height: 20px;
font-family: Verdana, Arial, sans-serif;
}

code {
color: navy;
}

img {
border: 0 solid #c11010;
}

a:link img {
border: 0;
}

ul {
}

ul li {
color: #c11010;	
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #c11010;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 900px;
border: 0px solid #931414;
}

#Header {
position: relative;
height: 250px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 190px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -900px;        /* 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: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
height: 84px;
padding: 8px 0;
border-top: 0px solid #c11010;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/content-background.jpg);
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/content-background.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url(http://www.fashionafter50.com/support-files/style.css);
background-repeat: repeat-y;
background-color: #f5f5dc;
}

#ContentColumn {
background-image: url(http://www.fashionafter50.com/support-files/style.css);
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url(http://www.fashionafter50.com/support-files/style.css);
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;
color: #ffffff;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #c11010;
}

#ExtraColumn {
font-size: 90%;
color: #c11010;
}

#NavColumn h4 {
font-weight: normal;
font-size: 120%;
color: #c11010;
margin-top: 0;
}

#ExtraColumn h4 {
background: #c11010;
border: 1px solid #c11010;
border-radius: 5px;
font-weight: normal;
font-size: 120%;
color: #ffffff;
margin-top: 0;
text-align: center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-weight: normal;
font-size: 110%;
color: #c11010;
border-bottom: 2px dotted #c11010;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
margin-bottom: 3px;
text-align: center;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #c11010;
display: list-item;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
border: 1px solid #f5f5dc;
border-radius: 5px;
}

.Navigation a:visited {
color: #c11010;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
border: 1px solid #f5f5dc;
border-radius: 5px;
}

.Navigation a:hover {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #c11010;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
border: 1px solid #c11010;
border-radius: 5px;
}


/* ------ 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: Verdana, Arial, 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: #c11010;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #c11010;
text-decoration: none;
}

.ExtraNav a:hover {
color: #c11010;
background-color: transparent;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 90%;
position: absolute;
top: 10px;
right: 230px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
font-size: 110%;
margin: 12px auto;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #ffffff;
width: 85%;
border: 1px double #c11010;
border-radius: 5px;
margin: 18px auto 24px auto;
padding: 4px;
color: #c11010;
}

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: #f6d58e;
width: 24%;
border: 1px solid #c11010;
border-radius: 5px;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #c11010;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #c11010;
border: 1px solid #c11010;
border-radius: 5px;
color: #ffffff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #f6d58e;
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: #ffffff;
width: 90%;
border-top: 1px solid #c11010;
border-bottom: 1px solid #c11010;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #f5f5dc;
border: 0px solid #ffffff;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: normal;
color: #931414;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #c11010;
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;
}

.Popshop {
float: left;
padding: 0 5px 5px 0;
text-align: center;
}

div.clear{clear:both;background-color:transparent}div.clear10{clear:both;height:10px;background-color:transparent}div.clear20{clear:both;height:20px;background-color:transparent}div.clear30{clear:both;height:30px;background-color:transparent}div.clear40{clear:both;height:40px;background-color:transparent}div.clear50{clear:both;height:50px;background-color:transparent}div.clear60{clear:both;height:60px;background-color:transparent}div.clear70{clear:both;height:70px;background-color:transparent}div.clear80{clear:both;height:80px;background-color:transparent}div.clear90{clear:both;height:90px;background-color:transparent}div.clear100{clear:both;height:100px;background-color:transparent}
.mobile-only{display:none;}
span.mobile-only{display:none;}
.mobileOnly{display:none;}
span.mobileOnly{display:none;}
@media screen and (max-width:16cm){
.mobile-only{display:block;width:100%}
span.mobile-only{display:inline;}
div.mobileOnly{display:block;}
span.mobileOnly{display:inline;}
.desktopOnly{display:none;}
.desktop-only{display:none;}
h1{text-shadow:none;}
.responsive-adsense{float:none; width:100%;  display:block; margin:15px auto; clear:both;}
#wrap{width:95%;background:#fff; border:1px solid #ccc;border-color:transparent;padding:4px;margin-top:8px;margin-bottom:8px;margin-left:3px;color:#fff; border-radius:5px;-webkit-box-shadow: 1px 2px 3px 2px #cccccc;}
#wrap img{border:transparent;}
#wrap a:link{color:#003399; font-weight:normal; font-size:15px; margin:10px;}
#wrap a:visited{color:#003399;}
#wrap a:hover{color:#33ccff;}
body{width:100%; margin:0;background:url(http://www.fashionafter50.com/image-files/e.jpg) #fff top left no-repeat; background-attachment:fixed;margin:0;padding:0;color:#333;font-size:90%;line-height:1.5em;letter-spacing:.03em}
#ExtraColumn, .HorizontalNavBarLeft,  #Header .ExtraNav, #NavColumn,  .Navigation, #cssmenu, #ddmenu,  .HorizontalNavBar, .HorizontalNavBarCSS,.Navigation, .lil, .root, .scroll-top-wrapper{display:none;}
#Header,#Header .Liner{display:none;}
.mobile-header{height:5px;background:url(http://www.fashionafter50.com/support-files/style.css) no-repeat; background-color:transparent;}
#PageWrapper{ width:95%;background-color:#fff; border:1px solid #ff9933; box-shadow: 3px 3px 3px #ccc; margin-top:120px !important; margin-bottom:10px; margin-left:auto; margin-right:auto; border-radius:5px;}
#ContentWrapper{margin:0 auto 10px 0;float:none;display:block;width:100%;background-image:url(http://www.fashionafter50.com/support-files/style.css);background-color:transparent; margin-top:20px !important;}
#ContentColumn{ padding-top:100px;margin-top:10px;display:block;width:100%;background-color:#fff;border:none; font-size:100%;float:left;margin-left:0;}
#ContentColumn h1{margin-top:10px; text-align:center;font-family:Arial, san-serif; font-size:110%;}
#ContentColumn h2{margin-top:10px; text-align:center;font-family:Arial, san-serif; font-size:100%;}
#ContentColumn h3{margin-top:10px; text-align:center;font-family:Arial, san-serif; font-size:100%;}
#ContentColumn h4{margin-top:10px; text-align:center;font-family:Arial, san-serif; font-size:100%;}
#ContentColumn .Liner{width:100%;border:none; margin-left:0;padding-left:5px;}
#ContentWrapper a:link{color:#0033cc;}
#ContentWrapper a:visited{color:#660066;}
#ContentWrapper a:hover{color:#000000;}
#Footer{display:inline;width:100%; padding:0 10px;background:url(http://www.fashionafter50.com/support-files/style.css) bottom center no-repeat;margin-bottom:0; font-size:90%;}
#Footer .Liner{display:inline;width:95%; margin-bottom:0}
#Footer p{margin:15px auto;padding-top:10px;text-align:center;color:#333;font-size:11px}
#Footer .Liner a:link {color:#036;font-size:15px;}
#Footer .Liner a:visited {color:#036;}
#Footer .Liner a:hover {color:#c00;}
#Footer .ExtraNav{position:relative; top:50px;}
#ContentWrapper{ width:94%; padding-left:0;margin:0;float:none;display:block;background-image:url(http://www.fashionafter50.com/support-files/style.css);background-color:#fff;}
.MobileNav img{border:transparent}
.more{display:none;background:0 0;padding:0;}
.callout{width:120px; margin:5px; font-family:arial,san-serif;}
.mb{width:300px; margin-left:0; margin-right:0;float:none;display:block;}
h1+p{font-size:16px;color:#666; font-weight:bold;}
form{display:inline;float:none;width:90%}
.AdSenseBoxCenter468,.AdSenseBoxExtraColumn,.AdSenseBoxLeft,.AdSenseBoxRight{display:block;float:none;width:95%; margin-left:0; border:transparent;}
.ad1{float:none;display:block;margin:10px auto}
hr{height:10px;border-style:none;color:transparent;width:80%;background-image:url(http://www.fashionafter50.com/image-files/hr.png);overflow:hidden !important;}
blockquote{padding:5px 15px}
#Footer.Liner .social-icons img{display:inline !important;}
.triple1st{margin-left:15px}
.triple{background:url(http://www.fashionafter50.com/support-files/style.css) top center no-repeat;float:none;width:300px; margin-left:-6px; padding-left:0;border:none;clear:both}
.triple p{line-height:100%}
.tripledot{float:none;width:280px;display:block;clear:both;margin:10px auto !important;}
.tripledot p{line-height:100%}
.splitcol-1{width:90%;float:none;margin-left:0;margin:0 auto;background-color:#e7e7f4; font-size:16px;color:#000;}
.splitcol-2{width:90%;float:none;margin-left:0;margin:0 auto;background-color:#e7e7f4; font-size:16px;color:#000;}
.ReminderBox{float:none;margin:10px auto;width:90%;display:block}
div.checkout{width:220px;overflow:hidden!important}
.mobile-nav{font-size:12px; position:absolute; top:110px; width:90%; margin:5px auto !important;}
.Ezine{width:90%;float:none;display:block;margin:10px auto;padding:0}
.Ezine table{width:85%;margin:0 auto}
.Ezine td{width:100%;text-align:center;vertical-align:top}
.social{position:relative; left: 20px; background-color:transparent;}
.big{padding:0 15px}
img{max-width:100%!important;height:auto!important;-ms-interpolation-mode:bicubic;padding:4px;border:1px solid #ccc;clear:both;display:inline !important;}
.mob-img img{display:inline !important; text-decoration:none; border-bottom:none;}
.mob-img a:link{text-decoration:none; border-bottom:none;}
.formwrapper, .formbody{width:270px; padding:10px; margin: 0 auto;background:#eee;}
.FormBlockCenter{ border:none;background-color:transparent !important; max-width:300px !important; margin: 0 auto; font-size:12px;line-height:100%; padding:10px;}
input, textarea {max-width:250px !important;border:1px solid; padding: 5px;margin: 0 0 0 0px;}
.FormBlockCenter  span {font-size:12px; font-family:arial; font-weight:normal; display:block;background:transparent; margin-bottom:0px;}
textarea{}
.FormBlockCenter h2{display:none;}
#NotifyDiv input[type=text],#NotifyDiv select,#NotifyDiv textarea,.FormBlockLeft,.c2Form,.comments input[type=text],.comments textarea,.formbody input[type=text],.formbody select,.formbody textarea,.formwrapper,.storyInput,.titleInput,comments select,formbody{width:300px!important}
table{margin-left:-10px;width:90%!important;border:transparent;clear:both}
table{width:100%;display:block;overflow:hidden!important}
table>span{display:none}
table #comments{width:100%!important; max-width:900px !important;display:block;border:1px solid #666;}
.subBodyText{display:block}
.videowrap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0; }
.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.AdSenseBoxLeft{float:none;display:block;width:250px;margin:10px auto;border:transparent}
.bottomLinks{margin:10px auto;}
 .ImageBlock,.ImageBlockCenter,.column_0,.column_1,.column_2,.columns_block,.grid_block{width:50%!important;display:inline !important;border:none;margin:0 auto}
}