
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html {
    background: #557a8e url(/images/theme-stormsmart/bg-gradient.jpg) repeat-x left top;
    height: 100%;
}

html, body {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
}

body {
    min-height: 100%;
    background: transparent url(/images/theme-stormsmart/bg-rain.png);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0;
    padding: 0;
    font-weight: bold;
}

h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

#container {
    width: 984px;
    margin: 0 auto;
    border-bottom: 8px solid #cf010d;
    background: white url(/images/theme-stormsmart/bg-content.png) repeat-y left top;
    color: black;
}

body.home #container {
    background-image: url(/images/theme-stormsmart/bg-content-home.png);
}

#header {
    background: white url(/images/theme-stormsmart/hurricane.jpg) no-repeat left top;
    height: 185px;
}

#logo {
    display: inline; /* IE6 Hack */
    float: right;
    margin: 9px 11px 0 0;
    padding-bottom: 2px;
            width: 415px;
        height: 116px;
}

#sidebar {
    display: inline;
    float: right;
    width: 251px;
    padding: 10px;
    color: white;
}

#infoBar {
    background: transparent url(/images/theme-stormsmart/swoosh.png) no-repeat left top;
    height: 33px;
    clear: right;
    padding: 25px 57px 0 650px;
    font-weight: bold;
    font-size: 90%;
}

body.home #infoBar {
    background-image: url(/images/theme-stormsmart/swoosh-home.png);
}

#infoBox {
    text-align: center;
    overflow: hidden;
    height: 20px;
}

#infoBox p {
    margin: 0;
    padding: 0;
    margin-top: -3px;
    font-size: 125%;
}

#infoBar em {
    color: #cf010d;
    text-transform: uppercase;
}

#infoBar a {
    color: #032d52;
    text-decoration: none;
}

#infoBar a:hover {
    color: #557a8e;
}

#content {
    width: 758px;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 90%;
}

body.home #content {
    width: 484px;
}

/* Menu styles */
.menu {
    float: left;
    width: 183px;
    color: white;
    margin: 0;
    padding: 5px 0 24px 0;
    list-style: none;
    background-color: #032d52;
    position: relative;
}

.menu li {
    display: block;
    width: 100%; /* IE6 Hack */
    float: left;
}

.menu a {
    color: white;
    display: block;
    border-top: 1px solid #8196a9;
    border-bottom: 1px solid #010f1c;
    padding: 2px 0 2px 32px;
    width: 151px;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover, .menu .hover a, .menu a:focus {
    background-color: #06447a;
    color: white;
}

.menu li.highlight {
    margin: 26px 0 13px 0;
    text-align: center;
}
.menu li.highlight2 {
    margin: 0 0 26px 0;
    text-align: center;
    background: url(/images/special2.png) center top no-repeat;
}

.menu li.highlight a {
    background-color: #a30811;
    border-top-color: #d18488;
    border-bottom-color: #380306;
    width: 163px;
    padding: 10px;
    font-weight: normal;
    font-size: 90%;
}
.menu li.highlight2 a {
    border: 0;
    width: 123px;
    height: 85px;
    padding: 20px 30px 0;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.1;
    color: red;
}

.menu li.highlight a:hover {
    background-color: #cf010d;
    color: white;
}
.menu li.highlight2 a:hover {
    color: #06447a;
    background-color: transparent;
}

.menu li.highlight a strong {
    display: block;
    font-size: 140%;
    padding-bottom: 4px;
}
.menu li.highlight2 a strong {
    display: block;
    font-size: 140%;
    padding-bottom: 4px;
}

.menu li.last {
    text-align: center;
    font-size: 95%;
}

.menu li.last a {
    width: 163px;
    padding: 2px 10px;
    font-weight: normal;
}

/* Submenus */
.menu ul {
    background-color: #032d52;
    font-size: 90%;
    width: 163px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    position: absolute;
    top: -10000px;}

.menu ul a {
    border: 0px;
    padding: 1px 10px 1px 40px;
    text-indent: -10px;
    font-weight: normal;
    width: 133px;
    color: #8196a9;
}

.menu ul.alive { /* If javascript is successful */
    margin-left: -20px;
    padding: 0;
    border: 2px solid #8196a9;
    width: 160px;
}

.menu ul.alive li {
    border-bottom: 1px solid #06447a;
}

.menu ul.alive a {
    display: block;
    padding-left: 20px;
    width: 130px;
    color: white;
}

.menu .hover ul a {
    background-color: transparent;
}

.menu .hover ul a:hover {
    background-color: #06447a;
}

/* Special menu buttons */

.menu li.order_now {
    margin-top: 1em;
    line-height: 2.5;
    text-align: center;
}

.menu li.order_now a {
    width: 183px;
    padding-left: 0px;
    background: #a30811;
    border-top-color: #d18488;
    border-bottom-color: #380306;
}

.menu li.order_now a:hover {
    background: #bb1011;
}

.menu li.your_cart {
    margin-top: 1ex;
    line-height: 1.5;
    text-align: center;
}

.menu li.your_cart a {
    width: 183px;
    padding-left: 0px;
    background: #08a311;
    border-top-color: #84d188;
    border-bottom-color: #033806;
}

.menu li.your_cart a:hover {
    background: #10bb22;
}

.menu li.poweredBy {
    margin-top: 2ex;
    line-height: 1.5;
    text-align: center;
    font-size: 85%;
}

.menu li.poweredBy a {
    width: 183px;
    padding-left: 0px;
    border: 0px;
}

/* Footer Styles */
#footer {
    clear: both;
    padding-top: 1em;
    font-size: 90%;
    color: white;
    text-align: center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: white;
}

#footer a:hover {
    color: #fdf4ac;
}

#footElements {
    padding: 1em 0;
}

#footTextlinks a {
    padding: 0 10px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

