

#glidercontent{
	margin:0px 0 5px 5px;
	font-family:Century gothic, Georgia,Arial,Tahoma,sans-serif;

}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 680px;
	height: 220px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background:#000;
	}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding:0px 0px 0px 0px;
	width:680px;
	color:#fff;
	margin:0px 0px;
	height: 220px;
	background:#ddd url(images/minibg.jpg) no-repeat;
	overflow:hidden;
	float:left;
}
.glidemeta h2{
	margin:5px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
}
.glidemeta h2 a:link, .glidemeta h2 a:visited{
	color:#fff;
}



.glidemeta{
height: 140px;
width: 670px;
padding:0px 5px 5px 5px;
position:absolute;
background: url(images/balloon.png);
top:150px;
line-height:14px;
color: #fff;
font-size:12px;
overflow: hidden;

}



.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 680px;
	z-index:150;
	position:absolute;
	top: 90px;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.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! */

	float:left;
	display:block;
	background:url(images/left.png) bottom;
	width:36px;
	height:36px;
}
.glidecontenttoggler a.next{
	float:right;
	display:block;
	background:url(images/right.png) bottom;
	width:36px;
	height:36px;

}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}

.lavaLampNoImage {position: relative;height: 30px;width: 990px; padding: 0px 5px;margin: 0px 0;overflow: hidden;}
.lavaLampNoImage li {float: left;list-style: none;margin:0px 0px;padding:0px 0px;}
.lavaLampNoImage li a {font:13px Tahoma, Geneva, sans-serif; text-decoration:none; color:#b5e2f6; outline:none; top:6px; letter-spacing:0; z-index:10; display:block; float:left; height:30px; position:relative; overflow:hidden; margin:auto 8px !important; margin:auto 4px;}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {border: none;}   
.lavaLampNoImage li a:hover{color:#fff;}
.lavaLampNoImage li.current-cat a, .lavaLampNoImage li.home a{color:#fff; font-weight:bold;}

.minipost {
	width: 336px;
	float:left;
	margin: 0px 0px 5px 5px;
	padding:0px 0 0 0;
	background:#fff;
	display:inline;
	color:#222;
	overflow:hidden;
}

/*.minipost.blue{background:#007BB1; padding:4px; width:328px;}*/

.minipost .miniTitle {
	background:#007bb1 url(images/title.gif) top right no-repeat; 
	min-height:35px;
	/*padding-left:8px;*/
	padding: 4px 8px 2px 8px;
}

.minipost .miniTitle h2{
	padding-top:1px;
	margin:0;
	text-align: left;
	font-size: 15px;
	overflow:hidden;
	line-height:18px;
}

.minipost .miniTitle h2 a:link, .minipost .miniTitle h2 a:visited{
	color:#FFF;
}

.minipost .miniTitle .timer{
	font-size:11px;
	padding:0;
	color:#FFF;
	background:none;
}

.hentry {
	width:315px;
	height:210px;
	margin:5px auto 2px auto;
	overflow:hidden;
	font-size: 11px;
}
.hentry p{
	margin:5px 5px;
	color:#6b7478;
}

.hentry img {
	display:block;
	background:url(images/minibg.jpg);
	margin:2px 0 5px 0;
	height:97px;
	}
.hentry a {
	font-weight:bold;
	color:#d1701e;
}
.hentry a:hover {
	text-decoration:underline;
}
.meta{
	height:21px;
	text-align:right;
	padding:2px 5px 5px 5px;
	background:#fff ;
}
.timer{
	float:left;
	font-size:14px;
	padding: 0 0 0 20px;
	color:#9e440a;
	background:url(images/date.png) no-repeat;
}

.more{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding: 0 0px 0 29px;
	margin-left:10px;
	background:url(images/discuss.gif) no-repeat;
	height:28px;
}


.more a:link,.more a:visited, .more a:hover{
	color:#989898;
	line-height:20px;
}
						
