/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
    text-align: center;
    background: #f8f8f8;
    background-image: url(images/background.png);
    background-attachment: fixed;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

img[border="1"] {
    border: 1px solid black;
}

.imgl {
    float: left;
    margin: 2px 10px 5px 0;
}

.imgr {
    float: right;
    margin: 2px 0 5px 10px;
}

.imgrh {
    float: right;
    margin: 9px 0 9px 10px;
}

#container {
    max-width: 773px;
    margin: 0 auto;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: #f8f8f8;
    font-family: verdana, geneva, sans-serif;
    font-size: 0.8em;
    text-align: left;
}

#header {
    margin: 0 20px;
    padding: 0 0 20px 0;
    text-align: center;
    border-bottom: 2px solid #e51919;
    column-gap: 20%;
}

.logo {
    display: inline-block;
    margin: 5px 15px;
}

.quote {
    line-height: 1.4;
}

.main {
    margin: 20px 20px 40px 20px;
    line-height: 1.3;
    min-height: 0;  /* IE bug fix (left-floating text w/ italics) */
}

.main .lwsbar {
    font-size: 1.3em;
    float: left;
    width: 100%;
    max-width: 356px;
    margin: 0 20px 10px 0;
}

.main .lmsbar {
    font-size: .95em;
    float: left;
    width: 100%;
    max-width: 250px;
    margin: 0 20px 10px 0;
}

.main .lnsbar {
    font-size: 1.3em;
    float: left;
    width: 100%;
    max-width: 120px;
    margin: 0 20px 10px 0;
}

.main .rwsbar {
    font-size: 1.3em;
    float: right;
    width: 100%;
    max-width: 356px;
    margin: 0 0 10px 20px;
}

.main .rmsbar {
    font-size: 1em;
    float: right;
    width: 100%;
    max-width: 315px;
    text-align: right;
    line-height: 1.4em;
    margin: 0 0 10px 20px;
}

.main .rnsbar {
    font-size: 1.3em;
    float: right;
    width: 100%;
    max-width: 180px;
    margin: 0 0 10px 20px;
}

.main .cwsbar {
    clear: both;
    font-size: 1.3em;
    width: 100%;
    margin: 25px auto;
}

#footer {
    clear: both;
    padding: 10px 20px 20px 20px;
    text-align: center;
    line-height: 140%;
}

p {
    margin: 12px 0 0 0;
}

.half {
    margin: 6px 0 0 0;
}

.double {
    margin: 25px 0 0 0;
}

.triple {
    margin: 36px 0 0 0;
}

.notice {
    margin-top: 12px;
    padding: 0 6px 6px 6px;
    color: #52154F;
    border: 4px dotted #FF9C2D;
}

h1 {
    font-family: georgia, utopia, palatino, 'palatino linotype', serif;
    font-size: 3.15em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #777;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0 0 15px 0;
    padding: 0;
    border-width: 0;
    color: #52154F;
}

h1 a:link { color: #52154F; text-decoration: underline; }
h1 a:visited { color: #52154F; text-decoration: underline; }
h1 a:hover { color: #41A9D1; }
h1 a:active { color: #52154F; text-decoration: underline; }

h2 {
    clear: both;
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-family: georgia, utopia, palatino, 'palatino linotype', serif;
    background-color: #41a9d1;
    text-shadow: 1px 1px 2px #777;
    font-size: 1.65em;
    letter-spacing: +1px;
    color: white;
    border: 1px solid black;
    padding: 6px 8px 6px 8px;
    margin-top: 50px;
    margin-bottom: 20px;
}

h2 img {
    min-height: 16px;
    min-width: 20px;
}

h2 a { display: table-cell; text-align: right; margin-top: 4px; }

h3 {
    font-family: verdana, geneva, sans-serif;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #999;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #FF9C2D;
}

h4 {
    font-family: georgia, utopia, palatino, 'palatino linotype', serif;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.1;
    color: #52154F;
    margin: 25px 0 -2px 0;
}

ol {
    list-style-type: decimal;
}

ol b {
    font-size: 1.25em;
    text-shadow: 1px 1px 2px #999;
    color: #E51919;
}

ul {
    list-style-type: square;
}

li {
    margin: 5px 0 5px 30px;
}

hr {
    border: none;
    border-top: 1px solid black;
    height: 1px;
}

td {
    font-size: 1em;
    vertical-align: top;
    padding: 12px;
}

tr {
    text-align: left;
}

form {
    margin: 0;
}

form td {
    vertical-align: middle;
}

em {
    font-style: normal;
    color: #E51919;
    text-shadow: 1px 1px 1px #999;
}

.gold {
    color: #FF9C2D;
    text-shadow: 1px 1px 1px #999;
}

.blue {
    color: #52154F;
}

.searchbox {
    margin: 15px 0 20px 0;
    text-align: center;
}

a, object { outline: none; }
a:link { color: #52154F; text-decoration: underline; }
a:visited { color: #52154F; text-decoration: underline; }
a:hover { color: #0000cc; }
a:active { color: #52154F; text-decoration: underline; }

.quotelist {
    margin-top: 20px;
}

.quotelist img {
    padding: 7px;
}

.quotelist p {
    font-size: 0.85em;
    line-height: 145%;
    margin: 3px 10%;
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.unfloat {
    clear: both;
}

#feedback {
    display: none;
}

.author {
    text-align: right;
    color: Black;
}

.quotl {
    float: left;
    width: 160px;
    margin: 0 10px 5px 0;
    border: 4px solid #FF9C2D;
    padding: 5px;
    background: White;
    color: #52154F;
}

.quotl p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.quotr {
    float: right;
    max-width: 160px;
    margin: 0 0 5px 10px;
    border: 4px solid #FF9C2D;
    padding-bottom: 5px;
    background: White;
    color: #52154F;
}

.quotr p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.quotwl {
    float: left;
    max-width: 335px;
    border: 4px solid #FF9C2D;
    margin: 20px 0;
    padding-bottom: 5px;
    background: White;
    color: #52154F;
}

.quotwl p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.quotwr {
    float: right;
    max-width: 335px;
    border: 4px solid #FF9C2D;
    margin: 20px 0 20px 0;
    padding-bottom: 5px;
    background: White;
    color: #52154F;
}

.quotwr p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.quotwc {
    max-width: 600px;
    border: 4px solid #FF9C2D;
    margin: 20px auto;
    padding-bottom: 5px;
    background: White;
    color: #52154F;
}

.quotwc p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.quotww {
    text-align: left;
    max-width: 468px;
    border: 4px solid #FF9C2D;
    margin: 30px 20px 20px 20px;
    padding-bottom: 5px;
    background: White;
    color: #52154F;
}

.quotww p {
    font-size: 0.85em;
    margin: 5px 5px 0 5px;
}

.checklist p {
    margin: 5px 0 0 10px;
    text-indent: -10px;
}

.book {
    width: 100%;
    margin: 20px 0 0 0;
    border: 2px solid #E51919;
    padding: 10px;
}

.footnote {
    float: right;
    margin: 10px 0;
    line-height: 1.3;
    font-size: 0.9em;
}

.reviews {
    clear: both;
    color: #41A9D1;
    font-size: 0.9em;
    text-align: center;
    text-shadow: 1px 1px 1px #777;
    line-height: 1.4;
}

.small {
    font-size: 0.85em;
}

.smallblue {
    font-size: 0.85em;
    color: #52154F;
}

.inline-wrapper {
    text-align: center;
}

.inline-box {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px;
}

.book-box {
    clear: both;
    padding-top: 12px;
}
.glyph {
    text-align: center;
    margin-top: 7px;
}

.warning {
    font-size: 1em;
    color: purple;
}

.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    max-width: 640px;
    margin: 20px auto 10px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#metasearch {
    background-color: white;
    width: 262px;
    margin: 1px 0 1px 1px;
    border: 1px solid black;
    line-height: 1.6em;
    padding: 0 5px 3px 5px;
    text-align: center;
}

#countrycodes {
    width: 272px;
    height: 224px;
    background-color: white;
    margin: 1px 0 1px 1px;
    border: 1px solid black;
    overflow: auto;
}

#countrycodes td {
    padding: 2px;
}

.share-buttons img {
    height: 32px;
    width: 32px;
    margin: 7px 10px;
}


/* Sortable Tables
****************************************************/
table.sortable a.sortheader {
    background-color: #41A9D1;
    color: #ffffff;
    text-shadow: 1px 1px 1px #777;
    text-decoration: none;
    display: block;
    padding-bottom: 2px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
table.sortable span.sortarrow {
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}


/* Horizontal Scrolling Slide Show ****************************************************/
#slide-wrap {
    max-width: 730px; 
    height: 361px;
    margin: 0 auto;
    overflow: auto; 
    background: #000;
    border: 4px solid #000;
}
#inner-wrap {
    float: left;
    margin-right: -30000px;/*Be safe with Opera's limited negative margin of 32695px (-999em could cause problems with large font sizes)*/
}


 /* Accordion Menu
****************************************************/
#accordion {
    display: inline-block;
    vertical-align: top;
    background: #ff9c2d;
    width: 180px;
    margin: 6px 30px 20px 30px;
    text-align: left;
    font-family: arial, geneva, sans-serif;
    text-shadow: 1px 1px 2px #000;
    color: white;
    /* shadow and glow effects */
    box-shadow: 
        2px 3px 7px 1px rgba(0, 0, 0, 0.4);
}
/* heading styles */
#accordion h6 {
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #e51919; 
    background: linear-gradient(#ff3737, #e51919);
}
/* heading hover effect */
#accordion h6:hover {
    background: #41a9d1;
}
/* list item styles */
#accordion li {
    margin: 0;
    list-style-type: none;
}
/* link styles */
#accordion ul ul li a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #777;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
}
/* hover effect on links */
#accordion ul ul li a:hover {
    background: #41a9d1;
    border-left: 5px solid #ff9c2d;
}
/* hide the non-active LIs by default */
#accordion ul ul {
    display: none;
}
#accordion li.active ul {
    display: block;
}
