html, body {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	background: #EEF2FF url(http://ib4f.com/uploads/themes/chan3/fade-blue.png) top center repeat-x;
	background-attachment: fixed;
	color:#000000;
	padding: 5px;
	margin: 0px;
}

/* Text Areas */
input[type=text]{
	background: #E9E9F7;
	border: 1px solid #888;
	padding-left: 5px;
	padding-right: -5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 330px;

	font-family: helvetica;
	font-size:10pt;
}
input[type=password]{
	background: #E9E9F7;
	border: 1px solid #888;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 170px;
}
textarea{
	background: #E9E9F7;
	border: 1px solid #888;
	padding-left: 5px;
	padding-right: -5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 330px;

	font-family: helvetica;
	font-size:10pt;
}
/* Buttons */
input[type=submit]{
	background: none;
	border: 1px solid #888;
	border-top: none;
	border-left: none;
	-moz-border-radius-bottomright: 5px;
}
input[type=submit]:hover{
	background: #ddddef;
	border: 1px solid #888;
	border-top: none;
	border-left: none;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
/* Select Box for Embeds */
select {
	border: 1px solid #888;
	background: none;
	width: 80px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
select:hover {
	border: 1px solid #888;
	background:#ddddef;
	width: 80px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
a {
	background:inherit;
	color:#34345C;
	text-decoration:none;
	font-family:sans-serif;
}
a:visited {
	background:inherit;
	color:#34345C;
	text-decoration:none;
	font-family:sans-serif;
}
a:hover {
	color:#DD0000;
	background:inherit;
	font-family:sans-serif;
}

a.AltLink:link, a.AltLink:visited
{
	color:#0F0C5D;
	text-decoration: none;
}
a.AltLink:hover
{
	color: rgb(225, 0, 86);
	text-decoration: none;
}

a.PostLink:link, a.PostLink:visited
{
	color:#0F0C5D;
	text-decoration: underline;
}
a.PostLink:hover
{
	color:#0000EE;
	text-decoration: underline;
}

img
{
	border: 0px;
}

.BoardList
{
	letter-spacing: 1px;
}

.Title
{
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 2.3em;
	color:#0F0C5D;
	width: 100%;
	padding-bottom: 10px;
}

.Description
{
	text-align: center;
	color:#0F0C5D;
}

.Spacer
{
	border-bottom: 1px solid #888;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: clear;
	font-size: 0px; 
}

.Post
{
	text-align: center;
}

.Post table
{
	margin: 0px auto; 
	text-align: left
}

.PostBlock
{
	background:#9988EE;
	color:#000000;
	font-weight:800;
	border: solid 1px #9B9BFF;
    padding-left: 3px;
    padding-right: 4px;
}

.Rules
{
	padding-top: 10px;
	font-size: 75%;
}

.PagingTable
{
	border: 1px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

.PagingTable td
{
	border: 1px solid #888;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding: 2px;
}

.SmallText
{
	font-size: 75%;
}

.ThumbnailImage
{
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.FileDeleted
{
	color:#112077;
	font-weight: bold;
	border: 1px solid #000000;
	display: table-cell;
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	vertical-align: middle;
}

.ThumbnailImageReply
{
	margin-left: 0px;
	margin-right: 20px;
}

.FileDeletedReply
{
	color:#112077;
	font-weight: bold;
	border: 1px solid #000000;
	display: table-cell;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

.FileDetails
{
	margin-bottom: 5px;
}

.UserDetails
{
	margin-bottom: 5px;
}

.PostDetails
{
	margin-bottom: 8px;
}

.UserName
{
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#112077;
	font-weight:800;
}

.UserNameTripcode
{
	color:#112077;
}

.CapCodeSuperAdmin
{
	color: #800080;
}

.CapCodeAdmin
{
	color: #800080;
}

.CapCodeMod
{
	color: #FF0000;
}

.CapCodeCustom
{
	color: #336600;
}

.Subject
{
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}

.OmissionText
{
	padding-top: 4px;
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#070707;
	font-weight:800;
}

.ReplyBoxTable
{
	margin-top: 5px;
	color:#000000;
}

.ReplyBoxPip
{
	color:#800000;
	padding-right: 3px;
	vertical-align: top;
}

.ReplyBox
{
	background:##D6DAF0;
	color:#000000;
	font-family:serif;
	border: 1px solid #B7C5D9; border-left: none; border-top: none; padding: 2px;
}

.ReplyBoxHighlight
{
	background: #D6BAD0;
	color: #800000;
}

.ReplyContentOuter
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.ReplyContentOuterImage
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.ReplyContent
{
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#000000;
}	

.ReplyImageContent
{
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#000000;
}	

.QuoteText
{
	color: rgb(120, 153, 70);
}

.PostingMode
{
	text-align: center;
	background:#0069e0;
	color:#FFFFFF;
	width:100%;
	border: solid 1px #9B9BFF;
	-moz-border-radius: 10px;
	padding-left: 10px;
}

.ErrorMessage
{
	color: rgb(255, 37, 84);
	font-size: 150%;
	padding: 10px;
	text-align: center;
}

.MenuBarSiteTitle
{	
	background: none;
	text-align: left;
	margin-top: 0px;	
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #B7C5D9; 
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.MenuBarSiteGroup
{
	margin: 0;	
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1em;
	border: 1px solid #B7C5D9; border-left: none; border-top: none; 
	padding: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 2px;
	-webkit-border-radius-topright: 2px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

a.MenuBarLink:link, a.MenuBarLink:visited
{
	text-decoration: none;
}
a.MenuBarLink:hover
{
	text-decoration: none;
}

.MenuBarList
{
	list-style: none; 
	padding: 0px;
	margin: 0px;
	font-size:10px;
	font-family:sans-serif;
}

.MenuBarList li
{
	margin: 0px;
	padding: 0px;
}

.MenuBarList li:hover
{
	background: #C6DAF0;	
}

.MenuToggleButton
{
	float: right;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 8px;
	width: 8px;
	height: 10px;
	padding: 2px 4px 2px 4px;
	/*margin: 1px -5px 0px 0px;*/
	margin-right: 5px;
	margin-top: 2px;
	background: #c5c9e0;
	color: #000;
	border: 1px solid #b4b8d0;
	cursor: hand;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.MenuToggleButton:hover 
{
	background: #c5c9e0;
	border: 1px solid #c97;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.NewsDiv
{
	padding-left: 90px;
	padding-right: 90px;
}

.NewsContent
{
}

.NewsMenuCurrent
{
	display: block; 
	float: left; 
	border: 1px solid #888;
	background-color: #ddddef; 
	padding-top: 5px;
	padding-bottom: 2px; 
	padding-left: 10px; 
	padding-right: 10px;
	margin-top: -3px; 
	border-left: none;
	border-top: none;
	margin-top: -7px;
	margin-right: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
}	

.NewsMenu
{
	display: block; 
	float: left; 
	border: 1px solid #888; 
	padding-top: 5px;
	padding-bottom: 2px; 
	padding-left: 10px; 
	padding-right: 10px;
	margin-top: -8px; 
	border-left: none;
	border-top: none;
	margin-top: -7px;
	margin-right: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.NewsTitleStrip
{
	font-weight: bold;
	color: #000000;
	padding: 3px;
    padding-left: 0px;
	padding-top: 10px;
	font-size: 160%;
}

.NewsContent
{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.banForPost
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic; 
}

.spoilerBox
{
	border: 1px solid #888;  
	color: #FFFFFF;
	background-color: #112077;
	font-weight: bold;
	padding: 3px;
}

.MediaEmbed
{
	margin-right: 18px;
	margin-bottom: 18px;
}



.board_nav ul 
{
	margin: 0;
	padding: 0;
	padding-right: 1px;
	list-style: none;
	float: left;
}

.board_nav ul li 
{
	position: relative;
}

.board_nav li ul 
{
	position: absolute;
	top: 15;
	width: 300px;
	display: none;
}

.board_nav li:hover ul 
{ 
	display: block; 
	width: 750px;
}



#watchedthreads 
{
	background-color: #F0E0D6 !important;
        border: 1px dotted #EEAA88;
}

#watchedthreadsdraghandle
{
	background: #EEAA88;
	color: #800000;
        font-weight: 800;
        text-align: center;
        cursor: move;
}

#watchedthreadlist
{
        padding: 10px;
        font-size: 75%;
        overflow: auto;
}

#watchedthreadsbuttons
{
        position: absolute; 
        bottom: 0; 
        font-size: 75%;
        padding-top: 3px;
	background-color: #F0E0D6 !important;
        border-top: 1px dotted #EEAA88;
}

.blotter
{
        color: #FF0000;
}<!-- db_connect: 0 -->
<!-- LoadSettings: 0.01 -->
<!-- ProcessRequest: 0.03 -->
<!-- Page Gen Took: 0.03 seconds -->