* { margin: 0; padding: 0; outline:0; }

.article ul {list-style-type: square;}
.article ul li {list-style-type: square;}


body {
    font-size: 14px;
    line-height: 19px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666;
    background: #fff;
}

@font-face {
    font-family: 'chunkfive';
    src: url('/css/fonts/chunkfive-webfont.eot');
    src: url('/css/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/chunkfive-webfont.woff') format('woff'),
         url('/css/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('/css/fonts/chunkfive-webfont.svg#ChunkFiveRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika';
    src: url('/css/fonts/klavika-regular-webfont.eot');
    src: url('/css/fonts/klavika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/klavika-regular-webfont.woff') format('woff'),
         url('/css/fonts/klavika-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/klavika-regular-webfont.svg#KlavikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a { color: #ff4d19; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; color: #ca2d01; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 980px; margin: 0 auto; }

#header { position: relative; padding: 32px 0 33px 720px; height: 100%; }
h1#logo { height: 104px; width: 293px; position: absolute; top: 32px; left: 0; }
h1#logo a { height: 104px; width: 293px; background: url(/css/images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; display: block; }

.search-form { padding-bottom: 50px; }
.search-form span.field { height: 30px; width: 228px; background: url(/css/images/search-field.png) no-repeat 0 0; float: left; display: inline; }
.search-form span.field input { width: 214px; color: #999; padding: 9px 7px; background: transparent; border: 0; }
.search-form input.search-submit { height: 30px; width: 32px; background: url(/css/images/search-submit.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; border: 0; cursor: pointer; float: left; display: inline;  }
.search-form input.search-submit:hover { background-position: 0 bottom; }

.socials a { float: right; display: inline; height: 24px; width: 26px; margin-left: 8px; background: url(/css/images/socials.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.socials a.twitter-ico { background-position: 0 0; }
.socials a.facebook-ico { background-position: -35px 0; }
.socials a.rss-ico { background-position: right 0; }
.socials a.twitter-ico:hover { background-position: 0 bottom; }
.socials a.facebook-ico:hover { background-position: -35px bottom; }
.socials a.rss-ico:hover { background-position: right bottom; }

#navigation { font-size: 22px; color: #ca2d01; line-height: 30px; font-family: "klavika", arial, sans-serif; font-weight: normal; padding-bottom: 15px; }
#navigation ul { list-style: none; list-style-position: outside; }
#navigation ul li { float: left; display: inline; padding-right: 42px; }
#navigation ul li.last { float: right; display: inline; padding-right: 0; }
#navigation ul li a { color: #ca2d01; }
#navigation ul li a:hover,
#navigation ul li.active a { color: #333; border-bottom: 1px dotted #555; text-decoration: none; }

.subnav { background: url(/css/images/subnav-bg.png) repeat 0 0; color:white; }
.subnav .shell { height: 100%; overflow: hidden; padding: 18px 0; }
.subnav ul { list-style: none; list-style-position: outside; }
.subnav ul li { float: left; display: inline; color: #white; padding-right: 4px; }
.subnav ul li a:hover {color:white;}

.slider-holder { height: 300px; background: url(/css/images/slider-pattern.png) repeat 0 0; } 

.container { padding-top: 45px; }
.fullwidth .content { width: 100%; float: none; display: block; }

.content { width: 620px; float: left; display: inline; }
#sidebar { width: 300px; float: right; display: inline; background: url(/css/images/sidebar-pattern.png) repeat 0 0; }

.content h2 { font-size: 34px; color: #000; line-height: 34px; padding-bottom: 20px; font-family: "klavika", arial, sans-serif; font-weight: normal; border-bottom:2px dotted #ff4d19;margin-bottom:14px;}
.content h2 a.rss-ico { float: right; display: inline; height: 24px; width: 26px; margin-left: 8px; background: url(/css/images/socials.png) no-repeat right 0; font-size: 0; line-height: 0; text-indent: -4000px; position: relative; top: 10px; }
.content h2 a.rss-ico:hover { background-position: right bottom;  }
.content h3 { font-size: 18px; color: #00b8ed; font-weight: normal; padding-bottom: 4px; }
.content h3 a { color: #00b8ed; }
.content h4 { font-size: 16px; color: #666; padding-bottom: 14px; line-height: 22px; }
.content h5 { font-size: 14px; color: #000; padding-bottom: 12px; }
.content p { padding-bottom: 14px; }
.content p a { color: #00b8ed; }
.content p.date { font-size: 12px; color: #333; padding-bottom: 2px; }
.content p.more-link { font-weight: bold; padding-bottom: 0; }
.content p.more-link a { color: #ff4d19; }
.content a.img { float: left; display: inline; margin-right: 17px; border: 1px solid #666; }
.content .post-cnt { height: 100%; overflow: hidden; }
.content .post { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #ccc; }
.content .last-post { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.content .section { padding-bottom: 25px; margin-bottom: 30px; border-bottom: 4px solid #ccc; }
.content ul { margin-top: 10px; margin-bottom: 10px; list-style:square;}
.content ul li { list-style: square; margin-left: 30px; padding-left;10px;}


.mail-list { background: url(/css/images/maillist-img.png) no-repeat 0 0; padding: 0 0 0 160px; height: 100%; }
.join-form {  }
.join-form span.field { height: 40px; width: 260px; background: url(/css/images/join-field.png) no-repeat 0 0; float: left; display: inline; }
.join-form span.field input { width: 240px; padding: 10px 10px; font-size: 14px; color: #999; background: transparent; border: 0; }
.join-form input.join-submit { height: 45px; width: 184px; background: url(/css/images/join-submit.png) no-repeat 0 0; float: left; display: inline; border: 0; color: #fff; font-size: 17px; font-family: "klavika", arial, sans-serif; font-weight: normal; padding-bottom: 10px; text-align: left; padding-left: 14px; cursor: pointer; }

.footer { padding: 30px 0 30px;  }

#sidebar { font-size: 12px; line-height: 17px; }
#sidebar ul { list-style: none; list-style-position: outside; }
#sidebar ul li.widget { border-bottom: 4px solid #fff; padding: 0 20px 25px 20px; margin-bottom: 20px; }
#sidebar ul li.last { border-bottom: 0; margin-bottom: 0; }
#sidebar ul ul li.last { padding-bottom: 0; }
#sidebar ul li.video { font-size: 14px; }
#sidebar ul li a.img { border: 1px solid #666; width: 259px; margin-left: -1px; position: relative; display: block; margin-bottom: 8px; }

#sidebar h2.widgettitle { height: 51px; width: 300px; position: relative; margin: 0 -20px 0 -40px; background: url(/css/images/widgettitle.png) no-repeat 0 0; padding: 0 0 0 20px; font-size: 18px; color: #fff; line-height: 35px; font-family: "chunkfive", arial, sans-serif; font-weight: normal; margin-bottom: 14px; }
#sidebar h2.widgettitle a { color:white; text-decoration: underline;}
#sidebar h2.widgettitle a.rss-ico { height: 40px; width: 80px; background: url(/css/images/widgettitle-rss.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; top: 0; right: 0; }
#sidebar h2.widgettitle a.rss-ico:hover { background-position: 0 bottom;  }

#sidebar h3 { font-size: 16px; color: #ff4d19; padding-bottom: 12px; }
#sidebar p { padding-bottom: 8px; }
#sidebar .btn { height: 47px; width: 252px; background: url(/css/images/sidebar-btn.png) no-repeat 0 0; display: block; font-size: 18px; line-height: 40px; color: #fff; padding-left: 15px; font-family: "klavika", arial, sans-serif; font-weight: bold; margin: 8px -7px 0 0; position: relative; }
#sidebar input.btn { width: 267px; border: 0; cursor: pointer; padding-bottom: 7px; text-align: left; }

.video-holder { height: 160px; width: 260px; border: 1px solid #666; position: relative; margin: 0 -1px; margin-bottom: 18px; }
.video-holder a.play-ico { height: 56px; width: 58px; background: url(/css/images/play-ico.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; top: 52px; left: 102px; }

#sidebar ul ul li { border-bottom: 1px solid #fff; margin-bottom: 10px; padding-bottom: 3px; }
#sidebar p.date { color: #333; padding-bottom: 3px; }
#sidebar h4 { font-size: 12px; padding-bottom: 5px; }

#sidebar ul li.subscribe-form { font-size: 14px; line-height: 18px; } 
#sidebar ul li.subscribe-form span.field { height: 30px; width: 260px; background: url(/css/images/subscribe-field.png) no-repeat 0 0; display: block; margin-bottom: 15px; }
#sidebar ul li.subscribe-form span.field input { width: 240px; padding: 7px 10px; font-size: 14px; color: #999; background: transparent; border: 0; }

.footer img { float: left; display: inline; }
.footer-right { background: #000 url(/css/images/footer-logo.png) no-repeat 10px 7px; float: right; display: inline; width: 790px; padding: 13px 0 13px 50px; color: #fff; font-size: 11px; margin-bottom: 10px; }
.footer a:hover { color: white;}

.paging { background: #333; margin-top: 25px; position: relative; padding: 11px 100px; text-align: center; height: 100%; }
.paging p { padding-bottom: 0; }
.paging p a { margin: 0 2px; color: #ff4d19; }
.paging p a.active { color: #fff; }
.paging a.prev { position: absolute; top: 11px; left: 30px; }
.paging a.next { position: absolute; top: 11px; right: 30px; }
.paging a:hover { color: #fff; text-decoration: none; }

.back-heading { line-height: 44px; font-size: 17px; font-family: "klavika", arial, sans-serif; font-weight: normal; color: #fff; font-weight: bold; color: #fff; margin-bottom: 25px; }
.back-heading,
.back-heading-r { height: 46px; background: url(/css/images/heading.png) no-repeat 0 0; padding-left: 20px; }
.back-heading-r { background-position: right 0; padding-left: 0; padding-right: 25px; text-align: right; float: right; display: inline; }


.hover { background-position: 0 bottom; }
.hover .back-heading-r { background-position: right bottom;  }

.back-heading a { color: #fff; display:block;}
.back-heading a:hover { color: #fff; text-decoration: none; }

.content .video-holder { height: 128px; width: 208px; margin-bottom: 12px; }
.content .video { float: left; display: inline; width: 211px; padding-right: 40px; font-size: 13px; padding-bottom: 15px; }
.content .video h4 { font-size: 13px; padding-bottom: 5px; }
.content .video a.play-ico { top: 36px; left: 75px; }
.content .video img { display: block; }
.content .video-list { position: relative; margin-right: -50px; height: 100%; width: 1010px; }

.blockquote { width: 218px; background: #333 url(/css/images/blockquotes.png) no-repeat 0 bottom; position: relative; left: -25px; margin-right: 0; float: left; display: inline; padding: 17px 37px 30px 55px; color: #fff; font-size: 14px; height: 100%; }
.blockquote p.author { font-size: 12px; color:#00B8ED; }
.blockquote blockquote { padding-right: 20px; position: relative; height: 100%; }
.blockquote span { height: 13px; width: 18px; background: url(/css/images/blockquotes-span.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; }
.blockquote span.top-quotes { top: 5px; left: -30px; }
.blockquote span.bottom-quotes { bottom: 14px; right: -10px; }


.article h2 { font-family: arial, sans-serif; font-weight: normal; }
.article p.date { font-size: 14px; padding-bottom: 6px; }

.meta { padding-bottom: 13px; border-bottom:2px dotted #ff4d19; margin-bottom:14px;}

.counters { width: 420px; float: left; display: inline; }
.counters div { float: left; display: inline; margin-right: 10px; }
.counters .twitter-counter { width: 96px; }
.counters .facebook-counter { width: 93px; }

.meta-icos { float: right; display: inline; width: 120px; }
.meta-icos a { float: right; display: inline; width: 24px; height: 26px; background: url(/css/images/meta-icos.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-left: 14px; }
.meta-icos a.msg-ico { background-position: 0 0; }
.meta-icos a.print-ico { background-position: -39px 0; }
.meta-icos a.rss-ico { background-position: right 0; margin-left: 9px; }

.meta-icos a.msg-ico:hover { background-position: 0 bottom; }
.meta-icos a.print-ico:hover { background-position: -39px bottom; }
.meta-icos a.rss-ico:hover { background-position: right bottom; }

.table { font-size: 11px; color: #333; padding-bottom: 20px; padding-top: 10px; }
.table th { background: #333; color: #999; font-weight: normal; text-align: left; vertical-align: top; }
.table th strong { display: block; color: #fff; }
.table th,
.table td { padding: 10px;  }
.table td { vertical-align: bottom; }
.table table { margin-bottom: 15px; border-bottom: 1px solid #bbb; }
.table p { font-size: 14px; }
.table h2 { font-size: 24px; padding-bottom: 5px; line-height: 26px; }

table {text-align:left;}
table th {background-color: black; color: white;padding:5px;}
table a{color: #00B8ED;}
table td {padding:5px;}
table tr.resultRowTwo{ background-color: #f3f3f3;}



.table th div { border-right: 1px solid #666; min-height: 38px; }
.table td div { border-bottom: 1px solid #bbb; }

.related {  }
.related h2 { font-size: 24px; line-height: 26px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 8px; }
.related .col { float: left; display: inline; width: 175px; float: left; display: inline; padding-right: 32px; font-size: 12px; }
.related .col h4 { color: #333; font-size: 14px; padding-bottom: 10px; line-height: 18px; }
.related .col h4 a { color: #333; }
.related .last-col { float: right; display: inline; padding-right: 0; width: 205px; }

.map-holder { float: left; display: inline; margin-right: 14px; }

/* SLIDER */
.slider { height: 300px; width: 980px; position: relative; color: #fff; }
.slider dt { height: 275px; width: 40px; position: relative; float: left; display: inline; background: url(/css/images/dt-inactive.png) repeat 0 0; margin-right: 22px; cursor: pointer; font-size: 20px; color: #fff; font-family: "klavika", arial, sans-serif; font-weight: normal; line-height: 40px; padding-top: 25px; }
.slider dt.last { margin-right: 0; }
.slider dt span { -webkit-transform: rotate(-90deg);  -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); position: absolute; bottom: 150px; left: -130px; width: 300px; z-index: 2; }
.slider dt em { height: 16px; width: 8px; background: url(/css/images/dt-arr.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; right: -8px; bottom: 25px; display: none; }
.slider dt.active { background: #fff; color: #000; }
.slider dt.active em { display: block; }
.slider dd { width: 0; height: 300px; float: left; display: inline; overflow:hidden; position:relative; }
.slider dd .dd-inner { width: 815px; position: absolute; right: 0; top: 0; }

.carousel { height: 300px; width: 815px; position: relative; overflow: hidden; }
.carousel ul { height: 300px; width: 815px; position: relative; overflow: hidden; list-style: none; list-style-position: outside; }
.carousel .jcarousel-clip { height: 300px; width: 815px; position: relative; overflow: hidden; }
.carousel ul li { height: 267px; width: 807px; padding-top: 33px; padding-left: 8px; display: block; }

.slider dd .slide-video { height: 236px; width: 388px; float: left; display: inline; position: relative; margin-right: 41px; }
.slider dd .slide-video a.play-ico { height: 184px; width: 166px; background: url(/css/images/slider-play-ico.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; top: 33px; left: 113px; }
.slider dd .slide-cnt { height: 100%; overflow: hidden; position: relative; top: -7px; width:360px; }
.slider dd h2 { font-size: 40px; font-family: "klavika", arial, sans-serif; font-weight: normal; line-height: 40px; padding-bottom: 8px; }  
.slider dd p { font-size: 16px; line-height: 22px; padding-bottom: 35px; color: #bbb; }
.slider dd a.more-btn { height: 46px; width: 351px; background: url(/css/images/slider-btn.png) no-repeat 0 0; line-height: 40px; font-size: 17px; color: #fff;
display: block; padding-left: 14px; font-family: "klavika", arial, sans-serif; font-weight: normal; font-weight: bold; }
.slider dd a.more-btn:hover { background-position: 0 bottom; text-decoration: none; }

.slider dt a { height: 10px; width: 10px; background: url(/css/images/slider-nav.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; display: block; margin: 0 auto 5px auto; position: relative; z-index: 99; }
.slider dt a.active { background-position: 0 bottom; }

.slide-cnt-holder { height: 267px; width: 800px; padding-top: 33px; padding-left: 15px; display: block; }