/* Default Theme : item template CSS file */

.flexi.lineinfo {
	display: block;
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;
	clear: both;
	border: 1px solid lightgray;
}

.flexi.subtitle1 {
}
.flexi.subtitle2 {
}
.flexi.subtitle3 {
}

.tabbertab .flexi.element,
.subtitle1 .flexi.element,
.subtitle2 .flexi.element,
.subtitle3 .flexi.element {
	clear: none;
	display: block;
	float: left;
	max-width: 100% !important;  /* Allow responsive width while floating */
	padding: 0% !important;  /* Allow responsive width while floating */
	margin: 0.5em 2% 0.5em 2% !important;
}


/* topblock: Field block styling */
.flexi.topblock {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.topblock .flexi.image {
	display: block;
	float: left;
	max-width: 100% !important;  /* Allow responsive width while floating */
	padding: 0% !important;  /* Allow responsive width while floating */
	margin-right: 6px;
	line-height: 0px;
	border: 0px solid silver;
}
.topblock .flexi.image a {
	outline: none;
}
.topblock .flexi.image img {
	border: 1px solid white;
}
.topblock .flexi.infoblock {
	overflow: hidden;
}


/* infoblock: Field block styling */
.flexi.infoblock {
	border: 1px solid silver;
	margin: 0 0 10px;
	padding: 10px;
}
.infoblock ul.flexi {
	margin: 0 !important;
	padding: 0 !important;
}
.infoblock ul li.flexi {
	padding: 0;
	background: none;
	min-height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0%;
	zoom: 1;
	*display: inline;
	_height: 10px;
}


/* Field label & values styling */
span.flexi.label, .flexi.label {
	display: block;
	float: left;
	border-bottom: 1px solid silver;
	color: #777;
	font-size: 90%;
	margin-right: 8px;
}
span.flexi.value, .flexi.value {
	display: block;
	float: left;
	max-width: 100% !important;  /* Allow responsive width while floating */
	padding: 0% !important;  /* Allow responsive width while floating */
}


/* Field values into 1 column */
.onecols ul li.flexi {
	width: 100%;
}
.onecols .flexi.label {
	min-width: 20%;
	margin-right: 4%;
	margin-bottom:6px;
}
.onecols .flexi.value {
	min-width: 74%;
	margin-right: 1%;
}


/* Field values into 2 columns */
.twocols ul li.flexi {
	min-width: 48%;
}
.twocols .flexi.label {
	min-width: 34%;
	margin-right: 6%;
	margin-bottom:6px;
}
.twocols .flexi.value {
	min-width: 58%;
	margin-right: 1%;
}

/* ===============================================
   "micro" clearfix 
   http://nicolasgallagher.com/micro-clearfix-hack/
   =============================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.group:after {
	clear: both;
}

/**
 * Include this rule to trigger hasLayout and contain floats.
 */
.group {
	/* for IE 6/7 */
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	/* non-JS fallback */
	*zoom: 1;
}

/* Change by basit shaikh */	
.flexi.lineinfo.subtitle1.group{margin: 0px;}
.byline{margin: 0 0 1em;}
.flexicontent.fcitems.fcitem128009 div.lineinfo,.flexicontent.fcitems.fcitem128009 div.jwDisqusForm {display:none !important;}
.home_bulletin_container_main {border: 5px solid #000000; float:left; width:98%;}
.header_text {font-size: 32px;font-weight: bold;text-transform: uppercase; padding:20px;}
.home_red_font{color: #e92334;}
.top_header_title_custom {border-bottom: 5px #000000 solid; float:left; width:100%; padding-bottom:10px;}
div.top_header_title_custom ul {margin: 0px;padding: 0px 0px 0px 20px;}
div.top_header_title_custom ul li {float: left;margin-right: 30px;font-size: 20px;}
.home_bulletin_container {float: left;width: 100%;}
.bulleting_img_div {float: left;width: 65%; text-align:center;}
.send_daily_bulletin_div {float: right;width: 30%; background:#000000; padding:10px 10px 0px 10px;}
.bulleting_img_div img {width: auto !important; margin-top:5px;}
.sendme_bulletin {background: #d8001d;text-align: center;color: #FFFFFF;font-weight: bold; padding:3px 0px;}
div.fcitem128009 .portrait{display:none;}
div.top_header_title_custom ul li:first-child{list-style:none;}
.bulletin_form div.acymailing_module_form table {float: left;width: 100%;}
.bulletin_form div.acymailing_module_form .inputbox{margin-left:0px !important;}
.bulletin_form div.acymailing_module_form .subbutton{background:#eb212e;}
.bulletin_form div.acymailing_module_form .subbutton {background: #eb212e;border: medium none;color: #ffffff;font-size: 18px;font-weight: bold;height: auto !important;padding: 6px 15px; cursor: pointer;}
.bulletin_form td.acyfield_name{padding-top:5px;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .send_daily_bulletin_div{min-height:193px;}
}