/* Override the default styles */

#site-main{
  padding-top:none;
  
}

.layout-container {
  min-width:1000px;
  max-width:1000px;    
  
  
}
img{
  border: 0 none;
}

/* Bootstrap gives us a internal width of 940. We need 960 so we will override the grid*/
.container{
  margin-left: auto;
  margin-right: auto;
}

.row{
  margin-left:0px;
}

.span16 {

}

/* Global Classes -------------------------------------------------------------------------------------- */

.heading-white{
  padding-bottom: 15px;
  padding-top: 0px;
  font-size:10pt;
  color:#FFF;
}

.heading-white strong{
  font-weight:bold;
  font-size:10pt;
  padding-left:5px;
  color:#FFF;
  -webkit-text-stroke: 1px #FFF;
}

.heading-black{
  padding-bottom: 15px;
  padding-top: 0px;
  font-size:10pt;
  color:#000;
  position: relative;
  z-index: 5;
}

.heading-black-blogger{
    background-image: url("../images/blogger-bar-bg.jpg");
    color: #000000;
    
    font-size: 10pt;
    height: 32px;
    left: 4px;
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
    top: 5px;
    z-index: 5;
}

.heading-black-twitter{
  background-image: url("../images/twitter-bar-bg.jpg");
  background-repeat: no-repeat;
  color: #000000;
  font-size: 10pt;
  height: 32px;
  left: -9px;
  padding-bottom: 15px;
  padding-top: 0;
  position: relative;
  top: 6px;
  width: 376px;
  z-index: 5;
}

.heading-black-twitter strong, .heading-black-blogger strong{
  
  font-size:10pt;
  padding-left:5px;
  font-weight:900;
  color:#000;
}

.heading-black-twitter select, .heading-black-blogger select{
  color: #333333;
  float: right;
  font-size: 10px;
  height: 20px;
  margin: 2px 5px 2px 2px;
  padding: 2px;
  position: relative;
  top: 3px;
  width: auto;
}

.heading-black-twitter img, .heading-black-blogger img{
  border: 0 none;
  padding-left: 10px;
  padding-right: 3px;
  padding-top: 3px;
  position: relative;
  top: 3px;
}

.heading-black strong{
  
  font-size:10pt;
  padding-left:5px;
  font-weight:900;
  color:#000;
}

.heading-black img{
  border: 0 none;
  position: relative;
  padding-right:3px;
  top: 3px;
}

.heading-white img{
  border: 0 none;
  position: relative;
  padding-right:3px;
  top: 3px;
}



/* MAIN CONTENT CONTAINER -------------------------------------------------------------------------------------- */
#mainPageContainer{
  background-color:#FFF;

  
}
#section-header{
  /*filter: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#FFFFFF, endColorstr=#DDDDDD);
  background-image: linear-gradient(left , rgb(255,255,255) 20%, rgb(227,227,227) 74%, rgb(247,247,247) 94%);
  background-image: -o-linear-gradient(left , rgb(255,255,255) 20%, rgb(227,227,227) 74%, rgb(247,247,247) 94%);
  background-image: -moz-linear-gradient(left , rgb(255,255,255) 20%, rgb(227,227,227) 74%, rgb(247,247,247) 94%);
  background-image: -webkit-linear-gradient(left , rgb(255,255,255) 20%, rgb(227,227,227) 74%, rgb(247,247,247) 94%);
  background-image: -ms-linear-gradient(left , rgb(255,255,255) 20%, rgb(227,227,227) 74%, rgb(247,247,247) 94%);

  background-image: -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(0.2, rgb(255,255,255)),
          color-stop(0.74, rgb(227,227,227)),
          color-stop(0.94, rgb(247,247,247))
  );*/
    background:#ffffff url("/style/images/header-bg.png") repeat right center;
}

#section-header .header{
  height: 67px;
  position:relative;
  display:block;
  left:35px;
  width: 920px;
}

#section-header .header a:hover{
  text-decoration:none;
}

#section-header .qnxlogo{

}

#section-header .qnxlogo img{
  position: relative;
  display:block;
}

#section-header .language{
    display: block;
    float: right;
    position: relative;
    right: 0;
    top: 42px;
    width: 159px;
    z-index:1000;
}

#section-header .breadcrumbs {
    float: right;
    font-size: 10px;
    margin: 0;
    padding: 3px 27px 0;
    position: relative;
    right: 13px;
    top: 13px;
}

#section-header .breadcrumbs ul {
  margin: 0 0 18px;
  padding: 7px 14px;
}

#section-header .breadcrumbs li {
  display: inline;
  text-shadow: 0 1px 0 #DDDDDD;
}

#section-header .searchnav {
  clear: both;
  float: right;
  left: -23px;
  position: relative;
  top: -31px;
}

#section-header img {

}

#section-header .searchnav ul{
  margin: 0 0 18px;
  padding: 7px 14px;
  font-size:10px;
}

#section-header .searchnav li{
  display: inline;
  text-shadow: 0 1px 0 #DDDDDD;
  padding: 5px;
  font-size:10px;
}

#section-header .qnxtagline {
    color: #666666;
    display: block;
    font-size: 10px;
    line-height: 15px;
    padding-left: 15px;
    position: relative;
    text-align: left;
    top: 20px;
    vertical-align: middle;
    width: auto;
}

#section-header .qnxlanguage {
    display: block;
    font-size: 10px;
    line-height: 24px;
    position: relative;
}

#section-header .qnxlanguage a{
    font-size: 11px;
    line-height: 13px;
    padding-left: 10px;
}

#section-header a{
  color: #666666;
}
#section-header a:hover{
  color: #0069D6;
  text-decoration:underline !important;
}

.MainNavSectionHover{
    background-image: url("/style/images/qnx-social-nav-side-off.gif") !important;
    background-repeat: repeat-x !important;
}

#section-header .qnxcontact{
  display: block;
  position: relative;
  width:auto;
  padding-left: 10px;
  padding-right: 10px;
}

#section-header .qnxsearch{
    display: block;
    left: 10px;
    position: relative;
    top: 2px;
    width: 143px;
}

#section-header .login-container {
    display: block;
    font-size: 11px;
    height: 10px;
    line-height: 13px;
    position: relative;
    right: 28px;
    text-align: right;
    top: -55px;
    width: 100%;
}

#section-header .login-container a{
    font-size: 11px;
    line-height: 13px;
}

#section-header .seperator{
    background: url("/images/dividers/vert_grey_dotted.gif") no-repeat scroll right top transparent;
    margin-left: 2px;
    margin-right: 4px;
    padding: 2px;
}

#section-header .searchInput {
    color: #CCCCCC;
    font-size: 11px;
    height: 11px;
    line-height: 14px;
    position: relative;
    width: 100px;
    border-radius: 0 0 0 0;
}

#section-header .SearchIcon {
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    right: 15px;
    top: 2px;
}

#section-header .floatL{
  float:left;
  font-size: 11px;
  line-height: 13px;
}

#section-header .floatR{
  float:right;
}

#section-header .qnxheaderActions {
    display: block;
    position: relative;
    top: 32px;
    vertical-align:middle;
}

#section-navigation .row{
  display:block;
  position:relative;
  top: -10px
}
/* SECTION NAVIGATION -------------------------------------------------------------------------------------- */


/* old menu styles - will have to redo these ones later. */



#section-navigation{

  
}

#section-navigation #mainnav, #section-navigation #mainnav ul {
    display:block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#section-navigation #mainnav ul li ul li{
  width:250px;
}

#section-navigation #mainnav ul a:link, #section-navigation #mainnav ul a:visited {
    display:block;
    padding: 6px 10px;
    width: 134px;
    color: #fff;
}

#section-navigation #mainnav li {
    background-image: url("../images/qnx-social-nav-divider.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#section-navigation #mainnav li:last-child {
    background-image: none;
    display: block;
    float: left;
}

#section-navigation #mainnav li ul li{
  background:none;
}

#section-navigation #mainnav li ul {
    display:block;
    background: none repeat scroll 0 0 #333333;
    left: -999em;
    opacity: 0.98;
    padding-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    width: 250px;
    z-index: 999;
}

#section-navigation #mainnav li:hover ul ul,#section-navigation  #mainnav li.sfhover ul ul {
    display:block;
    left: -999em;
}

#section-navigation #mainnav li:hover ul, #section-navigation #mainnav li li:hover ul, #section-navigation #mainnav li.sfhover ul, #section-navigation #mainnav li li.sfhover ul {
    display:block;
    left: auto;
    width: 154px;
    box-shadow: 0 1px 9px #333333;
    padding-bottom: 0px;
}

#section-navigation .navitems{
    float:left;
    position: relative;
    left: 24px;
    z-index: 999;
}

#section-navigation .navitems dl, .navbar-social dl{
    height:37px;
}

#section-navigation .navitems dd{
    display: block;
    float: left;
    height: 37px;
    list-style: none outside none;
    margin: 0;
    position: relative;
    width: auto;
    background-image:url('../images/qnx-social-nav-divider.gif');
    background-repeat:no-repeat;
}

#section-navigation .navitems dd:first-child{
  background-image:none;
  margin-left:20px;
}

#section-navigation .navitems a{
    color: #FFFFFF;
    display: block;
    
    font-size: 12px;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

#section-navigation a:hover{
  background-repeat: repeat-x;
  text-shadow: 0 0 3px #CCC;
}

#section-navigation *:hover > a{
  background-image:url('../images/qnx-social-nav-side-off.gif');
  background-repeat: repeat-x;
  text-shadow: 0 0 3px #CCC;
}

#section-navigation #mainnav li ul a:hover{
  background-image:none;
  background-color:#555555;
}



#section-navigation .navbar-social{
    background-image: url("../images/qnx-social-nav-side-off.gif");
    color: #FFFFFF;
    float: right;
    
    height: 37px;
}

#section-navigation .navbar-social dd{
    display: block;
    float: left;
    height: 37px;
    list-style: none outside none;
    margin: 0;
    position: relative;
    width: auto;
}

#section-navigation .navbar-social img{
 
}

#section-navigation .navbar-social a {
    color: #FFFFFF;
    display: block;
    
    font-size: 8pt;
    height: 17px;
    padding: 10px 10px 10px 0;
    position: relative;
    text-decoration: none;
}
#section-navigation .navbar-social dd:first-child a{
    background-image: url("../images/qnx-social-nav-side-divider.gif");
    background-repeat: no-repeat;
    padding: 10px 12px 10px 19px;
}

#section-navigation .navigationbar{
  background-image: url('../images/qnx-social-nav-off.gif');
  height:38px;
  color:#FFF;
  margin-left: 0px;
}

/* SECTION SPLASH -------------------------------------------------------------------------------------- */
#section-splash{

  background-color:#000;
  
}

#section-splash .text{
    display: block;
    font-size: 12px;
    left: 7px;
    padding-left: 24px;
    position: relative;
    top: 116px;
    width: 420px;
}

#section-splash .splash{
    background-color: #FFFFFF;
    margin-left: 0px;
    background-image:url('../images/social_banner.jpg');
    height:149px;
}

#section-splash .splash a{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}



/* SECTION VIDEOS -------------------------------------------------------------------------------------- */
#section-videos{
 /* filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ABABAB, endColorstr=#6B696B);
  background-image: linear-gradient(top, rgb(171,171,171) 5%, rgb(133,130,133) 60%, rgb(107,105,107) 74%);
  background-image: -o-linear-gradient(top, rgb(171,171,171) 5%, rgb(133,130,133) 60%, rgb(107,105,107) 74%);
  background-image: -moz-linear-gradient(top, rgb(171,171,171) 5%, rgb(133,130,133) 60%, rgb(107,105,107) 74%);
  background-image: -webkit-linear-gradient(top, rgb(171,171,171) 5%, rgb(133,130,133) 60%, rgb(107,105,107) 74%);
  background-image: -ms-linear-gradient(top, rgb(171,171,171) 5%, rgb(133,130,133) 60%, rgb(107,105,107) 74%);

  background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(0.05, rgb(171,171,171)),
	  color-stop(0.6, rgb(133,130,133)),
	  color-stop(0.74, rgb(107,105,107))
  );*/
 
    background-image: url("../images/youtube-bg.png");
    background-repeat: repeat-x;
    height: 177px;
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

#section-videos .playDiv{
    background-image: url("../images/play-overlay.png");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 50px;
    margin: auto;
    position: relative;
    top: -75px;
    width: 50px;
}

#section-videos .youtube-links{
    left: 13px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    font-size: 0.9em;
}

#section-videos .youtube-links a{
  color:#fff;
  text-decoration:none;
}

#section-videos .youtube-links a:hover{
  text-decoration:underline;
}


#section-videos .media{
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border: 3px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 9px #333333;
    display: block;
    height: 100px;
    margin-left: 36px;
    width: 150px;
}

#section-videos .mediaContainer{
  
  
}

#section-videos .media img{
  width: 100%;
  height:100%;
  cursor:pointer;
}

#youTubePlayerContainer {
  display:none;
}


#youTubePlayerContainer iframe{
  width:100%;
  height:100%;
}

#youTubePlayerContainer #QNXPlayer{
  width:100%;
  height:100%;
}


/* SECTION FEEDS -------------------------------------------------------------------------------------- */

#twitter-select-nav, #blog-select-nav{
  float: right;
}

#section-feeds{
 /* filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CECECE, endColorstr=#FFFFFF);
  background-image: linear-gradient(top, rgb(232,232,232) 11%, rgb(204,204,204) 29%, rgb(255,255,255) 85%);
  background-image: -o-linear-gradient(top, rgb(232,232,232) 11%, rgb(204,204,204) 29%, rgb(255,255,255) 85%);
  background-image: -moz-linear-gradient(top, rgb(232,232,232) 11%, rgb(204,204,204) 29%, rgb(255,255,255) 85%);
  background-image: -webkit-linear-gradient(top, rgb(232,232,232) 11%, rgb(204,204,204) 29%, rgb(255,255,255) 85%);
  background-image: -ms-linear-gradient(top, rgb(232,232,232) 11%, rgb(204,204,204) 29%, rgb(255,255,255) 85%);

  background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(0.11, rgb(232,232,232)),
	  color-stop(0.29, rgb(204,204,204)),
	  color-stop(0.85, rgb(255,255,255))
  );*/
    background-color: #F8F8F8;
    background-image: url("../images/blog-twitter-bg.png");
    background-repeat: repeat-x;
    height: 768px;
    margin-top: 3px;
    padding: 11px;
}

#section-feeds .twitterGraphicElement{
    background-image: url("../images/blog-twitter-box.png");
    background-repeat: no-repeat;
    height: 200px;
    left: -31px;
    position: absolute;
    top: -30px;
    width: 350px;
    z-index: -10;
}

#section-feeds .blogGraphicElement{
    background-image: url("../images/blog-twitter-box.png");
    background-repeat: no-repeat;
    height: 200px;
    left: -18px;
    position: absolute;
    top: -30px;
    width: 350px;
    z-index: -10;
}

#section-feeds .blogcontainer, #section-feeds .twittercontainer{
  z-index:1;
}


/* SECTION BLOGCONTENT -------------------------------------------------------------------------------------- */
#section-blogcontent{
    display: block;
    padding-left: 16px;
    position: relative;
    top: 2px;
    z-index: 2;
}

#blog-dynamicContent {
}

#blog-dynamicContent div{
    display: block;
    padding-left: 0;
    padding-top: 9px;
}

.pagination{
    height: 36px;
    left: 21px;
    margin: 18px 0;
    position: relative;
}

.pagination ul{

  cursor:pointer;
  
}

#section-blogcontent .title a{
  display: block;
  font-weight: bold;
  padding-top: 7px;
}

#section-blogcontent .content{
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
}

#section-blogcontent .content a{
  margin-left:5px;
}

#section-blogcontent hr{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  border-color: #CCC;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding-left: 0;
}

#section-blogcontent .footer{
  padding-bottom: 7px;
  padding-top:3px;
  font-size: 0.7em;
}

#section-blogcontent .footer a{
  
}

#section-blogcontent .footer span{
  padding-left: 4px;
}

#section-blogcontent .blogItem:last-child HR{
  display:none;
}

/* SECTION TWITTERCONTENT -------------------------------------------------------------------------------------- */
#section-twittercontent{
    padding-left: 5px;
    position: relative;
    top: 3px;
    z-index: 1;
    width: 362px;
    font-size: 0.8em;
    
}

#section-twittercontent #twitter-dynamicContent{
    display: block;
    overflow: auto;
    position: relative;
    top: 13px;
    width: 100%;
    overflow:auto;
    padding: 10px 10px 10px 0;
    min-height: 877px;
    min-height: 877px;
}

#section-twittercontent .twitterItem{
  display: block;
  padding-top: 0px;
}

#section-twittercontent .twitterItem-off{
  display: none;
  visibility:hidden;
  
}


#section-twittercontent .tweet{
  display: block;
  padding-bottom: 0;
  line-height: 1.3em;
}

#section-twittercontent .time{
  color: #777777;
  display: block;
  font-size: 0.7em;
  padding-bottom: 16px;
  padding-top: 0;
}

#section-twittercontent HR{
  height: 1px;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 200px;
  display:none;
}

/* SECTION FOOTER -------------------------------------------------------------------------------------- */
#section-footer{
    background-color: #F8F8F8;
    display: block;
    padding-bottom: 14px;
    padding-top: 20px
}

#section-footer .floated{
  float:left;
  padding-left: 0px;
}

#section-footer .media {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 3px 5px;
    box-shadow: 0 1px 9px #333333;
    display: block;
    margin-left: 16px;
}



#section-footer .media img{
  position:relative;
  top: 2px;
}


#section-footer .footer{
  margin:0px;
}

#section-footer .facebook{
  float:left;
  height:100px;
  padding-left:15px;
  padding-right:15px;
  border-top:1px solid #DDD;
  width:30%;
}

#section-footer .foundry{
    background-image: url("../images/foundry-box-bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 86px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 63%;
}

#section-footer .joinToday{
    display: block;
    position: relative;
    top: 10px;
}

#section-footer .subscribe{
  float:left;
  height: 86px;
  padding-left:15px;
  padding-right:15px;
  width:30%;
}

#section-footer .shadow{
/*  background-color: #FFFFFF;*/
  text-align:center;
  width:100%;
  height:100px;
  margin:auto;
 /* background-image:url("../images/bottom-fade.jpg");*/
  background-repeat:no-repeat;
  background-position:center;
  height:15px;
  display:block;
  clear: both;
}

#section-footer .heading-black{
  margin-bottom: -11px;
}

#section-footer .email input{
    font-size: 10px;
    margin-left: 10px;
    width: 204px;
}

#section-footer .email{
  position: relative;
  top: 13px;
}

#section-footer .email img{
    cursor: pointer;
    position: relative;
    top: 2px;
}



/*

JQUERY PopupWindow

*/

.ui-widget-header {
    background: url("../images/header-bg.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header {
    color: #005DA1;
    font-weight: bold;
}


.footerwrapper {
    background: none repeat scroll 0 0 transparent !important;
}

.footerwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #CCCCCC;
    clear: both;
    width:928px;
    margin-top: 20px;
}

.footer {
    width: auto;
}

.footer {
    color: #666666;
    margin: 0 auto;
    padding: 12px;
}
.footleft {

}


.footer a {
    color: #666666;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    text-decoration: none;
}

.footleft {
    display: inline;
    float: left;
}

.footright {
    display: inline;
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.footright li {
    background: url("http://qnxsoft.vo.llnwd.net/o15/images/dividers/vert_grey_dotted.gif") no-repeat scroll right top transparent;
    display: inline;
    margin: 0 0 0 6px;
    padding: 0 16px 0 0;
}

.footright li:last-child{
  background-image:none;

}

#blog-pagination a {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  text-decoration: none;
  
}
