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

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

html {
    background: #1c4457 url(/images/theme-myspeedyelectric/bg-header.jpg) repeat-x scroll center top;
}

body {
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    color: black;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; font-weight: bold; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; font-weight: bold; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; font-weight: bold; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1.contentopen em {
    font-style: normal;
    color: #be3d13;
    padding-right: 30px;
    padding-bottom: 10px;
    background: transparent url(/images/theme-myspeedyelectric/spark.png) no-repeat scroll right top;
}

a {
    color: #be3d13;
}

a:hover {
    color: #fb8d0c;
}

legend {
    color: black;
}

#header {
    height: 127px;
    color: white;
}

#logo {
}

#main {
    text-align: left;
    width: 900px;
    padding: 0 60px;
    margin: 0 auto;
    background: transparent url(/images/theme-myspeedyelectric/bg-main.png) repeat-y scroll center top;
}

#content {
    background-color: white;
    width: 580px;
    float: left;
    min-height: 550px;
    padding: 18px 20px 0;
    color: #3c3c3c;
    font-size: 90%;
    margin-top: -13px;
    position: relative;
}

#slideshow {
    width: 580px;
    height: 358px;
    position: relative;
    color: white;
    background-color: black;
    margin: 0 0 1.25em 0;
    overflow: hidden;
}

#slideshow a {
    color: white;
    text-decoration: none;
}

#slideshow .slide {
    background-color: black;
}

#slideshow .caption {
    font-size: 130%;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
}

#sidebar {
    float: right;
    width: 260px;
    padding: 5px 10px 200px;
    color: #c5c5c5;
    font-size: 95%;
    background: transparent url(/images/theme-myspeedyelectric/sidebar-spark.jpg) no-repeat scroll left bottom;
}

#sidebar p {
    margin-bottom: 1em;
}

#sidebar .cms_item {
    padding: 10px 10px 1px;
    background: transparent url(/images/theme-myspeedyelectric/sidebar-bot.png) no-repeat scroll left bottom;
    margin-bottom: 15px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    color: white;
}

#sidebar a {
    color: #fb8d0c;
}

#sidebar a:hover {
    color: #ffffbb;
}

#sidebar .floatLeft {
    padding-left: 5px;
}

#sidebar .floatRight {
    padding-right: 5px;
}

/* Menu styles */
.menu {
    display: block;
    list-style: none;
    height: 27px;
    margin: -27px auto 0;
    padding: 0 60px 13px;
    background: transparent url(/images/theme-myspeedyelectric/bg-menu.png) no-repeat scroll center bottom;
    position: relative;
    width: 900px;
    font-size: 80%;
}

.menu ul {
    display: none;
}

.menu li {
    float: left;
    width: 102px;
    height: 27px;
    padding-right: 1px;
}

.menu li.wide {
    width: 103px;
}

.menu a {
    display: block;
    width: 102px;
    height: 27px;
    line-height: 27px;
    background: transparent url(/images/cache/images-util-corners-ba9c7f82b1b790444623484fa335beb1.png) no-repeat scroll left top;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.menu .wide a {
    width: 103px;
    background-image: url(/images/cache/images-util-corners-c2a4167e514ffa4c0b12af8368297f8a.png);
}

.menu a:hover, .menu .hover {
    color: #ffffbb;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    zoom: 1; /* hasLayout */
    color: white;
    font-family: "Arial", "Helvetica", sans-serif;
    background: transparent url(/images/theme-myspeedyelectric/bg-footer.png) no-repeat scroll bottom center;
    margin: 0 -60px;
    padding: 1.25em 0 15px;
}

#footElements {
    font-size: 110%;
    font-weight: bold;
}

#footer a {
    color: white;
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    height: 16px;
    font-size: 90%;
    text-align: center;
}

#share a {
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    color: white;
    text-decoration: none;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: ;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

