
/* 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: #033a70 url(/images/theme-gearedup/grad-darkblue.png) repeat-x;
}

body {
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    border: 20px solid #033a70;
    border-width: 0 20px 20px;
    background: white url(/images/theme-gearedup/bg-main.png) no-repeat scroll left 137px;
}

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

h1 { font-size: 150%; margin: 0; padding: 0 0 0.866666666667em 0; }
h2 { font-size: 150%; margin: 0 0 0.866666666667em 0; }
h3 { font-size: 125%; margin: 0 0 1.04em 0; font-weight: normal; }
h4 { font-size: 115%; margin: 0 0 1.13043478261em 0; }
h5 { font-size: 105%; margin: 0 0 1.2380952381em 0; }
h6 { font-size: 100%; margin: 0 0 1.3em 0; }

h1, h2 {
    color: #da0907;
}

a {
}

legend {
    color: black;
}

#header {
    height: 239px;
    position: relative;
}

#slideshow {
    float: right;
    width: 558px;
    height: 198px;
    overflow: hidden;
    background-color: black; /* reduces but does not eliminate IE pixel lameness */
}

#overlay {
    width: 558px;
    height: 198px;
    position: absolute;
    right: 0;
    z-index: 5;
    background: transparent url(/images/theme-gearedup/overlay.png) no-repeat;
}

#logo {
    font-size: 300%;
    float: left;
    text-decoration: none;
    position: relative;
    left: 30px;
    top: 9px;
    width: 287px;
    height: 152px;
    z-index: 10;
}

#main {
    float: left;
    width: 860px;
    background: transparent url(/images/theme-gearedup/grad-lightblue.png) repeat-x scroll left bottom;
    padding-bottom: 25px;
}

#content {
    width: 700px;
    margin: 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 85%;
    min-height: 300px;
}

/* Menu styles */
.menu {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    line-height: 24px;
    font-size: 90%;
}

.menu li {
    height: 31px;
}

.menu a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0 10px;
    height: 24px;
    padding-bottom: 7px;
    background: transparent url(/images/theme-gearedup/menu-sep-red.png) no-repeat scroll left 21px;
    text-transform: uppercase;
    width: 120px;
}

.menu .m1 a { background-image: url(/images/theme-gearedup/menu-sep-red.png); }
.menu .m2 a { background-image: url(/images/theme-gearedup/menu-sep-green.png); }
.menu .m3 a { background-image: url(/images/theme-gearedup/menu-sep-blue.png); }

.menu .first a {
    width: 80px;
}

.menu a:hover, .menu .hover {
    color: #033a70;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    text-align: center;
    border-top: 13px solid #c6c7c8;
    background-color: #dadbdb;
    padding: 1.3em 0 1px;
}

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

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

#footTextlinks a {
    padding: 0 1px;
}

#footElements {
    font-size: 175%;
    margin-bottom: 0.742857142857em;
}

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

#usaTriathalon {
    display: inline;
    float: left;
    margin: 8px 0 0 52px;
}

#usaCycling {
    display: inline;
    float: right;
    margin: 7px 34px 0 0;
}

/* Sidebar */
#sidebar {
    width: 280px;
    font-size: 80%;
    display: inline;
    float: right;
    margin-right: 20px;
    line-height: 1.25;
}

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

.button {
    font-weight: normal;
    height: 28px;
    line-height: 27px;
    overflow: hidden;
    background: transparent url(/images/theme-gearedup/button.png) no-repeat;
}

.button a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.button a.shadow {
    color: black;
    position: absolute;
    width: 280px;
    margin: 1px 0 0 1px;
    opacity: 0.75;
}

div#sidebar div.cms_item .button {
    clear: right;
    display: block;
    border: 1px solid #136ab9;
    border-right-color: black;
    border-bottom-color: black;
    padding: 2px 1ex;
    font-weight: bold;
    background: #033a70;
    color: white;
}

#sidebar h2 {
    color: black;
    font-size: 135%;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 30px;
    left: 0;
}

#sidebar ul.rssFeed, #sidebar .newsIndex ul {
    list-style: none;
    font-size: 90%;
    padding-left: 0;
}

#sidebar ul.rssFeed li, #sidebar .newsIndex ul li {
    margin-bottom: 8px;
    font-weight: bold;
    color: #444444;
}

#sidebar ul.rssFeed a, #sidebar .newsIndex ul a {
    color: #444444;
    text-decoration: none;
}

#sidebar ul.rssFeed a:hover, #sidebar .newsIndex ul a:hover {
    color: black;
    text-decoration: underline;
}

/* Social media icons */
#share {
    height: 16px;
    font-size: 85%;
    padding-left: 19px;
    width: 261px;
    float: left;
}

#share a {
    float: left;
    width: 67px;
    line-height: 16px;
    height: 16px;
    padding: 0 0 0 20px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    text-decoration: none;
    color: black;
}

#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 a.print       { background-position: 0 -300px; }

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

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

#sidebar .cms_item {
    background: transparent url(/images/cache/images-util-corners-d8b5021a63c8739d2e9f964f0168ad8b.png) no-repeat scroll bottom left;
    padding: 0 20px 1px;
    margin-bottom: 1em;
    float: left;
    width: 240px;
}

#sidebar .floatRight, #sidebar .floatLEft {
    padding-top: 6px;
    padding-bottom: 6px;
}

#sidebar #sidebar1 .cms_item {
    background: none;
}

#sidebar .cms_item h2 {
    background: transparent url(/images/cache/images-util-corners-423af96cc80d81fc0607f380cea64a08.png) no-repeat scroll top left;
    margin: 0 -20px 5px;
    padding: 5px 20px 0;
    font-weight: normal;
}

#sidebar #sidebar1 h2 {
    background: none;
    border-bottom: 1px solid #c6c7c8;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

#sidebar .cms_item p, #sidebar .cms_item form, #sidebar .cms_item ul, #sidebar .cms_item ol, #sidebar .cms_item .alignCenter {
    margin-bottom: 8px;
}

#sidebar .cms_item form {
    display: inline;
    float: left;
}

#sidebar .iField {
    float: left;
    width: 240px;
    padding-bottom: 2px;
}

#sidebar label {
    float: left;
    padding-top: 2px;
}

#sidebar input {
    float: right;
}

#sidebar .iField input {
    width: 150px;
}

/* 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%;
}

