/* IE specific. Must be define first */
@font-face {
  font-family: Folding;
  src: url(fonts/HelveticaCondensedBold.eot)
}

@font-face {
	font-family: Folding;
	src: url(fonts/HelveticaCondensedBold.otf) format("opentype");
	font-weight: bold;
}

/* IE specific. Must be define first */
@font-face {
  font-family: Mikropikol;
  src: url(fonts/HelveticaNeue.eot)
}


@font-face {
	font-family: Mikropikol;
	src: local("Helvetica Neue"),
		url(fonts/HelveticaNeue.ttc);
}

.hidden
{
	display: none;
}

body
{
	font-family: Mikropikol, Arial, Helvetica, sans-serif;
	background-color: #979797;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #008AB8;
}

a:visited
{
	color: #333333;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

input {
	color: #000;
}

.placeholder {
	color: #666;
}

.searchresultcount
{
	padding-top: 1em;
	padding-left: .8em;
}

#failure
{
	text-align: center;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#failure p
{
	background-image: url(ctrlv.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 60px;
	margin: auto;
	margin-top: 25%;
	width: 40%;
}

#wrapper
{
	background-color: #CCCCCC;
	width: 930px;
	margin: auto;
}

#title
{
	height: 170px;
	background-color: #333333;
	border-bottom: 30px solid #0091C2;
}

#title #grid
{
	position: absolute;
	background-image: url(grid.png);
	/*width: 400px;*/
	width: 100%;
	height: 199px;
	/*z-index: 2;*/
}

#title #container
{
	width: 930px;
	height: 115px;
	margin: auto;
	padding-top: 20px;
	position: relative;
}

#title #container #tagline
{
	display: block;
	margin-top: 5px;
}

#title #container #twitter,
#title #container #rss
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#title #container #twitter
{
	margin-bottom: 60px;
	z-index: 1;
}

#content
{
	float: left;
	background-color: #FFF;
	width: 610px;
}

.fold
{
	color: #FFF;
	font-family: Folding, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-image: url(sprite.png);
	height: 40px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: bold;
}

.fold.left
{
	margin-top: 7px;
	margin-left: -14px;
	padding-left: 14px;
}

.fold.right
{
	background-position: top right;
	text-align: right;
	display: block;
	margin-right: -14px;
	padding-right: 10px;
	margin-top: 7px;
	color: #FFF;
}

.mini
{
	display: block;
	width: 30px;
	height: 30px;
}

.mini.permalink,
.mini.twitter,
.mini.facebook,
.mini.author
{
	position: absolute;
	top: 0;
}

.mini.author
{
	right: 0;
}

.mini.permalink,
.mini.twitter,
.mini.facebook
{
	background-image: url(sprite.png);
}

.mini.twitter
{
	right: 64px;
	background-position: 0px -50px;
}

.mini.facebook
{
	right: 32px;
	background-position: -31px -50px;
}

.mini.permalink
{
  background-position: -64px -50px;
  right: 96px;
}

.media,
.album_art
{
    margin-top: -10px;
	text-align: center;
}

.media object,
.media iframe,
.media embed
{
    height: 350px !important;
}

.media img,
.media iframe,
.media object,
.media embed
{
    width: 610px !important;
}

iframe.twitter-share-button
{
   margin-left: 15px;
   margin-bottom: 10px; 
}

.copy,
.quote,
.title,
.question,
.chat,
.link,
.audio
{
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.copy,
.quote
{
	border-top: 1px solid #979797;
	margin-top: 0.8em;
}

#sidebar
{
	float: right;
	width: 300px;
}

#links_container
{
	display: none;
}

a.fold.right:hover
{
	color: #008AB8;
}

#searchbox
{
	text-align: left;
}

#searchbox input.submit
{
	background-color: transparent;
	color: #FFF;
	font-family: Folding, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	border: none;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
}

input.query
{
	font-family: Mikropikol, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: none;
	line-height: 30px;
	height: 28px;
	width: 187px;
	vertical-align: top;
	padding-left: 5px;
}

.previousText,
.nextText,
.categ
{
	display: block;
	color: #2F2F2F;
	background-color: #666666;
	font-family: Folding, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	padding-right: .3em;
	margin-bottom: 5px;
}

.previousText,
.nextText
{
    color:#FFFFFF !important;
    margin:20px;
    padding:1px;
    text-align:center;
    width:160px;
}

.nextText
{
    float: right;
}

.previousText
{
    float: left;
}

.categ.kkk
{
	text-align: center;
	padding: 15px;
	background-color: #FFF;
}
.categ.kkk img
{
	max-width: 200px;
}

a.fold.right.random
{
	margin-top: 14px;
}

.previousText:hover,
.nextText:hover,
.categ:hover,
.categ.selected,
.tag,
.tag:visited
{
	color: #FFF;
	background-color: #008AB8;
}

.tags
{
	margin: .5em;
	text-align: right;
}

.tag
{
	font-size: .8em;
	margin-left: .5em;
	padding: 0 .3em;
	text-decoration: none;
}

.tag:before
{
	content: "#";
}

.notecontainer
{
	padding: 0px;
}

.notecontainer ol.notes
{
  margin-top: 0px;
	background-color: #666;
	color: #FFF;
	padding: 10px;
}

.notecontainer ol.notes li
{
  list-style-type: none;
}

.comments-nb,
.notecontainer
{
	background-image:url(tip.png);
	background-repeat: no-repeat;
	background-position: 99% top;
}

#disqus_thread
{
	border: 1px solid #666;
	background-color: #666;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 10px;
	color: #FFF;
}

.dsq-comment-count
{
	background-color: #666;
	display: block;
	text-align: right;
	padding: 5px;
}

a.dsq-comment-count
{
	text-decoration: none;
	color: #FFF;
}

.dsq-item-sort
{
	display: block;
}

.dsq-brlink,
div.dsq-dc-logo
{
	display: none !important;
}

/* Hide comment options */
#dsq-comments-title,
.dsq-options
{
	display: none !important;
}
#dsq-content
{
	padding-top: 5px;
}

.clear {
    clear: both;
    height: 1px;
}

.pagination
{
	background-image: url(sprite.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 50%;
	text-decoration: none;
}

.pagination.previous
{
	left: 0;
	background-position: 0 -160px;
}

.pagination.previous:hover
{
	background-position: 0 -100px;
}

.pagination.next
{
	right: 0;
	background-position: -60px -160px;
}

.pagination.next:hover
{
	background-position: -60px -100px;
}

/* Facebook Widget */
.fan_box .full_widget 
{
    border-width: 0px !important;
    background-color: #666;
    color: #FFFFFF
}

.fan_box .connections {
    border-width: 0px !important;
}

.fan_box .full_widget .connect_top {
    background:none repeat scroll 0 0 #222222;
}

.fan_box .connect_action a
{
    color: #FFFFFF;
}

.fan_box .connections_grid .grid_item .name
{
    color:#2F2F2F;
    font-size:10px;
    font-weight:bold;
}

.fan_box .connections_grid .grid_item
{
    width: 52px;
}

.powered
{
    text-align: center;
    margin-top: 15px;
}

.powered a.power
{
    display: inline-block;
    background-image: url(sprite.png);
    width: 20px;
    height: 20px;
}

.power.tumblr
{
    background-position: -170px -75px;
}

.power.bbs
{
    background-position: -140px -75px;
}

.power.postrank
{
    background-position: -200px -75px;
}

.power.tumblr:hover
{
    background-position: -170px -50px;
}

.power.bbs:hover
{
    background-position: -140px -50px;
}

.power.postrank:hover
{
    background-position: -200px -50px;
}
