/* Normal, standard links. */
a:link
{
        color: #e0ffe0;
        text-decoration: none;
}
a:visited
{
        color: #e0e0ff;
        text-decoration: none;
}
a:hover
{
        color: #fff080;
        text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav  , .nav:link , .nav:visited
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        color: #e0e0e0;
        text-decoration: none;
}
.nav:hover
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        color: #fff080;
        text-decoration: none;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #ffffff;
        font-size: small;
        font-family: verdana, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-color: #000000;
        background-image:url('http://www.wichitaparanormal.com/images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	margin-top: 10px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
       border: solid 1px #909090;
        background-color: #282525;
        font-size: 9pt;
        color: #d0d0d0;
        font-family: tahoma, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
textarea
{
       border: solid 1px #909090;
        background-color: #282525;
        font-size: 9pt;
        color: #d0d0d0;
        font-family: verdana, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
        border: solid 0px #909090;
        background-color: transparent;
        color: black;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
        background-color: #202020;
        font-size: 8pt;
        font-weight: normal;
        color: white;
        font-family: tahoma, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 2px;
        border: 0;
        color: #808080;
        background-color: silver;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
        color: #ffffff;
        background-color: #404d50;
        border: 1px solid #c0c0c0;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: white;
        background-color: #707070;
	line-height: 1.3em;
        border: 1px solid #d0d0d0;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        font-size: x-small;
        width: 99%;
        margin: 1px auto 1px auto;
        white-space: nowrap;
        overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #ffffff;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: #ff0000;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
        background-color: #807000;
        font-weight: bold;
        color: #ffffff;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        font-family: verdana, helvetica, serif;
        color: #ffffff;
        background-color: #303030;
}
.windowbg2
{
        font-family: verdana, helvetica, serif;
        color: #ffffff;
        background-color: #404040;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
        font-weight: bold;
        color: #e0e0e0;
        font-style: normal;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
        background-color: #303030;
        background-image: url(images/pod/titlebg.gif);

}
.titlebg a:hover, .titlebg2 a:hover
{

        color: #f0e080;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
        background-color: #383838;
        background-image: url(images/pod/catbg.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
        background-image: url(images/pod/catbg2.gif);
}

.catbg, .catbg2, .catbg3
{
        font-weight: bold;
        color: #ffffff;
}

.catbg:link , .catbg2:link,.catbg3:link
{
        font-weight: bold;
        color: #ffffff;
}
.catbg:hover , .catbg2:hover,.catbg3:hover
{
        font-weight: bold;
}/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
        background-color: #404040;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
        color: #404040;
        padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: 8pt;
        font-family: tahoma, helvetica, serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
        background-color: #000000;
        border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
/*        background-color: #000000;
/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-opacity: 0.0;
*/
}
.transparent_class {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
        color: #000000;
        background-color: #ffffff;
        border-top: 1px solid #000000;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: #6B8EAE;
        border: 1px solid #6B8EAE;
}
.headerbodies
{
        border: 1px solid #7A7777;
        background-color: #EFEFEF;
        background-repeat: repeat-x;
        background-position: bottom;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
        width: 100%;
        overflow: auto;
        line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
        width: 100%;
        overflow: auto;
        padding-bottom: 3px;
        line-height: 1.3em;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: black;
	border: solid 1px orange;
	color: white;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/************** SMF-Nuke style.css additions *********************/

/* Main Nuke css entries */
.title  
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:12px; 
	font-weight:bold
}

.content
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:14px;
	overflow:hidden;
}
.content1
{
	font-family: Verdana,Helvetica,Sans-Serif;
        font-size:6px;
	width:157px; 
        overflow:hidden;
}
.option 
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:12px
}

.tiny	
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:12px
}

table.sitewidth
{
	width:100%;
}
table.sidebox
{
	color:inherit; 
	background-color:transparent;
	padding:1px; 
	border:0px solid gray; 
	width:165px; 
	margin-bottom:5px;
	overflow:hidden;

}

/* Vertical-align table cells to show center and right blocks properly */
td.col1  
{
	vertical-align: top; 
	width: 1px
}

td.col2  
{
	vertical-align: top; 
	width: 100%
}

/* must be same width as table.sidebox above */
td.col3  
{
	vertical-align: top; 
	width: 100%
} 

td.blocksleft
{
	width:165px;
	overflow:hidden;
}

/* if INDEX_FILE (displays both left & right blocks) */
td.blockscenter
{
	padding:0 10px 0 10px;
	width:100%;
}

td.blocksright
{
	width:165px;
	text-align:right;
	margin-right:0
}

/* Block Title and Content cells */
td.t-cell 	 
{
	background: url(images/menu_top.jpg) #88A6C0 repeat-x; 
/*	color: #FFFFFF; */
	color:none
	font-size: 16px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica,Sans-Serif; 
	text-decoration: none;
	text-align:center;
	margin:0 auto 0 auto;
	width:165px; 
	height:30px; 
	border:none
}

td.c-cell 	 
{
        background: url(images/menu_middle.jpg) repeat-x;
/*	background-color: #161616;
/*	background-image:none; */
	text-align:left
	padding:0 10px 0 10px;

}

td.centerblock
{
	background: url(images/center_top.jpg) #88A6C0 repeat-x;
	color: white;
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica,Sans-Serif; 
	text-decoration: none;
	text-align:center;
	padding:0 5px 0 5px;
	height:30px;
	border:none
}

.titlebox
{
	text-align:center;
	margin:0 auto 0 auto;
	font-weight:bold;
}

td.center
{
	text-align:center;
	margin:0 auto 0 auto;

}

/* OpenTable(2) used in module content */
table.OpenTable
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	border: 0px solid gray;

}

table.OpenTable2
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	border: 0px solid gray;

}

/* Blog Header table */
table.OpenBlogHeader
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
	border: 0px solid gray;
}

/* Blog Body table */
table.OpenBlogBody
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
	border: 0px solid gray;
}

/* blog header main td cell */
.blogheader
{
	background-color:inherit;
	color:inherit
}

/* blog body main td cell */
.blogbody
{
	background-color:inherit;
	color:inherit
}

/* Content module content display */
.contentbody
{
	background-color:inherit;
	color:inherit;
}

/* Section module content display */
.sectionbody
{
	background-color:inherit;
	color:inherit
}

table.footer
{
	width:100%;
	border:none;
	padding:2px;
}

td.footercenter
{
	text-align:center;
	margin:0 auto 0 auto;
	font-size:8px;
	font-weight:normal
}

/* $bgcolor and $textcolor values moved from theme.php file.... some Nuke Modules use these */
.bgcolor1    
{
	background-color: #161616;
	color: white
}

.bgcolor2    
{
	background-color: #262827;
	color: white
}

.bgcolor3    
{
	background-color: #b3b3b3;
	color: black
}

.bgcolor4   
{
	background-color: #8c8c8c;
	color: black
}

.textcolor1 
{
	color: black;
	background-color:white
}

.textcolor2 
{
	color: black;
	background-color:white
}

/* The main submit button option */
input.mainoption
{
	background-color:#fafafa;
	font-weight:bold;
	color: black
}

/* Non-bold submit button */
input.liteoption
{
	background-color:#fafafa;
	font-weight:normal;
	color: black
}

.floatright
{
   float:right;
   padding:0 5px 10px 10px
}
#home #featurePhoto {
        width: 120px;
        height: 310px;
        margin-bottom: 5px;
        }
#home #featurePhoto img {
        border: 1px solid #ebecec;
        }
