/*////////////////////////////////////
/                                    /
/                                    /
/  Universal styles for Meercat9.com /
/  Yes, it's a mess, don't judge me. /
/                                    /
/                                    /
////////////////////////////////////*/



/* @-ms-viewport { width: 1024px; } */




@font-face {
    font-family: 'UbuntuRegular';
    src: url('http://meercat9.com/system/font/Ubuntu-R-webfont.eot');
    src: url('http://meercat9.com/system/font/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('http://meercat9.com/system/font/Ubuntu-R-webfont.woff') format('woff'),
         url('http://meercat9.com/system/font/Ubuntu-R-webfont.ttf') format('truetype'),
         url('http://meercat9.com/system/font/Ubuntu-R-webfont.svg#webfont5QrTZHwg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mc9basic';
    src: url('http://meercat9.com/system/font/caecilia/caecilialtstd-roman-webfont.eot');
    src: url('http://meercat9.com/system/font/caecilia/caecilialtstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://meercat9.com/system/font/caecilia/caecilialtstd-roman-webfont.woff') format('woff'),
         url('http://meercat9.com/system/font/caecilia/caecilialtstd-roman-webfont.ttf') format('truetype'),
         url('http://meercat9.com/system/font/caecilia/caecilialtstd-roman-webfont.svg#CaeciliaLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mc9title';
    src: url('http://meercat9.com/system/font/caeciliaSC/caecilialtstd-roman-webfont.eot');
    src: url('http://meercat9.com/system/font/caeciliaSC/caecilialtstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://meercat9.com/system/font/caeciliaSC/caecilialtstd-roman-webfont.woff') format('woff'),
         url('http://meercat9.com/system/font/caeciliaSC/caecilialtstd-roman-webfont.ttf') format('truetype'),
         url('http://meercat9.com/system/font/caeciliaSC/caecilialtstd-roman-webfont.svg#CaeciliaLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

















body{
  margin: auto;
  padding: 5px 0px 10px 0px;
  font-size: 62.5%;
  color: #333;
}

body *{
  -webkit-appearance: none;
}

body,textarea{
  font-family: mc9basic, monospace;
}

img{
  border: 0;
}

.cntr{
  text-align: center;
}

a{
  color:#03f;
  outline:none;
  text-decoration:none;
  transition:         color 0.25s;
  -moz-transition:    color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition:      color 0.25s;
}
a.black{
  color: #000;
}
a.invisible{
  color: #333333;
}
a:hover{
  cursor: pointer;
  text-decoration: none;
  color: #f30;
}
a.invisible:hover{
  color: #333333;
}

p, span.list{
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.75em;
  text-align: justify;
}

li{
  margin: 10px 0px;
  line-height: 1.5em;
  text-align: justify;
}

span.list{
  margin-bottom: 0px;
}


h1{
  font-family: Cambria, mc9title, "Times New Roman", serif; 
  font-size: 3.4em;
  font-weight: normal;
  margin: 0px 10px;
  font-variant: small-caps;
}
h2{
  font-family: "Segoe UI", sans-serif; 
  font-size: 1.9em;
  font-weight: normal;
  margin: 0px 10px;
}
h3{
  font-family: "Segoe UI", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 10px 0px 10px;
}

input,textarea,select{
  border-radius: 10px;
  border: 2px solid #aaa;
}
input:hover, input:focus, textarea:focus, textarea:hover, select:hover, select:focus{
  border-color: #03f;
  outline: 0;
}

input[type=submit]{ 
  background-color: #ccf;
}
input[type=button]{
  background-color: #eee;
}
input[type=submit],input[type=button]{
  border: 2px solid #999;
  color: #000;
}
input[type=submit]:hover,input[type=button]:hover{
  background-color: #fcc;
  border-color: #03f;
  color: #a00;
}

.inputwrapper,.textboxinner,.inputlabel{
  padding: 0px;
  margin: 0px;
}
.inputlabel{
  padding: 2px 4px 2px 4px;
  border: 2px solid #999;
  border-right: 0px;
  float: left;
  color: #333;
}
.textboxinner,.textboxinner2{
  outline: 0;
  border: 1px solid #99f;
  padding: 2px 1px 2px 1px;
}
.textboxinner2{
  color: #888;
  border-right: 0px;
}


#blog_toolbar{
  text-align: center;
  background-color: #ffffc9;
  vertical-align: text-bottom;
  width: 798px;
  min-height: 21px;
  padding: 0px 1px 0px 1px;
  top: 0px;
  z-index: 99;
}
.top_link{
  margin: 0 10px 0 10px;
  width: 60px;
}
.blog_top_nav{
  width: 260px;
}
.left{text-align:left;}
.middle{text-align:center;}
.right{text-align:right;}


div.quotes{
  background-color: #eef;
  border: 1px solid #a00;
  margin: 22px;
  padding: 5px;
  font-style: italic;
  color: #666;
}
td.box{
  border: 1px solid #000;
  font-size: 1.5em;
  padding: 3px 15px 3px 15px;
  text-align: center;
}

div.fbcomment{
  border-top: 1px solid #aaf;
  padding-top: 8px;
  margin-bottom: 20px;
  width: 800px;
}

.vlog_info{
  width: 800px;
  padding-right: 10px;
  border-spacing: 0px;
  margin-top: 3px;
}

.vlog_info *{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.vlog_info .vlogCell1{
  text-align: left;
  width: 300px;
}
.vlog_info .vlogCell2{
  text-align: center;
}
.vlog_info .vlogCell3{
  width: 300px;
  text-align: right;
}

.vlog_transcript div{
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 2px;
}
.vlog_transcript:hover div{
  border: 2px solid #9cf;
  background-color: #dff;
}

.subscribe_youtube{
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #eee;
  width: 150px;
}
.subscribe_youtube:hover{
  color: #f30;
  border: 1px solid #03f;
  background-color: #fff;
}

.vlog_related{
  border-spacing: 0px;
  //position: relative;
}
.vlog_related *{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.vlog related td{
  margin: 0px;
  padding: 0px;
}
.vlog_related img{
  height: 112px;
  width: 200px;
}
div.vlog_related_outer{
  position: relative;
}
div.vlog_related_outer:hover{
  background-color: #fcc;
}
div.vlog_related_outer:hover img{
  opacity: 0.8;
}
div.vlog_related_title{
  position: relative;
  top: -127px;
  font-size: 16px;
  font-weight: bold;
  color: #7cf;
}
span.vlog_related_text{
  font-size: 11px;
}

#promo{
  background-color: #D6FFEA;
  text-align: center;
  margin: 0;
}
#promo:hover{
  background-color:#fff;
  color:#f30;
}



.gradblue{
  border: solid 1px #da7c0c;
  background: #ccf;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef), to(#aaf));
  background: -moz-linear-gradient(top,  #eeeeff,  #aaaaff);
  border: 2px solid #999;
}
.gradblue:hover{
  color: #900;
  background: #fcc;
  border: solid: 1px #03f;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee), to(#faa));
  background: -moz-linear-gradient(top,  #fee,  #faa);
}
.gradblue:active{
  background: -webkit-gradient(linear, left top, left bottom, from(#faa), to(#fee));
  background: -moz-linear-gradient(top,  #faa,  #fee);
}




div.mc9h2{
  margin: 0px 10px;
  font-size: 1.9em;
}








#appbarv2{
  box-shadow: 0px 2px 3px #333;
  background-color: #EEE;
  margin: 0px 10px 15px 10px;
  border-radius: 30px;
  font-family: helvetica;
  padding: 3px 0px 1px 0px;
}
#appbarv2 a{
  margin: 0px 35px;
  font-size: 19px;
  color: #080;
}
#appbarv2 .selected_link{
  font-weight: bold;
  color: #333;
}
#appbarv2 .selected_link:hover{
  color: #333;
}






















a{
  text-decoration: none;
}
.mtile{
  height: 60px;
  padding: 2px;
  margin: 2px;
  border-radius: 8px;
  border: 1px solid #555;
  background-color: #fffffc;
  text-decoration: none;
  color: #777;
  margin-bottom: 4px;
  text-align: justify;
  overflow: hidden;
  width: 310px;
  transition:         background-color 0.25s, border-color 0.25s;
  -moz-transition:    background-color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -o-transition:      background-color 0.25s, border-color 0.25s;
}
.mtile img{
  width: 56px;
  height: 56px;
  margin: 2px 2px 2px 0px;
  border-radius: 6px;
  float: left;
}
.mtile .title{
  color: #00a;
  font-size: 15px;
  font-family: mc9title, cambria, serif;
  text-align: left;
  transition:         color 0.25s;
  -moz-transition:    color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition:      color 0.25s;
}
.mtile .desc{
  font-size: 8px;
  line-height: 10px;
  color: #999;
  overflow: hidden;
}
.mtile .topdesc{
  color: #696;
  font-size: 10px;
  line-height: 13px;
}















a{
  text-decoration: none;
}
.tile{
  height: 95px;
  padding: 0px 5px;
  margin: 5px;
  border-radius: 12px;
  border: 2px solid #333;
  background-color: #fffffc;
  text-decoration: none;
  color: #777;
  margin-bottom: 15px;
  text-align: justify;
  overflow: hidden;
  width: 611px;
  transition:         background-color 0.25s, border-color 0.25s;
  -moz-transition:    background-color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -o-transition:      background-color 0.25s, border-color 0.25s;
}
.tile:hover{
  border-color: #03f;
  background-color: #ffb;
}
.tile img{
  width: 85px;
  height: 85px;
  margin: 5px 5px 5px 0px;
  border-radius: 15px;
  float: left;
}
.tile .title{
  color: #00a;
  font-size: 20px;
  font-family: mc9title, cambria, serif;
  text-align: left;
  transition:         color 0.25s;
  -moz-transition:    color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition:      color 0.25s;
}
.tile:hover .title{
  color: #f30;
}
.tile .desc{
  font-size: 12px;
  line-height: 17px;
  color: #888;
  overflow: hidden;
}
.tile .topdesc{
  color: #696;
}








.nospace, .nospace td{
  width: 800px;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

.page_nav td{
  width: 400px;
  text-align: center;
  font-size: 1.3em;
}









.no_border{
  width: 800px;
}
.no_border, .no_border td{
  border-spacing: 0px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}































body{
  background-color: #232323;
  background-position: top center;
  background-attachment: fixed;
  width: 984px;
  height: 100%;
  margin: auto;
}

#wrapper{
  margin: 3px 6px 3px 6px;
  width: 972px;
  box-shadow: 0px 0px 20px #000;
  border-radius: 20px;
}

#header{
  background: url('http://dl.dropbox.com/u/16909960/static-mc9/img/header-bg2.jpg');
  border-radius:20px 20px 0 0;
  height:74px;
  text-align: center;
  vertical-align: bottom;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
}

#corner_orb{
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}

#header_orb{
  float: left;
  padding: 1px 10px 1px 10px;
  margin: 0;
}

#header_billy{
  float: right;
  position: absolute;
  top: -26px;
  left: 843px;
}

#header_billy img{
  height: 100px;
  width: auto;
}

#content{
  background-color: #E1E1E1;
  width: 972px;
  border-radius:0 0 20px 20px;
  padding: 0px;
  margin: 0px;
  border-spacing:0;
}

div#mt_div{
  width: 158px;
  padding: 4px 4px 3px 9px;
}

div#metrictime{
  border-radius: 5px;
  color: #666666;
  background-color: #eef9ff;
  font-size: 12px;
  margin: 0;
  width: 153px;
  height: 12px;
  padding: 2px 0px;
  text-align: center;
  border: 1px solid #acf;
}

div#metrictime:hover{
  border: 1px solid #03f;
  background-color: #ffc;
  color: #f30;
}

div#heightframer{
  min-height: 473px;
  margin: 3px 0 0 0;
  padding: 2px 0px 0px 0px;
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
div#heightframer_backup{
  display: none;
}

img.conthead{
  float: right;
  padding-left: 10px;
  position: relative;
  top: -30px;
}

.tdvloghome{
  text-align: center;
  font-size: 18px;
}

#sidebar_popout{
  margin-left: 12px;
}

td.col1{
  font-size: 18px;
  width: 171px;
  background-color: #eee;
  border-right: 1px solid #9cf;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-radius:0 0 0 20px;
}

td.col2{
  font-size: 1.4em;
  width: 800px;
  font-family: mc9basic, 'segoe ui', 'sans-serif';
  vertical-align: top;
  text-align: left;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0 0 20px 0;
}

div#final_content{
  width: 800px;
  transition: height 1s;
  -o-transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
}

div.sbl{
  border: 2px solid transparent;
  border-radius: 5px;
  color: #333;
  margin: 1px 0px;
  padding: 5px 3px;
  line-height: 18px;
  transition:         color 0.25s, border-color 0.25s, background-color 0.25s;
  -moz-transition:    color 0.25s, border-color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  -o-transition:      color 0.25s, border-color 0.25s, background-color 0.25s;
}
div.sbl:hover{
  border-color: #00f;
  color: #f33;
  background-color: #ffb;
  border-color: #03f;
  background: -webkit-gradient(linear, left top, left bottom, from(#eed), to(#ee8));
  background: -moz-linear-gradient(top,                            #eed ,    #ee8);
}
div.sbl:active{
  background: -webkit-gradient(linear, left top, left bottom, from(#ee8), to(#eed));
  background: -moz-linear-gradient(top,                            #ee8 ,    #eed);
}

input#header_submit{
  display: none;
}

#metrictime_p{
  display: none;
}

#mcgi{
  width:160px;
  height:auto;
}

#mcgc{
  font-size:0.55em;
  font-family: 'segoe ui', 'sans-serif';
  width: 150px;
}

#site_toolbar{
  background: url('http://dl.dropbox.com/u/16909960/static-mc9/img/toolbar-background.jpg');
  position: fixed;
  top: 0px;
  display: none;
  border-bottom: 1px solid #666;
  width: 953px;
  height: 27px;
  color: #000;
  font-size: 27px;
  padding: 0px 10px 0px 10px;
  z-index: 100;
}

#toolbar_text{
  padding: 2px 0px 1px 0px;
  float:right;
}





.twtr-profile-img-anchor{
  display: none;
}
.twtr-doc{
  border-radius: 20px;
}
.sbl img{
  float: left;
  margin-right: 5px;
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
}
.twtr-tweet-text a:hover{
  text-decoration: none;
  color: #f30;
}
.twtr-hd,.twtr-ft{
  height: 20px;
  padding: 0px !important;
}
.twtr-hd h3,.twtr-hd h4,.twtr-ft img,.twtr-ft div{
  display:none;
}
.twtr-ft{
  border-radius: 0 0 0 20px;
}




#sidebarLinksMain{
  position: relative;
  top: -5px;
}

#search_inputwrapper{
  width: 158px;
  height: 23px;
  margin: 0 0 0 10px;
  padding: 0px;
  position: relative;
}
#search{
  width: 111px;
  height: 17px;
  border-radius: 5px 0 0 5px;
  padding: 0 5px;
}
#search, #sub4_search{
  margin: 0px;
  font-family: 'segoe ui', sans-serif;
  font-size: 10px;
  line-height: 10px;
}
#sub4_search{
  padding: 0px;
  width: 32px;
  height: 19px;
  border-radius: 0 5px 5px 0;
}
#s_form{
  width: 171px;
  height: 23px;
  pading: 0px;
  margin: 0px;
  text-align: left;
}
#search_wrapper_tab,#search_wrapper_tab td{
  border: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
#search_wrapper_tab,#search_wrapper_tab tr{
  width: 154px;
}
#search_wrapper_tab *{
  font-family: 'segoe ui', sans-serif;
}


#mt_div * {
  line-height: 100%;
}
#search_inputwrapper * {
  line-height: 100%;
}





.sbl_subcontainer{
  font-family: 'segoe ui', sans-serif;
  font-size: 11px;
}

.sbl_subcontainer div.sbl{
  width: 152px;
  height: 10px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 3px;
}

.sbl_subcontainer div.sbl div{
  width: 142px;
  height: 15px;
  color: #666;
  position: relative;
  top: -4px;
}

.sbl_subcontainer img{
  width: 15px;
  height: 15px;
  border-radius: 3px;
  opacity: 0.7;
}

.sbl_subcontainer:hover img{
  opacity: 0.8;
}



div.mc9h1{
  text-align: left;
  margin: 0px 10px;
  font-size: 48px;
  font-family: cambria, 'times new roman', serif;
}



div#member_bar{
  font-family: 'segoe ui';
  border: 2px solid #333;
  margin: 0px 10px 10px 10px;
  background-color: #DFD;
  padding: 3px 5px;
  min-height: 21px;
}





/* Version 7 API */
input.mc9textbox{
  height: 26px;
}
input.mc9textbox, textarea.mc9textbox, select.mc9textbox{
  border: 1px solid #99f;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
  font-family: mc9basic, 'segoe ui', sans-serif;
}
input.mc9textbox:hover, input.mc9textbox:active, input.mc9textbox:focus,
textarea.mc9textbox:hover, textarea.mc9textbox:active, textarea.mc9textbox:focus,
select.mc9textbox:hover, select.mc9textbox:active, select.mc9textbox:focus {
  border-color: #00f;
  background-color: #fffff9;
}
input.mc9submit, button.mc9submit{
  padding: 6px 10px;
  margin: 5px;
  font-size: 20px;
  border: 1px solid #333;
  border-radius: 5px;
  background-image: -ms-linear-gradient(top,                                  #eef 0%,           #aaf 100%);
  background-image: -moz-linear-gradient(top,                                 #eef 0%,           #aaf 100%);
  background-image: -o-linear-gradient(top,                                   #eef 0%,           #aaf 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eef),color-stop(1,#aaf));
  background-image: -webkit-linear-gradient(top,                              #eef 0%,           #aaf 100%); 
  background-image: linear-gradient(top,                                      #eef 0%,           #aaf 100%);
}
input.mc9submit:hover, button.mc9submit:hover{
  color: #c00;
  border-color: #00f;
  background-image: -ms-linear-gradient(top,                                  #eed 0%,           #ee8 100%);
  background-image: -moz-linear-gradient(top,                                 #eed 0%,           #ee8 100%);
  background-image: -o-linear-gradient(top,                                   #eed 0%,           #ee8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eed),color-stop(1,#ee8));
  background-image: -webkit-linear-gradient(top,                              #eed 0%,           #ee8 100%); 
  background-image: linear-gradient(top,                                      #eed 0%,           #ee8 100%);
}
input.mc9submit:active, button.mc9submit:active{
  background-image: -ms-linear-gradient(top,                                  #ee8 0%,           #eed 100%);
  background-image: -moz-linear-gradient(top,                                 #ee8 0%,           #eed 100%);
  background-image: -o-linear-gradient(top,                                   #ee8 0%,           #eed 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ee8),color-stop(1,#eed));
  background-image: -webkit-linear-gradient(top,                              #ee8 0%,           #eed 100%); 
  background-image: linear-gradient(top,                                      #ee8 0%,           #eed 100%);
}
.inputform{
  border-spacing: 0px;
}
.inputform td{
  padding: 10px;
  text-align: left;
  font-size: 1.3em;
}
table.mc9table{
  border-spacing: 0px;
  border: 1px solid #333;
  margin: 10px auto;
}
table.mc9table .tabheader{
  background-color: #ddf;
}
table.mc9table td{
  border: 1px solid #333;
  padding: 5px;
}
table.mc9table .hover{
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
table.mc9table .hover:hover{
  background-color: #ffa;
}

img.indent{
  width:30px;
}
p.dots{
  text-align:center;
  font-size:1.4em
}



div#pw_adbox_60526_7_0 img, div#pw_adbox_60523_5_0 img, div#pw_adbox_60528_7_0 img, #pw_adbox_60530_3_0 img, #pw_adbox_60686_3_0 img{
  border-radius: 15px;
}

div#pw_adbox_60526_7_0 *, div#pw_adbox_60523_5_0 *, div#pw_adbox_60528_7_0 *, #pw_adbox_60530_3_0 *, #pw_adbox_60686_3_0 *{
  background-color: transparent !important;
}