@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Cinzel:400,700,900);


* {	font-family: 'Open Sans', sans-serif; }
.glidermenu { 
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	border: 1px solid #FBCB06;
	background: rgba(0,0,0,0.7);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.8);
	}

.blog-post {
	position: relative;
	margin-bottom: 15px;
	}

.blog-thumb {
	overflow: hidden;
	position: relative;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.5);
	}

.blog-thumb img {
	width: 100%;
	}

.blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 10px;
	}

.content-show a {
	display: block;
	width: 100%;
	height: 1.5em;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	border: 1px solid transparent;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

.content-show a:hover {
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	border: 1px solid #FBCB06;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.5);
	border-radius: 3px;
	}

.content-show span {
	color: #607AA7;
	}

.content-hide {
	margin: 0px;
	padding: 0px;
	display: none;
	}

.content-hide p {
	font-size: 13px;
	line-height: 1.2em;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.5);
	}

/*-- End Latest Posts --*/

