/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
/* NOTE: this file is loaded when included in Joomla Template Manager - JSN Template - SEO and Acessibility - Custom.css */

/* =============== CHANGES BY ROLAND BUMBERGER =============== */
#jsn-headerright {
	padding: 0px 0px; /* orig: padding: 34px 20px; r.b changed to 0px height  */
}

.jsn-article-toolbar {
	float:right; /* keep "created" and "hits" information on the right so that article text starts left normally */
}

#jsn-logo {
  /*width: 100%;*/  /* does not work - trying to make image grow */
  /*max-width: none;*/ /* does not work - trying to make image grow */
}

#jsn-logo-desktop { /*only used if desktop not responsive*/
  /*max-width: none;*/  /* does not work - trying to make image grow */
  width:100%; /*20150421 allow logo image resize for mobile*/
}

/* do this in ZT Counter module: /home/storage/f/c6/f1/sahajayoga1/public_html/br_j33/modules/mod_zt_visitor_counter/assets/css */
/*.ztvc-copyright  {
  display:none;
}*/

/* search box on front page too large (from bootstrap) */
#mod-search-searchword {
  width:inherit;
}

