@charset "UTF-8";
/* CSS Document */
.dynamic-blogdetail h1 {display:none;}
.blogList li:nth-child(odd) {
    background: #e5f2ff;
}
.blogList li {padding:1px 8px 8px 8px;}
.blogList h2 {
	
	margin-bottom: 0;
padding: 1.2em 0 0 0;
border-bottom: none;
font-size: 14px;
font-weight: 700;
font-style: normal;
color: #214385;
}
.blogList .postBody p {
	margin:0;
	padding:5px 0 0 0;
	color:#7D7D7D;
	}
	.rss {display:none;}
	.postContent {
	position:relative;
}
.postInfo {
	margin-bottom:0;
	position:absolute;
	top:0;
	font-weight: bold;
}

/* HOME STYLING */
.post .postInfo {display:none;}
.ga-home .blogsElement{
background:#F5F5F5 url(/websites/ga/images/grey-gradient.svg);
background-size:100% 100%;

background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(254,254,254) 57%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(254,254,254) 57%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(254,254,254) 57%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(254,254,254) 57%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(254,254,254) 57%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(230,230,230)),
    color-stop(0.57, rgb(254,254,254))
);
border: 1px solid #CCC;
margin-bottom: 10px;
margin-top: -1px;
}

#LeftHomeColumn h1 {
	margin: 0px!important;
    /*padding-top: 8px;
    /*padding-bottom: 8px;
    /*text-indent: 8px;*/
    list-style-type: none;
    font-weight: bold!important;
    color: #FFFFFF!important;
    background-image: url(../images/title-tile.png)!important;
    background-repeat:repeat-x;
    line-height:25px!important;
    font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size:13px!important;
	padding: 5px 10px 5px 10px;
display: block;
}
.ga-home .postInfo {
	font-size: 11px;
	}
.ga-home .postTitle {
	
	margin-bottom: 0;
padding: 0;
border-bottom: none;
font-size: 13px;
font-weight: normal;
font-style: normal;
color: #214385;

}
.ga-home .postContent {
	padding:5px;
	margin:10px;
	}
.ga-home .blogList li:nth-child(odd) {
    background: none;
}
.ga-home .blogList li {padding:0;}
/* END HOME STYLING */

