
/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/


.title {
  width: 100%;
  margin: 3em auto .5em auto;
	padding-bottom: .5em;
  font-size: 2em;
  text-align: center;
}

	.title a {
	  color: #085987;
		text-decoration: none;
	}

.posts {
  list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

	h2.post_title {
		margin-top: 3em;	
	}

  h2.post_title a {
		color: black;
		text-decoration: none;
  }

  .header_image {
    margin-bottom: 1.5em;  
    display: block;   
  }

  .post_content {
   padding-bottom: 1.5em; 
  }

  .post_meta {
		position: relative;
		width: 100%;
		display: block;
		margin-bottom: 1.5em;
		font-size: .88em;
		color: #A3A3A3;
		text-align: center;		
  }
  
  .read_more {
    float: right;
    margin-top: -.3em;
  }

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {

}

.title {

}

  .site .title a {

  }

  .site .title a:hover {

  }

  .site .title a.extra {

  }

  .site .title a.extra:hover {

  }

  .site .meta {

  }


/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

#post {

}

  /* standard */

  #post pre {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 .4em;
  }

  #post ul,
  #post ol {
    margin-left: 1.35em;
  }

  #post code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 85%;
    padding: 0 .2em;
  }

    #post pre code {
      border: none;
    }

  /* terminal */

  #post pre.terminal {
    border: 1px solid #111;
    background-color: #333;
    color: white;
  }

  #post pre.terminal code {
    background-color: #333;
  }

#related,
#feedback {
  margin-top: 3em;
}

#related h2,
#feedback h2 {
  margin-bottom: 1.5em;  
}

 /* OTS Customs */
.otsicon{
height: 50px;
width: 50px;
text-align: center;
float: left;
padding: 0 10px 0 0;
}

.otsicon img{
max-height: 50px;
max-width: 50px;
padding: 0;
}
.otsicon.list{
width: 100%;
margin: 10px;
}
.article .article-content .otsicon img{
border: none;
border-image: none;
}
.otsicon.list img{
margin-right: 10px;
}

.team_list img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 100%;
  margin: 10px;
}

.team_list div {
  clear: both;
  margin: 15px;
  min-height: 200px;
}


.team_list h3 {
  padding-top: 30px;
}

.team_list p {
  font-size: 0.8em;
}

.team_list .left {
  text-align: left;
}

.team_list .left img{
  float:left ;
}



.team_list .right {
  text-align: right;
}

.team_list .right img{
  float:right ;
}
