@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400italic,400);

/* DEFAULT SETTINGS ***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
}
body {
  font-size:12px;
  line-height:1;
  -webkit-text-size-adjust: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color:#1985B5;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html{
  overflow-y: scroll;
}
body{ 
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

/* DEFAULT SETTINGS */


/* STYLE ***/

.bold{
  font-weight: 700;
}
.noborder{
  border: none !IMPORTANT;
}
.nomargin{
  margin: 0 !IMPORTANT;
}

h1{
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 30px;
  line-height:1.2;
  font-weight: 300;
}
h2{
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
h2:not(:first-of-type){
  margin-top: 40px;
}

.page-title{
  font-size: 24px;
  font-weight: 300;
  padding: 16px 0 16px 12px;
  border-bottom: solid #ddd 1px;
}
.module-title{
  border: dotted #ddd 1px;
  font-weight: 600;
  padding-left:10px;
  margin:4px;
  height:20px;
  line-height:20px;
  background: #eee;
  font-size: 13px;
  font-weight: 700;
}
.section-title{
  font-size: 13px;
  font-weight: bold;
  font-family: "Verdana", sans-serif;
  color: #444;
}

.image{
  position:relative;
}
.image img{
  filter:alpha(opacity=90);
  opacity:0.9;
}
.image:hover img{
  filter:alpha(opacity=100);
  opacity:1;
}

.category{
  font-size: 10px;
  font-weight: 700;
}
.research{
  color:#00548A;
}
.consumer{
  color:#00664B;
}
.industrial{
  color:#B13546;
}
.culture{
  color:#B13546;
}

.title{
  display: block;
  color: #000;
  line-height: 1.4;
}
.date{
  color: #888;
  font-family: 'Open Sans', sans-serif;
}
.viewcount{
  color: #888;
  font-family: 'Open Sans', sans-serif;  
}
.post{
  color: #888;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
}
.post a{
  color: #333;
}
.ditag a{
  display:block;
  float:left;
  border:solid #ddd 1px;
  padding:0 4px;
  margin-right: 3px;
  height:20px;
  line-height:20px;
  font-size:11px;
  background-color:#eee;
  color:#333;
}
.ditag a:hover{
  text-decoration:none;
}
.tag{
margin-top: 10px;
}
.tag a{
  display:block;
  float:left;
  border:solid #DDD 1px;
  padding:0 4px;
  margin: 0 3px 3px 0;
  height:20px;
  line-height:20px;
  font-size:11px;
  color:#000;
}
.tag a:hover{
  text-decoration:none;
}
.desc{
  color: #333;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
.number{
  position:absolute;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
}
.ribbons{
  position:absolute;
  z-index:1;
  bottom: 6px;
  right: 6px;
}
.ribbon{
  margin-top: 2px;
  border-radius: 8px;
  width: 68px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #eee;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  font-size: 10px;
}

/* STYLE */


/* BOX ***/

.container{
  width: 978px;
  margin:0px auto;
}
.module{
  border:solid #ddd 1px;
  margin-bottom:16px;
}
.adbox-rectangle{
  position:relative;
  padding: 0 12px;
}
.adbox-rectangle .ad-inner{
	margin: 9px 0;
  height: 250px;
}
.adbox-widesky{
  height: 600px;
  position:relative;
  padding:9px 82px;	
}
.adbox-largesky{
  position:relative;
  padding:0 13px;	
}
.adbox-largesky .ad-inner{
  height: 600px;
  margin: 9px 0;
}


/* BOX */







/* HEADER ***/

#network-bar{
  position:relative;
  margin-bottom:16px;
  background: #49578A; /* for non-css3 */
  background: -moz-linear-gradient(top,  #253673  #49578A); /* for firefox 3.6+ */ 	
  background: -webkit-gradient(linear, left top, left bottom, from(#253673), to(#49578A)); /* for webkit */
  background: -o-linear-gradient(#253673, #49578A); /* Opera */
}
#diginfo-nav{
  height: 20px;
  line-height: 20px;
  color:#FFF;
  font-size: 11px;
}
#diginfo-nav a{
  color:#FFF;
}
#diginfo-nav i{
  font-size: 12px;
  margin-left: 4px;
}
#about-us{
  margin-left:10px;
}
#language{
  float:right;
  margin-right:12px;
}


#header{
  height: 38px;
  margin-bottom:10px;
}
#logo{
  display:block;
  float:left;
  width: 226px;
  height: 38px;
  margin-left: 24px;
  background-image:url('//www.diginfo.tv/images/dilogo.png');
}

#category-nav{
  float:left;
  margin-left: 24px;
  margin-top: 16px;
}
#category-nav a{
  display:block;
  float:left;
  height:16px;
  line-height:16px;
  padding:0px 8px;
  font-weight: 700;
  font-size: 11px;
  color:#000;
  border-right: solid #DDD 1px;
}
#category-reseach:hover{
  text-decoration: none;
  color:#00548A;
}
#category-consumer:hover{
  text-decoration: none;
  color:#00664B;
}
#category-industrial:hover{
  text-decoration: none;
  color:#B13546;
}

#yt-subscribe-btn{
  float:left;
  margin: 10px 0 0 320px;
  width: 124px;
  height: 24px;
}
#yt-subscribe{
	position: fixed;
	top: 160px;
	right: -40px;
  width: 124px;
  height: 24px;
  transform: rotate(90deg);
  -webkit-transform: rotate(270deg);
}

#nav-ditag{
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

#nav-ditag-inner{
	margin: 4px 9px;
}
#nav-ditag-inner a.ditag{
	display: block;
	float: left;
	margin: 1px;
	width: 60px;
	height: 52px;
	overflow: hidden;
	color: #333;
  border: dotted #ddd 1px;
}
#nav-ditag-inner a.ditag:hover{
  	text-decoration:none;
	color: #1985B5;
}
#nav-ditag-inner a.ditag img{
	margin-left: -2px;
	width: 64px;
	height: 36px;
	vertical-align:bottom;
  filter:alpha(opacity=80);
  opacity:0.8;
}
#nav-ditag-inner a.ditag:hover img{
  filter:alpha(opacity=100);
  opacity:1;	
}
#nav-ditag-inner div{
	font-size: 10px;
	text-align: center;
	height: 16px;
	line-height: 16px;
	background: #eee;
}


/* HEADER */


/* FOOTER */

#footer {
  padding: 20px 0;
  text-align: center;
	font-size: 13px;
}

/* FOOTER */


/* MAIN ***/

#main{
  border:solid #ddd 1px;
}
#main .left{
  width:600px;
  margin: 16px 0 0 16px;
}
#main .right{
  margin: 16px 12px 0 0;
  width: 325px;
}
#main .full{
  margin: 16px 16px 0 16px;
}
#tabs{
  position:relative;
  bottom:-1px;
}
#main-nav{
  padding:0;
  float:left;
}
#cat-nav{
  margin-left: 24px;
  padding:0;
  float:left;
}
#main-nav li{
	list-style-type: none;
	margin: 10px 0 0 -1px;
	float:left;
	border: solid #DDD 1px;
	background:#fafafa;
	text-align: center;
	width: 140px;	
	height:32px;
	line-height:32px;
}
#main-nav li.selected{
	margin-top: 0;
	height: 42px;
	line-height: 52px;
	border-bottom: solid #FFF 1px;
	background: #FFF;
}
#main-nav li a{
	display:block;
	color:#999;
}
#main-nav li a:hover{
	text-decoration:none;
	color: #1985B5;
}
#main-nav li#search{
	position: relative;
	width: 196px;	
	text-align: left;
}
#main-nav li#search span{
	display: inline-block;
	margin-left: 10px;
}
#main-nav li#search input{
	position: absolute;
	bottom: 3px;
	left: 28px;
	width: 148px;
	height: 24px;
	line-height: 24px\9; /* IE8 and below */
	background: #fff;
	border: dotted #ddd 1px;	
	-webkit-appearance:none;
	padding: 0 5px;
	color: #999;
	
}
#main-nav li#search.selected input{
	border: dotted #aaa 1px;	
}
#main-nav li#search input:focus{
	outline-offset: 0;
	outline: 0;
  border: solid #aaa 1px;	
	color: #333;
}


.left{
  float:left;
}
.right{
  float:right;
}

#archives{
  width:100%;
  clear: both;
  font-size:12px;
}

#loadBox{
  margin: 0 16px;
}
#loadBox li{
	position: relative;
  border-bottom: dashed #ccc 1px;	
}
#loadBox li .grid:first-child{
  margin-left: 13px;	
}
#loadBox li .grid:last-child{
  margin-right: 0;	
}
.notfound{
  text-align: center;
  font-size: 18px;
  height: 120px;
  line-height: 120px;
  font-weight: 300;
  color: #999;
}

#loading{
  visibility: hidden;
  height: 120px;
  line-height: 120px;
  margin: 0 16px;
}
#loading p{
  background: url('/images/ajax-loader.gif') no-repeat 0 52px;
  padding-left: 24px;
  margin-left: 424px;
  font-size:14px;
  color: #999;
}

/* MAIN */





/* VIDEO BOX ***/

#video {
  position:relative;
  margin-bottom: -1px;
  border: solid #DDD 1px;
}
#player, #old-player{
	margin: 9px;
	height:540px;
	overflow: hidden;
}
#player img{
	visibility: hidden;
}

#player-end{
	display: none;
	position: absolute;
	margin: 9px;
	width:958px;
	height:538px;
	background:#fafafa;
	text-align: center;
	border: dotted #ccc 1px;
}
.playagain{
	margin-top: 210px;
}
.playagain span{
	padding:20px 60px;
	line-height:60px;	
	border: solid #ccc 1px;
	font-size: 32px;
	color: #999;
}
.playagain span:hover{
  cursor:pointer;
	color: #1985B5;
}
.playagain i{
	margin-right:24px;	
	
}
.donate{
	margin-top:160px;	
}
.donate .message{
	margin-bottom: 16px;	
    font-family: 'Arial', sans-serif;
	color: #666;
	
}
.donate span{
	font-size: 12px;
	
	
}
/* VIDEO BOX */




/* PAGE NAV ***/

.nav-page-icons{
	position: absolute;
	top: -34px;
	right: 0;
	height: 34px;
}
.nav-page-icons a{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ccc;
	color: #fff;
	margin: 4px 0;
	text-align: center;
	border-radius: 2px;
}
.nav-page-icons a:hover{
	text-decoration: none;	
	background: #bbb;
	color: #fff;
}
.nav-page-icons i{
	line-height: 24px;
}

.nav-page{
	display:table;
	margin-top:30px;
	border:dotted #ccc 1px;	
	text-align: center;	
	width: 598px;	
}
.nav-page .prev{
	min-width: 100px;	
}
.nav-page .next{
	min-width: 299px;	
}
.nav-page a{
	display:table-cell;
	border-right:dotted #ccc 1px;
	color:#333;
}
.nav-page a:hover{
	text-decoration: none;
}
.nav-page a:hover span{
	text-decoration: underline;
}
.nav-page strong{
	display:block;
	color:#999;
	font-size: 11px;
	margin: 16px 10px 8px;
	font-family: 'Open Sans', sans-serif;
}
.nav-page i{
	margin: 0 4px;	
}
.nav-page span{
	display:block;
	margin: 0 10px 16px;	
    color:#000;
    font-size: 14px;
	line-height: 1.4;
}

/* PAGE NAV ***/




/* ARTICLE ***/

#article {
  margin-bottom:10px;
  border:solid #DDD 1px;
}
#article .left{
  float:left;
  width:600px;
  margin: 20px;
}
#article .right{
  margin: 16px 12px 10px 0px;
  width: 325px;
}



#article .date{
	display: inline-block;
	margin-left: 2px;
}
#article .viewcount{
	display: inline-block;
	margin-left: 12px;
}
#article .desc{
  margin-top: 40px;
  font-size: 13px;
}
#article .desc p{
  line-height:1.6;
  margin: 0 0 16px 8px;
}
#article .desc a:hover {
  text-decoration:underline;
}
#article .desc .quote {
  font-style: italic;
  padding-left: 15px;
  border-left: 4px solid #ccc;
}
#article .desc .annotation {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 11px;
}

#share{
	visibility: hidden;
  height: 28px;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  line-height:16px;
}
#share .addthis_toolbox{
	display: inline-block;
}
#share .addthis_toolbox a{
	color:#333;
}
#share .addthis_default_style > a{
	padding: 0 8px !important;
	border-right:solid #DDD 1px;	
}
#share .addthis_pill_combo_style > a{
	padding: 0 0 0 8px;
}
#share .addthis_pill_combo_style > a.addthis_counter_facebook{
	padding: 0 0 0 2px;	
}
#share .addthis_default_style .addthis_button_facebook,
#share .addthis_default_style .addthis_button_twitter{
	padding: 0 8px 0 0 !important;
}
#share a.addthis_button_mailto{
  border:none;
  padding-right: 0 !important;
}
#share .addthis_default_style span{
  margin-right: 4px;	
}


#inner-desc{
  float:right;
  width:240px;
  margin:0px 0px 12px 12px;
}

#newsinfo{
  font-family: 'Open Sans', sans-serif;
  width:auto;
  margin-bottom:8px;
  font-size:12px;
  border:solid #DDD 1px;
}
#newsinfo ul{
  list-style-type: square;
  margin:12px 12px 12px 26px;
  padding:0px;
  text-align:left;
}
#newsinfo li{
  margin-bottom:5px;
  line-height:130%;
}

#author {
  font-family: "Lato", sans-serif;
  margin-bottom:16px;
}
.authoricon{
  display:block;
  float:left;
  margin-right:6px;
  padding:2px;
  line-height:0;
  border:solid #DDD 1px;
}
.authoricon img{
  width:30px;
  height:30px;
}
.authorname{
  line-height:36px;
  font-size: 13px;
  font-weight: 700;
  color:#444;
}

#article .post{
  padding:12px 0 24px 0;
}
#article .post span{
  color:#333;
}

.picsBox{
  visibility:hidden;
  margin-top: 30px;
}
.pics{
  display:block;
  float:left;
  margin: 3px;
}
.pics img{
	vertical-align:bottom;	
}



#related_link{
  margin-top:30px;
  line-height:1.6;
  clear:left;
}
#related_link ul{
  font-family: 'Open Sans', sans-serif;
  margin: 4px 0 10px 20px;
  list-style-type: square;
}

#tags{
  margin-top:30px;
}


#disquscomment {
  position:relative;
  min-height:202px;
  margin-top:40px;
  margin-bottom:8px;
  overflow:hidden;
}

#disqusWrapper{
  margin: 10px 10px 4px 10px;
    font-family: 'Open Sans', sans-serif;
}

#dsq-content h3,#dsq-sort-by,#dsq-footer,.dsq-brlink{
  display:none;
}
.dsq-more-button{
  padding:10px 0px !important;
}


.module.featured, .module.latest{
  padding-bottom: 6px;
}
.module.featured .entry, .module.latest .entry{
  padding: 16px 0;
  margin: 0 10px;
  border-top: dashed #ccc 1px;;
}
.module.featured .image, .module.latest .image{
	display: block;
  margin: 0 16px 0 8px;
  float: left;
  width: 136px;
  height: 98px;
  overflow: hidden;
}
.module.featured img, .module.latest img{
	margin-left: -19px;	
}
.module.featured .ago, .module.latest .ago{
  color: #888;
  font-size: 11px;
}
.module.featured .title, .module.latest .title{
  margin: 8px 8px 0 0;
  font-size: 14px;
  line-height: 1.3;
}



/* ARTICLE */





/* ENTRY BOX ***/
.entry.list{
  position: relative;
  width:560px;
  border-bottom: dashed #ccc 1px;;
  padding: 30px 20px;
}
.entry.list .ribbons{
  bottom: 12px;
  right: 12px;
}
.entry.list .ditag a{
  padding:0 4px;
  margin-top: 3px;
  margin-right: 3px;
  height:16px;
  line-height:16px;
  font-size:10px;
}
.entry.list.large .title{
  margin-top: 10px;
  line-height:1.1;
  font-size: 30px;
  font-weight: 300;
}
.entry.list.large .image{
  margin-top: 10px;
  padding: 3px;
  width: 560px;
  height: 315px;
  border: solid #ddd 1px;
}
.entry.list.large img{
  width: 560px;
  height: 315px;
}
.entry.list.large .date{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 16px;
	font-size: 11px;
}
.entry.list.large .viewcount{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 8px;
	font-size: 11px;
}
.entry.list.large .ditag{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 36px;
}
.entry.list.large .desc{
  clear: left;
  margin: 10px 24px 0 16px;
  line-height:1.6;
}

.entry.list.small .title{
  margin: 10px 0;
  font-size:30px;
  font-weight: 300;
  line-height: 1.1;
}
.entry.list.small .image{
float:left;
margin-right:15px;
padding: 2px;
width: 315px;
height: 177px;
border: solid #ddd 1px;
}
.entry.list.small .date{
	display: inline-block;
	margin: 0;
	font-size: 11px;
}
.entry.list.small .viewcount{
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}
.entry.list.small .ditag{
  margin-top:10px;
}
.entry.list.small .desc{
  margin-top:10px;
  line-height: 1.5;
}
.entry.list.small .body{
  float: left;
  width: 224px;
}
.entry.list.small img{
	width: 315px;
	height: 177px;
}



.grid{
  float:left;
  width: 168px;
  margin: 30px 10px;
}
.grid .category{
  margin: 0 0 4px 2px;
}
.grid .image{
  width: 164px;
  height: 98px;
  border: solid #fff 2px;
  outline: solid #ddd 1px;
  overflow: hidden;
}
.grid img{
	margin-left: -5px;
  width: 174px;
  height: 98px;
}
.grid .date{
	display: inline-block;
  margin: 8px 4px 0;
  font-size: 10px;
}
.grid .viewcount{
	display: inline-block;
	margin: 8px 4px 0;
	font-size: 10px;
}
.grid .title{
  margin: 6px 4px 0;
	font-size: 13px;
}
.grid .desc{
  margin: 6px 4px 0;
}
.grid .number{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 15%;
    border: solid #ccc 1px;;
  left: 6px;
  bottom: 6px;
  font-size: 12px;
}


/* ENTRY BOX */


/* POPULAR MODULE ***/

#rank_today,
#rank_thisweek,
#rank_alltime{
  display:none;	
}
#term-selector-top10{
	margin-bottom: -1px;
  padding-top: 8px;
  text-align:center;
}
#term-selector-top10 li{
	display: inline-block;	
  cursor:pointer;
  margin-right: -1px;
  font-size: 11px;
  color:#888;
  padding: 8px 12px;
  border: solid transparent 1px;  
  border-bottom: solid #ddd 1px;  
}
#term-selector-top10 li:not(.selected):hover{
  text-decoration:underline;	
}
#term-selector-top10 li.selected{
  color:#000;
  cursor:default;
  border: solid #ddd 1px;  
  border-bottom: solid #fff 1px;
}
.top10{
  margin: 0 10px;
    border-top: solid #ddd 1px;	
}

.event, .popular{
  padding-bottom: 6px;
}
.event .entry, .popular .entry{
  padding: 10px 0;
    border-bottom: dashed #ccc 1px;;
}
.event .image, .popular .image{
  width:64px;
  height:36px;
  float:left;
  margin-left: 8px;
}
.event .title, .popular .title{
  margin-left: 10px;
  width:216px;
  float:left;
}
.event .desc{
  padding: 5px 10px; 
  font-size: 11px;
}
.popular .number{
  left:0;
  bottom:0;
  padding:5px;
}
.event .more, .popular .more {
  padding: 4px;
  text-align: right;
  font-size: 10px;
    border-top: solid #ddd 1px;;
}
/* POPULAR MODULE */


/* YOUTUBE TWITTER FACEBOOK MODULE ***/
#twitter{
	visibility: hidden;
    padding-bottom: 4px;
}


#facebook iframe{
	margin: 4px 0 0 4px;
}
/* TWITTER FACEBOOK MODULE */



/* POPULAR INDEX ***/

#term-selector-top50{
	margin: 0 16px;
	padding: 20px 0 16px 0;
  font-size: 13px;
  border-bottom: solid #ddd 1px;
}
#term-selector-top50 li{
	display: inline-block;	
	margin:0px 4px;
  padding: 8px;
  border: solid #fff 1px;
}
#term-selector-top50 li.selected{
  border: solid #ddd 1px;
}
#term-selector-top50 a{
	color: #999;
}

/* POPULAR INDEX */




/* PEOPLE PAGE */

#people_tabs{
	text-align: center;
	margin: 40px 0 20px 0;
	font-size: 16px;
}
#people_tabs a, #people_tabs span{
	display: inline-block;
	margin: 0 10px;
	padding: 8px;
	color: #aaa;
	border: #fff solid 1px;
}
#people_tabs span{
	color: #333;
	border: #999 solid 1px;
}

#profile{
  padding:30px 0;
  margin: 0 16px;
  border-bottom: solid #DDD 1px;
}
#profile_image{
  text-align:right;
  float:left;
}
#profile_image img{
  border: solid #DDD 1px;
  margin-left:50px;
  padding:6px;
  width:180px;
  height:180px;
}
#profile_body{
  float:left;
  width:640px;
  margin-left:30px;
}
#profile_name{
  font-size: 24px;
  font-weight: 300;
  margin-bottom:12px;
}
#profile_position{
  font-size: 16px;
  font-weight: 300;
  margin-bottom:20px;
  color: #999;
}
#profile_description{
  font-family: 'Open Sans', sans-serif;
  margin-bottom:30px;
  font-size: 12px;
  line-height: 1.6;
}
#profile_social a{
  display:block;
  float:left;
  margin-right:20px;
  width:30px;
  height:30px;
}
.profile_rss{
  background:url('http://www.diginfo.tv/images/profile_social_icons/rss.png') no-repeat	;
}
.profile_twitter{
  background:url('http://www.diginfo.tv/images/profile_social_icons/twitter.png') no-repeat	;
}
.profile_facebook{
  background:url('http://www.diginfo.tv/images/profile_social_icons/facebook.png') no-repeat	;
}
.profile_youtube{
  background:url('http://www.diginfo.tv/images/profile_social_icons/youtube.png') no-repeat	;
}
.profile_blogger{
  background:url('http://www.diginfo.tv/images/profile_social_icons/blogger.png') no-repeat	;
}

.grid.people{
  margin: 30px 10px 40px 10px;	
}
.work{
	position:absolute;
	bottom: 16px;
}
.work div{
	display: inline-block;
  padding: 3px;
  margin-right: 1px;
	border: solid #ddd 1px;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
  font-size: 10px;
  color: #555;
}


/* PEOPLE PAGE */
