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

html {
    background: #1e1e1e url(/images/theme-custompackaging/bg-cpp.png) repeat-x scroll center top;
}

body {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

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

h1 { font-size: 169.2308%; margin: 0 0 0.7386em 0; }
h2 { font-size: 146.1538%; margin: 0 0 0.8553em 0; }
h3 { font-size: 130.7692%; margin: 0 0 0.9559em 0; }
h4 { font-size: 115.3846%; margin: 0 0 1.0833em 0; }
h5 { font-size: 100.0000%; margin: 0 0 1.2500em 0; }
h6 { font-size: 92.3077%; margin: 0 0 1.3542em 0; }

h1 {
    border-bottom: 1px solid #5b5b5b;
}

a {
    color: #97030a;
}

a:hover {
    color: #cb2f3a;
}

legend {
    color: black;
}

#header {
    height: 146px;
    background: transparent url(/images/theme-custompackaging/papers.png) no-repeat scroll 316px top;
}

#logo {
    display: block;
    width: 215px;
    height: 120px;
    position: relative;
    left: 50px;
    top: 14px;
}

#main {
    width: 940px;
    float: left;
    background: transparent url(/images/cache/images-util-corners-7fe43fc2f9ca34c8fae9062d07817484.png) repeat-y;
}

#content {
    width: 680px;
    padding: 1.25em 20px 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 81.2500%;    min-height: 300px;
    color: #3b3b3b;
}

body.home #content {
    padding-top: 8px;
}

#sidebar {
    float: right;
    width: 194px;
    padding: 20px 13px 0;
    font-size: 81.2500%;    color: white;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    color: white;
    font-weight: normal;
    margin-bottom: 10px;
}

#sidebar ul, #sidebar ol, #sidebar p {
    margin-bottom: 10px;
}

.sidebar_item {
    margin-bottom: 5px;
    float: left;
    width: 194px;
}

#sidebar a {
    color: white;
}

#sidebar h2 a {
    text-decoration: none;
}

#sidebar a:hover {
    color: #cfd2d4;
    text-decoration: underline;
}

#sidebar h2 {
    border-bottom: 1px solid #cb2f3a;
}

.button {
    display: block;
    width: 110px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-784c93f62a696f8e3cf87ba59cf16530.png) no-repeat scroll left top;
    color: white;
    text-decoration: none;
    padding: 7px 5px 4px 6px;
    margin-left: -6px;
    font-weight: bold;
}

.button:hover {
    text-decoration: none !important;
    color: #cfd2d4 !important;
}

#sidebar .button {
    background-image: url(/images/cache/images-util-corners-dfbae4c3726177f8d1ea55979226386b.png);
}

.newsIndex ul, .rssFeed {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.newsIndex ul li, .rssFeed li {
    margin-bottom: 10px;
}

#homeExtra {
    width: 674px;
    margin: 0 -12px 1.25em;
    height: 255px;
    padding: 15px;
    background: #3b3b3b url(/images/theme-custompackaging/gray-curve.png) no-repeat scroll center 62px;
}

#leader {
    display: inline;
    float: left;
    margin: 37px 0 0 0;
    width: 234px;
    height: 185px;
}

#slideshow {
    width: 382px;
    height: 255px;
    display: inline;
    float: right;
    margin-right: 25px;
    overflow: hidden;
}

/* Menu styles */
.menu {
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: transpare
    width: 940px;
    background: #3b3b3b url(/images/cache/images-util-corners-ee072826215fb3fc531a1115688c7a07.png) repeat-x;
    font-size: 93.7500%;    border-top: 1px solid #1e1e1e;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    color: white;
    display: inline;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 28px 10px 25px;
    background: transparent url(/images/theme-custompackaging/menu-sep.png) no-repeat scroll right center;
}

.menu .last a {
    background: none;
    padding-right; 25px;
}

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

/* Footer Styles */
#footer {
    clear: both;
    font-size: 81.2500%;    text-align: center;
    zoom: 1; /* hasLayout */
    color: #cfd2d4;
    padding: 30px 0;
}

#footElements {
    font-size: 107.6923%;    font-weight: bold;
    margin-bottom: 1.13636363636em;
}

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

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

#footTextlinks a {
    padding: 0 5px;
}

#copyright, #developerNotice {
    font-size: 84.6154%;    display: inline;
    padding: 0 20px;
}

/* Social media icons */
#share {
    height: 16px;
    font-size: 84.6154%;}

#share iframe {
    width: 180px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 0;
}

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

.st_sharethis {
    min-width: 54px;
    padding-right: 0;
}

#stwrapper {
    margin-left: -100px;
}

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

#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; padding-right: 0; margin-right: -20px; }
#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; }
.st_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 a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

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

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 17px !important;
    height: 16px !important;
    color: white !important;
}


