@import url(reset.css);
@font-face {
    font-family: "OpenSansCondensedLight";
    src: url(fonts/OpenSans-CondLight-webfont.eot);
    src: url(fonts/OpenSans-CondLight-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-CondLight-webfont.woff) format("woff"), url(fonts/OpenSans-CondLight-webfont.ttf) format("truetype"), url(fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "OpenSansCondensedLightItalic";
    src: url(fonts/OpenSans-CondLightItalic-webfont.eot);
    src: url(fonts/OpenSans-CondLightItalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-CondLightItalic-webfont.woff) format("woff"), url(fonts/OpenSans-CondLightItalic-webfont.ttf) format("truetype"), url(fonts/OpenSans-CondLightItalic-webfont.svg#OpenSansCondensedLightItalic) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "OpenSansCondensedBold";
    src: url(fonts/OpenSans-CondBold-webfont.eot);
    src: url(fonts/OpenSans-CondBold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-CondBold-webfont.woff) format("woff"), url(fonts/OpenSans-CondBold-webfont.ttf) format("truetype"), url(fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold) format("svg");
    font-weight: normal;
    font-style: normal
    }
body {
    background: silver url(/cms/wp-content/uploads/2012/03/background.png) repeat;
    font-family: "Arial", Helvetica, sans-serif;
    min-width: 1024px
    }
a.more {
    display: block;
    margin: 20px 0 0;
    text-align: center;
    clear: both;
    float: right;
    text-transform: uppercase;
    color: #555;
    background: url(read-more-bg.png) no-repeat 30px 3px;
    padding: 0 40px;
    cursor: pointer
    }
#navigation ul li a {
    position: relative;
    top: 20px
    }
#navigation ul li.has-menu ul.sub-menu li a {
    top: 0
    }
textarea {
    font-family: "Arial", Helvetica, sans-serif
    }
/* dark red: #592902 */
/* light red: #7f3a02 */
#header {
    background: url(brand-bg.png) repeat-x;
    height: 10px;
    border-top: 5px solid #592902;
    z-index: 10;
    position: relative
    }
#top {
    width: 1024px;
    height: 119px;
    margin: 3px auto 20px
    }
#top a.logo {
    background: url(logo-blog.png) no-repeat;
    display: block;
    text-indent: -9999em;
    cursor: pointer;
    width: 483px;
    height: 119px;
    margin-left: 70px;
    float: left;
    margin-top: -12px
    }
#news-strip {
    display: block;
    width: 788px;
    height: 68px;
    margin: 0 auto;
    background: url(newspaper-strip.png) no-repeat 0 -18px;
    padding-top: 65px;
    padding-left: 100px;
    padding-right: 80px
    }
#news-strip p {
    font-size: 2em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-style: italic
    }
#news-strip p a {
    color: #333
    }
#top-right {
    width: 400px;
    height: 119px;
    display: block;
    float: right
    }
#top-right .social {
    float: right;
    margin-right: 25px;
    margin-top: 7px
    }
#top-right .social a:hover, #footer div.social a:hover {
    background-position: 0 -36px
    }
#top-right .social a.twitter, #footer .social a.twitter {
    background-position: -37px 0
    }
#top-right .social a.youtube, #footer .social a.youtube {
    background-position: -73px 0
    }
#top-right .social a.myspace, #footer .social a.myspace {
    background-position: -112px 0
    }
#top-right .social a.twitter:hover, #footer .social a.twitter:hover {
    background-position: -37px -36px
    }
#top-right .social a.youtube:hover, #footer .social a.youtube:hover {
    background-position: -73px -36px
    }
#top-right .social a.myspace:hover, #footer .social a.myspace:hover {
    background-position: -112px -36px
    }
.adblock {
    background: rgba(255, 255, 255, 1);
    width: 290px;
    height: 56px;
    float: right;
    margin-top: 16px;
    margin-right: 25px;
    border: 1px solid #CCC
    }
#wrap {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 21px
    }
.home #wrap {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 21px;
    left: 50%;
    margin-left: -512px
    }
#navigation {
    width: 952px;
    margin: 0 auto;
    height: 60px;
    font-size: 16px;
    z-index: 25;
    position: relative;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    text-transform: uppercase
    }
#navigation ul {
    height: 100%;
    display: block;
    float: left;
    list-style: none
    }
#navigation ul li {
    display: block;
    float: left;
    padding-left: 16px;
    border-right: 1px solid #5b5a5a;
    padding-right: 16px;
    height: 100%
    }
#navigation ul li.has-menu {
    padding-left: 0
    }
#navigation ul li.home {
    text-indent: -9999em;
    width: 19px;
    height: 20px;
    background: url(home-house.png) no-repeat;
    padding-left: 0;
    border-left: 0;
    margin-left: 3px;
    margin-top: -2px
    }
#navigation ul li.home a {
    display: block;
    width: 19px;
    height: 20px
    }
#navigation ul li.home a:hover {
    border-bottom: 1px solid #fff
    }
#navigation ul li a, #navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 20px
    }
#navigation div.social {
    float: left;
    position: relative;
    top: 20px;
    padding-left: 20px
    }
div.social a img {
    padding-right: 10px
    }
#navigation ul li a:hover {
    text-decoration: underline
    }
.adblock p {
    color: #786244;
    margin-top: 20px;
    font-family: "ClarendonBTRoman";
    text-align: center;
    font-size: 1.2em
    }
#search {
    display: block;
    float: right;
    width: 263px
    }
#navigation #search {
    position: relative;
    top: 18px
    }
#internalfooter div.section.right p.small a {
    display: none
    }
#internalfooter p.small.copyright {
    display: block
    }
#search input[type="text"], #insearch input[type="text"] {
    background: url(/cms/wp-content/uploads/2012/03/searchbox.png) no-repeat;
    height: 27px;
    border: 0;
    width: 176px
    }
#search input[type="submit"], #insearch input[type="submit"] {
    background: url(/cms/wp-content/uploads/2012/03/searchbutton.png) no-repeat;
    text-indent: -9999em;
    display: block;
    width: 65px;
    border: 0;
    cursor: pointer;
    height: 28px;
    position: relative;
    bottom: 30px;
    left: 182px
    }
#container {
    display: none
    }
.home #container {
    background: url(/cms/wp-content/uploads/2012/03/sliderbgwithshadow.png) no-repeat center 10px;
    width: 1000px;
    height: 316px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
    }
.home #container .content {
    padding: 3px;
    position: relative;
    top: 16px;
    width: 922px;
    left: 35px;
    height: 270px
    }
.home #container .content img {
    float: right
    }
#container .content .slider-nav {
    padding-right: 3px;
    width: 312px;
    background: #fff;
    padding-left: 1px;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 3px;
    left: 3px
    }
#container .content .slider-nav .slider-tab {
    background: url(/cms/wp-content/uploads/2012/03/greybg.png) no-repeat;
    width: 309px;
    height: 65px;
    display: block;
    margin-bottom: 3px
    }
#container .content .slider-nav .slider-tab {
    color: #fff;
    font-size: 1.3em;
    line-height: 65px;
    padding-left: 15px
    }
#container .content .slider-nav .active {
    background: url(/cms/wp-content/uploads/2012/03/redarrow.png) no-repeat;
    width: 329px;
    position: relative
    }
#content {
    width: 1024px;
    display: block;
    padding-bottom: 1px;
    margin: auto 0;
    overflow: hidden;
    clear: both
    }
.home #content {
    width: 1024px;
    margin: 1px auto 0;
    display: block;
    padding: 0 0 1px
    }
img.headline {
    margin-top: 30px
    }
#content .section {
    padding: 20px 35px 0;
    display: block;
    clear: both
    }
div#sportsmendailyheadline {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 30px
    }
div#publicationof {
    float: right;
    color: #3b3a3a;
    text-transform: uppercase;
    padding-right: 95px;
    margin-top: -8px;
    /*font: 18px 'Open Sans Condensed', sans-serif;*/
    font: 18px "OpenSansCondensedLight", Arial, sans-serif
    }
#content .section.news {
    padding-top: 0
    }
#content .section.news h2, #content .section.videos h2, #content .section.get-involved h2, #content .section.anti-news h2, .section.category h1 {
    background: url(header-bg-sprite.png) no-repeat;
    font-size: 20px;
    color: #fff;
    font-family: "ClarendonBTRoman";
    text-shadow: 1px 1px 1px #797979;
    /*filter: dropshadow(color=#797979, offx=1, offy=1);*/
    padding-top: 8px;
    padding-left: 10px;
    height: 32px
    }
#content .videos h2 {
    background-position: 0 -55px
    }
#content .get-involved h2 {
    background-position: 0 -112px
    }
#content .anti-news h2 {
    background-position: 0 -169px
    }
.section.category h1 {
    background-position: 0 -220px
    }
#content .section .subcontent {
    width: 952px;
    margin: 2px auto 35px;
    padding-top: 20px
    }
#content .section .subcontent .post {
    margin: 0 10px;
    width: 218px;
    display: block;
    float: left;
    padding-bottom: 15px;
    /*background: rgba(255, 255, 255, 0.46);*/
    background-image: url(alpha46.png);
    -moz-box-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    position: relative
    }
#content .section .subcontent .post:hover, .archive #content .section .post.main:hover, .single #content .section .post.main:hover, .page #content .section .post.main:hover, .widget .another:hover {
    /*background: rgba(255, 255, 255, 0.66);*/
    background-image: url(alpha66.png)
    }
img.thumbnail {
    border: 3px white solid;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    width: 202px;
    margin: 5px auto;
    display: block
    }
img.main {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 15px;
    margin: 5px
    }
.videos img.thumbnail {
    z-index: 15;
    position: relative
    }
#content h3 a {
    color: #ac5634;
    text-decoration: none
    }
#content h3 a:hover {
    color: #247a83
    }
#content .section .subcontent .post h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 4px;
    margin-top: 10px
    }
#content .section .subcontent .post p {
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.4em;
    margin-bottom: 5px
    }
a.read-more {
    padding: 0 20px;
    color: #1a8dae;
    text-decoration: none;
    font-size: 14px;
    background: url(read-more-bg.png) no-repeat 10px 3px
    }
a.read-more:hover {
    color: #ae5105;
    background-position: 10px -17px
    }
.widget a.read-more {
    padding: 0 20px 0 10px;
    background: url(read-more-bg.png) no-repeat 0 3px;
    margin-top: 5px;
    display: block
    }
.widget a.read-more:hover {
    color: #ae5105;
    background-position: 0 -17px
    }
#content .videos .subcontent a.play {
    background: url(play-button.png) no-repeat 50% 60%;
    width: 208px;
    height: 147px;
    display: block;
    z-index: 20;
    position: absolute;
    padding: 0;
    top: 5px;
    left: 5px;
    cursor: pointer
    }
#content a.play {
    position: absolute;
    top: 95px;
    display: block;
    width: 564px;
    height: 270px;
    background: black;
    left: 57px;
    background: url(play-button.png) no-repeat 50% 60%
    }
#footer {
    background-color: #3b3a3a;
    width: 100%;
    min-height: 300px;
    display: block;
    color: #fff;
    min-width: 1024px
    }
#footer h2, #footer h3 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    /*font: 27px 'Open Sans Condensed', sans-serif; */
    font: 27px "OpenSansCondensedLight", Arial, sans-serif
    }
#internalfooter div.section.left h2 {
    padding-top: 41px
    }
#internalfooter div.section.middle ul li {
    color: #1a8dae;
    text-decoration: none;
    font-size: 14px;
    background: url(read-more-bg.png) no-repeat 0 3px;
    padding: 0 20px 5px 10px
    }
#footer p {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: lighter
    }
#footer .section {
    float: left;
    display: block;
    height: 205px;
    position: relative
    }
#footer .section.left, #footer .section.middle {
    width: 405px;
    padding-right: 16px
    }
.section.middle, .section.right {
    background: url(/cms/wp-content/uploads/2012/03/greybumps.png) no-repeat
    }
#footer .section.middle {
    padding: 0 16px;
    width: 175px
    }
#footer .section.middle ul li a {
    color: #1a8dae;
    text-decoration: none;
    font-size: 14px
    }
#footer .section.middle ul li a:hover {
    text-decoration: underline
    }
#footer .section.right {
    padding-left: 16px;
    width: 272px
    }
#footer form#search {
    position: relative;
    right: 5px
    }
#footer h3.social {
    padding-top: 17px;
    clear: both
    }
#footer div.social {
    float: left
    }
#footer p.small {
    font-size: 12px;
    clear: both;
    padding-top: 10px
    }
#footer p.small a {
    text-decoration: none;
    color: #fff
    }
#footer p.small a:hover {
    text-decoration: underline
    }
#content .section .state-hunting {
    width: 440px;
    float: left
    }
#content .section .state-hunting p {
    font-size: 15px;
    line-height: 1.2em
    }
#content .section .state-hunting h2 {
    color: #ac5634;
    font-family: "Arial";
    font-weight: bold;
    font-size: 17px;
    text-shadow: none;
    background: 0;
    padding: 0
    }
.state-hunting {
    padding-left: 10px
    }
.state-hunting img {
    display: block;
    margin: 10px auto 0
    }
a.post-edit-link {
    color: red
    }
a.post-edit-link:hover {
    color: red;
    text-decoration: underline
    }
#content .section .subcontent .post a.post-edit-link {
    color: red;
    background: none;
    padding: 0 0 0 20px;
    display: block
    }
a img.thumbnail:hover {
    border: 3px #d6f3f2 solid
    }
.get-involved .subcontent .left {
    width: 282px;
    float: left;
    padding-right: 18px
    }
.get-involved .subcontent .middle {
    width: 320px;
    float: left;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    text-transform: uppercase
    }
.get-involved .subcontent .right {
    width: 295px;
    float: left
    }
.get-involved .subcontent .right .adblock {
    margin: 0;
    width: 280px;
    margin-right: 5px;
    height: 325px;
    line-height: 325px
    }
.get-involved .subcontent .middle a {
    color: #fff;
    text-decoration: none;
    font-size: 46px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
    font-weight: bold;
    padding-top: 17px
    }
.get-involved .subcontent .middle p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 4;
    position: relative
    }
.get-involved .subcontent .middle .leather {
    width: 290px;
    height: 101px;
    display: block;
    background: url(leather-button-bg.png) no-repeat;
    margin: 0 20px 42px
    }
.get-involved .subcontent .middle .leather.bottom {
    margin-bottom: 0
    }
.get-involved .subcontent .left h3, #primary-sidebar .widget .left h3 {
    font-size: 17px;
    font-weight: bold;
    color: #ac5634;
    padding-bottom: 5px
    }
.get-involved .subcontent .left p, #primary-sidebar .widget .left p {
    font-size: 15px;
    line-height: 1.3em;
    padding-bottom: 15px
    }
.get-involved .subcontent .left textarea, #primary-sidebar .widget .left textarea {
    height: 140px;
    background: transparent url(/cms/wp-content/uploads/2012/03/texareabg.png) no-repeat
    }
.get-involved .subcontent .left input, .get-involved .subcontent .left textarea, #primary-sidebar .widget .left textarea {
    width: 271px;
    padding: 5px;
    border: 0;
    font-size: 14px
    }
.get-involved .subcontent .left input {
    height: 20px;
    background: transparent url(/cms/wp-content/uploads/2012/03/singlelinecontactbar.png) no-repeat
    }
#wpcf7-f220-p459-o1 form.wpcf7-form p {
    padding-bottom: 5px
    }
.get-involved .subcontent, #primary-sidebar .widget .left {
    padding-left: 10px
    }
#primary-sidebar .widget .left {
    background: #e3e3e3;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
    }
#primary-sidebar .widget .left input {
    border: none;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: 15px;
    width: 100%;
    padding: 10px 5px
    }
.get-involved .subcontent .left input.wpcf7-submit, #primary-sidebar .widget .left input.wpcf7-submit {
    background: url(/cms/wp-content/uploads/2012/03/contactsubmit.png) no-repeat;
    width: 277px;
    height: 30px;
    text-indent: -9999em;
    cursor: pointer
    }
span.wpcf7-not-valid-tip {
    position: absolute;
    top: -3px !important;
    z-index: 100;
    background: 0 !important;
    border: 0 !important;
    font-size: 10pt;
    width: 280px !important;
    padding: 2px !important;
    color: red !important;
    left: 150px !important
    }
.ajax-loader {
    display: none
    }
div.wpcf7-validation-errors {
    margin: 0 !important;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.46)
    }
.main-image {
    height: 320px;
    width: 600px;
    margin-left: 3px
    }
body.single #wrap #content .section, .archive #content .section {
    padding-top: 0
    }
body.page #wrap #content .section {
    padding-top: 0
    }
#content h1.title {
    color: #434921;
    font-size: 17px;
    font-weight: bold
    }
#content h1.title a {
    text-decoration: none;
    color: #434921
    }
#content h1.title a:hover {
    text-decoration: underline
    }
.single #content .section .post.main, .archive #content .section .post.main, .page #content .section .post.main, .error404 #content .section .post.main, .search #content .article .post.main {
    width: 553px;
    float: left;
    /*background: rgba(255, 255, 255, 0.46);*/
    background-image: url(alpha46.png);
    -moz-box-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 20px 20px 15px;
    margin: 15px 0 10px 10px
    }
.single #content .section .post.main p, .page #content .section .post.main p, .error404 #content .section .post.main p, .search #content .article .post.main p {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.5em;
    padding: 10px 0 3px
    }
a {
    color: #1A8DAE;
    text-decoration: none
    }
a:hover {
    color: #ae5105;
    text-decoration: underline
    }
.article {
    float: left;
    display: block;
    width: 610px
    }
#sidebar {
    display: block;
    width: 315px;
    float: left;
    margin-left: 20px;
    padding-top: 5px
    }
#sidebar .widget h3 a, #sidebar .widget h3 {
    color: #434921;
    font-size: 17px
    }
#sidebar .widget h3 a:hover {
    text-decoration: underline
    }
#sidebar .widget .widget-title a, #sidebar .widget .widget-title {
    /*	background: url('header-bg-sprite.png') no-repeat 0 -220px; */
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #797979;
    /*filter: dropshadow(color=#797979, offx=1, offy=1);*/
    padding-top: 8px;
    padding-left: 5px;
    height: 32px;
    width: 315px;
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    /*font-family: 'Open Sans Condensed',sans-serif;*/
    font-size: 1.5em
    }
#sidebar .widget .widget-title {
    background: none;
    text-transform: uppercase;
    padding: 15px 5px;
    /*background: rgba(0, 0, 0, .5);*/
    background-image: url(alpha-black50.png)
    }
#content .section.category h1.cat-title {
    background: none;
    text-transform: uppercase;
    padding: 15px 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    /*font-family: 'Open Sans Condensed',sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    padding-left: 1em
    }
.article ul {
    font-size: 14px;
    padding-left: 40px;
    padding-top: 5px;
    list-style: disc
    }
.article > ul > li {
    margin: 0 0 10px;
    line-height: 1.5em;
    width: 430px
    }
em {
    font-style: italic
    }
.widget .another {
    float: left;
    background: rgba(255, 255, 255, 0.46);
    -moz-box-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 10px;
    margin: 15px 0 10px 10px;
    width: 285px
    }
.widget .another p {
    font-size: 13px;
    line-height: 1.5em;
    padding-top: 5px
    }
.single #content .section .post .date-time, .page #content .section .post .date-time, .single #content .section .post.main .date-time, .page #content .section .post.main .date-time {
    font-weight: bold;
    font-size: 15px !important;
    padding: 1px 0 0
    }
.slider-tab a {
    color: #fff;
    height: 55px;
    overflow: hidden;
    display: block;
    padding-bottom: 8px;
    cursor: pointer;
    font-size: 30px
    }
.slider-tab a:hover {
    color: #fff;
    text-decoration: none
    }
.slider-tab img {
    display: none
    }
.slider-tab a.image {
    display: none
    }
img.under {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 5
    }
img.display {
    z-index: 10;
    position: relative
    }
.slider-tab {
    z-index: 15
    }
#footer p.small.copyright {
    text-align: center;
    padding-top: 25px
    }
#content .section .article h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em
    }
#content .seciton .article h4 {
    margin: 7px 0
    }
.page #content .section .article h1.title {
    font-size: 25px;
    border-bottom: 2px dotted #434921;
    padding-bottom: 7px
    }
#navigation ul li ul.sub-menu {
    display: none;
    width: 150px;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 0 0 0;
    top: 30px
    }
#navigation ul li.has-menu:hover ul.sub-menu {
    display: block
    }
#navigation ul.sub-menu li {
    display: block;
    border: 0;
    margin: 0;
    width: 190px;
    text-indent: 0;
    border-bottom: 0;
    border-top: 0;
    background-color: #3b3a3a;
    padding: 8px;
    height: 20px
    }
#navigation ul.sub-menu li a {
    color: #fff;
    width: 100%;
    display: block
    }
a.sporting-news:hover {
    text-decoration: none !important
    }
.front-blurb, .front-blurb-bottom {
    position: absolute;
    top: 144px;
    z-index: 10;
    width: 451px;
    left: 415px;
    /* PGL: Changes for older IE */
    /*background: rgba(255, 255, 255, 0.85);*/
    background-image: url(front-blurb-bg.png);
    background-repeat: repeat;
    padding: 10px 30px
    }
.front-blurb h1, .front-blurb-bottom h1, .front-blurb h1 a, .front-blurb-bottom h1 a {
    color: #3b3a3a;
    font-size: 24px;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    text-transform: uppercase
    }
.front-blurb h1 a:hover, .front-blurb-bottom h1 a:hover {
    text-decoration: none;
    color: #3b3a3a
    }
.front-blurb p, .front-blurb-bottom p {
    font-size: 14px;
    line-height: 15px;
    color: #3b3a3a
    }
.front-blurb-bottom {
    display: none
    }
.slider-tab .content {
    display: none
    }
.the-excerpt {
    margin: 0 0 3em 0
    }
.the-excerpt .title {
    color: #434921;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold
    }
.the-excerpt .title:hover {
    text-decoration: underline;
    color: #434921
    }
.the-excerpt .created {
    font-size: 15px !important;
    padding: 1px 0 0;
    font-weight: bold;
    margin-bottom: 1em
    }
.archive .article, .page-template-page-all-posts-php .article {
    margin: 0 auto 1em;
    width: 900px;
    display: block;
    float: none;
    overflow: auto
    }
.archive #content .section .post.main, .page-template-page-all-posts-php #content .section .post.main {
    width: 840px
    }
.article-image {
    float: left
    }
.article-image img {
    margin: 0 1em 0 0
    }
.pagination {
    width: 500px;
    margin: 1em auto;
    font-weight: bold
    }
.pagination a {
    text-decoration: none
    }
.pagination a:hover {
    text-decoration: none
    }
.front-blurb a.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 5px
    }
#footer .left p a {
    color: #fff;
    text-decoration: underline
    }
.sportsmens-logo {
    float: right;
    width: 50%
    }
#recentblogheadline a {
    color: #3b3a3a
    }
#internalfooter div.section.left p {
    clear: both
    }
div#newheader {
    background-color: #3b3a3a;
    height: 60px;
    min-width: 1024px
    }
div.newadblock {
    float: right;
    padding-right: 35px
    }
div#recentblogheadline {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    /*font: 30px 'Open Sans Condensed', sans-serif;*/
    font: 30px "OpenSansCondensedLight", Arial, sans-serif;
    letter-spacing: -2px;
    width: 850px;
    margin-left: auto;
    margin-right: auto
    }
span#date {
    font-weight: bold
    }
div#recentblogheadline {
    color: #3b3a3a;
    text-align: center;
    font-size: 34px
    }
div#internalfooter {
    width: 952px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px
    }
div#parchment {
    background: url(/cms/wp-content/uploads/2012/03/parchment.png) repeat-y;
    background-position: center
    }
div#trees {
    background: url(/cms/wp-content/uploads/2012/03/trees.png) no-repeat right top;
    padding-top: 13px
    }
div.redbox {
    background: url(/cms/wp-content/uploads/2012/03/redbox.png) no-repeat;
    background-position: center;
    height: 107px;
    marin-bottom: 10px
    }
div.bluebox {
    background: url(/cms/wp-content/uploads/2012/03/bluebox.png) no-repeat;
    background-position: center;
    height: 107px;
    padding-bottom: 10px
    }
div.blackbox {
    background: url(/cms/wp-content/uploads/2012/03/blackbox.png) no-repeat;
    background-position: center;
    height: 107px;
    padding-top: 10px
    }
div#twitter {
    display: inline;
    letter-spacing: 1px
    }
.get-involved .subcontent .left form.wpcf7-form p {
    padding-bottom: 5px
    }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
    }
.clearfix {
    display: inline-block
    }
html[xmlns] .clearfix {
    display: block
    }
* html .clearfix {
    height: 1%
    }
.search-nav {
    position: relative
    }
.search .pagination {
    position: absolute;
    top: -50px;
    right: 0
    }
.search-title {
    width: 315px;
    /*font-family: 'Open Sans Condensed',sans-serif;*/
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    margin-left: 10px
    }
.search-title a {
    color: white;
    text-decoration: underline
    }
.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
div#recentblogheadline a {
    color: #1a8dae
    }
#content a.play {
    top: 195px
    }
#content strong {
    font-weight: bold
    }
#content div.section.get-involved div.subcontent div.middle div.blackbox.bottom a {
    font-size: 34px
    }
.dsq-global-toolbar-right > li.dsq-global-toolbar-dropdown-container {
    width: 85px
    }
h2.date {
    margin-top: 20px
    }