
/* Ariel Ministries Store - Base Styling */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

html {
background-color: #2a518d;
overflow-y: scroll; /* prevent Firefox scrollbar jump */
}

body {
color: #333333;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 12px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 18px;
text-align: center; /* centers the page content container in IE 5 browsers. */
}

/* ------------------------------------------------------------------------------- */
/* LINK STYLING */
/* ------------------------------------------------------------------------------- */

a {
color: #0088CC;
outline: none; /* turn off lame dotted link outline */
}

a:link, a:visited, a:active {
text-decoration: none;
}

a:hover {
/* text-decoration: underline; */
background: #a6aeb6; /*pantone light grey*/
color: #eee;
}

p {
margin-top: 5px;
margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------- */
/* IMAGE STYLING */
/* ------------------------------------------------------------------------------- */
img {
border: 0 none; /* turn off image borders */
/* display: block; /* fix html5 line-height inheritance by table cells */
display: block;
margin:0 auto; /* centers the img set as display: block; above */
}

img.floatLeft { 
float:left;
margin:0px 10px 0px 0px;
}

img.floatRight { 
float:right;
margin:0px 0px 0px 10px;
}

.clearFloat {
clear: both;
}

/* ------------------------------------------------------------------------------- */
/* HEADINGS STYLING */
/* ------------------------------------------------------------------------------- */
h1 {
color: #cc9933;
font-family:Georgia, serif;
font-variant:small-caps;
text-transform:none;
font-size:17px;
font-weight:normal;
line-height:20px;
}

h2 {
color: #cc9933;
font-family:Georgia, serif;
font-variant:normal;
text-transform:none;
font-size:16px;
font-weight:normal;
line-height:19px;
margin-top: 10px;
}

h3 {
color:#575757;
font-variant:small-caps;
text-transform:none;
font-size:15px;
font-weight:normal;
line-height:18px;
margin-bottom: 5px;
}

h4 {
color: #cc9933;
font-family:Georgia, serif;
font-variant:normal;
text-transform:none;
font-size:15px;
font-weight:normal;
line-height:18px;
}

hr {
width: 100%;
margin: 20px 0px 20px 0px;
padding: 0px;
height: 0px;
border: 0px;
border-top: 1px solid #a8b8c2; /* theme line color */
}

.notebox {
width: 98%;
margin: 30px 0px 0px 0px;
padding: 0px 10px 0px 10px;
background-color: #eaeff2; /* 50% globalheader blue */
border: 1px solid #a8b8c2;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);*/
position: relative;
zoom: 1;
text-align: left;
}

/* Basic unordered list styling... loose the bullets */
ul {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
}

/* Unordered list with circle bullet */
.ulCircle {
list-style-type: circle;
margin: 0;
padding: 0px 0px 0px 20px;
}

/* Unordered list with square bullet */
.ulSquare {
list-style-type: square;
margin: 0;
padding: 0px 0px 0px 20px;
}

/* Unordered list with circle bullet with top and bottom margin */
.ulCircle-margin {
list-style-type: circle;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 30px;
}

.dropcap {
float: left;
color: #a6aeb6;
font-size: 55px;
line-height: 33px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 3px;
font-family: Georgia, Times, serif;
}

.copyright {
color: #999999;
font-size:11px;
margin-top: 20px;
/* text-align: center; */
}

.alert {
color: #DD0000;
text-align: center;
}

.sored {
color: #DD0000;
}

/* MICROMENU START: micromenu class, minimalist styling for bottom horizontal navigation menus. */
#micromenu {
margin: 5px 0px 0px 0px;
padding: 0px 0px 5px 0px;
font-size: 10px;
width: 100%;
border-bottom: solid 1px #cad0d4;
}

#micromenu ul {
margin: 0;
padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

#micromenu ul li {
margin:0;
padding: 5px 5px 5px 5px;
display: inline;
border-right:1px solid #cad0d4; /*right border between menu items*/
}

#micromenu ul li a {
color:#0088CC;
text-decoration:none;
}

#micromenu ul li a:hover {
background: #a6aeb6; /*pantone light grey*/
color: #eee;
}

#micromenu ul li.lastitem {
border-right: none; /*turn off right border on last menu item*/
}
/* MICROMENU END */

/* Messianic Bible Study media filter menus */
#mbs-menu {
margin: -46px 0px 0px 340px;
padding: 0px 0px 20px 0px;
}