/*
	CSS by Kimiko the Furball (kimiko.thefurball@gmail.com)
	Do feel free to look around, but don't copy it completely.
	Don't steal my stuff, it's bad karma.
*/

/* Structure */
body {
	background: #171717;
	margin: 0;
	font: 12pt Georgia, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	line-height: 1.4em;
	color: #333;
}

#page {
	width: auto;
	margin: 0 auto;
}

#footer {
	width: auto;
}

#copyright {
	margin-top: 10px;
	font-size:  12px;
	text-align: center;
}

.noprint { display: none; }

/* Content */
#header { text-align: center; }
#page #content 						{ width: auto; }
#page #sidebar #slogan				{ text-align: center; }

/* Headers */
h1 									{ margin: 5px; padding: 10px; border-bottom: 1px solid black; }
#header img							{ display: none; }
h1 a, h2 a							{ color: #000; text-decoration: none; }
h2									{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 0 0 8px 0; }
#page #sidebar h2					{ font-size: 14px; }
h3									{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; margin: 0; }
h3.h3comments						{ margin: 0 0 20px 0; }
h4									{ margin-bottom: 0; }

/* Misc */
acronym, abbr						{ border-bottom: 1px dashed #999; }
.email								{ text-align: center; font-size: 16px; }
.email a 							{ text-decoration: none; }
hr									{ height: 1px; }
.quote								{ padding: 8px 0 8px 20px; background: url('/img/gird.gif') repeat-y; color: #888; }
.profileimg							{ border: 1px solid #ccc; margin-left: 10px; float: right; }
.hosting							{ display: none; }
p									{ margin-top: 0; margin-bottom: 18px; }
p.center 							{ text-align: center; }
q:before							{ content: "«"; }
q:after								{ content: "»"; }
.cl 								{ clear:  both; }
img.bottombadges 					{ padding-right: 20px; }
#navigator 							{ display: none; }
em									{ background: #ede9dc; padding: 2px 4px; font-style: normal; }
.e404								{ padding-top:  100px; text-align: center; }

/* Lists */
#sidebar ul							{ display: none; }

/* Links */
a:link, a:visited					{ }
a:hover, a:active					{ }
#footer a							{ }
img									{ outline: none; }
a img								{ border: none; }

/* Entries */
.entryMeta 							{ display: none; }

/* Menu */
#menu	 							{ display: none; }

/* Comments */
.c-b 								{ height: 40px; }
.c-w 								{ width: auto; padding: 5px 0 20px 0; border-top: 1px solid #888; }
.c-i 								{ float: left; width: 180px; font-size: 11px; color: #888; }
.c-ig								{ float: left; width: 45px; }
.c-it								{ float: right; width: 130px; }
.c-it span							{ font-size: 12px; font-weight: bold; color: #333; }
.c-t								{ float: right; width: auto; padding-right: 8px; }
.c-ig img							{ border: 1px solid #ccc; }

/* Comment form */
#respond 							{ display: none; }
#c-f								{ display: none; }
#extra								{ display: none; }