/*** GENERAL STYLES ***/
body {
    background-color: #030303;
}

body, th, td, h1, h2, h3, h4, h5, h6, select, input, textarea {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color: #000;
}

#copyright {
    text-align: right;
}

#privacy h2 {
        text-align:center;
}

a {
    color: #e9000a;
    text-decoration: none;
}

a:hover {
    color: #dc2a32;
}

.small {
    font-size: 10px;
}

.large {
    font-size: 12px;
}

.button {
    background: #dc2a32;
    color: white;
    font-weight: bold;
    border: 1px solid #777777;
    text-transform: uppercase;
}

a.button {
    padding: 0 10px;
}

a.button:hover {
    background: #777777;
    color: white;
}

a.whitelink {
    color: white;
    text-decoration: underline;
}

a.whitelink:hover {
    color: white;
    text-decoration: none;
}

a.blacklink {
    color: #000;
    text-decoration: underline;
}

a.blacklink:hover {
    color: #dc2a32;
    text-decoration: none;
}

a.georgelink {
    color: #dc2a32;
    text-decoration: none;
}

a.georgelink:hover {
    color: #000;
    text-decoration: none;
}

.alert {
    color: #d00;
    font-weight: bold;
}

.spacer, .divider {
    clear: both;
    float: none !important;
    overflow: hidden;
}

.imgleft {
    float: left;
    margin: 0 20px 20px 0;
}

.imgright {
    float: right;
    margin: 0 0 20px 20px;
}

#top {
    position: relative;
    height: 96px;
    background: url(/imgD/top-default.gif) no-repeat;
}

h1.title-image {
    margin-left: -35px;
    margin-top: 1em;
}

h1 {
    margin-top: 1em;
}

#top h1 a {
    position: absolute;
    left: 312px;
    top: 0;
    width: 175px;
    height: 96px;
    overflow: hidden;
    line-height: 250px;
    text-align: center;
}

#top h1 a img {
    display: none;
}

#top #findyourstyle {
    position: absolute;
    left: 0;
    top: 30px;
    width: 185px;
    height: 35px;
    overflow: hidden;
    line-height: 250px;
}

/* @group Search */

#topsearchform, #leftsearchform {
    margin: 0;
}

#topsearchform {
    position: absolute;
    right: 20px;
    top: 6px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#topsearchform input, #leftsearchform input {
    vertical-align: middle;
    font-weight: normal;
}

#topsearchform, #leftsearchform {
    color: #afafaf;
}

#topsearchfor {
    width: 165px;
    padding: 5px;
    background-color: #ede8dc;
    color: #2a2a2a;
}

#leftsearchfor {
    margin: 10px 0 10px  10px;
    width: 80px;
    padding: 5px;
    background-color: #ede8dc;
    color: #2a2a2a;
}

#topsearchbutton, #leftsearchbutton {
    width: 32px;
    font-weight: bold;
    color: white;
    background: #dc2a32;
    border: 1px solid #444;
    height: 28px;
    line-height: 28px;
}

/* @end */

/* @group Top Nav */

#topnav {

    overflow: hidden;
    height: 66px;
    margin: 0 auto
}

#topnav li {
    float: left;
    display: inline;
    margin-right: 1px;
}

#topnav li.on, #topnav li:hover {
    background: transparent url('/imgD/nav/bg-nav-on.gif') repeat-x top;
}

#topnav a {
    height: 66px;
    text-indent: -3333px;
    display: block;
}

#topnavmen a {
    background: url('/imgD/nav/men.png') no-repeat center;

}

#workbootsnavmen a {
    background: url('/imgD/nav/men.png') no-repeat center;

}

#topnavwomen a {
    background: url('/imgD/nav/women.png') no-repeat center;
}

#topnavkids a {
    background: url('/imgD/nav/kids.png') no-repeat center;
}

#topnavworkboots a {
      background: url('/imgD/nav/workboots.png') no-repeat center;  
}

#topnavwestern a {
    background: url('/imgD/Western.png') no-repeat center;
    
}

#topnavtechnology a {
    background: url('/imgD/nav/technology.png') no-repeat center;
}

#topnavbootmaking a {
    background: url('/imgD/nav/boot101.png') no-repeat center;
}

#topnavfitguide a {
    background: url('/imgD/nav/men.png') no-repeat center;
}

#topnavmusic a {
    background: url('/imgD/nav/men.png') no-repeat center;
}

#topnavrodeo a {
    background: url('/imgD/nav/justinrodeo.png') no-repeat center;
}

#topnavjustinamerica  a {
    background: url('/imgD/nav/justinamerica.png') no-repeat center;
}

#topnavheritage a {
    background: url('/imgD/nav/heritage.png') no-repeat center;
}

#topnavmen {
    width: 75px;
}

#workbootsnavmen {
    margin-left:40px;
    width: 75px;
}

#topnavwomen {
    width: 92px;
}

#topnavkids {
    width: 76px;
}
#topnavworkboots  {
   width: 117px;
}

#topnavwestern {
    width:117px;
}

#topnavtechnology {
    width: 120px;
}

#topnavbootmaking {
    width: 100px;
}

#topnavfitguide {
    width: 63px;
}

#topnavmusic {
    width: 77px;
}

#topnavrodeo {
    width: 120px;
}

#topnavjustinamerica {
    width: 135px;
}

#topnavheroes {
    width: 84px;
}

#topnavevents {
    width: 52px;
}

#topnavpartners {
    width: 63px;
}

#topnavheritage {
    width: 104px;
}

/* @end */

#homeflash {
    height: 296px;
}

#columns {
    background: #fff url(/imgD/columns-default.gif) repeat-y;
    height: 10px;
    border: 1px solid #2a2a2a;
    overflow: hidden;
}

#jowcolumns {
    height: 10px;
    border: 1px solid #2a2a2a;
    overflow: hidden;
}

html>body #columns {
    height: auto;
}

html>body #jowcolumns {
    height: auto;
}

/* @group Mappage */

#columns.mappage {
    background: white;
}

.mappage h1, .mappage h4 {
    line-height: 22px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #2a2a2a;
    font-size: 15px;
    color: white;
    text-align: center;
}

.mappage h4 {
    text-align: left;
}

.mappage h4

ul#online_dealers {
    margin: 0;
}

ul#online_dealers li {
    text-align: center;
    list-style-type: none !important;
    margin: 0 0 1.5em;
}

.mappage #leftbar form div {
    text-align: right;
    padding-top: 10px;
}

.mappage #leftbar ul {
    clear: right;
    position: relative;
    border-top: 1px solid #ccc;
    height: 280px;
    overflow: auto;
}

.mappage #leftbar li {
    position: relative;
    line-height: 14px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 25px;
}

.mappage #leftbar li strong, .mappage #leftbar li span {
    display: block;
}

.mappage #leftbar li strong {
    color: #dc2a32;
}

.mappage #content p {
    text-align: right;
}

.mappage #onlineretailers a {
    display: block;
    width: 105px;
}

.mappage a#online_list_next {
    display: block;
    background: #2a2a2a;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.mappage a#online_list_next:hover {
    background: #dc2a32!important;
}

html>body .mappage #leftbar .pushpin {
    left: 0;
}

#locator_left_list li {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
        margin-top: 15px;
        border-bottom: 1px solid #afafaf;
        display: block;
}
.mappage form {
    margin-bottom: 1.5em;
    padding-left: 20px;
}

/* @end */

#rightcolumn {
    /*padding-bottom: 30px;*/
}

#flasharea {
    color: #000;
}

.flash-border {
    border: 10px solid #2a2a2a;
    margin: 40px auto;
}

.flash-full {
    position: relative;
    margin-left: -50px;
}

h1.findresults {
    height: 26px;
    padding: 0 20px;
    font-size: 15px;
}

/* @group Product Grid */

.view-all {
    padding: 0 40px;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    margin: 25px 0 0;
}

#productgrid {
    padding-top: 1.5em;
}

#productgrid.findresults {
    padding: 15px;
    background: white;
}

#productgrid div {
    text-align: center;
    margin-bottom: 1.5em;
    height: 300px;
    overflow: hidden;
}

#productgrid p {
    text-align: center;
    margin: 0 auto 1.5em;
    width: 220px;
    min-height: 51px;
}


#productgrid.findresults div {
    padding-left: 10px;
}

#productgrid div img {
    width: 140px;
    margin: 0 auto;
}

#productgrid.categories strong {
    font-family: georgia, times, "times new roman", serif;
    font-size: 14px;
    font-weight: normal;
}

#productgrid div .styleno {
    font-size: 10px;
    color: #7c6343;
    font-weight: bold;
}

/* @end */

#detailimage {
    padding-bottom: 1.4em;
    border-bottom: 1px solid #bbb;
    margin-bottom: 1em;
    text-align: center;
}

#detailimage img {
    width: 275px;
    height: 440px;
    margin: 0 auto;
}

#zoomlink {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#list-tech {
    padding-bottom: 1.4em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #bbb;
}


#grid .tech-item {
    height: 225px;
    margin-bottom: 25px;
}

#grid h3 {
    margin-bottom: 0;
    font-size: 1.2em;
}

#grid .tech-item img {
    margin: 0 auto 15px;
    display: block;
}
 /*@group Grid 

#grid div div {
    float: none;
    margin: 0;
    border: 0;
    font-size: 10px;
    line-height: 11px;
    padding: 10px 5px 5px 5px;
    color: #000;
    overflow: auto;
}

#grid div div a {
    display: block;
    height: 181px;
}

#grid div div a:hover {
    color: #000;
}

#grid div div img {
    display: block;
    margin: 0 auto 5px auto;
}

#grid div div img.photo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

#grid div h3 {
    position: relative;
    left: 0;
    top: 197px;
    height: 22px;
    line-height: 22px;
}



#grid div h3 a:hover {
    background: #dc2a32;
}

#grid div.spacer {
    clear: both;
    float: none;
    border: 0;
    margin: 0;
    background: none;
    height: 1px !important;
}

 @end 

#content .rodeo div {
    width: 111px;
    height: 168px;
    margin: 0 5px 10px 0;
}*/

#content .rodeo div div {
    width: 101px;
    height: 134px;
}

#content .rodeo div div a {
    height: 134px;
}

#content .rodeo div h3 {
    top: 150px;
    height: 18px;
    line-height: 18px;
}

#content .rodeo div h3 a {
    height: 18px;
}

#musicboots h1 {
    margin: 0 !important;
}

#musicboots {
    min-height: 300px
}

#musicright {
    height: 325px;
    margin-bottom: 10px;
    overflow: hidden;
}

#musiclinks {
    height: 23px;
    margin: 0 0 1.5em;
}

#musiclinks li {
    float: left;
    padding-right: 5px;
    list-style: none;
}

#musiclinks a {
    display: block;
    background: #373737;
    line-height: 23px;
    height: 23px;
    padding: 0 8px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    width: 10px;
}

html>body #musiclinks a {
    width: auto;
}

#musiclinks a:hover {
    background: #dc2a32;
}



#rodeolinks {
    height: 23px;
    margin: 0 0 1.5em;
}

#rodeolinks {
    height: 23px;
    margin: 0 0 1.5em;
}

#rodeolinks li {
    float: left;
    padding-right: 5px;
    list-style: none;
}

#rodeolinks a {
    display: block;
    background: #373737;
    line-height: 23px;
    height: 23px;
    padding: 0 8px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    width: 10px;
}

html>body #rodeolinks a {
    width: auto;
}

#rodeolinks a:hover {
    background: #dc2a32;
}

#musicdescription {
    height: 189px;
    overflow: hidden;
}

#musicexclusives img {
    width: 85px;
    height: 55px;
    border: 1px solid #000;
    float: left;
    margin-right: 3px;
}

#musicevents {
    height: 160px;
    overflow: hidden;
}

#musicphotos a {
    float: left;
    width: 85px;
    height: 60px;
    border: 1px solid #000;
    margin: 0 15px 15px 0;
}

#content h2 {
    /*text-transform: uppercase;*/
    padding-top: 18px;
    /*font-size: 13px;*/
}

#content h2 strong {
    display: block;
    text-transform: none;
}

#news .item {
    padding-top: .5em;
    border-top: 1px solid #2a2a2a;
    position: relative;
}

#newssearchform {
    float: right;
    padding-top: 15px;
    font-weight: bold;
}

#newssearchform input {
    vertical-align: middle;
    font-weight: normal;
}

#newssearchfor {
    border: 1px solid #444;
    padding: 0 3px;
    height: 16px;
}

#newssearchfor {
    width: 160px;
    margin: 0 3px;
}

#newssearchbutton {
    width: 26px;
    font-weight: bold;
    color: white;
    background: #000;
    border: 1px solid #444;
    height: 18px;
    line-height: 12px;
}

#filter h2 {
    color: white;
    background-color: #2a2a2a;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 10px 0 0;
    font-size: 15px;
}

#filter form {
    background-color: #f0f0f0;
    padding: 5px 15px 10px;
    margin-bottom: 10px;
}

.item {
}

.item .date {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.item .date span {
    display: block;
}

.item .date .month {
    font-size: 14px;
}

.item .date .day {
    font-size: 20px;
}

.item .date .year {
    
}

.item img {

}

html>body .item img {
    border: 0;
}

.long img {
    left: 516px !important;
}

.item h4 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5em;
}

.item h4.products {
}

.item a {
    text-transform: uppercase;
}

.item a:hover {
    color: #dc2a32;
}

#detailinfo {
    padding: 14px;
    font-size: 12px;
    line-height: 18px;
    background-color: #EDE5CC;
}

#detailinfo h2 {
    font-family: georgia, times, "times new roman", serif;
    font-size: 17px;
    color: #cb1921;
    padding: 0;
    margin-bottom: 7px;
}

#detailinfo a {
    text-decoration: underline;
}

#detailinfo .label {
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: bold;
}

#rightbar h3 {
    font-size: 14px;
    color: white;
    padding: 0 14px;
}

/* @group Also Consider */

#next_prev {
    margin-top: 10px;
    float: left;
    width: auto;
}

/*#alsoconsider {
    width: 325px;
    overflow: hidden;
    border-left: 1px solid #bbb;
}*/

#alsoconsider div {
    text-align: center;
}

#alsoconsider img {
    display: block;
    width: 140px;
    height: 224px;
}

#alsoconsider p {
    margin: 0 15px;
    line-height: 12px;
    text-align: left;
    width: 90%;
}

#alsoconsider .spacer {
    height: 20px;
}

/* @end */

body.generic #rightbar h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

body.generic #rightbar .divider {
    height: 1px;
    background: #000;
    margin: 10px 0;
}

#lefttopimage {
    /*width: 160px;
    height: 160px;*/
    width: 150px;
    overflow: hidden;
    background: white;
    text-align: center;
}

/* @group Secondary Nav */

#secondary-nav {
    padding-bottom: 25px;
}

#secondary-nav ul {
    border-top: 1px solid white;
    list-style: none;
    margin: 0;
}

#secondary-nav li {
    border-bottom: 1px solid white;
    position: relative;
}

#secondary-nav li a {
    display: block;
    color: white;
    padding: 3px 10px 4px;
}

#secondary-nav li a:hover {
    background-color: #E9000A;
    color: white;
}

#secondary-nav li.on {
    border-bottom: 1px solid white;
}

#secondary-nav li.on li {
    border-bottom: none;
}

#secondary-nav li.on ul {
    display: block;
}

#secondary-nav li.on > a {
    display: block;
    background-color: #E9000A !important;
    color: white;
}

#secondary-nav li ul {
    display: none;
}

#secondary-nav li li {
    border: 0;
}

#secondary-nav li li a {
    border: 0;
    padding: 3px 10px 4px 20px;
}

#secondary-nav li li li a {
    padding: 3px 10px 4px 30px;
}

/*#secondary-nav li.on li a {
    padding: 2 10px 3px 20px;
    background: white;
    color: #2a2a2a;
}*/

#secondary-nav li li .plus {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 11px;
    height: 11px;
    background: url(/imgD/Plus-collapsed.gif);
    overflow: hidden;
    cursor: pointer;
/*    cursor: hand;*/
}

#secondary-nav li li.on .plus {
    background: url(/imgD/Minus-expanded.gif);
}

#secondary-nav li li.on ul {
    display: block !important;
}

#secondary-nav li li ul {
    display: none !important;
    border: 0;
    background: none;
    padding-bottom: 0;
}

#secondary-nav li li li a {
    color: #2a2a2a;
    background-color: white;
    padding: 3px 10px 4px 30px !important;
}

#secondary-nav li li li.on a {
    background: white !important;
    color: #E9000A !important;
}



/* @end */

/* @group Mappage */

.pushpin {
    background: url("/imgD/mapDot.gif") no-repeat;
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 20px;
    float: left;
    margin: 2px 5px 0 -25px;
    _margin: 2px 8px 0 0;
}

.pushpin a {
    color: #fff !important;
}

.pushpin_title {
    text-align: left;
    color: #dc2a32;
}

.pushpin_description {
    text-align: left;
}

#veresults h2 {
    background-color: #cc0009;
    color: white;
    font-size: 15px;
    padding: 5px 20px;
}

#veresults ul {
    margin: 0;
}

#veresults li {
    list-style: none;
    margin: 0 0 1.5em;
}

#veresults li {
    list-style: none;
    margin: 0 20px 1.5px 25px;
}

/* @end */

/* @group Ads */

.ad {
    text-align: center;
}

#ads {
    height: 137px;
    background: url('/imgD/bg-leather.jpg') no-repeat top center;
}

#ads img {
    position: relative;
    margin-top: -5px;
}

#adsbentrail img {
    margin-top: -10px;
}

#ads.home #adskiosk {
    background: url(/imgD/kiosk_center_graphic.gif);
}

#adskiosk {
    width: 221px;
    background: url(/imgD/kiosk_centersub_graphic.gif);
}

/* @end */

/* Footer */

#footer {
    color: #998068;
    padding: 30px 0;
}

#footer h2 {
    color: #e7d5ad;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 .25em;
    border-bottom: 1px solid #998068;
}

#footer ul {
    list-style: none;
    margin: 0 0 1.5em
}

#footer a {
    color: #998068;
}
#footer h2 a {
    color: #e7d5ad;
    font-weight: bold;
}
#footer a:hover {
    text-decoration: underline;
}
.footer-site-nav a {
    color: #E7D5AD !important;
    font-size: 1.2em;
}

/* End Footer */

/* @group Blog */

#blogform {
    font-family: georgia, times, serif;
    font-size: 12px;
    color: #848484;
}


#blogform label {
    display: block;
    line-height: 20px;
}

#blogform input, #blogform textarea, #blogpreview {
    border: 1px solid #bbb;
    margin-bottom: 15px;
    font-family: georgia, times, serif;
    font-size: 18px;
    color: #000;
}

#blogform input {
    height: 38px;
    padding: 0;
}

#blogform textarea {
    height: 265px;
}

.blogformdiv {
    clear: both;
}

#blogform input, #blogform textarea {
    width: 348px;
    padding: 0;
}

#blogform #blogtitle {
    width: 708px;
}

#blogform #blogsubmit {
    border: 0;
}

#blogstory {
    height: 290px !important;
}

#blogcaptchaimg {
    border: 1px solid #bbb;
    width: 154px;
    height: 38px;
    margin: 9px 10px 0 0;
    float: left;
}

#blogform #blogcaptcha {
    width: 182px;
}

#blogphotodiv {
    position: relative;
    height: 55px;
}

input#blogphoto {
    width: 183px !important;
    margin-right: 10px !important;
}

#blogphotodiv p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#blogphotobrowse {
    margin-top: 9px;
}

#blogphotodiv p * {
    vertical-align: top;
}

#blogphotofile {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#blogdisplay .rate {
    padding-bottom: 1.5em;
}

/*

#blogdisplayleft {
    float: left;
    width: 390px;
}

#blogdisplayright {
    float: right;
    width: 265px;
    padding: 0 25px;
}
*/

#blogdisplayleft .date, #blogdisplay .title, #blogdisplay .byline, #blogdisplay .rate {
    text-align: center;
}

#blogdisplayleft .date {
    font-size: 14px;
    color: #383838;
    font-weight: bold;
}

#blogdisplayleft .title {
    font-size: 16px;
    font-style: italic;
    color: #dc2a32;
    font-weight: bold;
    line-height: 20px;
}

#blogdisplayleft .byline {
    font-style: italic;
    color: #333;
}

#blogdisplayleft .rate {
    font-size: 10px;
    font-style: italic;
    color: #de343c;
}

/* #blogdisplayleft .photo {padding: 10px; background: url(/imgD/blog-photo-bkg.gif); margin: 5px 0;} */

#blogdisplayleft .photo div {
    width: 370px;
    height: 250px;
    overflow: hidden;
}

#blogdisplayleft .story {
    line-height: 18px;
}

#blogdisplayright h2 {
    margin: 0 -25px 10px -25px;
    height: 28px;
    overflow: hidden;
    line-height: 70px;
    padding: 0;
}

#blogdisplayright #about {
    background: url(/imgD/blog-h2-about.gif);
}

#blogdisplayright #GBD_legend {
    background: url(/images/gs_thankyou.jpg);
    margin: 0 -25px 10px -25px;
    height: 46px;
    overflow: hidden;
    line-height: 70px;
    padding: 0;
}

#blogdisplayright #GBD_star {
    background: url(/images/GS_starborn.jpg);
    margin: 0 -25px 10px -25px;
    height: 46px;
    overflow: hidden;
    line-height: 70px;
    padding: 0;
}

#blogdisplayright #rssfeed {
    background: url(/imgD/blog-h2-rssfeed.gif);
}

#blogdisplayright #topten {
    background: url(/imgD/blog-h2-topten.gif);
}

#blogdisplayright #archive {
    background: url(/imgD/blog-h2-archive.gif);
}

#blogdisplayright #rssparagraph {
    height: 55px;
    padding: 20px 0 0 113px;
    line-height: 18px;
    font-style: italic;
    background: url(/imgD/blog-rssicon.gif) 37px 6px no-repeat;
}

#blogdisplayright .subscribelink {
    font-size: 16px;
    color: #693a15;
    font-weight: bold;
}

#blogdisplayright .whatislink {
    color: #4b4b4b;
}

#blogdisplayright .subscribelink:hover, #blogdisplayright .whatislink:hover {
    text-decoration: underline;
}

#blogtopten {
    margin-bottom: 20px;
    font-style: italic;
}

#blogtopten li {
    position: relative;
    padding-left: 15px;
}

#blogtopten .count {
    position: absolute;
    left: 0;
    top: 0;
}

#blogtopten a {
    color: #454545;
}

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

#blogtopten .byline {
    font-style: italic;
    color: #898989;
}

/*** COLOR SCHEME STYLES ***/

body.blog {
    background-color: #320c03;
    background-image: url(/imgD/bkg-blog.jpg);
}

body.blog #columns {
    background: white;
}

body.blog #rightcolumn {
    width: 799px;
}

body.blog #secondary-nav {
    display: none;
}

/* @end */

/* @group Workboots */

body.workboots #main {
/*    background: #47484d url(/imgD/bkg-workboots.jpg) repeat-x 0 top;*/
    background: #000 url('/imgD/JOW-Content-Bkg2.png') repeat-y top;
}

/* @end */

body.rodeodetail #columns h1 {
    border: 1px solid #000;
    line-height: 22px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    background: none;
    text-transform: none;
    width: auto;
}

body.rodeodetail #rightcolumn.withrightbar #content {
    padding: 0 15px 15px 15px;
}

body.rodeodetail #rightbar {
    background: repeat-x;
    padding: 15px 15px 15px 0;
}

#news_detail_logo {
    margin-left: 155px;
    width: 100px;
    margin-top: 20px;
}

/*** STRUCTURAL STYLES ***/

#header {
    background: #050404 url('../imgD/bg-header.jpg') no-repeat center;
}

#jowheader {
        background: #050404 url('../imgD/JOW-Header-Bkng-Edited1400x94.gif') no-repeat center;
}

#header-inner {
    height: 94px;
    position: relative;
}

#logo {
    position: absolute;
    left: 393px;
    top: 5px;
    width: 144px;
    height: 82px;
    margin-top: 0;
}

#jowlogo {
    position: absolute;
    left: 415px;
    top: 5px;
    width: 144px;
    height: 82px;
    margin-top: 0;
}

#main {
    background: #eee1bf url('../imgD/bg-wood.jpg') no-repeat center 12px;
    padding-bottom: 40px;
}

#navigation {
    background: url('../imgD/BG-mainNav.png') no-repeat top center;
    padding-top: 1px;
    height: 94px;
}

.meta h1 {
    padding: 5px 14px 8px;
    margin: 0;
    background-color: #9c6e3d;
    color: white;
    font-size: 15px;
    line-height: 18px;
}

h3.consider {
    background-color: #cc0009;
    color: white;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 14px 8px;
    margin: 0 0 10px;
}

#moreinfo {
    /*width: 415px;
    float: left;*/
}

/* @group Comments */

#comment-form label {
    display: block;
}

.comment {
    border-top: 1px solid #bbb;
    padding-top: 1.4em;
}

.submitted {
    font-weight: bold;
}

textarea {
    height: auto;
}

/* @end */

/* @group Tables */

table {
    margin-bottom: 0;
}

table td {
    vertical-align: top;
}

td.label {
    text-align: right;
}

/* @end */

/* @group Boot Nav / Rating */

#boot_nav {
    
}

.ratingblock {
    margin-top: 10px;
    float: right;
    width: auto;
}

/* @end */

/* @group Bent Rail */

body.bentrail #main {
    background: url(../imgD/BG-bentRail.jpg) no-repeat center top;
}

body.bentrail #columns {
    background: transparent url(../imgD/BG-kyteContainer-trans.png) no-repeat center top;
    border: none;
    height: 552px;
}

body.bentrail #columns #kyte {
    margin: 25px auto 0;
    width: 850px;
}

/* @end */

/* @group Boots */

body.boots #rightcolumn {
    padding-bottom: 10px;
}

/* @end */

#message {
    margin-top: 10px;
}

#homepage-flash {
    width: 670px;
    height: 370px;
    margin-right: 20px;
    float: left;
}

#jowhomepage-flash {
    background-color:#4b4b4b;
    width: 670px;
    height: 370px;
    margin-right: 20px;
    float: left;
}
#homepage-promos {
    width: 260px;
    height: 370px;
    float: left;
}

#homepage-promos img {
    display: block;
}

#home-promo-item-0, #home-promo-item-1 {
    margin-bottom: 20px;
}

/* @group Music */

#music .item img, #heroes .item img, #rodeo .item img {
    margin-bottom: .5em;
    padding: 1px;
    border: 1px solid #2a2a2a;
}


#music .item, #heroes .item, #rodeo .item {
    margin-bottom: 3em;
}

#music .item h3 a, #heroes .item h3 a, #rodeo .item h3 a, #partners .item h3 a {
    margin-bottom: 3em;
    color: #2a2a2a;
    font-size: 12px;
}

#events .item {
    border-bottom: 1px solid #2a2a2a;
    margin-bottom: 1.5em;
}

#events img {
}

#events p, #events .date {
    float: left;
    margin-right: 10px;
}


/* @end */

/* @group Search */

#search-results .item {
    border-top: 1px solid #2a2a2a;
    padding-top: 5px;
}

#search-results img {
    float: right;
    margin-left: 10px;
}

/* @end */

/* @group Partners */


.partner {
    min-height: 300px;
    margin-bottom: 1.5em;
}
.partner img {
    margin:  0 auto 1.5em;
    display: block;
}
.partner .summary {
    padding-right: 10px;
}

/* @end */

#rodeo h2 {
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid #2a2a2a;
}


body.gypsy #columns {
    background: #020001;
}

body.gypsy #secondary-nav {
    background-color: #2a2a2a;
}

.icons img {
    margin: 0 1em 1.5em 0;
}

body.default #columns {
    padding-bottom: 30px;
}

.full-banner {
    margin-left: -50px;
}

div.salute {
    padding-bottom: 2em;
}

div.salute + div.salute {
    border-bottom: 1px solid #bbb;
}

/* Contest Form and thank you page */

.contestform .formfield { 
    width: 300px;
    margin: 0 0 .5em 0;
    padding: 5px 10px;
/*  color: #b6a698;*/
        color: #000000;
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 12px;
/*  font-style: italic;*/
    border: solid 1px #b6a698;
}

.contestform legend,
.contestform label { 
    display: block;
    width: 120px;
    margin: 0;
    padding: 0 0 .2em 0;
    color: #d40005;
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 14px;
        font-weight: bold;
/*  font-weight: normal;*/
/*  font-style: italic;*/
/*  line-height: 1.2em;*/
}

.required {
color: #d40005;
}

.notrequired {
color:#000000;
}
/*.contestform legend.required,
.contestform label.required { 
    color: #d40005;
}
*/
.contestform legend.notrequired,
.contestform label.notrequired { 
    color: #000000;
}

.contestform label.small { 
    display: block;
    width: 100px;
    margin: 0;
    padding: 0 0 .2em 0;
/*  color: #d40005;*/
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 14px;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
        font-weight:bold;
/*  font-weight: normal;*/
/*  font-style: italic;*/
/*  line-height: 1.2em;*/
}
.contestform .smallformselect { 
    width: 75px;
    margin: 0 0 .5em 0;
    padding: 0;
/*  color: #b6a698;*/
        color: #000000;
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 12px;
/*  font-style: italic;*/
    border: solid 1px #b6a698;
}
.contestform .mediumformselect { 
    width: 100px;
    margin: 0 0 .5em 0;
    padding: 0;
/*  color: #b6a698;*/
        color: #000000;
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 12px;
/*  font-style: italic;*/
    border: solid 1px #b6a698;
}
.contestform p { 
    padding: 0 0 .5em 0;
}
.contestform p.narrow { 
    width: 197px;
    margin: 0;
    padding: 0 0 .5em 0;
}
.contestform p.narrow label {
    display: block;
    width: 150px;
    margin: 0;
    padding: 0 0 .2em 0;
    font-size: 14px;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
        font-weight: bold;
/*  width: 180px;*/
}
.contestform p.narrow .formfield { 
    width: 163px;
    margin: 0 0 .5em 0;
    padding: 5px 10px;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 12px;
        color: #000000;
}

#hardestworker,
#worstgifts,
#storydiv,
#permdiv,
#addiv {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: medium;
}

#worstgifts .formfield {
    width: 200px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    color: #000000;
    border: solid 1px #b6a698;
}

#storytitleID {
    width:620px;
    height:25px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    color: #000000;
    border: solid 1px #b6a698;
}

#worstgifts label.small { 
    display: block;
    width: 100px;
    margin: 0;
    padding: 0 0 .2em 0;
    font-weight:bold;
}

#worstgifts .smallformselect { 
    width: 75px;
    margin: 0 0 .5em 0;
    padding: 0;
    color: #000000;
    border: solid 1px #b6a698;
}

#worstgifts .mediumformselect { 
    width: 100px;
    margin: 0 0 .5em 0;
    padding: 0;
    color: #000000;
    border: solid 1px #b6a698;
}

#worstgifts input.medwidth {
    width:100px;
}

#worstgifts input.smwidth {
    width:50px;
}

#leadText h2 {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

#leadText p {
    font-size: medium;
    text-align: left;
}

#fieldlabel {
    width:175px;
}

#thefield {
    width:300px;
}

#giftstorydiv {
    float: left;
    width: 310px;
    height: 335px;
}

#contestentry {
    width: 700px;
    height: 100px;
}

#permdiv {
    float: left;
    width: 310px;
    height: 80px;
}

#giftstoryID {
    width: 302px;
    height: 282px;    
}

#giftpicdiv {
    float: right;
    margin-right: 30px;
    width: 310px;
    height: 335px;
}

#addiv {
    float: right;
    margin-right: 30px;
    width: 310px;
    height: 80px;
}

#permissiondiv,
#giftphotodiv {
    position: relative;
    height: 55px;
}

#giftsubmit {
    float:left;
    width:710px;
}

#giftstorysubmit {
    float:left;
}

#permbrowseID,
#giftphotobrowse {
    margin-top:5px;
}

input#parentpermID,
input#giftphoto {
    width: 160px !important;
    height:29px;
}

#permissiondiv p,
#giftphotodiv p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#photosizelimit {
    font-size: 10px;
}

#permissiondiv p *,
#giftphotodiv p * {
    vertical-align: top;
}

#permissionfileID,
#giftphotofileID {
    position: absolute;
    left: 0;
    margin-top: 10px;
    /*top: 0;*/
    z-index: 5;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 220px;
    margin-left:20px;
/*    width: 260px;
    margin-left:50px;*/
}

#storyCaptcha {
    height:29px;
}

#WorstStoryRules {
    clear: both;
    padding-top:40px;
}

#permcaptcha {
    width: 700px;
}

#permStoryCaptcha {
    margin-top:20px;
}

#giftStoryCaptcha {
    margin-top:20px;
}

#birthdiv {
    clear: both;
    width: 600px;
}

#birthdiv legend {
    font-size: 1.1em;
}

#birthdiv fieldset {
    margin-bottom: 1em;
    padding: 0 1.5em;
    width: 445px;
}

#birthdiv select{
    padding: .5em;
    color: black;
}

#genderdiv {
    clear: both;
    width: 600px;
}

#genderdiv fieldset {
    width: 180px;
    padding: 1em 1.5em;
}

#genderdiv legend {
    font-size: 1.1em;
}

/*#permissiondiv label.required,
#permissiondiv p.required,
#storydiv label.required,
#storydiv p.required,
#worstgifts p.required,
#worstgifts legend.required,
#worstgifts label.required { 
    color: #d40005;
}

#permissiondiv label.notrequired,
#permissiondiv p.notrequired,
#storydiv label.notrequired,
#storydiv p.notrequired,
#worstgifts p.notrequired,
#worstgifts legend.notrequired,
#worstgifts label.notrequired { 
    color: #000000;
}
*/


#leadText span.largerlead {
    font-size: 1.5em;
    font-weight: bold;
}

#leadText p {
    font-size: 1.25em;
    font-weight: normal;
}

#worstthanks {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: -35px;
    margin-top: 20px;
    line-height: 1.25;
}

#contestover h1,
#worstthanksheader {
    font-size: 30px;
    color: #ff0002;
    font-weight: bold;
}

#contestover .large,
#worstthanks .large {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    color: black;
    margin-top:35px;
}

#worstthanks .normal {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    margin: 0;
    color:black;
}

#overtext {
    float: left;
    width: 420px;
    height: 300px;
}

#worsttext {
    float: left;
    width: 480px;
    height: 300px;
}

#worstlogos {
    float: right;
    width: 250px;
    height: 300px;
    text-align: center;
}

/*#divider{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 25px;
    width: 200px;
    background: url('/imgD/divider.gif') repeat-x center;
}*/

#worstlogos a.giftlogo2{
    margin-left: 40px; 
}

#worstlogos a.giftlogo3{
    margin-left: 20px;
}

#jblogos {
    margin-top:65px;
}

#bootslogos {
    margin-top:35px;
}

#bootslogos a.giftlogo2 img,
#bootslogos a.giftlogo3 img,
#jblogos a.giftlogo2 img,
#jblogos a.giftlogo3 img {
    padding-bottom: 8px;
}

#jowlogos {
    margin-top: 40px;
    margin-left: 6px;
}

#workbootslogos {
    margin-top: 20px;
    margin-left: 10px;
}

#workbootslogos a.giftlogo2 img,
#workbootslogos a.giftlogo3 img,
#jowlogos a.giftlogo2 img,
#jowlogos a.giftlogo3 img {
    margin-bottom: 28px;
}

#jowlogos a.giftlogo3 img {
    margin-left:6px;
}

#visitsheplers {
    clear: both;
    width: 600px;
}

#overtext a:link,
#worsttext a:link{
    color: #CA6A03;    
}

overtext a:hover,
#worsttext a:hover{
    text-decoration: underline;    
}

.connect_comment_widget .comment_content {
position: relative;
z-index: 9999;
}
