/***
 TYPOGRAPHY
***/

#tag_form input {
	font-size: 1em;
	font-weight: bold;
	color: #b85959;
}

.loading {
	font-size: 0.8em;
	float: left;
}

/***
 LAYOUT
***/

/*
 * Paging
 */

.paging {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

.paging p {
	padding: 0;
}

.paging .settings {
	position: relative;
	float: right;
	text-align: right;
}

.paging .pages {
	float: left;
}

.paging .pages strong {
	background-color: #B85959;
	border:1px solid #B85959;
	color: #FFFFFF;
	font-size:0.9em;
	font-weight:normal;
	margin:0pt 2px;
	padding:0pt 2px;
}

.paging .pages a, .paging .pages a:link, .paging .pages a:visited, .paging .pages a:active {
	font-weight: normal;
	text-decoration: none;
	color: #B85959;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #FAEEEE;
	border: 1px solid #D88585;
	font-size: 0.9em;
	line-height: 1.5em;
}

.paging .pages a:hover {
	border-color: #D39393;
	background-color: #D39393;
	color: #FFF;
	text-decoration: none;
}

/*
 * Tag Cloud / Filtering
 */

#tc {
	font-size: 0.8em;
}

#tc .sort {
	float: right;
	padding: 2px 4px 0 0;
}

#tc .status {
	font-weight: bold;
	display: none;
	padding: 0.2em 1px 0.1em;
}

#tc .caption {
	float: left;
	clear: left;
	width: 100px;
	font-weight: bold;
	margin-left: 6px;
	padding-top: 4px;
}

#tc .spacer {
	clear: both;
	border: 0;
	margin: 0;
	height: 4px;
}

#tc .cloud {
	float: left;
	width: 505px;
	margin-right: 5px;
	font-family: Verdana, sans-serif;
}

#tc .bc {
	height: auto;
}

#tcex {
	border-top: 1px solid #C5A5A4;
	border-bottom: 1px solid #6B1613;
	background-color: #f2cfcf;
}

#tcex p.permlink {
	padding: 0.2em 0.5em;
	font-size: 0.9em;
}

#tclink {
	font-weight: bolder;
	padding-left: 3px;
}

#tclink, #tcclose, #tcreset {
	cursor: pointer;
	white-space: no-wrap;
}

#tcclose {
	float: right;
	padding: 2px 5px 0 0;
	margin-bottom: -2em;
}

#tcreset {
	font-weight: normal;
}

#tc .sort a.nav.active {
	color: #000;
}

#tc .search {
	padding: 3px;
}

#tc input {
	background-color: #FAEEEE;
	border: 1px solid #B85959;
	color: #333333;
}

#tc input.text {
	padding: 1px;
	cursor: text;
}

#tc .search input.text {
	width: 220px;
}

#tc input.submit {
	cursor: pointer;
	width: 80px;
}

#tc input:hover {
	border: 1px solid #000;
	background-color: #FFFFFF;
}

#tc input:focus {
	border: 1px solid #933737;
	color: #4b4b4b;
}

#tease_list .ad {
	background-image: url(../gx/img_recommends.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#tease_list .ad a {
	float: right;
	margin-right: 5px;
}

/*
 * Tease Viewer (no js)
 */

img.tease_pic {
	float: left;
s	margin: 0em 1em 0.5em 0em;
}

#tease_content {
	background-color: #faeeee;
	border: 1px solid #e5c3c3;
	padding: 0.5em;
	margin-bottom: 0.5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#tease_title {
	text-align: right;
	font-size: 1.1em;
}

.tease_author {
	font-size: 0.7em;
}

#tease_content p#breaker {
	width: 25em;
}
#tease_content p {
	margin: 0.5em 0;
}

#tease_content .link a, #tease_content .link a:visited {
	font-weight: bold;
	color: #d07575;
}

/*
 * Tease Viewer (lightbox)
 */

/* coming soon */


/*
 * Tag Editor
 */
 
input#tag_submit {
	width: 30%;
	margin-right: 0.4em;
	color: black;
}

#tag_string {
	width: 60%;
	border: 0;
	background-color: #faeeee;
}

.click_tag, .click_tag:visited, .cloud a, .cloud a:visited {
	text-decoration: none;
	font-size: 1.2em;
}

.click_tag_active, .click_tag_active:visited, .cloud a.active, .cloud a.active:visited {
	color: #136f1c;
	border-bottom: 2px solid black;
}

#tag_submit.submit_pending {
	color: #b85959;
}
