@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html {
	height: 100%;
}

/* Header */
a.news{
	display:inline-block;
	overflow:hidden;
	width: 68px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/news.png") no-repeat;
}

a.news:hover{
	background-position: -68px 0;
}

a.forum{
	display:inline-block;
	overflow:hidden;
	width: 85px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/forum.png") no-repeat;
}

a.forum:hover{
	background-position: -85px 0;
}

a.about{
	display:inline-block;
	overflow:hidden;
	width: 79px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/about.png") no-repeat;
}

a.about:hover{
	background-position: -79px 0;
}

a.epgp{
	display:inline-block;
	overflow:hidden;
	width: 64px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/epgp.png") no-repeat;
}

a.epgp:hover{
	background-position: -64px 0;
}

a.faq{
	display:inline-block;
	overflow:hidden;
	width: 52px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/faq.png") no-repeat;
}

a.faq:hover{
	background-position: -52px 0;
}

a.apply{
	display:inline-block;
	overflow:hidden;
	width: 76px;
	height: 25px;
	text-decoration: none;
	background: url("/images/header/apply.png") no-repeat;
}

a.apply:hover{
	background-position: -76px 0;
}
/* End Header */


body {
	height: 100%;
	text-align:center;
	background-color:#000;
	background-image: url(http://www.worldofwarcraft.com/wrath//images/layout/page_background.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 0px;
	color:#CCC;
	font: 300 90% 'trebuchet ms',helvetica,sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3.5em;
	width: 975px;
	background-color:#000;
	text-align: center;
	border-style: hidden;

}
.footer, .push {
	height: 1.5em;
}

.footer {
	border-top: inset thin #333;
	width: 975px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 5px 0px 0px 0px;
}

#content {
	width: 650px ;
	text-align: justify;
	margin-left: auto ;
	margin-right: auto ;
	padding: 20px 0px 20px 0px;
}

p {
	/*text-indent: 30px;*/
	text-align: justify;
}

.btn {
	color:black;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	background-color:#fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	margin: 20px 0 20px 0;
	padding: 1px 3px 1px 3px;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.bold-info {
	font-weight: bold;
	color: white;
	font-size: 16px;
}


.newsbox {
	margin: 15px 0px 15px 0px;
}
.newstitle {
	border-width: thin;
	border-bottom-width: 0;
	border-style: solid;
	color: white;
	background-color:#666;
	font-size: 18px;
	font-weight:500;
	padding: 5px;
}

.newstext {
	background-color:#333;
	border-style: solid;
	border-width:thin;
	border-top-width: thin;
	padding: 7px;
}

.newsimg {
	max-width:635px;
	width: expression(this.width > 635 ? 635: true);
}

a {
	color				: #0054a6;
}

a:link:hover {
	text-decoration		: underline;
	color				: white;
}

a:visited {
	text-decoration		: none;
}

a:visited:hover {
	text-decoration		: underline;
	color				: white;
}

a:link {
	text-decoration		: none;
}

#currenturl {	
	border-style: dotted;
	border-width: thin 0;
	border-color: #900;
}

.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
} 