/* Coburn's Domain Global CSS */

/* Text Alignment */
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

/* Other from the Krystal2 system */
.nowrap {
	white-space: nowrap;
}
.turnleft {
	padding-left:1%;
	padding-right:1%;
}
.16andup {
	padding-left:16px;
}

/* Globally done as it's easier */
.thread-stuffs tr,.thread-stuffs td {
	border:0px;
	padding:3px;
}

.sticker {
	padding-left:3px;
	font-weight:bold;
}

.bigalert {
	width:50%;
	top:5%;
	left:25%;
	position: fixed;
}

/* whee */
code{
	border: 1px dashed #003399;
	background-color: #000099;
	overflow: auto;
	width: 100%;
	white-space: pre;
	display: block;
}

.quote {
	border: 1px dashed #003399;
	background-color: #000033;
}
code br{
	display: none;
}

.badge-size{
	width:40px;
	height:40px;
}

.pic-tab-size{
	width:100px;
	height:100px;
}
.pic-size{
	width:100px;
	height:100px;
}

/* Spoilerness */
.spoils{
	padding:0px;
	background-color:black;
}

.spoils-title{
	color:white;
	font-size:150%;
	background-color:#1A1A1A;
	padding:4px;
}
.spoils-content{
	color:black;
	font: 85% "Helvectica", sans-serif;
	padding:4px;
	border:5px solid #141414;
}

.spoils-content:hover{
	color:white;
}

/* Username Colors */
.admin{
	color:#FFCC00;
	font-weight:bold;
}
.gmod{
	color:#A9FB54;
	font-weight:bold;
	font-style: italic;
}
.ifm{
/*	color:#AB352E; */
	font-style:italic;
}
.normmale{
	color: #3333FF;
}
.normfemale{
	color: #660099;
}
.banned{
	color:#757575;
	text-decoration: line-through;
}
.anonymous{
	color: #E6ECFF;
}
.offline{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
/* Rosalina's Colors, because she's one sexy girl */
.rosetta{
	color: #00FFFF;
}

/* Error Boxes */
.graybox{
	border: solid 1px #DEDEDE;
	background: #EFEFEF 8px 6px no-repeat; /*  url('img/spinner.gif') */
	color: #222222;
	padding: 4px;
	text-align: center;
}


.icon-warn{
	border: solid 1px #DEDEDE;
	background: #FFFFCC url('img/warnIcon.gif') 8px 6px no-repeat;
	color:#222222;
	padding:4px;
	padding-left: 4px;
	text-align: center;
}

.icon-error{
	border: solid 1px #CC0000;
	background: #FF0000 url('img/errorIcon.gif') 8px 6px no-repeat;
	color: #222222;
	padding:4px;
	text-align: center;
}

/* Smiley Toolbar */
.smilies {
  height: 24px; 
}

/* New Messages */
.blinkymsg {
	text-decoration: blink;
}

/* Vbulletin Styled Posts */
.poster-data{
  padding: 6px;
  line-height: 18px;	
}

.post-authorleft {
  float: left;
  width: 70%;
  text-align: left;
}

.post-authorright {
  float: right;
  width: 30%;
  text-align: right;
}
.post-author{
  font-weight: bold; 
  font-size: 16px; 
  }
  
 /* Go Figure. */
.boldit {
  font-weight: bold;
  }
