html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	/*background: #011e30 url('img/bodybg.jpg') no-repeat center top;*/
	background: url(img/bg_main.gif) top repeat-x #84a5c4;
	color: #000;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #000;
	display: block;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #011e30; margin-bottom: 4px;}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	/*background: url('img/containerbg.jpg') no-repeat center bottom;*/
	padding-bottom: 64px;
}


.header {
	background: #222 url('img/header-image-nightbane.jpg') no-repeat;
	/*background: #222 url('img/header-ig.jpg') no-repeat;*/
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.path {
	background: url(img/statusheader.jpg) repeat-x;
	/*background: #0f4b71; /*#949490;*/
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font: Verdana, Arial, Helvetica, sans-serif;}

.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #17242d; /*#5A5A43; */
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #dae5ea;
}
.navigation li {border-bottom: 1px solid #dae5ea;}
.navigation li a {
	font-size: 1.1em;
	color: #17242d; /*#554;*/
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #7095ad; /* #F0F0EB; */
	color: #FFFFFF; /*#654;*/	
}

.footer {
	background: #0f4b71;/* #949490; */
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.rbroundbox { background: url(./img/nt.gif) repeat; }
.rbtop div { background: url(./img/tl.gif) no-repeat top left; }
.rbtop { background: url(./img/tr.gif) no-repeat top right; }
.rbbot div { background: url(./img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(./img/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 512px;
border-top: 5px solid #65a1c7; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #65a1c7; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #65a1c7; /*Brown color theme*/ 
color: white;
border-color: #65a1c7; /*Brown color theme*/ 
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(./ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(./ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

#forumstable, #forumstable td {border: 1px solid #284c6a; border-collapse: collapse;}

#forumsthread, #forumsthread td {border: 1px solid #CCCCCC;}

#forumsthreada, #forumsthreada td {border: 0px;}

/*FORUM ORIGINAL POST BOX*/
.roundedcornr_box_109113 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_109113_tl.png) no-repeat top left;
}
.roundedcornr_top_109113 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_109113_tr.png) no-repeat top right;
}
.roundedcornr_bottom_109113 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_109113_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_109113 div {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_109113_br.png) no-repeat bottom right;
}
.roundedcornr_content_109113 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_109113_r.png) top right repeat-y;
}

.roundedcornr_top_109113 div,.roundedcornr_top_109113,
.roundedcornr_bottom_109113 div, .roundedcornr_bottom_109113 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_109113, .roundedcornr_bottom_109113 {
	margin-top: 0px;
}
.roundedcornr_content_109113 { padding: 0 15px; }


/*FORUM REPLY BOXES*/
.roundedcornr_box_988807 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_988807_tl.png) no-repeat top left;
}
.roundedcornr_top_988807 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_988807_tr.png) no-repeat top right;
}
.roundedcornr_bottom_988807 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_988807_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_988807 div {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_988807_br.png) no-repeat bottom right;
}
.roundedcornr_content_988807 {
	background: url(http://www.ignotusguild.com/forum_includes/roundedcornr_988807_r.png) top right repeat-y;
}
.roundedcornr_top_988807 div,.roundedcornr_top_988807,
.roundedcornr_bottom_988807 div, .roundedcornr_bottom_988807 {
	width: 538px;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_988807, .roundedcornr_bottom_988807 {
	margin-top: 0px;
}
.roundedcornr_content_988807 { padding: 0 15px; }