/** CSS - 
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #636363;
background: url(../images/body_bg-normal.jpg) no-repeat top center #191919;
margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
margin: 0 auto;
width: 945px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.uppercase {
text-transform: uppercase;
}

.no-underline {
background: none;
border: none;
}

/** Images
==============================================================================*/

#content img, .sidebar img, #footer img {
border: 1px solid #c2bfab;
padding: 5px;
background-color: #fff;
}

#content img.left, .sidebar img.left, #footer img.left {
margin: 0 16px 8px 0;
}

#content img.right, .sidebar img.right {
margin: 0 0 8px 16px;
}

a img {
border: none;
display: block;
}

/** Headings
==============================================================================*/

h1 {
font-size: 24px;
color: #c6361f;
line-height: 26px;
padding: 0 0 8px 0;
margin: 0 0 8px 0;
font-weight: normal;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

.archive h1 {
font-size: 20px;
text-transform: none;
}

h2 {
font-size: 14px;
line-height: 18px;
margin: 0 0 8px 0;
font-weight: normal;
}

#contentwrap h2 {
margin-top: 32px; 
padding: 0 0 8px 0;
font-weight: bold;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

h3 {
font-size: 14px;
line-height: 18px;
padding: 0 0 6px 0;
margin: 0 0 16px 0;
font-weight: normal;
text-transform: uppercase;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

h4 {
font-size: 14px;
line-height: 16px;
margin: 0 0 8px 0;
font-weight: normal;
text-transform: uppercase;
}

#footer h4 {
padding: 0 0 6px 0;
background: url(../images/footer_divider.jpg) repeat-x bottom;
}

/** Paragraphs
==============================================================================*/

p {
margin: 0 0 24px 0;
}

/** Links
==============================================================================*/

a:link {
color: #c6361f !important;
text-decoration: none !important;
}

#nav a:link {
color: #938e82 !important;
}

#ftr-nav a:link {
color: #716d65 !important;
}

a:hover {
color: #8c2818 !important;
text-decoration: none;
}

a:visited {
color: #c6361f !important;
text-decoration: none;
}

#nav a:visited {
color: #938e82 !important;
}

#nav a:hover {
color: #716d65 !important;
}

a:active {
color: #c6361f !important;
text-decoration: none !important;
}

#nav a:active {
color: #938e82 !important;
}

#ftr-nav a:active {
color: #826755 !important;
}

/** Top Info
==============================================================================*/

.topinfo {
margin: 6px 0 0 0;
font-size: 11px;
color: #826755;
}

/** Logo
==============================================================================*/

#logo {
margin: 20px 0 0 0;
}

/** Search
==============================================================================*/

#s {
width: 304px;
height: 20px;
margin: 48px 0 0 0;
padding: 4px 0 0 25px;
border: 1px solid #c0cdd5;
background: url(../images/search_icon.jpg) no-repeat #fff 6px 6px;
}

/** Nav
==============================================================================*/

#nav {
width: 945px;
margin: 32px 0 0 0;
background: url(../images/nav_bg.jpg) repeat-x 0 0;
}

#nav li {
float: left;
}

#nav li a {
display: block;
float: left;
font-size: 14px;
text-transform: uppercase;
padding: 9px 32px 8px 32px;
border-right: 1px solid #fff;
background: url(../images/nav_bg.jpg) repeat-x 0 0;
}

#nav li a:hover {
background-position: 0 -37px;
}

#nav li.current_page_item a {
background-position: 0 -74px;
color: #1c1c26;
}

/** Footer Nav
==============================================================================*/

#ftr-nav {
width:auto;
margin: 32px 0 0 0;
background: url(../images/ftr-nav_bg.jpg) repeat-x 0 0;
}

#ftr-nav li {
float: left;
}

#ftr-nav li a {
display: block;
float: left;
font-size: 14px;
text-transform: uppercase;
padding: 9px 32px 8px 32px;
border-right: 1px solid #4d3c32;
background: url(../images/ftr-nav_bg.jpg) repeat-x 0 0;
}

#ftr-nav li a:hover {
background-position: 0 -37px;
color:
}

#ftr-nav li.current_page_item a {
background-position: 0 -74px;
color: #826755;
}


/** Content
==============================================================================*/

#content {
width: 913px;
margin: 32px 0 0 0;
padding: 16px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #b8b7b3;
background-color: #f9f8f2;
}

/** Featured Slider
==============================================================================*/

#featured {
width: 597px;
height: 240px;
padding: 5px;
margin: 0 16px 0 0;
border: 1px solid #c2bfab;
background-color: #efefef;
}

/* This section of code keeps the images from displaying vertically before the js loads them properly */
#featured #slides {
display: block;
overflow: hidden;
height: 215px;
}

#featured img {
padding: 0;
border: none;
}

#featured h1 {
font-size: 12px;
margin: 0;
padding: 0;
background: none;
text-transform: none;
}

#featurednav {
margin: 3px 0 0 0;
height: 23px;
width: 67px;
background: url(../images/featured_nav_bg.jpg) no-repeat;
}

#prev {
padding: 2px 0 0 4px;
display: block;
height: 18px;
width: 17px;
background: url(../images/featured_nav_left.jpg) no-repeat 4px 2px;
z-index: 100;
}

#featurednav #next {
display: block;
padding: 2px 4px 0 0;
height: 18px;
width: 17px;
background: url(../images/featured_nav_right.jpg) no-repeat 1px 2px;
z-index: 100;
}

#prev span, #next span {
display: none;
}

/** Welcome
==============================================================================*/

#welcome {
width: 288px;
}

a#welcomeleft, a#welcomeright {
display: block;
width: 144px;
text-align: center;
padding: 8px 0 10px 0;
}

a#welcomeleft {
background: url(../images/welcome_btn_left.jpg) no-repeat;
}

a#welcomeright {
background: url(../images/welcome_btn_right.jpg) no-repeat;
}

/** Main Info Bar
==============================================================================*/

#maininfo, #maininfoinner {
width: 913px;
height: 100px;
padding: 0 0 25px 0;
background: url(../images/faded_divider_bg.jpg) no-repeat bottom;
}

#maininfoinner-alt {
width: 913px;
height: 100px;
padding: 0 0 25px 0;
background: url(../images/divider_bg.jpg) no-repeat bottom;
}

#maininfoinner, #maininfoinner-alt {
height: 32px;
}

#maininfoinner ul li, #maininfoinner-alt ul li {
float: left;
padding: 3px 0 3px 0;
text-align: center;
}

#maininfoinner ul li a, #maininfoinner-alt ul li a {
padding: 4px 25px 3px 15px;
background: url(../images/breadcrumb_right_bg.jpg) no-repeat top right;
}

#maininfoinner ul li#home, #maininfoinner-alt ul li#home {
width: 76px;
background: url(../images/breadcrumb_home_bg.jpg) no-repeat top;
}

#maininfoinner ul li#home a, #maininfoinner ul li#cat a, #maininfoinner-alt ul li#home a, #maininfoinner-alt ul li#cat a {
background: none;
}

#maininfoinner ul li#cat, #maininfoinner-alt ul li#cat {
background: url(../images/breadcrumb_cat_bg.jpg) no-repeat top right;
}

#subscribe {
margin: 3px 0 0 0;
text-transform: uppercase;
padding: 0 20px 0 0;
background: url(../images/rss_icon_12x12.jpg) no-repeat right;
}

/** Latest Message, Subscribe to audio
==============================================================================*/
.latest {
width: 913px;
height: 15px;
padding: 0 0 25px 0;
background: url(../images/faded_divider_bg.jpg) no-repeat bottom;
}

#latest {
width: 913px;
margin: 0 0 16px 0;
}

.latest-home {
padding: 16px 0 0 0;
background: url(../images/divider_lt.jpg) repeat-x top;
}

#latestmsg {
width: 592px;
height:84px;
padding: 0 16px;
background: url(../images/latest_msg_bg.jpg) repeat-x;
}

#latest .latestmsg-alt {
width: 624px;
height: 84px;
background: url(../images/latest_msg_alt_bg.jpg) repeat-x;
}

#latestmsg span {
display:block;
padding-bottom:2px;
}

.msgwrap {
}

.msg {
width: 577px;
padding: 16px;
margin: 0 0 8px 0;
display: inline;
background: url(../images/latest_msg_bg.jpg) repeat-x;
}

#latestmsg h4 {
font-size: 14px;
margin: 5px 0 0;
padding: 0;
color: #6cadd5;
background: none;
}

#latestmsg a {
font-size: 12px;
margin: 0px 0px 10px 0px;
padding: 0;
font-weight: bold;
color: #55a3d4!important;
background: none;
}

#subscribeaudio {
width: 256px;
padding: 26px 16px;
color: #212121;
background: url(../images/subscribe_audio_feed_bg_alt.jpg) repeat-x;
}

#learnmore {
width: 256px;
padding: 16px;
color: #212121;
background: url(../images/subscribe_audio_feed_bg.jpg) repeat-x;
}

#learnmore {
width: 225px !important;
height: 84px;
background: url(../images/learnmore_bg.jpg) repeat-x;
}

#subscribeaudio h3, #learnmore h4 {
font-size: 14px;
margin: 0;
padding: 0;
color: #f9f8f2;
background: none;
}

#latestmsg p, #subscribeaudio p, .msg p {
margin: 0;
}

#audio {
width: 238px;
}

#listen a {
display: block;
width: 102px;
height: 32px;
text-align: center;
background: url(../images/listen_btn.jpg) no-repeat 0 0;
}

#listen a:hover {
background-position: 0 -32px;
}

#download a {
display: block;
width: 136px;
height: 32px;
text-align: center;
background: url(../images/download_btn.jpg) no-repeat 0 0;
}

#download a:hover {
background-position: 0 -32px;
}

#listen a span, #download a span {
display: none;
}

/** Meta
==============================================================================*/

.date {
color: #9a9996;
}

/** Twitter
==============================================================================*/
/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{list-style:none;margin:0px;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:85px;} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/


/** Main Content
==============================================================================*/

.maincontent {
width: 625px;
}

#contentwrap {
width: 609px;
}

.meta {
padding: 0 0 10px 0;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

/** Archive
==============================================================================*/

.archivewrap {
padding: 16px 0 16px 0;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

.archive {
width: 300px;
}

#postsnav {
padding: 16px 0 0 0;
}

a#previousbtn {
display: block;
width: 139px;
height: 34px;
background: url(../images/previous_btn.jpg) no-repeat;
}

a#nextbtn {
display: block;
width: 139px;
height: 34px;
background: url(../images/next_btn.jpg) no-repeat;
}

a#previousbtn span, a#nextbtn span {
display: none;
}

/** Lists
==============================================================================*/

#contentwrap ul, #contentwrap ol {
margin: 0 0 24px 32px;
}

#contentwrap ul li {
list-style-type: disc;
}

#contentwrapol li {
list-style-type: decimal;
}

#contentwrap li {
padding: 0 32px 0 0;
}

/** Latest News, Whats Going On
==============================================================================*/

.latestnews {
margin: 0 16px 0 0;
}

.latestnews .date {
text-align: center;
width: 20px;
padding: 6px;
margin: 0 16px 60px 0;
background: url(../images/date_bg.jpg) repeat-x top;
}

.day {
font-size: 18px;
}

.whatsgoingon h2 {
width: 174px;
font-size: 12px;
}

.announcement-list h2 {
width: 260px;
}

.whatsgoingon h3 {
margin-bottom: 0;
}

.whatsgoingon p {
padding: 0 0 5px 0;
border-bottom: 1px solid #ecebe7;
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 175px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 350px;
border: 1px solid #d0d0d0;
}

#content .item #CaptchaV2.cat_textbox {
	margin-left: 200px !important;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
margin: 10px 0 20px 0;
padding-right: 153px;
float: right;
width: 93px;
height: 32px;
border: none;
}

.item-submit input {
	width: 93px !important;
}

/** Webapps
==============================================================================*/

.slide-info {
margin-bottom: 20px;
}

.slide-info .slide-img {
margin: 0 20px 0 0;
padding: 0;
float: left;
}

.hp-story p {
margin-bottom: 10px;
}

/** Index Page
==============================================================================*/

#count-wrapper {
padding:10px;
background: #ddd;
}

#count {
font-size: 20px;
text-align: center;
}

/** About Page
==============================================================================*/

#contentwrap .video {
margin-bottom: 15px;
}

#contentwrap #description {
min-height: 75px;
padding-bottom: 25px;
background: url(../images/video_description_bg.jpg) no-repeat 0 0;
}

#contentwrap #description p {
color: #333;
padding: 10px 0 0 10px;
}

/** Overview Page
==============================================================================*/

#mission-title {
padding-bottom: 20px;
}

#mission {
margin-bottom: 15px;
}

#mission img, #core-values .value-image {
margin: 0 15px 0 0;
float: left;
}

#mission p {
width: 290px;
margin: 0;
padding: 0;
line-height: 1.32em;
float: left;
}

#core-values .values {
margin-top: 10px;
padding-top: 14px;
background: url(../images/divider_lt.jpg) repeat-x top;
}

#core-values .value {
width: 480px;
margin: 0;
padding: 0;
line-height: 1.32em;
float: left;
}

#core-values h3 {
font-weight: bold;
text-decoration: underline;
margin: 0 0 5px;
padding: 0;
background: none;
}

#core-values p {
margin: 0;
padding: 0 0 3px;
}

/** Contact Page
==============================================================================*/

.req {
color: #c6361f;
}

.contact-form-top {
margin-bottom: 25px;
}

.contact-title, .contact-name {
margin-right: 15px;
float: left;
}

#content .contact-title select, #content .contact-submit {
width: auto;
}

#content .contact-title select, #content input, #email-form input {
margin: 0;
padding: 2px;
float: none;
}

.contact-name {
width: 250px;
}

.contact-name input, #email-form input {
width: 225px;
}

#sbtc-form p, #sbtc-form label, #email-form label {
color: #000;
font-size: 14px;
width: auto;
margin: 0 0 3px;
padding: 0;
float: none;
}

.contact-email input, .contact-textarea textarea {
width: 560px;
padding: 2px;
}

.contact-email, .contact-textarea {
margin: 0 0 25px;
}

#sbtc-form  .contact-captcha, #email-form .captchaimg {
margin-bottom: 15px;
}

.contact-captcha, .contact-captcha p, .contact-captcha label, .contact-submit {
margin: 0 45px 0 0;
padding: 0;
text-align: right;
}

#sbtc-form .contact-captcha .cat_textbox {
margin: 0;
padding: 2px;
width: 155px !important;
background: none;
float: right;
}

#CaptchaTV2, #CaptchaHV2, #CaptchaH {
border: none;
}

#sbtc-form .contact-captcha img {
border: none;
background: none;
margin: 0;
padding: 0;
}

#sbtc-form .contact-submit {
padding: 0;
margin: 0 45px 0 0;
float: right;
}

#sbtc-form .contact-submit .cat_button {
width: 152px !important;
height: 32px;
background: url(../images/contact_btn.jpg) no-repeat 0 0;
border: none;
text-indent: -9999px;
}

.email-submit {
width: 152px !important;
height: 32px;
margin: 0 45px 0 0;
padding: 0;
border: none;
}

.email-submit tr {
height: 10px;
cell-padding: 0;
margin: 0;
padding: 0;
}

/** Blog
==============================================================================*/

.blog-left {
width: 600px;
margin: 0 20px 0 0;
padding: 0;
float: left;
}

.blog-right {
width: 270px !important;
padding: 0;
margin: 0;
float: left;
}

.blog .post-title {
padding-bottom: 5px;
margin-bottom: 3px;
background: url(../images/divider_lt.jpg) repeat-x bottom;
border: none;
}

.blog .post-details p {
padding-bottom: 5px;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

#container .post-details p {
color: #938e82;
}

.post-body img {
float: right;
}

#pages {
width: 400px;
}

#pages li {
width: 125px;
display: inline;
padding: 0 15px;
}

.sb-module h4 {
text-decoration: underline;
}

.sb-module .blogsitesummary li {
margin-bottom: 10px;
}

.sb-module .blogsitesummary li a {
display: block;
}

/** FAQs (Contact Page)
==============================================================================*/

#faqs {
min-height: 75px;
background: url(../images/video_list_bg.jpg) no-repeat left top;
}

#faq-head {
height: 34px;
width: 258px;
padding: 15px;
margin-bottom: 15px;
background: url(../images/subscribe_audio_feed_bg.jpg) repeat-x;
}

#faq-head-left {
width: 175px;
float: left;
}

#faq-head-right {
float: right;
}

#faq-head h4 {
color: #fff;
font-size: 14px;
margin:0;
padding:0;
}

#faq-head p {
color: #000;
margin: 0;
padding: 0;
}

#faq-head img {
margin: 2px 0 0;
padding: 0;
border: none;
background: none;
}

.faq-question {
width: 180px;
margin: 0 10px 10px;
padding: 0;
float: left;
}

.faq-question a {
color: #333;
}

.faq-question a:hover {
color: #333;
text-decoration: underline;
}

.faq-date {
margin: 0 10px 10px;
padding: 0;
float: right;
}

/** FAQs (Answer Page)
==============================================================================*/

.faq-details .answer {
font-size: 125%;
font-style: italic;
margin-bottom: 15px;
}

.faq-details .item {
min-height: 15px;
margin-bottom: 10px;
}

.faq-details label {
width: 150px;
margin: 0 20px 0 0;
padding: 0;
text-align: right;
}

.faq-details input {
width: 100px;
}

#container .comment-form .radio-group li {
width: 30px;
margin: 0;
padding: 0;
float: left;
}

#container .comment-form .radio-group input {
width: 30px;
margin: 2px 0 0;
padding: 0;
}

.faq-captcha img {
margin-right: 15px;
float: left;
}

.faq-captcha #Captcha {
width: 122px;
height: 36px;
padding: 2px;
margin: none;
float: left;
}

.faq-submit {
margin-left: 375px;
}

/** Sidebar
==============================================================================*/

.sidebar {
width: 272px;
min-height: 265px;
height: auto !important;
height: 265px;
padding: 0 0 0 16px;
background: url(../images/sidebar_bg.jpg) no-repeat top;
}

#flickr img {
float: left;
width: 68px;
margin: 0 8px 8px 0;
}

.video-list {
width: 243px;
min-height: 343px;
padding: 7px;
background: url(../images/video_list_bg.jpg) no-repeat top;
}

.video-list h2 {
color: #000;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin: 15px 0 10px;
padding: 0 0 6px;
border-bottom: 1px solid #fff;
}

.video-list li {
margin-bottom: 12px;
padding: 0 10px 10px 0;
border-bottom: 1px solid #fff;
}

.video-list .thumb-left {
width: 100px;
margin-right: 20px;
float: left;
}

.video-thumb h5 {
font-size: 12px;
font-weight: bold;
margin: 0;
padding-bottom: 3px;
line-height: 1.2;
}

.video-thumb p {
margin: 0;
padding: 0;
line-height: 1.6em;
}

/** Footer
==============================================================================*/

#footer {
width: 913px;
padding: 16px;
margin: 0 0 32px 0;
border-top: 1px solid #43342b;
border-bottom: 1px solid #0e0b09;
background-color: #251d18;
color: #826755;
}

#footer h3 {
color: #f9f8f2;
background-image: url(../images/divider_dk.jpg);
}

#legal {
width: 256px;
padding: 16px;
margin: 0 32px 0 0;
border: 1px solid #43342b;
background-color: #1c1612;
color: #826755;
font-size: 11px;
}

#legal img {
border: none;
background: none;
padding: 0;
margin: 0;
}

#legal p {
margin: 6px 0 0 0;
}

#aboutus {
width: 288px;
margin: 0 32px 0 0;
}

#mostpopular {
width: 270px;
}

#mostpopular li {
margin: 0 0 8px 0;
}

#gwProxy, #jsProxy {
border: none;
}

.right .rm {
margin-top: 30px;
}

#footer .right .rm a, #footer .right .rm a img {
border: none;
background: none;
padding: none;
margin: none;
}

/** Other
==============================================================================*/

.detailed-view h1 {
margin: 0 0 10px 0;
padding: 0;
}

.detailed-view .video {
margin: 0;
padding: 0;
}

.detailed-view .video object {
margin: 0;
padding: 0;
}

input#EmailAddress {
width: 290px;
height:25px;
margin: 0 5px 0 0;
padding: 6px 15px 0 15px;
border: none;
font-size: 11px;
color: #7f7f7f;
background: url(../images/input_bg.jpg) no-repeat;
float:left;
}

#homesubmit {
width:80px!important;
float:left!important;
border:none;
}
