/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ebebe1; 
margin: 0;
padding: 0;
font-family: Arial, Georgia, 'Times New Roman', Palatino, serif;
color: black;
font-size: 85%;
background-image: url(https://www.shakariconnection.com/image-files/body.jpg);
background-position: center top;
background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #552211;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 0px;
}

h1 {
margin-top: 0px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 180%;
text-transform: uppercase;
font-weight: bold;
color: #a27d37;
}

h2 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
border-bottom: 1px ridge #e8e7d7;
padding-top: 8px;
}

h3 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
border-bottom: 1px ridge #e8e7d7;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Times New Roman', Georgia, Palatino;
}

code {
color: #332206;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #a27d37; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #663300;
text-decoration: underline;
}

a:hover {
color: #cc9933;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1100px;
border: 0px solid #8f8fb3;   
}

#Header {
position: relative;
height: 328px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 220x 0 230px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
margin-top: 10px;
width: 175px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1100px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
margin-top: 5px;
width: 175x;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -210px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0;
border-top: 0px solid #f0f5fb;
height: 124px;
}

.Liner {
padding: 5px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(https://www.shakariconnection.com/image-files/background1.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#Header {
background-image: url(https://www.shakariconnection.com/image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-image: url(https://www.shakariconnection.com/image-files/background1.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#NavColumn {
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(https://www.shakariconnection.com/image-files/footer-background.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-color: transparent;     
text-align: center;
font-size: 85%;
color: #cccccc;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 92%;
color: #552211;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
font-family: Georgia, 'Times New Roman', Palatino, serif;
}

#ExtraColumn h4 {
font-size: 92%;
color: #552211;
letter-spacing: 1px;
font-family: Georgia, 'Times New Roman', Palatino, serif;
text-transform: uppercase;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, 'Times New Roman', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #552211;
border-bottom: 2px ridge #e8e7d7;
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: 2px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #a27d37;
font-weight: normal;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
text-decoration: none;
}

.Navigation a:visited {
color: #332206;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
text-decoration: none;
}

.Navigation a:hover {
color: #770000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 2px;
background-color: transparent;   
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: #770000;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
border-right: 0px solid #999999;
padding-top: 10px;
}

.ExtraNav ul li:hover {
display: inline;
background: transparent url() top center no-repeat;
text-align: left;
border-right: 0px solid #999999;
padding-top: 10px;
}

.ExtraNav a:link {
color: #a27d37;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #cccccc;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}

.ExtraNav a:hover {
color: #ffffff;
text-decoration: none;
background-color: transparent;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

#Header .ExtraNav {
font-size: 88%;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
top: 267px;
left: 40px;
}

#Footer .ExtraNav {
font-family: 'Times New Roman', Georgia;
font-size: 115%;
background-color: transparent;
width: 960px;
margin: 0px auto 0px auto;
padding: 20px 0px 25px 0px;
position: relative;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
border: none;
}

#Footer .ExtraNav a:link {
color: #a27d37;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

#Footer .ExtraNav a:hover {
color: #cccccc;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


#Footer .ExtraNav a:visited {
color: #ffffff;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #000000;
width: 495px;
font-family: Georgia, 'Times New Roman', Palatino, serif;
border: 2px solid #cccccc;
margin: 18px auto 24px auto;
padding: 5px 5px 5px 30px;
color: #a27d37;
}

.CalloutBox img {
margin: 5px;
}

.CalloutBox h3 {
color: #a27d37;
}

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: #000000;
width: 24%;
border: 0px dotted #eeeeaa;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #a27d37;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-transform: uppercase;
font-family: 'Times New Roman', Georgia;
text-align: center;
background-color: white;
color: #000000;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxExtraColumn {
float: right;
}

.AdSenseBoxLeft {
margin: 5px 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
width: 520px;
border-bottom: 1px dotted #cccccc;
border-top: 1px dotted #cccccc;
margin: 15px auto 10px auto;
padding: 3px;
text-align: right;
font-size: 80%;
}


.ReturnToNavBox a:hover {
color: #cc9933;
}

.ReturnToNavBox a:visited {
color: #000000;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #552211;
line-height: 120%;
text-align: left;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #665522;
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;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(https://www.shakariconnection.com/image-files/bullet.jpg) left top no-repeat;
padding-left: 25px;
padding-bottom: 15px;
} 

@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none;
}

.mobileOnly {
    display: none;
}

html.mobile .mobileOnly {
    display: block;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
#NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
#NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile iframe {
    max-width: 100%;
}

html.mobile.android2 iframe {
    width: 100% !important;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

html.mobile #toolbar {
    display: table;
    padding: 0;
}

html.mobile #toolbarInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

html.mobile #toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

html.mobile #Header,
html.mobile #Footer {
    width: 100%;
}

html.mobile #Header,
html.mobile #Header .Liner{
    background-size: 100%;
}

html.mobile #ContentWrapper {
    padding: 0;
    float: none;
}

html.mobile #ContentColumn,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    float: none;
    width: auto;
    margin: 0;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    margin-top: 200px;
}

html.mobile #PageWrapper {
    text-align: center;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    text-align: left;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    display: inline-block;
    width: 180px; /* original column width */
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    left: 0;
    overflow: hidden;
}

@media only screen and (max-width: 359px) { /* portrait mode (very narrow columns) */
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 158px;
    }

    html.mobile #ExtraColumn {
        margin-left: -4px !important;
    }

    html.mobile #NavColumn .Liner,
    html.mobile #ExtraColumn .Liner {
        padding-left: 1px;
        padding-right: 1px;
    }

    html.mobile #ExtraColumn .Liner {
        padding-left: 0;
    }

    html.mobile #NavColumn *,
    html.mobile #ExtraColumn * {
        max-width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 100%;
    }
}

@media only screen and (max-width: 379px) {
    html.mobile #ExtraColumn {
        margin-left: 0;
    }
}

@media only screen and (min-width: 360px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 178px;
    }
}

@media only screen and (min-width: 380px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 180px; /* original column width */
    }

    html.mobile #ExtraColumn {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 550px) {
    html.mobile .socializeIt,
    html.mobile .socializeIt img {
        width: 100% !important;
    }

    html.mobile .socializeIt textarea {
        width: 100% !important;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td {
        width: 45%;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td:first-child {
        width: 10%;
    }
}

/* Design specific */

html.mobile #ContentWrapper {
    background: transparent;
}


/* disable plug-ins */
html.m #sthoverbuttons,
html.m #google_translate_element {
    display: none !important;
}