#glidercontent{
	margin:0px 0 5px 0px;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 650px;
	height: 225px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background-image: url(images/glidebar_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding:0px 15px 0px 15px;
	width:620px;
	color:#fff;
	margin:0px 0px;
	height: 175px;
	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: 80px;
width: 605px;
padding:0px 0px 5px 15px;
position:absolute;
background: url(images/balloon.png);
top:90px;
line-height:14px;
color: #fff;
font-size:12px;
overflow: hidden;
display:none;
border-top:1px solid #000;
}

.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:35px;
	z-index:150;
	float:right;
	padding-right:25px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

	height:35px;
	z-index:150;
	width: 650px;
	background: url(images/glidebar_01.gif);
}
.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! */
	top:5px;
	right:35px;
	position:absolute;
	display:block;
	background:url(images/lefta.png) bottom;
	width:36px;
	height:25px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/righta.png) bottom;
	width:36px;
	height:25px;
	position:absolute;
	top:5px;
	right:5px;
}
.glidecontenttoggler a.prev:hover {
	top:5px;
	right:35px;
	position:absolute;
	display:block;
	background:url(images/left.png) bottom;
	width:36px;
	height:25px

}

.glidecontenttoggler a.next:hover{

	float:right;
	display:block;
	background:url(images/right.png) bottom;
	width:36px;
	height:25px;
	position:absolute;
	top:5px;
	right:5px;

}


#myslides{

background:#000 url(images/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 10px ; /*margin around each panel*/
width:170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#0e1829;
height:120px;
border:1px solid #1d2c44;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:0px 0px;
}


/* single */


.single{
	width: 650px;
	margin: 0px 3px 5px 0px;
	padding:0px 0 0 0;
	color:#222;

}


.single h2 {
	height:20px;
	padding:10px 10px 20px 10px;
	margin:0;
	font-size:18px;
	text-align:left;
	color:#000;
	}

.single h2 a, .single h2 a:link, .single h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}
	
.single h2 a:hover  {
	color: #666;
	background-color: transparent;
	}
	
.single h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


.single ul {
    margin-bottom: 30px;
	padding:0px;
	}

.single li {
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	/*background:#03070d;*/	
	border-bottom:1px solid #CCC;
	}
	
.cover{
	margin: 0 0;
	padding:5px 0px 15px 5px;
	}

/* single_page */	
	
.single_page{
	width: 990px;
	margin: 0px 3px 5px 0px;
	padding:0px 0 0 0;
	color:#222;

}


.single_page h2 {
	height:25px;
	padding:5px 0;
	margin:0;
	font-size:20px;
	text-align:left;
	}

.single_page h2 a, .single_page h2 a:link, .single_page h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}
	
.single_page h2 a:hover  {
	color: #666;
	background-color: transparent;
	}
	
.single_page h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.single_page .cover{
	margin: 0;
	padding:0;
	}

/* archive */

.archive{
	width: 650px;
	margin: 0px 3px 5px 0px;
	padding:0px 0 0 0;
	color:#222;
}


.archive h2 {
	height:20px;
	padding:5px 10px 0px 15px;
	margin:0;
	font-size:14px;
	text-align:left;
	color:#000;
	}

.archive h2 a, .archive h2 a:link, .archive h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}
	
.archive h2 a:hover  {
	color: #666;
	background-color: transparent;
	}
	
.archive h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


.archive ul {
	padding:0px;
	}

.archive li {
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;


/*background:#03070d;*/	

border-bottom:1px solid #CCC;
	}

.archive .cover{
	margin: 0;
	padding:0px 10px 10px 105px;
	}
	

.data{
	margin: 0;
	padding: 5px 0px 20px 15px;
	text-align: left;
	font-size: 10px;
	overflow:hidden;
	line-height:14px;
	color: #606975;
}

.clock{
	padding:0;

}






.sentry{
	margin: 0 10px 0 10px;
	padding: 0;
}
.sentry p{
	margin: 0 0 0 0; 
	padding:0;
	}
	
.sentry img{
	margin: 0 10px 0px 0px;
}	
	
.single img{
	margin: 10px 10px 10px 0;
	/*border:1px solid #CCC;*/
}

.spostinfo{
	
	padding:5px 5px 10px 10px;
	margin:5px 0;
}	

.category{
	padding:2px 5px 0px 25px;
	margin:0px 0px;
	background:url(images/cat.png) no-repeat;
}

.category a:link,.category a:visited{
	color:#A06933;

}

/* features */
#page-link-wrap{ border-top: 1px solid #eaeaea; clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 7px; padding-top: 10px; }

.sentry .right { float: right; margin-bottom: 10px; }
.sentry .right p { margin-bottom: 10px; width: 460px ! important; }
.sentry .left { float: left; margin-bottom: 10px; }
.sentry .left p { margin-bottom: 10px; width: 460px ! important; }
.sentry .clear { clear: both; }

.sentry .page-link-feature-right {font-size:12px;text-align:right;width: 450px; float: right; padding-bottom:10px;margin-top:6px;}
.sentry .page-link-feature-right span {float:left;}
.sentry .page-link-feature-right a {font-weight:bold;text-decoration:none;background:#999;color:#fff;padding:6px 8px;margin-left:10px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.sentry .page-link-feature-right a:hover {background:#bbb;}
	
.sentry .page-link-feature-left {font-size:13px;text-align:left;width: 450px; float: left; cursor:default;}
.sentry .page-link-feature-left a {font-weight:bold;text-decoration:none;color:#000;}
.sentry .page-link-feature-left a:hover {color:#0298ff;}


.sentry .featurespost {
	width: 300px;
	float:left;
	background-color: #000;
	display: block;
	height: 350px;
	margin-top: 20px;
	margin-right: 21px;
	margin-bottom: 10px;
	margin-left: 0;
	}
.sentry .featurespost:hover {
	background-color: #232323;
	}	
	
.sentry .featurespost p {
	color:#fff;
	font-size: 10px;
	float: left;
	clear: both;
	width: 290px;
	padding: 5px;
	}	

.sentry .featurespost h2 {
	font-size: 16px;
	overflow:hidden;
	height:16px;
	font-weight:bold;
	text-transform: uppercase;
	float: left;
	width: 290px;
	padding: 5px;
	}

.sentry .featurespost a, .sentry .featurespost a:link, .sentry .featurespost a:visited  {
	color:#FFF;
	overflow:hidden;
	background-color: transparent;
	}
.sentry .featurespost a:hover  {
	color: #CCCCCC;
	background-color: transparent;
	}
.sentry .featurespost img{
	float:left;
	margin: 100p;
    padding: 0;
}
.sentry .featurespostinfo {
	height:20px;
	padding: 5px 0px 2px 0px;
	font-size:14px;
			}

