@CHARSET "UTF-8";

.blog {
	font-family: 'Roboto', sans-serif;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	clear: both;
	width: 100%;
	float:left;
	text-align:left;
}

.blog .clear {
	clear: both;
}

/*** LINKS GLOBAL SETTER 

.blog a {
	color: #80321e;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
}
***/

/*** INPUT/TEXTAREA GLOBAL SETTER

.blog input[type="text"], .blog textarea {
	border: 1px solid #d8d5d5;
	font-size: 13px;
}
***/

/*** SYSTEM MESSAGES ***/

.blog .sysMsg {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	line-height: 25px;
    font-weight: 400;
	padding-left: 0px;
	/* background: url("../img/icon.png") no-repeat top left; */
	text-transform: uppercase;
	margin: 0;
	float: left;
	margin-bottom: 0px;
}

/*** SEARCH FORM ***/

.blog .blogSearch {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 27px;
}

.blog .blogSearch input {
	float: right;
	margin-left: 0px;
}

.blog .blogSearch input[type="text"] {
	font-family: 'Roboto', sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 6px;
	font-size: 16px;
	line-height: 25px;
	margin-top: 0px;
	color: #8C8C8C;
	text-decoration: none;
	vertical-align: middle;
	background-color:#f7f7f7;
	border: 1px solid #efefef;
	width: 400px;
	height:41px;
	font-weight:300;
}

.blog .blogSearch input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:12px;
	background-color: #3694D6;
	text-align: center;
	padding-left:24px;
	padding-right:24px;
	display: inline-block;
	overflow: auto;
	font-size: 16px;
	line-height: 25px;
	font-weight:400;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	height:44px;
}

.blog .blogSearch input[type="submit"]:hover {
	font-family: 'Roboto', sans-serif;
	margin-top:0px;
	margin-left:12px;
	margin-bottom:0px;
	background-color: #2782C5;
	padding-left:24px;
	padding-right:24px;
	display: inline-block;
	overflow: auto;
	font-size: 16px;
	line-height: 25px;
	font-weight:400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:44px;
}

.blog .backLink {
	width: 32px;
	height: 44px;
	float:left;
	display: inline-block;
	background: url("../img/btn_back.png");
    background-size: 32px 44px;
    background-repeat: no-repeat;
	background-position: left;
	background-position: top;
	margin-right: 0px;
	padding:0px;
}

.blog .backLink:hover {
}

.blog .rightPane {
	width: 100%;
	padding-left:0%;
	float:left;
	padding-top: 20px;
	clear:both;
}





.blog .leftPane {
	width: 28%;
	padding-right:2%;
	float: left;
	padding-top: 20px;
	clear:both;
	font-size: 18px; 
	font-family: 'Roboto', sans-serif; 
	color: #000;"
}




.blog .blogPost, .blog .blogPostHeading, .blog .blogPostBody, .blog .pagination, .blog .blogPostSeparator {
	width: 100%;
	float: left;
	clear: both;
}
.blog .blogPost{
	min-height:87px;
}
.blog .blogPostSeparator {
	width: 100%;
	border-top-color:#eaeaea;
	border-top-style:solid;
	border-top-width:1px;
	display: block;
	margin-bottom:36px;
}
.blog .blogPostHeading {
	margin-bottom: 12px;
}
.blogPostDate {
	width: 100%;  
}
.listimagewrapper {
	width: 30%;   /* also for profile image width list section */
	overflow:hidden;
	margin-right: 3%;
	margin-bottom: 18px;
	float:left;
	align: left;
}
.blogPostDatep {
	width: 45%;   /* profile image width post section */
	padding-right: 3%;
	padding-bottom: 0px;
	float:left;
	align: left;
}
.blog .blogPostDay {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	margin: 8px 0 0px;
}
.blog .blogPostMonth {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}
.blog .blogPostTitle {
	width: 100%;
	position: relative;
}
.blogPostTitle2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 25px;
    font-weight: 400;
}
.blog .linkPostTitle {
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
	line-height: 25px;
    font-weight: 400;
    margin: 0px;
}
.blog .blogPostTitle a.title, .blog .blogPostTitle p.title, .blog .blogPostTitle h2 {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
    font-size: 22px;
	line-height: 25px;
    font-weight: 400;
	margin: 0px; 
}
.blog .blogPostTitle p.author {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	font-weight:300 !important;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 12px;
	padding: 0px;
	font-style:italic;
	color: #8C8C8C;
}
.titlediv {
	clear:both;
	width:100%;
	float:left;
}

/*** PAGINATION ***/

.blog .pagination {
	padding-bottom:3px;
}

.blog .pagination span {
	font-family: 'Roboto', sans-serif;
	float: left;
	margin-right: 6px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.blog .pagination ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.blog .pagination li {
	float: left;
	margin-right: 3px;
}

.blog .pagination a, .blog .pagination strong {
	font-family: 'Roboto', sans-serif;
	padding: 2px 6px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.blog .pagination a {
	background-color: #c3bcb4;
	border: 1px solid #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	text-decoration: none;
}

.blog .pagination strong {
	background-color: #FFF;
	border: 1px solid #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #423220;
	text-decoration: none;
	cursor: default;
}

/*** COMMENTS ***/

.blog .comments, .blog .formTable {
	width: 100%;
	border-collapse: collapse;
}

.blog .comments td {
	border: 8px solid #efefef;
	vertical-align: top;
}

.blog .comments .commentBody {
	padding: 10px;
}

.blog .comments .commentHeading {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #e6e6e6;
	width: 100%;
}

.blog .comments .commentHeading h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #372a1c;
	margin: 0 0 6px;
}

.blog .comments .noStyle {
	border: none;
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	font-size: 2px;
}

/*** COMMENTS FORM ***/

.blog .formTable td {
	padding: 4px;
	vertical-align: top;
}

.blog .formTable .label {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	text-align: right;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}

.blog .formTable input[type="text"], .blog .formTable textarea {
	margin: 1px 0 1px 0px;
	padding: 2px;
}

.blog .formTable textarea {
	width: 100%;
}

.blog .formTable #commentsSubmit {
	width: 137px;
	height: 28px;
	border: none;
	background: url("../img/btn_postacomment.png") no-repeat top left;
	cursor: pointer;
}

.blog .formTable #commentsSubmit:hover {
	background-position: bottom left;
}
/*** Right Pane ***/

.blog .leftPane .categories, .blog .leftPane .archives {
	width: 100%;
	float: left;
	clear: both;
}

.blog .leftPane .categories ul, .blog .leftPane .archives ul, .blog .leftPane .categories ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.blog .leftPane .categories ul li ul {
	margin-left:20px;
	width:100%;
}
.blog .leftPane .categories li, .blog .leftPane .archives li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
}

.blog .leftPane .categories ul li ul li{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
	background:none;
}

.blog .leftPane .categories h4, .blog .leftPane .archives h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.blog .leftPane .categories h4 {
	background: #ffffff;
}

.blog .leftPane .archives h4 {
	background: url("../img/icon_archive.png") no-repeat top left #FFF;
}

.blog .leftPane .categories a, .blog .leftPane .archives a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #727272;
	text-decoration: none;
	float: left;
	width: 85%;
	background:url(../img/menu-group-back.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 7px;
	padding-right: 15%;
	padding-bottom: 7px;
	padding-left: 0%;
}
.blog .leftPane .categories a:hover, .blog .leftPane .archives a:hover {
	color: #000;
}

.blog .leftPane .categories a.catSelected, .blog .leftPane .archives a.archSelected {
	color: #000;
	background-image: url(../img/menu-group-back-open.png);
	background-repeat: no-repeat;
	background-position: right;
}

.blog .leftPane .categories ul li ul li a, .blog .leftPane .categories ul li ul li a.catSelected {
	background-image:none;
}


/*** Send to friend dialog form ***/

#dialog-form {
	font-family: 'Roboto', sans-serif;
	color: #514d48;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}

#dialog-form label {
	display: block;
	margin: 4px 0;
	font-weight: bold;
}

#dialog-form p {
	margin: 4px 0 8px;
	padding: 2px 2px;
	font-weight: 400;
}

#dialog-form input[type=text] {
	width: 100%;
}

#dialog-form textarea {
	width: 100%;
	height: 125px;
	background-color: #F8F8F8;
}

#sendToFriendWrapper {
	float: left;
	clear: both;
	padding-left:150px;
}

#sendToFriendFrontWrapper {
	float: left;
	clear: both;
	width:100px;
	padding-top:15px;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.blogPostBody2 {
	width:auto !important; 
	clear:none !important; 
}
.titleauthormobileview {
	display:none;
}



/* Menu begins */

.post_main_menu_class {
  /* position: relative; */
  width: auto;
  text-align:left;
  float:left;
}
.post_main_menu_class table {
 padding-bottom:0px;
}

.post_main_menu_class img {
	width: 33px;
	vertical-align:middle;
	margin-right: 12px;
}
.post_main_menu_class ul {
	display: none;
	left: auto;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	position: absolute;
	top: auto;
	z-index:99;
	background-color:#FFF;
	list-style:none;
}
.post_main_menu_class > ul > li{
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    /* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05); */
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
    list-style: outside none none;
	/*display:inline-block;*/
	padding-right:16px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	width:auto;
  	max-width: 350px;
	font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    margin:0px;
}
.post_main_menu_class ul li a:link {
	color: #000;
}
.post_main_menu_class ul li a:visited {
	color: #000;
}
.post_main_menu_class ul li a:hover {
	color: #2782C5;
}
.post_main_menu_class ul li a.active {
	color: #2782C5;
}
.post_main_menu_class ul li ul {display: none;position: relative;padding-left: 10px;}
.post_main_menu_class ul li a.close{background: url(../img/bullet_arrow_right.png);width: 16px;height: 16px; float: left; background-position: right; background-repeat:no-repeat; background-size: 16px 16px; cursor:pointer; margin-top:3px;}
.post_main_menu_class ul li a.open{background: url(../img/bullet_arrow_down.png);width: 16px;height: 16px; float: left; background-position:right; background-repeat:no-repeat; background-size: 16px 16px; cursor:pointer; margin-top: 3px;}
/* .post_main_menu_class ul li a.close:hover{background: url(../img/bullet_arrow_right_over.png);width: 16px;height: 16px; float: left; background-position:right; background-repeat:no-repeat; background-size: 16px 16px; cursor:pointer;}
.post_main_menu_class ul li a.open:hover{background: url(../img/bullet_arrow_down_over.png);width: 16px;height: 16px; float: left; background-position:right; background-repeat:no-repeat; background-size: 16px 16px; cursor:pointer; margin-top:3px;} */
.close_open_icon {
	position:relative;
	display:inline-block;
	margin-left:10px;
	width:16px;
	height:16px;
	text-decoration:none;
	padding:0px;
}

/* Menu ends */
.readMore {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;	
}


	/* Media Queries */	
	
	@media screen and (max-width: 1080px) 
	{
	}
	@media screen and (max-width: 1050px) 
	{
	}

    @media screen and (max-width: 950px) 
	{
	}
	
	@media screen and (max-width: 900px) 
	{
	.blog .rightPane {
	width: 100%;
	padding-left:0%;
	float:none;
	clear:both;
	padding-top: 20px;	
	}
	.leftPane {
	display:none;
	}
	}
	
	@media screen and (max-width: 700px) 
	{
	.blog .blogSearch input[type="text"] {
	height: 33px;
	padding-left: 6px;
	padding-right: 6px;
	}

	.blog .blogSearch input[type="submit"] {
	height: 36px;
	padding-left: 9px;
	padding-right: 9px;
	}

	.blog .blogSearch input[type="submit"]:hover {
	height: 36px;
	padding-left: 9px;
	padding-right: 9px;
	}
	.blog .backLink {
	width: 26px;
	height: 36px;
    background-size: 26px 36px;
	float:left;
	}
	}
	
	@media screen and (max-width: 550px) 
	{
	.blog .blogSearch input[type="text"] {
	width: 250px;
	}
	.blogPostDatep {
	width: 100%;   /* profile image width post section */
	padding-right: 0%;
	padding-bottom: 18px;
	clear:both;
	}
	.blog .blogPostDate {
	width: 100%;   /* profile image width list section */
	padding-right: 0%;
	padding-bottom: 0px;
	clear:both;
	}
	.listimagewrapper {
	width: 100%;   /* also for profile image width list section */
	clear:both;
	padding-bottom:0px;
	}
	.blog {
	text-align:center;
	}
	.blog .blogPostBodyListing{
	width: 100%;
	}
	.blog .blogPost, .blog .blogPostHeading, .blog .blogPostBody, .blog .pagination, .blog .blogPostSeparator {
	width: 100%;
	}
	.blogPostBody2 {
	width:100% !important; 
	}
	.titleauthormobileview {
	display:block;
	}
	.titleauthordesktopview {
	display:none;
	}
	}
	
	@media screen and (max-width: 500px) 
	{	
	.blog .blogSearch input[type="text"] {
	width: 180px;
	}
	}
	
	@media screen and (max-width: 360px) 
	{	
	}





<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/stivasft/public_html/erp/core/framework/Controller.class.php:295) in <b>/home/stivasft/public_html/support/app/controllers/AppController.controller.php</b> on line <b>82</b><br />

