.t3-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo {
  float: left;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.logo-image {
  height: 50px;
}
.logo-image h1 {
  height: 50px;
}
.logo-image a {
  background-image: url("../../templates/ja_argo/images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 50px;
}
.logo-image a:hover,
.logo-image a:active,
.logo-image a:focus {
  background-position: center;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #4f4f4f;
  height: 50px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.logo-text h1 a {
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: none;
  font-size: 16px;
  margin-right: 20px;
  text-transform: normal;
}
.t3-mainnav {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.head-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  background-color: #080808;
  background-image: -moz-linear-gradient(top,#0d0d0d,#000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0d0d0d),to(#000));
  background-image: -webkit-linear-gradient(top,#0d0d0d,#000);
  background-image: -o-linear-gradient(top,#0d0d0d,#000);
  background-image: linear-gradient(to bottom,#0d0d0d,#000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c0c0c', endColorstr='#ff000000', GradientType=0);
}
.head-search form {
  margin: 10px 8px 0 10px;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url(../../templates/ja_argo/images/ico/search.png) no-repeat 8px center;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  width: 20px;
  text-indent: 26px;
}
.head-search .input:hover,
.head-search .input:active,
.head-search .input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.head-search .input:focus {
  color: #fff;
  width: 180px;
}
.head-connect {
  float: right;
  position: relative;
  border-left: 1px solid #1a1a1a;
}
.head-connect .dropdown-toggle {
  color: #fff;
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 25px;
  line-height: 50px;
  text-transform: uppercase;
}
.head-connect .dropdown-toggle:hover,
.head-connect .dropdown-toggle:focus,
.head-connect .dropdown-toggle:active {
  background: transparent;
  color: #de5932;
  text-decoration: none;
}
.head-connect .dropdown-menu {
  min-width: 270px;
  left: auto;
  right: 0;
}
.head-connect .dropdown-menu li {
  padding: 10px;
}
.head-connect [class^="icon-"],
.head-connect [class^=" icon-"] {
  line-height: normal;
  margin-right: 10px;
}
.head-connect.open .dropdown-toggle {
  background: transparent;
  color: #de5932;
}
.t3-sl {
  padding-bottom: 75px;
  padding-top: 75px;
}
.t3-mainbody {
  padding-bottom: 50px;
  padding-top: 50px;
}
.t3-content .content-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.footer small {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.t3-copyright {
  border-top: 1px solid #404040;
  font-size: 12px;
  padding: 50px 0 100px;
  *zoom: 1;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.poweredby {
  margin-top: 12.5px;
}
.ja-tabswrap .container {
  width: auto;
}
div#ja-bulletin ul .mostread-image {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
div#ja-bulletin ul li {
  border: 0;
  min-height: 40px;
  padding: 10px 0;
}
div#ja-bulletin ul img {
  position: relative;
  left: auto;
  top: auto;
}
.scrollcontainer {
  position: relative;
  height: 100%;
}
.scrollcontainer .scrollbar {
  position: absolute;
  right: -10px;
  width: 7px;
  display: none;
  z-index: 100;
  top: 0;
}
.scrollcontainer .scrollbar.enable {
  display: block;
}
.scrollcontainer .viewport {
  overflow: hidden;
}
.scrollcontainer .overview {
  position: relative;
  height: auto;
  overflow: hidden;
}
.scrollcontainer .thumb {
  height: 1.250em;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(51,51,51,0.5);
  opacity: 0;
  transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
}
.scrollcontainer:hover .thumb,
.dragging .thumb {
  opacity: 1;
}
.sidebar-affix.affix {
  top: 80px;
}
.t3-inset.affix {
  top: 80px;
  position: fixed;
}
.t3-content-inset .bottom.affix {
  bottom: 0px;
  top: auto;
}
.content-inline > * {
  margin-bottom: 15px;
  margin-top: -15px;
  text-align: center;
}
div.ja-twitter div.ja-twitter-tweets div.ja-twitter-item {
  border: 0;
  border-left: 3px solid #eee;
  margin: 0 0 30px;
  padding: 0 0 0 15px !important;
}
div.ja-twitter div.ja-twitter-item .ja-twitter-date {
  color: #999;
  font-size: 12px;
}
div#infscr-loading {
  display: block;
  text-align: center;
}
div#infscr-loading em {
  font-style: normal;
  font-size: 11px;
}
#login-form {
  margin-bottom: 0;
}
#login-form ul.unstyled li a {
  padding-left: 0;
}
#login-form ul.unstyled li .icon-arrow-right {
  display: none;
}
#login-form .btn {
  margin-top: 0;
}
#user-registration .control-group + .control-group {
  display: none;
}
#user-registration .form-actions {
  background: none;
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
#recaptcha {
  margin-bottom: 30px;
}
#disqus_thread {
  width: 99% !important;
}
#idc-container div.idc-text_noresize,
#idc-container textarea.idc-text_noresize {
  width: 97.8% !important;
}
