/*
 *
 * ============================================================================================
 *
 *                                A r m o r e d  I n f o   W e b
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       Armored Info LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 *  ============================================================================================
 * /
 */

#aiBlogGridContainer
{
  height:100%;
}


#aiBlogMainContainer
{
  height: 25em;
  width:60em;
  background: yellow;
}


#aiBlogDataContainer
{
  background: lightyellow;
  width: 95%;
  margin: 0.5% auto;
  border: 0.15em solid #000;
  height: 68%;
  box-sizing: border-box;
}

#aiBlogFormContainer
{
  display: table;
  margin: 0 auto;
  width: 95%;
  position: absolute;
  bottom: 0.5em;
  left:	2.5%;
}

#aiBlogCloseBlogImg
{
  margin-top: 0.3em;
  margin-left: 0.3em;
  cursor: pointer;
  vertical-align:middle;
}

#aiBlogTextInput
{
  width: 100%;
  padding: 0.2em;
  box-sizing: border-box;
}


#aiBlogTextInputWrapper
{
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  font-size: 160%;
}

#aiBlogPostButtonWrapper
{
  display: table-cell;
  vertical-align: middle;
  width: 9%;
  text-align: right;
  padding-left: 1%;
}

#aiBlogPostButton
{
  border: 0.1em solid #000;
  box-sizing: border-box;
  border-radius: 0.3em;
  width: 4em;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.9em;
  height:1.9em;
  background: #999;
  cursor: pointer;
}

#i18n_blogNotes
{
  display:inline-block;
  text-align:center;
  width:86%;
  font-size:150%;

}