/*

----- General stuff that applies to the whole site -----

*/
body {
    background: black;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    font-family: sans-serif;
    font-size: 12px;
}

a img {
    border: 0px;
}

a {
    text-decoration: none;
}

a:hover, a:active {
    color: #4F8DEA;
}

div.sitediv {
    background: #FFFDFA;
    padding: 0px 0px;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #4F8DEA;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/*

----- Frame container -----

*/
#container, #site-container {
    position: relative;
	min-width: 800px;
	max-width: 70%;
	border: 1px solid #4F8DEA;
	border-top: 0;
	overflow: shown;
	min-height: 801px;
}

/*

----- Title frame -----

*/
#title {
	background: url(/img/logo-wotlk-top.png) top right no-repeat black;
	width: 100%;
	height: 162px;
	border-bottom: 1px solid #1C7CF3;
	overflow: hidden;
}

#title-left {
	position: absolute;
	left: -19px;
	background: url(/img/logo-wotlk-left.png);
	height: 801px;
	width: 19px;
}

#title-right {
	position: absolute;
	right: -461px;
	background: url(/img/logo-wotlk-right.png);
	height: 801px;
	width: 461px;
}

/*

----- Menu frame -----

*/
#menu {
    position: relative;
    float: left;
	clear: left;
    width: 100%;
    height: 75px;
	background: url(/img/logo-menu.png);
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
	display: none;
}
#mmenu {
	width: 800px;
	height: 25px;
}
#mmenu a {
	padding-left: 20px;
}

#menu a img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#menu a img:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}


/*

----- Content frame -----

*/
#content, #site-content {
	background: transparent;
    position: relative;
    float: left;
	clear: left;
    width: 100%;
	z-index: 10;
}

#content-bg-topright {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 394px;
	height: 167px;
	background: white url(/img/snow_right.png) no-repeat;
	z-index: 1;
}

#content-bg-bottomleft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 394px;
	height: 167px;
	background: white url(/img/snow_left.png) no-repeat;
	z-index: 1;
}

#content-menu {
	width: 100%;
	background: #1948E0;
	border-bottom: 1px solid #4F8DEA;
	height: 37px;
	z-index: 10;
}

#content-menu span {
	display: block;
	height: 20px;
	width: 100%;
	float: left;
	padding-left: 8px;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: white;
}

#content-menu div {
	background: url(/img/menubar.png) no-repeat -1px -1px;
}

#content-menu div img {
	position: absolute;
	left: -4px;
	top: -5px;
	z-index: 1;
}

#content-menu div a {
	position: relative;
	z-index: 100;
}

#content-menu #content-menu-home {
	position: absolute;
	left: 0%;
	background-color: #0B3977;
	width: 25%;
}
#content-menu #content-menu-home:hover {
	background-color: #1B3987;
}

#content-menu #content-menu-raid {
	position: absolute;
	left: 25%;
	background-color: #1C4A88;
	width: 25%;
}
#content-menu #content-menu-raid:hover {
	background-color: #2C4A98;
}

#content-menu #content-menu-media {
	position: absolute;
	left: 50%;
	background-color: #2D5B99;
	width: 25%;
}
#content-menu #content-menu-media:hover {
	background-color: #3D5BA9;
}

#content-menu #content-menu-admin {
	position: absolute;
	left: 75%;
	background-color: #3E6CAA;
	width: 25%;
}
#content-menu #content-menu-admin:hover {
	background-color: #4E6CBA;
}

#content-menu div a {
	display: inline-block;
	color: white;
	margin-left: 12px;
	text-align: center;
	vertical-align: center;
	height: 17px;
	font-weight: bold;
}
#content-menu a:hover {
	color: black;
}

/*

----- Copyright stuff -----

*/
#copy {
	position: relative;
	float: left;
	clear: left;
	height: 45px;
	width: 100%;
	z-index: 10;
	background: transparent;
}
#copy p {
	font-size: 9px;
	text-align: center;
	padding: 10px 25px;
}


span.common { background: #000000; }

/* Forum item links */
div.forumitemlink_img {
	position: relative;
	display: inline;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
div.forumitemlink_img img {
	position: relative;
	width: 12px;
	height: 12px;
	top: 1px;
	left: 1px;
}
div.forumitemlink_img div.tile16  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 14px;
	z-index: 100;
	background-image: url(/itemstats/templates/wowhead/icon_border_medium_14.gif); background-color: transparent;
}
