/* thoughtcrimeink.com css */
/* Last update: July 16 2008 */

/* css released under Creative Commons License: 
/* http://creativecommons.org/licenses/by-nc-sa/1.0/
/* however, all associated graphics copyright 2001-08 thoughtcrime ink */

/* IMPORTANT */
/* This CSS is not a template. You may not reproduce it elsewhere without our written okay. However, feel free to study the CSS and use techniques you learn from it elsewhere. */

body, html {
     background: #000;
     background-image: url("http://www.thoughtcrimeink.com/img/backgrounds/tci-background.gif")
	 padding:0;
	 text-align: center;
	 color: #000;
	 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 line-height: 1.6em;
	 font-size: small;
}

#flexwrap { /* for popups (rare) */ )
    width:100%;
	background-image: url(../img/backgrounds/walltexture1.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0px 20px 0px 20px; text-align: center; font-color: #333;
}

h6 { /* used for dates & pageup */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding:0 20px 0 10px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
    margin-bottom: 15px;
	margin-top: 7px;
}	 

#main p, #maintext p, #maintext_one p {
    padding:0px 10px 0px 10px;
    }
	
.maindivider { /* background: #222; */ color: #fff; font-weight: normal; margin: 3px 0px 3px 0px; }
.maindivider p { padding:0px 10px 0px 10px;	margin: 0px; }

.alert {color: #c00;}

/*----------------------------------------------------- =links styling ------ */

a:link {color: #666; font-weight: bold; text-decoration:none; }
a:hover {color: #000; font-weight: bold; text-decoration:underline; }
a:visited {color: #666; font-weight: bold; text-decoration:none; }
a:active {color: #000; font-weight: bold; text-decoration:underline; }
		