@charset "UTF-8";
/*
Theme Name: SICE Control 
Author: Ichiro Maruta
Author URI: http://ichiro-maruta.blogspot.com
Description: Designed for SICE Control Division
*/

html, body{
    height: 100%;
}

body {
  background:white;
}
.breadcrumb{
padding:0;
/*padding-top:2px;
padding-bottom:2px;
padding-left:10px;*/
background:transparent;
}
p{
  text-align: justify;
  text-justify: inter-ideograph;  
}

#postslist, #titlelist{
  margin-top:5px;
}

h2.title{
  font-size: 25px;
  margin-top:20px;
}

.postedit a{
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:#999;
}

.navbar .brand {
  font-size:18px;	  
  padding-left:5px;
  padding-right:5px;
}

li.divider-vertical a{
  display:none;
}

div#posts-area{
  padding-top:20px;
}


#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -60px;
}
#wrap2{
  padding-top:0px;
  padding-bottom:20px;
}
#push,
#footer {
  height: 60px;
}
#footer {
  background: #45484d; /* Old browsers */
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(99%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #45484d 0%,#000000 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #45484d 0%,#000000 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #45484d 0%,#000000 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  color:#ddd;
}

#main-nav{
  margin-left:-15px;
}

/*
#main-nav i{
  -moz-opacity:.3;
  -webkit-opacity:.3;
  opacity:.3;
}
#main-nav a:hover i,#top-nav li.active i{
  -moz-opacity:1;
  -webkit-opacity:1;
  opacity:1;
}
*/

.well {
  min-height: 20px;
  padding: 0px 16px 0px 16px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar-inner{
  border-width:1px 0 1px;
}

#footer p{
  display:inline;
  padding:0px 0px;
  margin:0;
}
#footer div.container{
  padding-top:10px;
}


@media (max-width:979px){
  #wrap2{
    padding-top:0px;
}}
@media (max-width:767px){
#footer{
  margin-left: -20px;
margin-right: -20px;
  padding-left:20px;
  padding-right:20px;
}
#sicelogo{
  width:100%;
}
}
