#infinity-river {
	background: transparent url('../images/home-column-border.png') 0px 100px repeat-y;
	margin-top: 0px;
	width: 665px;
}

.infinity-item {
	width: 330px;
	float: left;
}
.infinity-item article{
	width: 300px;
}

.infinite-scroll .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
/* =Back to top
-------------------------------------------------------------- */
#back-to-top{
	width: 120px;
	height: 34px;
	float: left;
	text-align: right;
}
#ie7 #back-to-top,
#ie8 #back-to-top {
	width: 122px;
}
#back-to-top a {
	line-height: 34px;
	text-decoration: underline;
	background: transparent;
	color:white;
	font-weight: bold;
}
.stuck #back-to-top{
	display: block;
    float: left;
    position: absolute;
    right: 50px;
    top: 300px;
}

.unstuck #back-to-top{
	display: none;
}

#access {
	z-index: 99999;
	float: right;
}

body .stuck #access{
	position: static;
}
body .unstuck #access{
	position: static;
}
body #searchform{
	position: static;
	right: 0px !important;
}

#main-nav-wrapper{
	z-index: 9999;
	width: 100%;
}

#main-nav-wrapper {
	border: 0px solid blue;
	height: 34px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
}

#main-nav-wrapper.stuck{
	left: 0px;
	padding-left: 10px;
}

#main-nav{
	width: 960px;
	margin: 0 auto;
}

.unstuck{
	position: absolute;

}

.stuck{
	position: fixed !important;
}

#main-nav-wrapper.stuck{
	top: 0px;
	margin-top: 0px;
	background: #00A1CC;
}

.admin-bar #main-nav-wrapper.stuck{
	top: 28px;
}

/* Sidebar
-------------------------------------------------------------- */
#infinity-sidebar li{
	list-style: none;
}

#infinity-sidebar-wrapper.stuck{
	top: 34px;
	background: transparent;
}

.admin-bar #infinity-sidebar-wrapper.stuck{
	top: 62px;
}


#infinity-sidebar-wrapper{
	clear: both;
	padding-top: 10px;
	width: 300px;
}
#infinity-sidebar{
	width: auto;
}

/* Loader
-------------------------------------------------------------- */
.infinite-loader {
	background: white url( '../images/ajax-loader.gif' ) no-repeat scroll 0 0;
	border: 5px solid white;
	border-radius: 0%;
	display: block;
	margin: 10px auto 10px 295px;
	text-indent: -9999px;
	height: 31px;
	width: 31px;
}

.infinite-loader .spinner{
	display: none;
}

/* Footer
-------------------------------------------------------------- */

/* Remove the default footer */
#infinite-footer { display: none; }

#infinity-sidebar-wrapper .menu-secondary-footer-container{
	text-align: center;
	margin-bottom: 1em;
}

#infinity-sidebar-wrapper #colophon{
	display: block;
	position: relative;
	clear: both;
}

#infinity-sidebar-wrapper .colophon-inner, #infinity-sidebar-wrapper #footer-access {
	width: 280px;
}

#infinity-sidebar-wrapper #colophon a, #infinity-sidebar-wrapper #copyright, #infinity-sidebar-wrapper #wpcom-vip-powered {
	font-size: 11px;
}

/* Ads
-------------------------------------------------------------- */


/* =Branding Wrapper
-------------------------------------------------------------- */
#branding-wrapper{
	position: relative;
	z-index: 99999;
}

#branding #searchform{
	position: relative !important ;
	float: right;
}
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #main:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 40px;
}
.infinite-scroll.neverending #content {
	margin-bottom: 70px;
}
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
.infinite-scroll .infinite-wrap .hentry:last-child {
	border-bottom: 1px solid #ddd;
}
.infinite-scroll .infinite-wrap:last-of-type .hentry:last-child {
	border-bottom: none;
}

/**
 * Elements to hide:
 * (footer widgets, post navigation, regular footer)
 */
.infinite-scroll.neverending #colophon #supplementary,
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #colophon {
	display: block;
}

/* For responsive CSS */
@media (max-width: 800px) {
	.infinite-scroll #infinite-handle {
		padding-bottom: 40px;
	}
}
