/* @override http://localhost/wp-content/themes/kaytwo/css/rollingarchives.css */

#rollingarchives {
	position: relative;
	padding: 10px 0 20px;
	display: block;
	}

#rollingarchives a:hover {
	text-decoration: underline;
	}

#rollnavigation {
	position: relative;
	}

#rollprevious,
#rollnext,
#rollload,
#rollhome,
#rollpages,
#rolldates {
	position: absolute;
	top: 3px;
	}

#rollprevious:hover,
#rollnext:hover,
#rollhome:hover {
	text-decoration: underline;
	cursor: pointer;
	}

#rollhome {
	display: none;
	left: 54px;
	background: url('../images/house.png') no-repeat center center;
	width: 16px;
	height: 16px;
	}

#rollload {
	top: 1px;
	right: 242px;
	background: url('../images/spinner.gif') no-repeat center center;
	width: 16px;
	height: 16px;
	}

#rollload span,
#rollhome span {
	display: none;
	}

#rollnext,
#rollprevious {
	color: #666;
	font-weight: bold;
	}

#rollpages {
	top: 3px;
	left: 55px;
	color: #aaa;
	}

#rollhover {
	position: absolute;
	top: 7px;
	left: -47px;
	z-index: 100;
	height: 45px;
	background: url('../images/rollhover.png') no-repeat center top;
	}

#rollhover,
#rolldates {
	width: 100px;
}

#rolldates {
	position: absolute;
	color: #999;
	text-align: center;
	font-size: .9em;
	}

#rolldates {
	top: 22px;
	}

#rollprevious {
	left: 0;
	text-align: left;
	}

#rollnext {
	right: 0;
	text-align: right;
	}

#rollnotices {
	padding: 7px;
	text-align: center;
	border-top: 1px solid #f3f3f3;
	}

#rollnotices a {
	color: #227EE9;
	}

#rollnotices img {
	float: right;
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	background: url('http://geekfriendly.org/blog/wp-content/themes/k2v096 Folder/images/reset-fff.gif') no-repeat center center;
	}

.emptypage #rollnavigation {
	visibility: hidden;
	}

.firstpage #rollprevious {
	visibility: visible;
	}

.firstpage #rollnext,
.firstpage #rollhome {
	visibility: hidden;
	}

.nthpage #rollnext,
.nthpage #rollprevious,
.nthpage #rollhome {
	visibility: visible;
	}

.lastpage #rollnext,
.lastpage #rollhome {
	visibility: visible;
	}

.lastpage #rollprevious {
	visibility: hidden;
	}

#dynamictype .page-head {
	display: none;
	}

#pagetrackwrap {
	position: absolute;
	top: 6px;
	left: 140px;
	width: 290px;
	padding-right: 4px;
	background: url('../images/sliderbgright.png') no-repeat right center;
	}

#pagetrack {
	background: url('../images/sliderbgleft.png') no-repeat left center;
	}

#pagehandle {
	width: 7px;
	height: 7px;
	background: url('../images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
	}

#primarycontent {
	clear: both;
	}

div.trimmed .hentry {
	background: #eee;
	}

div.trimmed .hentry.alt {
	background: transparent;
	}

#texttrimmer {
	display: none;
	position: relative;
	width: 100px;
	height: 15px;
	top: 23px;
	left: 365px;
	}

.firstpage #pagetrackwrap {
	visibility: hidden;
	}

.nthpage #pagetrackwrap {
	visibility: visible;
	}

.firstpage #texttrimmer {
	visibility: hidden;
	}

.nthpage #texttrimmer {
	visibility: visible;
	}

#trimmertrackwrap {
	background: url('../images/sliderbgright.png') no-repeat right center;
	height: 7px;
	width: 50px;
	}

#trimmertrack {
	background: url('../images/sliderbgleft.png') no-repeat left center;
	}

#trimmerhandle {
	width: 7px;
	height: 7px;
	background: url('../images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
	}

#trimmermore,
#trimmerless {
	position: absolute;
	top: 0;
	height: 16px;
	width: 16px;
	}

#trimmermore span,
#trimmerless span {
	display: none;
	}

#trimmermore:hover,
#trimmerless:hover {
	cursor: pointer;
	}

#trimmermore {
	right: 0;
	background: url('../images/trim_more.png');
	}

#trimmerless {
	left: 0;
	background: url('../images/trim_less.png');
	}