/* XdN CSS for SMF Theme */
/* http://xenomorph.net/ */


/* Normal, standard links. */

a
{
	color: #ADD8E6;
/*	 color: #FF8000; halloween*/
	text-decoration: none;
}

a:hover
{
	color: #00FFFF;
	background-color: transparent;
	text-decoration: underline overline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #fff;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
	-moz-border-radius: 5px;
}

/* By default (td, body..). */
body
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #000;
	margin: 0px;
	padding: 0px;

}

td
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #000;

}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #333;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #fff;

}

/* A quote, perhaps from another post. */
.quote
{
	color: #fff;
	background-color: #222;
	border: 1px solid white;
	margin: 1px;
	padding: 1px;
	font-size: x-small;

}

/* A code block - maybe even PHP ;). */
.code
{
	color: #fff;
	background-color: #ccc;
	border: 1px solid white;
	margin: 1px;
	padding: 1px;
	font-family: "Courier New", Verdana, Helvetica, Arial, Sans-Serif;

	font-size: x-small;
	
	width: 99%;

	white-space: nowrap;
	overflow: auto;

}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #fff;
	background-color: #2B2DAF;


}
.windowbg2
{
	color: #fff;
	background-color: #333;

}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000;
	background-color: #a8a8a8;

}
.titlebg a:hover
{
	color: #fff;
	text-decoration: underline;
}


/* The category headers, page indexes, and such things. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: #2B2DAF;
	color: #fff;
}


/* The borders around things. */
.bordercolor
{
/*	background-color: #555;*/
}
.tborder
{
	border: 1px solid #555;
/*	background-color: #000;*/
	padding: 2px;
}


/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}