.titleGlide{
	padding: 0px 0px 0px 5px;
        font-size:18pt;
        margin-top:5px;
        margin-bottom:5px;

}	

.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:690px;
	height:266px; /* Set height to be able to contain height of largest content shown */
	overflow:hidden;
	}

.glidecontentwrapper .featured-post { /*style for each glide content DIV within wrapper.*/
	background-color:#CDD4DA;
	position:absolute; /* Do not change this value */
	width:690px;
	margin:0;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontenttoggler{ 
       vertical-align:middle;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	background-color:#CDD4DA;
	padding-left:6px;
        padding-right:6px;
	display:block;
	height:22px;
	float:left;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	color:#675f57;
	margin-right:5px;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#ec9f23;
}


.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.next {
}

.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}





.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

.meta {
	background-color:#34424F;
	border-top:1px solid #f4efe9;
	font:normal 10px 'Trebuchet MS';
	text-transform:uppercase;
	line-height:18px;
	color:#CDD4DA;
	padding:4px 3px;
	margin-bottom:5px;
}
#featured-posts-wrapper { margin-bottom:7px; }
.icon {
	padding-left:16px;
	background:url(images/all-icons.gif) no-repeat;
	margin-right:5px;
}

.datepost { background-position:0 1px; }

.commented { background-position:0 -21px; }

.tagpost { background-position:2px -43px; }
.tagpost a { color: #B71C1A }
.tagpost a:hover {color:#FFFFFF;text-decoration:none}

#togglebox {
        background-color:#34424F;
        padding-top:4px;
        padding-left:4px;
        height:25px;        
}