/*
*:not(html) {

}
*/


html, body {
	font-family: Helvetica, Arial, sans-serif;
}


body {
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}



img {
	display: block;
}

iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-transition: width 0ms ease 0, height 0ms ease 0ms;
	-moz-transition: width 0ms ease 0, height 0ms ease 0ms;
	-o-transition: width 0ms ease 0, height 0ms ease 0ms;
	-ms-transition: width 0ms ease 0, height 0ms ease 0ms;
	transition: width 0ms ease 0, height 0ms ease 0ms;
	
}

a:link, a:visited, a:active, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background: #0000FF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

.tagsListWrapper {
	position: static;
	width: 135px;
}

.tagsList {
	margin: 10px 10px 0 0;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 10px;
	text-transform: uppercase;
}

#tagSortControls {
}

#featuredControl {
	font-size: 20px;
}


#tagSortControls a, #tagTruncateControls a {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	/*font-size: 8px;*/
	text-transform: uppercase;
	color: #0000FF;
}

#tagSortControls a.activeSort {
	color: #666;
}

#tagSortControls a:hover, #tagTruncateControls a:hover {
	color: #FFF;
	background: #0000FF;
}

#sortTagsAZ {
	
}

#sortTagsCount {

}

#sortTagsTime {

}

#tags.truncated .tag:nth-child(n+200) {
	display: none;
}

.tag {
	margin-left: 1px;
}

.tag a.activeTag {
	color: #666;
}

#search {
	-webkit-appearance: none;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid transparent;
	width: 90%;
	padding: 0;
	color: #0000FF;
	outline: none;
}

#search:hover, #search.focused {
	border: 1px solid #0000FF;
}


#search.focused, #search.searching {
	color: #666;
}

.dotdotdot {
	margin-top: -10px;
	display: none;
}
