/* ------------------------------------------------------------

    CLEAN UP

------------------------------------------------------------ */

#topmenu, 
#header #userinfo, 
#header #usermenu,
#header #stats, 
#body #sidebar,
#debug,
#body .control,
#body .smilies,
.profile .browse,
.panel .more {
	display: none !important;
	}
		
body {
	background: white;
	}	

#body, #content, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: black;	
	border: 0;
	background: transparent;	
	}
	
/* ------------------------------------------------------------

    GENERAL

------------------------------------------------------------ */

body {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	}	

a, a:link {
	color: #369;
	}
a:visited {
	color: #3e5d7c;
	}

p {
	line-height: 1.5em;
	padding: 0.4em 0 0.4em 0;
	margin: 0;
	}
	
h2 {
	clear: both;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
}

dt {
	font-weight: bold;
	}

h3 {
	clear: both;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 13pt;
}

h3 small {
	font-weight: normal;
	font-size: 11pt;
}

h4 {
	clear: both;
	padding: 3px 0;
	margin: 0;
	font-size: 11pt;
}

h5 {
	clear: both;
	margin: 15px 0 8px 0;
	font-size: 12px;
}	

input, select {
	vertical-align: middle;
}

#footer {
	border-top: 2px solid #ccc;
	margin-top: 1em !important;
	text-align: right;
}	

/* instead of a dotted border, put title of acronym after text */
acronym {
	border: 0;
	}

acronym:after {
	content: " (" attr(title) ")";
	}
	
	
/* ------------------------------------------------------------

    TOPICPATH & INTERESTS

------------------------------------------------------------ */
	

ul#topicpath, ul#interests {
	margin-left: 0;
	padding-left: 0;
	}

ul#topicpath li, ul#interests li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}	

ul#topicpath {
	float: right;
	}
	
ul#interests {
	float: left;
	}	

/* ------------------------------------------------------------

    HEADER STRUCTURE

------------------------------------------------------------ */

#header h1 {
	display: inline;
	}

#header h1 a {
	display: block;
	width: 106px;
	height: 91px;
	margin: 20px;
	overflow: hidden;
	text-decoration: none;
	color: black;
	text-align: center;
}

#header h1 a img {
	border: none;
	}

#content h2 {
	clear: both;
}
	
/* ------------------------------------------------------------

    MESSAGES

------------------------------------------------------------ */

div.error, div.success, div.info, div.warning, div.secure {
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;	
	border: 2px solid #ccc;
}	

/* ------------------------------------------------------------

   TABLE FORM

------------------------------------------------------------ */

table.form {
	border-collapse: collapse;
	border: 2px solid #ccc;
	margin-top: 10px;
}
table.form td, table.form th {
	padding: 10px;
	vertical-align: top;
}
table.form th {
	text-align: right;
}
table.form td.button {
	text-align: left;
}
span.error, span.success {
	display: block;
	font-weight: bold;
}
span.error strong, span.success strong {
	font-size: 12px;
}

/* ------------------------------------------------------------

    TAGS

------------------------------------------------------------ */

div.tagcloud a {
	text-decoration: none;
	padding: 3px;
}

div.tagcloud a.l1 { font-size: 10px; }
div.tagcloud a.l2 { font-size: 11px; }
div.tagcloud a.l3 { font-size: 12px; }
div.tagcloud a.l4 { font-size: 13px; }
div.tagcloud a.l5 { font-size: 14px; }
div.tagcloud a.l6 { font-size: 15px; }
div.tagcloud a.l7 { font-size: 16px; }
div.tagcloud a.l8 { font-size: 17px; }
div.tagcloud a.l9 { font-size: 18px; font-weight: bold; }

/* ------------------------------------------------------------

    PAGING STRUCTURE

------------------------------------------------------------ */

div#body div#content p.paging {
	text-align: center;
	}
	
div#body div#content p.paging a,
div#body.profile div#content p.paging a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 3px;
	}
	
	

/* ------------------------------------------------------------

    PHOTOS

------------------------------------------------------------ */

div#photos, div#photos div#photoscroller div {
	text-align: center;
	}

.previous, .next, .photo-overview, #content #rating {
	display: none;
	}
	

.panel a, #thumblist a {
	float: left;
	padding: 5px;
	}	
	
.panel a span, #thumblist a span, .panel a img, #thumblist a img {
	display: block;
	}	
	
/* ------------------------------------------------------------

    INBOX

------------------------------------------------------------ */

#body.admin ul#thread li.item {
	clear: both;
	}

#body.admin ul#thread li.item small.date {
	float: right;
}

#body.admin ul#thread li.item div.message a.thumb {
	display: block;
	padding: 5px;
	text-align: center;
	float: left;
}

#body.admin ul#thread li.item div.message a.thumb span {
	display: block;
}

#body.admin ul#thread li.item div.message a.reply, #body.admin ul#thread li.item a.toggle {
	display: none;
}