/*********************************************/
/* Text right and image left */
/*********************************************/
.imageNtext, .textNimage
{
  float: left;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
}

.imageNtext img
{
  float: left;
}

@media screen and (min-width:480px){
  .imageNtext img
  {
   margin-right: 15px;
  }
}
http://key17.com/home/administrator/index.php?option=com_cache&view=cache#
@media screen and (max-width:479px){
  .responsive-video-container { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 30px; width: 320px; height: 180px; overflow: hidden; }
  .responsive-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

  .responsive-video-container-small { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 30px; width: 320px; height: 180px; overflow: hidden; }
  .responsive-video-container-small iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}@media screen and (min-width:480px){
  .responsive-video-container { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 30px; width: 470px; height: 264px; overflow: hidden; }
  .responsive-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

  .responsive-video-container-small { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 30px; width: 470px; height: 264px; overflow: hidden; }
  .responsive-video-container-small iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
@media screen and (min-width:760px){
  .responsive-video-container { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 30px; width: 640px; height: 360px; overflow: hidden; }
  .responsive-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
  .responsive-video-container-small { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 15px; margin-top: 15px; width: 430px; height: 241px; overflow: hidden; }
  .responsive-video-container-small iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}

.dropdown-menu li a, .category-name a, .items-more a, #archive-items a, .item-page .nav a, .pager a
{
  /* the nice limy green-yellow */
  color: #93fd38;
}

  
/*********************************************/
/* Text left and image right */
/*********************************************/
.textNimage img
{
  float: right;
}

@media screen and (min-width:480px){
.textNimage img
{
  margin-left: 15px;
}