/* CSS Document */

/* SSC Version November 2008 */

/* Copyright 2008 Risen (created by Zieff of Risen, currently maintained by Parn)
	This style sheet is copyrighted, if you intend to use or copy any element 
	then you must seek permission from the webmaster@risenguild.com */
	
/* PAGE LAYOUT */
body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	background-image:url(/nav_images/main_bg_ssc.jpg);
	background-repeat:repeat-y;
	background-position: top center;
}

/*DIVS*/
#main {width: 900px; height: auto; margin: 0 auto; /* background-image:url(main_bg_naxx.jpg); background-repeat:repeat-y;*/}
#container {width: 660px; height: auto; margin: 0 auto;}
#logo {height: 442px; text-align:center; background-image:url(/nav_images/logo_wrath.jpg); background-position:top; background-repeat:no-repeat;}
#title {width: 660px; height: auto; margin: 0 auto; margin-top: -100px; text-align: center;}
#textnav {width: 660px; height: auto; margin: 0 auto; padding: 10px 15px;}
#flashnav {width: 660px; height: 94px; margin: 0 auto; float: left; /* background-image: url(flashholder.jpg); background-repeat: no-repeat;*/}
/* #archive {width: 146px; height: 94px; margin: 0 auto; float: left;} */
#recentarticles {width: 660px; height: auto; margin: 0 auto; float: left;}
#divider {width: 660px; height: 1px; margin: 15px auto 5px auto; background-image: url(/nav_images/divider_dots.png); background-repeat: no-repeat;}
#text {width: 660px; height: auto; margin: 0 auto;}

#footer {width: auto; margin: 0 auto; padding-top: 20px; /* background-image:url(footer.png); background-position:top; background-repeat:no-repeat;*/}

/* CONTENT TEXT RULES */

.textnav {
	font-size: 15px;
	text-align: center;
	letter-spacing: 2px;
}

#textnav a {
	color: #99CCCC;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	padding-right: 22px;
	}
#textnav a:visited {
	color: #99CCCC;
}
#textnav a:hover {
	color: #3399CC;
	}
#textnav a:active {
	color: #CC3333;
	}

.archive {
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 0px;
}

#archive a {
	color: #444E2B;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
#archive a:visited {
	color: #444E2B;
}
#archive a:hover {
	color: #3399CC;
	}
#archive a:active {
	color: #CC3333;
	}

.recentarticles {
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	padding: 0px 0px;
}

#recentarticles a {
	color:#444E2B;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
#recentarticles a:visited {
	color:  #444E2B;
}
#recentarticles a:hover {
	color: #3399CC;
	}
#recentarticles a:active {
	color:  #CC3333;
	}

#text a {
	color:#6699ff;
	padding: 0px 3px;
	text-decoration: underline;
	}
#text a:visited {
	color:  #006699;
	}
#text a:hover {
	color: #3399CC;
	/* background-color: #333333; */
	text-decoration: none;
	}
#text a:active {
	color:  #CC3333;
	}
		
p {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	/* text-align:justify */;
}

ul {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	/* text-align:justify */;
}

li {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6pt;
	text-indent: -6pt;
}

H1 {
	color: #3366cc;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	padding-left: 16px;
	letter-spacing: 3px;
}

H2 {
	color: #3366cc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	padding-right: 35px;
	letter-spacing: 1px;
	text-align: right;
	 /* font-style: italic; */
	text-decoration: underline;
}

H3 {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	/* text-align:justify */;
}

H4 {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 6px;
	/* text-align:justify */;
}

.image {
	width: 660px;
	margin:0 auto;
	text-align: center;
	background-color: transparent;
}

img {border: none}

/* .bl {background: url(bl.gif) bottom left no-repeat;}
.br {background: url(br.gif) bottom right no-repeat;}
.tl {background: url(tl.gif) top left no-repeat;}
.tr {background: url(tr.gif) top right no-repeat; padding:1px 3px 0px;} */

/* .bl {background: url(bl.gif) 0 100% no-repeat;}
.br {background: url(br.gif) 100% 100% no-repeat;}
.tl {background: url(tl.gif) 0 0 no-repeat;}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:1px 3px;} */

.footer {
	color: #949698;
	font-family: "Trebuchet MS" , Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	padding-bottom: 20px;
	padding-left: 16px;
	text-transform: lowercase;
	text-align: right;
}

#footer a {text-decoration: none; border-color: transparent;}
#footer a:visited {color: #949698;}
#footer a:link {color: #949698;}
#footer a:hover {color: #3399CC;}