/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/**
.permalink h4 {
	color: #656d78;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 700;
    transition: all 0.25s ease-out 0s;
	line-height: 34px;
}
**/




.permalink h4 {
    /** color: #656d78; 
	color:#656d78; **/
	color:#555759;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.8rem;  /** 26px 18px **/
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	line-height: normal; /** 1.25 34px; **/
}

/**
.permalink h4 {

	color:#2F5496;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	line-height: 34px;
}
**/


/* for thumbnail galleries */
ul.thumbnails {
    float: left;
    list-style: none outside none;
    margin: 0;
}
ul.thumbnails img {
    border: medium none;
    margin-bottom: 5px;
}
ul.thumbnails a {
    border: 3px solid #161616;
    border-radius: 2px;
    display: block;
    float: left;
    height: 60px;
    margin: 7px 7px 0 0;
    position: relative;
    transition: all 0.35s ease-out 0s;
    width: 60px;
}
ul.thumbnails.inner a {
    border: 3px solid #656d78;
}
ul.thumbnails li {
    float: left;
}

/* for news slider*/
.slide {list-style:none;}